body {
    background-color: #E17B02;
    color: #000000;
    font: 12px Verdana;
    text-align: left;
}
a {
    color: #015A77;
    text-decoration: none;
}
a:hover {
    color: #FF0000;
    text-decoration: underline;
}
img {
    border: 0 none;
}
.break {
    clear: both;
    font-size: 0;
    height: 0;
    width: 0;
}
.alignleft {
    float: left;
    margin: 4px 10px 5px 0;
}
.alignright {
    float: right;
    margin: 4px 0 5px 10px;
}
.aligncenter {
    text-align: center;
}
.hidden {
    display: none;
}
#wrapper {
    margin: auto;
    position: relative;
    text-align: center;
    width: 980px;
}
#header {
    background: url("../images/navigation.gif") repeat-x scroll 0 bottom transparent;
    height: 200px;
    margin-top: -24px;
}
#header h1 {
    clear: both;
    float: left;
    padding: 0 0 2px;
}
#header h1 a {
    background: url("../images/logo.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 150px;
    outline: medium none;
    text-indent: -9999px;
    width: 980px;
}
#header .ad {
    float: right;
    padding: 10px 15px 0 0;
}
#header ul {
    clear: both;
    float: left;
    list-style-type: none;
    margin-bottom: 0;
    padding-top: 0;
}
#header ul li {
    float: left;
}
#header ul li a {
    color: #FFFFFF;
    display: block;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: bold;
    margin: -20px 0 0 1px;
    outline: medium none;
    padding: 0 14px 10px;
    text-transform: uppercase;
}
#header ul li a:hover {
    background: url("../images/hover.gif") repeat-x scroll 0 0 transparent;
    color: #323941;
    text-decoration: none;
}
.rss {
    background: url("../images/rss.gif") no-repeat scroll right 0 transparent;
    color: #FFFFFF;
    float: right;
    height: 45px;
    left: 650px;
    margin-right: 3px;
    padding: 0 0 0 20px;
    position: absolute;
    top: 164px;
    width: 280px;
}
.rss a {
    color: #FFFFFF;
    font-size: 0.9em;
    padding: 0 4px;
}
.rss a:hover {
    text-decoration: none;
}
#body {
    background: url("../images/border.gif") repeat-y scroll 662px 0 #E17B02;
}
#content {
    background: url("../images/bgcontent.gif") repeat-x scroll 0 0 #F9E795;
    float: left;
    padding: 10px 0 10px 15px;
    text-align: left;
    width: 647px;
}
#content h2, #sidebar h2 {
    background: url("../images/h2.gif") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-size: 0.9em;
    padding: 10px 10px 8px;
    text-transform: uppercase;
}
#featured {
    background-color: #F2F2F1;
    border: 1px solid #E9E9E9;
    height: 320px;
    overflow: hidden;
    padding: 7px;
    width: 596px;
}
#content .featured img {
    width: 596px;
}
#content .featured {
    height: 319px;
    overflow: hidden;
    position: relative;
    width: 596px;
}
#content .featured .text {
}
#content .featured-img {
    margin: 12px 0 0 12px;
}
#content .featured-img .text h2 {
    background-image: none;
    font-size: 1.5em;
    margin-bottom: 4px;
    padding: 0;
}
#content .featured-img .text h2 a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
}
#content .featured-img .text p {
    color: #FFFFFF;
    font-size: 1em;
    line-height: 1.4em;
    padding-bottom: 10px;
}
#content .featured-img .text .next {
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
}
#content .featured-img .text .continue:hover {
    text-decoration: none;
}
#content .featured .photo {
    list-style-type: none;
}
#content .photo li {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}
#content .photo li.first {
    z-index: 2;
}
#content .featured .text {
    list-style-type: none;
}
#content .featured .text li {
    background: url("../images/shade.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: Verdana;
    height: 290px;
    padding: 15px;
    position: absolute;
    right: -280px;
    top: 0;
    width: 230px;
    z-index: 4;
}
#content .featured .text li.first {
    right: 0;
}
#content .post {
    border-top: 1px solid #E17B02;
    margin: 8px 18px 0 12px;
    padding-top: 20px;
}
#content .post img {
    background-color: #F2F2F1;
    border: 1px solid #E9E9E9;
    float: left;
    height: 150px;
    margin-right: 20px;
    padding: 7px;
    width: 150px;
}
#content .post h1 {
    font-family: Arial;
    font-size: 1.8em;
    font-weight: normal;
    padding-bottom: 17px;
}
#content .post h1 a {
    color: #E17B02;
}
#content .post h1 a:hover {
    text-decoration: none;
}
#content .post p {
    color: #212121;
    font-family: Arial;
    font-size: 1.1em;
    line-height: 1.6em;
    margin-bottom: 10px;
}
#content .post .date {
    float: left;
    font-family: Verdana;
    font-size: 0.8em;
    margin-bottom: 10px;
    padding-top: 10px;
}
#content .post .date a {
    color: #191919;
    padding: 0 8px;
    text-transform: uppercase;
}
#content .post .date a:hover {
    color: #999999;
    text-decoration: underline;
}
#content .post .comment a {
    background: url("../images/comment.gif") no-repeat scroll 1px 0 transparent;
    color: #FFFFFF;
    float: right;
    font-size: 0.9em;
    margin-top: 10px;
    padding: 7px 6px 14px;
    text-decoration: none;
}
#content .navigation {
    margin-bottom: 60px;
    margin-left: 12px;
    margin-top: 70px;
}
#content .navigation a {
    border: 1px solid #E1E1E1;
    color: #4F4F4F;
    font-family: Arial;
    padding: 8px 9px 6px;
    text-decoration: none;
}
#content .navigation a:hover {
    border: 0 none;
    margin-right: 1px;
    padding-left: 10px;
}
#sidebar {
    background-color: #FFFFCC;
    float: right;
    padding: 10px 0;
    text-align: left;
    width: 317px;
}
#sidebar h2 {
    margin-left: 10px;
}
#sidebar img {
    padding: 11px 0 0 20px;
}
#sidebar .sponsors img {
    padding-top: 8px;
}
#sidebar form {
    background: url("../images/search.gif") no-repeat scroll center center #FFFFCC;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    height: 37px;
    margin: 14px 0;
    padding: 15px 7px;
    width: 303px;
}
#sidebar form input {
    background-color: #F7F6F6;
    border: 0 none;
    float: left;
    font-family: Verdana;
    font-size: 0.9em;
    margin: 8px;
    width: 218px;
}
#sidebar form button {
    background-color: transparent;
    border: 0 none;
    color: #FFFFFF;
    float: right;
    font-family: Verdana;
    font-size: 0.8em;
    font-weight: bold;
    height: 35px;
    text-transform: uppercase;
    width: 68px;
}
#sidebar .sponsor img {
    padding-bottom: 14px;
}
#sidebar ul {
    float: left;
    list-style-type: none;
    margin: 8px 0 15px;
    padding-left: 22px;
}
#sidebar ul li {
    float: left;
    padding: 5px 0;
    width: 130px;
}
#sidebar ul li a {
    color: #212121;
}
#sidebar ul li a:hover {
    text-decoration: none;
}
#sidebar .category, #sidebar .archive, #sidebar .blogroll, #sidebar .meta, #sidebar .tag, #sidebar .video, #sidebar .flickrs, #sidebar .pop {
    clear: both;
    padding: 10px 0 0 20px;
}
#sidebar .flickrs .flick {
    padding: 10px 0 0 20px;
}
#sidebar .flickrs img {
    padding: 3px 5px;
}
#sidebar .pop {
    padding: 0;
}
#sidebar .pop ul li {
    clear: both;
    padding: 0;
    width: 270px;
}
#sidebar .pop a {
    color: #31353E;
    font-weight: bold;
    text-decoration: underline;
}
#sidebar .pop p {
    line-height: 1.3em;
    margin: 8px 0;
}
#sidebar .video img {
    padding: 10px 0 20px 14px;
}
#sidebar .archive, #sidebar .meta, #sidebar .tag {
    background-color: #FFFFCC;
}
#footer {
    background-color: #FA9F37;
    clear: both;
    color: #FFFFFF;
    font-size: 0.9em;
    padding-left: 28px;
}
#footer p {
    margin: auto;
    padding: 20px 0;
    text-align: left;
    width: 952px;
}
#footer a {
    color: #FFFFFF;
}
#footer a:hover {
    text-decoration: underline;
}
#content .postnav {
    clear: both;
    padding: 10px 0;
}
#content .postnav ul {
    list-style-type: none;
    padding: 10px;
}
#content .postnav ul li {
    color: #B5B4BC;
    float: left;
    padding: 4px;
}
#content .postnav ul li a {
    border: 1px solid #E2E2E2;
    color: #636363;
    display: block;
    padding: 2px 6px;
    text-decoration: none;
}
#content .postnav ul li a:hover {
    border-color: #FFFFFF;
}
#wp_page_numbers ul {
    border-top: 0 none !important;
}
#wp_page_numbers .page_info {
    border: 1px solid #E0E0E0 !important;
    margin-right: 2px;
    margin-top: 4px;
    padding: 3px 6px !important;
}
#wp_page_numbers .active_page a {
    background-color: #FFFFFF !important;
    border: 0 none !important;
}
#content .single {
    padding: 10px;
}
#content .single p {
    line-height: 1.5em;
    margin-bottom: 10px;
}
#content .single ul, #content .single ol {
    list-style-position: inside;
    margin-bottom: 10px;
}
#content .single li {
    line-height: 1.5em;
    padding: 2px 0;
}
#content .single blockquote {
    background-color: #EEEEEE;
    border-color: #E0E0E0;
    border-style: solid;
    border-width: 1px 0;
    margin-bottom: 10px;
    padding: 10px 10px 5px;
}
#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
    font-size: 1.2em;
    margin-bottom: 5px;
}
#comments {
    padding: 10px;
}
#comments a {
    text-decoration: none;
}
#comments p {
    line-height: 1.6em;
    margin-bottom: 10px;
}
#comments form {
}
#comments form p {
    margin-bottom: 5px;
}
#comments form input {
    margin-right: 5px;
}
#comments form input, textarea {
    background-position: 4px 4px;
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
    font-family: Verdana;
    font-size: 0.9em;
    padding: 4px;
}
#comments form input {
    border: 1px solid #CCCCCC;
    width: 240px;
}
#comments form textarea {
    border: 1px solid #CCCCCC;
    padding: 4px !important;
    width: 350px;
}
#comments form button {
    border: 1px solid #A0A0A0;
    font-family: Verdana;
    font-size: 1em;
    padding: 2px 6px;
}
.commentdetails {
    margin-top: 25px;
}
.commentauthor {
    font-weight: bold;
    margin-bottom: 5px !important;
}
.commentdate {
    color: #909090;
    font-size: 0.8em;
    margin-bottom: 5px;
}
.required {
    color: #FF0000;
}
h2.title {
    color: #565656;
    font-size: 1em !important;
    padding: 10px;
    text-transform: uppercase;
}
.notfound {
    padding: 40px;
}
.notfound h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}
.flashbox {
    padding: 12px;
}
.flashbox a {
    color: #000000;
}
#comments ol {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#comments .buffer {
    padding: 10px;
}
#comments ol li {
    margin-bottom: 10px;
}
#comments ol li ul li {
    border: 1px solid #E0E0E0;
    padding: 10px;
}
#comments ol li .avatar {
    float: right;
}
#comments ol li .comment-author {
}
#comments ol li .comment-author .fn {
    font-size: 1.2em;
    font-weight: bold;
}
#comments ol li .comment-meta {
    color: #999999;
    font-size: 0.9em;
    margin: 5px 0 10px;
}
#comments ol li .reply {
    font-size: 0.9em;
    font-weight: bold;
    padding-bottom: 10px;
}
#comments .children {
    list-style-type: none;
}
#comments .navigation2 {
    font-size: 0.9em;
    padding: 0 0 40px;
}
#comments .navigation2 a {
    border: 1px solid #CCCCCC;
    color: #999999;
    padding: 3px 8px;
}
#comments .navigation2 a:hover {
    border-color: #000000;
    color: #000000;
    text-decoration: none;
}
#comments .says {
    display: none;
}
#respond h2 {
    margin-bottom: 20px;
}
#wptd_footer {
    line-height: 33px;
    padding: 0 !important;
}
#wptd_footer .wptd_logo {
    background: url("../images/wptd_logo/30.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 33px;
    padding-right: 15px;
    text-align: left;
    text-indent: -9999px;
    width: 30px;
}

