* {
    margin: 0;
    padding: 0;
}
a img {
    border: medium none;
}
body {
    background: url("images/bg.jpg") repeat-x scroll left top #30444D;
    font-family: Georgia,"Times New Roman",Times,serif;
    text-align: center;
}
#wrapper {
    background: url("images/header_bg.png") no-repeat scroll 0 0 transparent;
    margin: 0 auto;
    text-align: left;
    width: 900px;
}
h1 {
    font-size: 300%;
    font-weight: normal;
    letter-spacing: -0.04em;
    line-height: 100%;
}
h2 {
    font-size: 220%;
    font-weight: normal;
    letter-spacing: -0.04em;
    line-height: 110%;
    margin: 0.7em 0 0.2em;
}
h3 {
    font-size: 180%;
    font-weight: normal;
    letter-spacing: -0.04em;
    line-height: 110%;
    margin: 0.7em 0 0.2em;
    text-shadow: 1px 1px 1px #FFFFFF;
}
h4 {
    font-size: 150%;
    font-weight: bold;
    margin: 0.7em 0 0.2em;
}
h5 {
    font-family: "Palatino Linotype",Georgia,Serif;
    font-size: 150%;
    font-weight: bold;
    letter-spacing: -0.02em;
    margin: 0.5em 0 0.2em;
}
h6 {
    font-size: 125%;
    font-weight: normal;
    margin: 0.5em 0 0.2em;
    text-transform: uppercase;
}
table {
    margin: 5px;
}
table td, table th {
    border-right: 1px solid #FFFFFF;
    padding: 5px;
    text-align: left;
}
table th {
    background-color: #5E5E5E;
    border-bottom: 1px solid #E8E1C8;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
}
table td {
    background-color: #EEEEEE;
}
table th a {
    color: #D6F325;
}
table th a:hover {
    color: #FFFFFF;
}
table tr.even td {
    background-color: #DDDDDD;
}
table tr:hover td {
    background-color: #FFFFFF;
}
table.nostyle td, table.nostyle th, table.nostyle tr.even td, table.nostyle tr:hover td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
}
#header {
    height: 111px;
    margin-bottom: 20px;
    position: relative;
}
#header h1 {
    color: #FFFFFF;
    padding-top: 36px;
    width: 520px;
}
#header h1 a {
    color: #FFFFFF;
    font-size: 30px;
    text-decoration: none;
}
#header h1 a:hover {
    color: #EEEEEE;
}
#header .blog_description {
    color: #CCCCCC;
    font-size: 12px;
    margin-top: 10px;
}
#header .search-bar {
    background: url("images/search.png") no-repeat scroll left top transparent;
    bottom: 0;
    height: 65px;
    position: absolute;
    right: 0;
    width: 370px;
}
.search-bar p {
    padding: 13px 5px 4px 15px;
}
.search-bar p input {
    background-color: transparent;
    border: medium none;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 18px;
    height: 25px;
    width: 290px;
}
.search-bar p button {
    background-color: transparent;
    border: medium none;
    height: 35px;
    margin-left: 5px;
    margin-top: -5px;
    width: 35px;
}
.search-bar p button img {
    vertical-align: middle;
}
#main {
    float: left;
    margin-bottom: 20px;
    width: 626px;
}
#navigation {
    background: url("images/nav-bg.gif") repeat-y scroll left top transparent;
    height: 42px;
    list-style: none outside none;
    width: 626px;
}
#navigation li {
    background: url("images/nav-divider.gif") repeat-y scroll right top transparent;
    float: left;
}
#navigation li a {
    color: #EEEEEE;
    display: block;
    float: left;
    font-size: 12px;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    text-decoration: none;
}
#navigation li a:hover {
    background: url("images/nav-bg-hover.gif") repeat-x scroll left top transparent;
    color: #FFFFFF;
    text-decoration: none;
}
#navigation li.current_page_item a {
    background: url("images/nav-bg-hover.gif") repeat-x scroll left top transparent;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
#navigation li.current_page_item:first-child a {
    background: url("images/nav-bg-hover-left.gif") no-repeat scroll left top transparent;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
