body {
    background-image: url(../img/bg_body.png);
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #e98300;
    font-family: "New Century Schoolbook", "Times", "Times new roman", serif;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
}
h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
    margin-top: 1em;
}
h3 {
    font-size: 1em;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #e98300;
    text-decoration: none;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #333;
    text-decoration: underline;
}
h2 em, h3 em {
    color: #333;
    font-style: normal;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}
div#content p,
div#content li,
div#content td {
    font-size: 0.875em;
    line-height: 1.5em;
    margin-top: 0.1em;
}
div#content td td,
div#content li li {
    font-size: 1em; /* Prevent cascading font size reduction */
}
div#content th {
    background-color: #333;
    color: #fb6;
    padding: 0.5em;
    padding: 0.5em;
    text-align: left;
    white-space: nowrap;
}
table.striped {
    border: 1px solid #333;
}
table.striped tr.even td {
    background-color: #fb6;
}

div#content td {
    padding: 0.5em;
    padding: 0.5em;
}
div#main ul,
div#main ol {
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
    margin-top: 0.5em;
    padding-left: 0.5em;
}
div#main ol {
    list-style-type: decimal;
    margin-left: 1.5em;
}
div#main div.column {
    margin-bottom: 15px;
}
div.sidebar {
    font-size: 0.875em;
}
div.sidebar li {
    font-size: 0.75em;
}
a {
    color: #333;
}
a:hover {
    color: #e98300;
}
a.read-more {
    text-decoration: none;
}
a.read-more:before {
    content: '\0bb\0A0';
}
ul.navilist a {
    text-decoration: none;
}
ul.navilist a:hover {
    text-decoration: underline;
}
div#masthead {
    background-color: #fb6;
    background-image: url(../img/bg_logo.png);
    background-position: 850px 5px;
    background-repeat: no-repeat;
    height: 100px;
    position: relative;
    z-index: 10;
}
div#masthead h1 {
    background-image: url(../img/bg_masthead.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 100px;
    margin: 0;
    text-indent: -9999em;
    width: 699px;
}
div#navigation {
    background-color: #fb6;
    background-image:url(../img/bg_navi_sprite.png);
    background-position:left 20px;
    background-repeat:repeat-x;
}
div#navigation ul {

}
div#navigation a {
    background-image: url(../img/bg_navi_sprite.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center -30px;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 0.875em;
    padding-bottom: 13px;
    text-decoration: none;
}
div#navigation a:hover {
    background-color: transparent;
    color: #333;
    text-decoration: underline;
}
div#navigation a.current {
    background-image: url(../img/bg_navi_sprite.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center bottom;
}
div#breadcrumb a {
    font-size: 0.875em;
}
div#content {
    min-height: 360px;
}
div#footer {
    background-color: #242424;
    background-position: left top;
    background-repeat: repeat-x;
    background-image: url(../img/bg_footer.png);
    border-top: none;
    padding-top: 15px;
    color: #fff;
}
div.sidebar ul,
div.sidebar ol {
    margin-bottom: 1em;
}
div#content div.sidebar li {
    font-size: 0.75em;
}
div.sidebar li a {
    font-size: 1.2em;
}
div.sidebar h3 {
    margin-top: 2em;
}
div.sidebar h3:first-child {
    margin-top: 0;
}
div#footer *:first-child {
    margin-top: 0;
}
div#footer a {
    color: #fff;
}
div#footer p, div#footer li {
    font-size: 0.75em;
}
div#footer p strong {
    font-size: 1.125em;
    font-style: normal;
    font-weight: normal;
}
div.board {
    font-size: 0.875em;
}
div.blogpost {
    margin-bottom: 3em;
}
div.blogpost h2 {
    margin-bottom: 0;
}
div.blogpost p.date {
    font-size: 0.75em;
    margin-bottom: 1.5em;
    margin-top: 0;
}
div.gallery h3 {
    clear: both;
    height: 1%;
    overflow: hidden;
}
