
html, body {
    font-family: Times;
    background: #000 url(img/bg-wood.jpg) top center repeat-y;
    padding: 0;
    margin: 0;
}

a {
    color: #C1FF00;
    text-decoration: none;
    border-bottom: 1px dashed #fff;
    padding-bottom: -10%;
}

#header {
    background: transparent url(img/header-shadow.png) -215px bottom repeat-x;
    color: #FFF;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#header a {
    border: none;
}

#header img#notes {
    position: absolute;
    top: 5px;
    left: 10px;
}

#header img#flag {
    position: absolute;
    top: 35px;
    left: 865px;
}

#header h1 {
    font-weight: bold;
    font-family: Georgia;
    margin: 0;
    font-size: 510%;
    color: #fff;
    color: rgba(255,255,255,0.5);
    padding-top: 30px;
    padding-left: 98px;
    padding-bottom: 10px;
    
}

#header h2 {
    color: #C1FF00;
    font-size: 138%;
    text-align: right;
    padding-right: 1ex;
    font-weight: bold;
    font-family: Georgia;
    margin: 0;
    padding-bottom: 2em;
}

#banner {
    background: transparent;
    font-size: 351%;
    color: #fff;
    font-style: italic;
    padding-bottom: 40px;
    margin-top: -0.5ex;
}

#banner p {
    padding: 0.25ex 4%;
    padding-right: 25%;
    margin: 0;
}

#nav {
    position: relative;
    float: left;
    width: 100%;
    background: transparent url(img/paper-top.png) -275px 0 repeat-x;
    top: -25px;
    padding-top: 25px;
    margin-bottom: -32px;
    
}

#nav ul {
    float: left;
    width: 66%;
    padding-left: 4%;
    margin-left: 0;
    margin-bottom: -7px;
    list-style: none;
}

#nav ul li {
    float: left;
    background: transparent url(img/button-small-right.gif) right top no-repeat;
    list-style: none;
    margin-right: 2%;
    padding-bottom: 5px;
}

#nav ul li a {
    float: left;
    display: block;
    height: 37px;
    background: transparent url(img/button-small-left.gif) left top no-repeat;
    padding-left: 12px;
    border: none;
    padding: 0.4ex 1em 0;
    font-size: 165%;
    font-style: italic;
    color: #fff;
}

#nav ul li a:hover, #nav ul li a:focus {
    color: #C1FF00;
}

#content {
    background: #FFF url(img/paper.jpg) top center repeat-x;
    color: #333;
    clear: both;
    float: left;
    width: 100%;
    padding-bottom: 1em;
}

#content a {
    color: #67AD00;
}

#content a:hover {
    border-bottom: 1px dashed #67AD00;
}

#content em {
    font-style: normal;
    font-weight: bold;
}

#content .hfeed {
    float: left;
    clear: left;
    width: 60%;
    margin-left: 4%;
}

#content .hentry  {
    margin-bottom: 10px;
    border-bottom: 2px dashed #666;
    position: relative;
}

#content .hentry:after {
    content: url(img/divider.png);
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1px;
    margin-bottom: -22px;
}

#content .hentry h2 {
    color: #1B6EA3;
    font-style: italic;
    font-size: 385%;
    font-weight: normal;
    margin: 1.2ex 0 1ex;
    padding: 0 110px 5px 0;
    border-bottom: 2px dashed #CCC;
    display: block;
    min-height: 125px;
}

#content .hentry .updated {
    background: transparent url(img/date3.png) center top no-repeat;
    width: 111px;
    height: 116px;
    position: absolute;
    top: 5px;
    right: 0;
    border: none;
    color: #FFF;
    font-family: sans;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 131%;
    text-align: center;
    padding-top: 21px;
    text-indent: -5px;
}

#content .updated .date {
    font-size: 250%;
    color: #67AD00;
    display: block;
}

#content .hentry .entry-content {
    color: #444;
    font-size: 128%;
}

#content .hentry blockquote {
    margin:1em 1em 1em 3.5em;
    color: #1B6EA3;
}

#content .hentry blockquote .entry-content {
    color: #333;
    font-size: 157%;
    font-style: italic;
}

#content .hentry blockquote .entry-content em {
        font-style: italic;
}

#sidebar {
    float: right;
    width: 28%;
    margin-right: 3%;
    margin-bottom: 30px;
    border-bottom: 2px dashed #666;
}

#sidebar:after {
    clear: right;
    content: url(img/divider.png);
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1px;
    margin-bottom: -22px;
}

#sidebar #about {
    background: #fff;
    padding: 60% 2ex 1ex 2.5ex;
    border: 2px solid #DDD;
    border-left: 1px solid #F0EDE8;
    border-top: none;
    margin-right: 6%;
    margin-left: 5%;
    font-size: 164%;
    font-style: italic;
    color: #333;
}