#navigation li:first-child a:hover {
    background: url("images/nav-bg-hover-left.gif") no-repeat scroll left top transparent;
}
#content {
    background: url("images/content-bg.png") no-repeat scroll left bottom #86A0AA;
    padding: 8px;
}
#single-content {
    background: url("images/single-content-bg.png") no-repeat scroll left bottom #86A0AA;
    padding: 8px;
}
.post {
    background-color: #FFFFFF;
    font-size: 13px;
    padding: 20px;
    position: relative;
}
.post .post-date {
    background: url("images/date-tab.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    font-size: 15px;
    height: 83px;
    left: -44px;
    position: absolute;
    width: 44px;
}
.post-date .date-day {
    display: block;
    font-weight: bold;
    padding: 5px 0 2px;
    text-align: center;
}
.post-date .date-month {
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.post h2 {
    color: #506874;
    font: bold 24px "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
    padding-bottom: 4px;
}
.post h2 a:link, .post h2 a:visited, .post h2 a:active {
    color: #506874;
    text-decoration: none;
}
.post h2 a:hover {
    border-bottom: 1px dotted #86A0AA;
    color: #86A0AA;
}
.post .metadata {
    border-bottom: 1px solid #DFDFDF;
    color: #878787;
    font: 11px "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
    padding-bottom: 10px;
}
.post .metadata a {
    color: #878787;
    text-decoration: none;
}
.post .metadata .feedback a {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
.post .entry {
    line-height: 1.5;
    padding-top: 10px;
}
.post .entry a {
    color: #506874;
    padding: 2px;
    text-decoration: none;
}
.post .entry a:hover {
    color: #86A0AA;
}
.post .entry p, .post .entry ul, .post .entry ol {
    padding-bottom: 10px;
}
blockquote {
    background: url("images/blockquote.png") no-repeat scroll 0 0 transparent;
    border: 1px dotted #CCCCCC;
    font-style: italic;
    margin: 10px 0;
    padding: 10px 10px 10px 20px;
}
.post .entry ol, .post .entry ul {
    padding-left: 10px;
}
pre {
    background-color: #FFFFFF;
    font-family: "Courier New",Courier,"Lucida Console",Monaco,"DejaVu Sans Mono","Nimbus Mono L","Bitstream Vera Sans Mono";
    font-size: 12px;
    margin: 1em 0;
    overflow: auto;
    padding: 0.4em;
    white-space: pre-wrap;
}
pre {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 1em 0;
    overflow: auto;
    padding: 0.8em;
    width: 80%;
}
.wp-pagenavi, .prev-next {
    background-color: #FFFFFF;
    font-size: 13px;
    padding: 10px 20px 20px;
}
.wp-pagenavi {
    text-align: right;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    border: 1px solid #717171 !important;
    color: #717171 !important;
}
.wp-pagenavi a:hover {
    background-color: #717171 !important;
    border: 1px solid #717171 !important;
    color: #FFFFFF !important;
}
.wp-pagenavi span.pages {
    border: 1px solid #717171 !important;
    color: #717171 !important;
}
.wp-pagenavi span.current {
    background-color: #717171 !important;
    border: 1px solid #717171 !important;
    color: #FFFFFF !important;
}
.prev-next .alignright {
    float: right;
    text-align: right;
    width: 300px;
}
.prev-next .alignleft {
    float: left;
    width: 300px;
}
.prev-next a {
    color: #717171;
}
#sidebar {
    float: right;
    width: 241px;
}
#sidebar .side-widget {
    margin: 0;
    padding: 10px 0;
}
#sidebar .side-widget_bg {
    background: url("images/side-bg-bottom.png") no-repeat scroll left bottom transparent;
    font-size: 13px;
    line-height: 1.3;
    padding: 10px 15px;
}
#sidebar .side-rss {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}
.side-rss p {
    padding: 0 !important;
}
.side-widget h3 {
    background: url("images/side-bg-top.png") no-repeat scroll left top transparent;
    color: #252525;
    font-size: 15px;
    height: 28px;
    margin: 0;
    padding: 10px 15px;
}
.side-widget p {
    padding: 10px 15px 15px 20px;
}
.side-widget p, .side-widget ul, .side-widget ol {
    line-height: 1.3;
}
.side-widget ul, .side-widget ol {
    list-style-position: inside;
}
.side-widget a {
    color: #30444D;
    text-decoration: none;
}
.side-widget ul li, .side-widget ol li {
    border-top: 1px solid #DFDFDF;
    padding: 8px 0;
}
.side-widget ul li:first-child, .side-widget ol li:first-child {
    border-top: medium none;
    padding: 0 0 8px;
}
.comments-show {
    padding: 20px;
}
h3#comments, h3#respond {
    color: #2A3A0E;
    font: 18px "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
    padding-bottom: 10px;
}
ol.commentlist {
    list-style: none outside none;
}
ol.commentlist li {
    background-color: #EEEEEE;
    border: 1px solid #666666;
    margin-bottom: 30px;
}
ol.commentlist li .comment-gravatar {
    background: url("images/comment-bg.png") repeat-x scroll 0 0 transparent;
    float: left;
    margin: 1px 0 1px 1px;
    padding-top: 10px;
    text-align: center;
    width: 44px;
}
ol.commentlist li .comment-body {
    background: url("images/comment-bg.png") repeat-x scroll 0 0 transparent;
    float: right;
    margin: 1px 1px 1px 0;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 10px;
    width: 505px;
}
ol.commentlist li .comment-body .comment-head {
    color: #7C7E5C;
    font: 11px "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
    padding-bottom: 10px;
}
ol.commentlist li .comment-body .comment-head a {
    color: #7C7E5C;
}
ol.commentlist li .comment-body .comment-text {
    color: #464734;
    font-size: 13px;
    line-height: 1.4;
}
ol.commentlist li .comment-body .comment-text p, ol.commentlist li .comment-body .comment-text ul, ol.commentlist li .comment-body .comment-text ol {
    padding-bottom: 15px;
}
ol.commentlist li .comment-body .comment-text a {
    color: #464734;
    font-weight: bold;
}
ol.commentlist li .comment-body .comment-text a:hover {
    text-decoration: none;
}
.comment-form {
}
.comment-form p {
    font: 12px "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
    padding-bottom: 15px;
}
.comment-form p input, .comment-form p textarea {
    color: #1A1A1A;
    font: 12px "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
}
.comment-form p input {
    height: 18px;
    padding: 2px;
}
.comment-form p textarea {
    padding: 2px;
    width: 550px;
}
#footer {
    clear: both;
}
#navigation:after, .prev-next:after, #footer:after, ol.commentlist li:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#navigation, .prev-next, #footer, ol.commentlist li {
   height: auto;
}
* html #navigation, * html .prev-next, * html #footer, * html ol.commentlist li {
    height: 1%;
}
#footer {
    color: #FFFFFF;
    font-size: 12px;
    padding: 20px 0;
}
#footer a {
    color: #FFFFFF;
    text-decoration: none;
}
.copy-note {
    color: #CCCCCC;
    float: left;
    width: 600px;
}
.copy-note a:link, .copy-note a:visited, .copy-note a:active {
    color: #EEEEEE !important;
}
.copy-note a:hover {
    color: #FFFFFF !important;
}
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.wp-caption {
    background-color: #F3F3F3;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    margin: 10px 10px 10px 5px;
    padding-top: 4px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

