html {
    width: 60em;
    background-color: #F3F3F3;
    background-image: url("/media/graphics/background.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    /*background-position: 16em 2em;*/
    background-position: 0em 0.8em;
    margin: 0em;
    padding: 0em;
}

body {
    text-align: left;
    color: #030303;
    font: small/1.4em Myriad, "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    min-width: 54em;
    margin: 0.0em 0.0em 0.0em 3.9em;
}

p {
}

#header h1 {
    /*padding-top: 50px;
    width: 500px;
    background-image: url("/media/graphics/sigtronica_logo.png");
    background-repeat: no-repeat;
    background-position: 5em 0em;
    overflow: hidden;
    height: 0px;*/
    margin-left: 1em;
    font-family: Georgia, serif;
    font-size: 3em;
}

#container {
    /*border: 1px solid #000000;*/
    /*background-color: #999999;*/
    margin-bottom: 1em;
}

#container h2, h3, h4, h5 {
    font-family: "Adobe Jensen", "Adobe Garamond", Georgia, serif;
    color: #4E7A5A;
    border-bottom: 1px solid #999;
}

#container .column {
    padding: 0.5em 0.9em 0.5em 0.9em;
}

#right {
    border: 1px dotted #555;
    /*background-color: #018823;*/
    background-color: #fefefe;
    width: 29em;
    margin-left: 21.2em;
}

#right h2 {
    margin-left: 1em;
    margin-right: 1em;
    padding-bottom: 0.4em;
}

#right h3 {
    margin-left: 1.3em;
    margin-right: 1.2em;
}

#right p, #right ol {
    padding-left: 4em;
    padding-right: 2em;
}

#right ol li {
    margin-bottom: 0.5em;
}

#left {
    width: 11.6em;
    float: left;

    margin-top: 0.1em;
    margin-right: 0.1em;
    margin-bottom: 1em;
    font-size: smaller;
    /*border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #882301;*/
    border: 1px dotted #555;
    background-color: #fefefe;
}

#center {
    /*border: 1px solid #000000;
    background-color: #230188; */
    background-color: transparent;
    width: 7.7em;
    float: left;
}

#center ul {
    margin-top: -0.2em;
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
}

#center ul a {
    display: block;
    padding: 1px;
    width: 100%;
    background-color: #51745A;
    /*border-bottom: 1px solid #eee;*/
    margin-bottom: 1px;
    text-align: center;
    /*letter-spacing: 0.4em;*/
    font-size: 0.8em;
    font-family: "Adobe Jensen", "Adobe Garamond", Georgia, serif;
}

#center ul a:link, #center ul a:visited
{
color: #eee;
text-decoration: none;
}

#center ul a:hover, #center ul li#active a
{
background-color: #A1CEAB;
color: #fff;
}

a, a:link {
    color: #36844C;
    text-decoration: none;
}

a:hover {
    color: #9A4036;
    text-decoration: underline;
}

a:visited {
    color: #9A4036;
}

.postTime {
    color: #BBB;
}

.previousPost, .nextPost {
    margin-left: -2em;
}

p.previousPost {
    padding-bottom: 0em;
}

.postmetadata {
    font-size: smaller;
}

#navInfo {
    background-color: #fefefe;
    border: 1px dotted #555;
    font-size: 0.9em;
    padding: 0.1em 0.4em;
    line-height: 1.2em;
}

#footer {
    width: 54em;
    background-color: #fefefe;
    border-top: 1px dotted #555;
    border-right: 1px dotted #555;
    border-left: 1px dotted #555;
    clear: both;
    padding: 0.2em 0.8em 0.0em 0.8em;
    margin: 0em;
}

#footer p {
    font-size: smaller;
    margin: 0em;
}