#sidebar #donate {
    display: block;
    background: transparent url(img/button-right.gif) right top no-repeat;
    height: 55px;
    margin-top: -4em;
}

#sidebar #donate a {
    display: block;
    background: transparent url(img/button-left.gif) left top no-repeat;
    height: 55px;
    width: 100%;
    color: #fff;
    font-size: 164%;
    font-style: italic;
    text-align: center;
    line-height: 55px;
    text-decoration: none;
    border-bottom: none;
    margin: inherit;
    padding: inherit;
    float: none;
}

#sidebar #donate a:hover, #sidebar #donate a:focus {
    color: #C1FF00
}

#sidebar #media {
    margin-top: 40px;
    padding-top: 5px;
    border-top: 2px dashed #666;
}

#sidebar #media:before {
    clear: right;
    content: url(img/divider.png);
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1px;
    margin-top: -29px;
}

#sidebar h3 {
    display: block;
    background: transparent url(img/button-right.gif) right top no-repeat;
    height: 55px;
    font-margin-top: 1ex;weight: normal;
    font-size: 164%;
    clear: right;
    font-weight: normal;
}

#sidebar h3 span {
    display: block;
    background: transparent url(img/button-left.gif) left top no-repeat;
    height: 55px;
    width: 100%;
    color: #fff;
    font-style: italic;
    text-align: center;
    line-height: 55px;
}

#sidebar a {
    color: #666;
    text-decoration: none;
    border-bottom: 1px dashed #333;
    margin-right: 2%;
    margin-bottom: 1.5ex;
    padding-top: 1ex;
    float: right;
    display: block;
    font-style: italic;
    font-size: 125%;
}

#sidebar a:hover, #sidebar a:focus {
    color: #1B6EA3;
    border-bottom-color: #1B6EA3;
}

#sidebar img {
    display: block;
    margin: 0 auto;
    border: 1px dashed #666;
}

#sidebar blockquote.comment {
    color: #666;
    font-size: 164%;
    font-style: italic;
    margin: 1em 0.5ex 1ex;
}

#sidebar blockquote.comment p:before {
    content:open-quote;
    display: inline;
}

#sidebar blockquote.comment p:after {
    content:close-quote;
    display: inline;
}

#sidebar blockquote.comment span.author {
    font-size: 80%;
    text-align: right;
    display: block;
    margin-top: -1em;
}

img#sticker {
    position: relative;
    top: -200px;
    right: 7px;
    float: right;
    margin-bottom: -400px;
    width: 35.45%;
}

#footer {
    clear: both;
    background: transparent url(img/paper-bottom.png) -275px 0 repeat-x;
    color: #C1FF00;
    padding-top: 85px;
    font-size: 116%;
    font-style: italic;
    position: relative;
    width: 100%;
    float: left;
}

#footer p {
    margin-left: 4%;
    color: #fff;
    margin-bottom: 1ex;
}

#footer a {
    text-decoration: none;
    border: none;
    color: #fff;
    
}

#footer a:focus, #footer a:hover {
    border-bottom: 1px dashed #C1FF00;
}

#footer a img {
    float: left;
    border-right: 1px dashed #aaa;
    padding-right: 10px;
    margin-left: 4%;
    margin-bottom: 5px;
}

#footer ul {
    padding: 0;
    margin: 0;
    margin-left: 10px;
}

#footer ul#sponsors, #footer div#devanddesign, #footer ul#dibb {
    float: left;
    width: 18%;
}

#footer li {
    list-style: none;
}

#footer div#copyright {
    color: #ddd;
    margin: 0;
    padding: 20px;
    padding-bottom: 10px;
    bottom: 0;
    right: 20px;
    width: 250px;
    
    background: transparent url(img/copyright.png) center top no-repeat;
    position: absolute;
}

#copyright img {
  float: left;
}

#copyright h3 {
    
    font-weight: bold;
    font-family: Georgia;
    margin: 0;
    font-size: 116%;
    color: #fff;
    text-align: right;
}

#copyright h4 {
    font-size: 108%;
    text-align: right;
    margin-top: -3px;
}

#footer #badges {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px dashed #aaa;
}

#footer #badges li {
    display: inline;
}

#footer #badges li a {
    display: block;
}

#footer #badges li a:hover {
    border: none;
}

#footer #badges a img {
    border: none;
    padding: 4px;
    padding-bottom: 0;
    margin: 0;
}

#ie-warning {
    background: #FFC0C0 url('img/error.gif') no-repeat 5px 50%;
    margin: 0;
    padding: 7px 10px 7px 50px;
    border-bottom: 2px solid #767E85;
}

#ie-warning h2 {
    display: block;
    float: left;
    width: 11%;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    padding-top: 1ex;
}

    #ie-warning p {
        margin: 0;
        color: #000;
        padding-bottom: 5px;
    }

        #ie-warning p a {
            color: blue;
            text-decoration: underline;
            border: none;
        }

        #ie-warning p a:hover {
            color: red;
        }