/*  
Theme Name: roderik.net magazine layout
Theme URI: http://www.roderik.net/
Description: A magazine-style theme for WordPress derived from The Masterplan and others.
Version: 1.0
Author: Roderik Emmerink
Author URI: http://www.roderik.net/
*/

/* 
-------------------------------------------------------------- */
body {
    background: #F8F8F3;
}

a {
    color: #000;
    text-decoration: none;
}

h2 {
    font-weight: normal;
}

.container {
    background: #fff;
}
/* Header styles
-------------------------------------------------------------- */
#header {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #999;
}

#header > div {
    /*height: 108px;*/
}

#header #logo {
    height: 100px;
}

#header #logo .title {
    padding: 0.5em 0 0 0;
    font: 700 3em arial, sans-serif;
    letter-spacing: -.050em;
    line-height: 1.2em;
    color: #000;
}

#header #logo .title .desc {
    text-align: right;
    margin: 0.4em 0 0 0;
    font: 400 0.25em arial, sans-serif;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0.2em;
    padding: 0.6em 0 0 1.5em;
    border-top: 1px solid #ccc;
}

#header #logo .title a {
    text-decoration: none;
    color: #000;
}

#header #logo .title a:hover {
    color: #fff;
    background: #000;
}

#header #logo a.sitelogo {
    display: block;
    width: 400px;
    height: 90px;
    background: url(images/bg/RoderikLogo.png) 0 50% no-repeat;
}

/* Search and navigation
-------------------------------------------------------------- */

#header #search_menu #search {
    /*padding: 0 0 0 5px;*/
}

#searchform > .form-group {
    padding-right: 0;
}

#menu {
    list-style: none;
    font-weight: bold;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
}

#menu li {
    float: left;
    /*padding: 2px 0 3px 3px;*/

    /*margin: 1px 12px 0 0;*/
    margin-right: 10px;
    line-height: 3.0em;
    font-size: 0.9em;
}

#menu li a {
    padding: 0;
    text-decoration: none;
    color: #000;
}

#menu li a:hover {
    padding: 0;
    text-decoration: underline;
}

#menu li span.home {
    background: url(images/bg/home.gif) no-repeat;
}

#menu li span.about {
    background: url(images/bg/info.gif) no-repeat;
}

#menu li span.archives {
    background: url(images/bg/hourglass.gif) no-repeat;
}

#menu li span.subscribe {
    background: url(images/bg/favourite.gif) no-repeat;
}

#menu li span.contact {
    background: url(images/bg/mail.gif) no-repeat;
}

/* Top banner with rotating images
-------------------------------------------------------------- */

#topbanner {
    height: 70px;
    border-bottom: 1px solid #999;
    background: url(/lib/img/home_banner.jpg) repeat 50% 0;
}

#topbanner_arch {
    height: 70px;
    border-bottom: 1px solid #999;
    background: url(/lib/img/archive_banner.jpg) repeat 50% 0;
}

#topbanner_single {
    height: 70px;
    border-bottom: 1px solid #999;
    background: url(/lib/img/single_banner_pinguins.jpg) repeat 50% 0;
}

#topbanner .pagetitle, #topbanner_arch .pagetitle, #topbanner_single .pagetitle {
    float: left;
    background: #fff;
    color: #000;
    font: 700 2em arial, sans-serif;
    text-transform: lowercase;
    letter-spacing: -0.036em;
    padding: 1px 5px 1px 0;
    margin: 20px 0 0 0;
    opacity: 0.9;
}

/* Home page columns
-------------------------------------------------------------- */

/* latest post */

#latest_post {
    padding: 0 0 1.5em 0;
}

#latest_post_image img {
    margin: 0 0 0 0;
}

#latest_post_image {
    background: #000;
}

.latest_post_meta {
    font-size: 0.9em;
    line-height: 1.6em;
}

.latest_post_meta a {
    font-weight: bold;
}

.latest_post_meta a:hover {
    text-decoration: underline;
}

.latest_read_on {
    padding: 0 20px 1px 20px;
    background: url(images/bg/arrow_right.gif) no-repeat top left;
}

.latest_comments {
    padding: 0 20px 1px 20px;
    background: url(images/bg/post_to_blog_16.png) no-repeat top left;
}

.latest_category {
    padding: 0 20px 1px 20px;
    background: url(images/bg/folder.gif) no-repeat top left;
}

/* featured post */

#home_featured {
    background: #f2f2f2 url(images/bg/dot.png) repeat-x bottom left;
    /*margin: 0 0 1.1em 0;
    float: left;
    width: 100%;*/
}

.feat_content {
    float: left;
    /* padding: 0 0.7em 0.4em 0.7em; */
}

.feat_thumb img {
    float: left;
    padding: 0;
    margin: 0.2em 1em 1em 0;
    border: 1px solid #999;
}

.feat_title {
    font: 700 12px georgia, serif;
    padding: 0 0 0.3em 0;
}

.feat_title a {
    color: #224970;
}

.feat_title a:hover {
    color: #000;
}

/* asides */

ul.arrow, ul.cat, ul.reccom, ul.email {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.arrow li {
    padding: 0 0 0.5em 12px;
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #dadada;
    border-left: 5px solid #dadada;
}

ul.arrow li a, ul.reccom li a, ul.email li a {
    color: #224970;
}

ul.arrow li a:hover, ul.reccom li a:hover, ul.email li a:hover {
    color: #000;
    background: #eee;
}

/* about */

#home_about {
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    margin: 1em 15px 1em;
    background: #f3f9ff;
    padding: 0.5em 0.7em 0 0.7em;
}

#home_about p {
    font-size: 0.9em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* recent posts */
.home_recent_post {
    padding: 0.1em 0 1.2em 0;
    margin: 0 0 0.8em 0;
    background: url(images/bg/dot.png) repeat-x bottom left;
}

.home_recent_thumb {
    padding: 0 10px 0 0;
    margin: 0 0 0.25em 0;
    float: left;
}

.home_recent_thumb img {
    float: left;
    margin: 0;
}

.home_recent_thumb a img {
    background: #999;
    padding: 2px;
    margin: 0;
    border: 0;
}

.home_recent_thumb a:hover img {
    background: #333;
    padding: 2px;
    margin: 0;
    border: 0;
}

.home_recent_title a {
    font-weight: bold;
}

.home_recent_title a:hover {
    color: #fff;
    background: #000;
}

.home_recent_date, .home_recent_auth {
    padding: 0;
    margin: 0;
    color: #666;
    font-size: 0.9em;
}

.home_recent_exc p {
    color: #666;
    text-align: left;
}

/* category list */

#side_categories, .widget_categories {
    margin: 0 0 1em 0;
}

ul.cat li {
    padding: 0 0 0.3em 0;
    margin: 0;
}

ul.cat li a {
    display: block;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #dadada;
    border-left: 3px solid #dadada;
    padding: 3px 12px 0 7px;
    margin: 0;
    background: url(images/bg/arrow.png) no-repeat right 3px;
    height: 19px;
}

ul.cat li a:hover {
    background: #f1f1f1 url(images/bg/arrow2.png) no-repeat 100% 3px;
    color: #224970;
}

ul.cat li ul {
    list-style: none;
    margin: 0;
    padding: 0.3em 0 0.2em 0.8em;
}

ul.cat li ul li {
    padding: 0;
    margin: 0;
}

ul.cat li ul li a {
    border: 0;
    margin: 0;
    padding: 0 0 0 12px;
    text-transform: none;
    font-size: 0.9em;
    height: 19px;
    background: url(images/bg/sub.png) no-repeat;
}

ul.cat li ul li a:hover {
    background: #f1f1f1 url(images/bg/sub1.png) no-repeat;
}

.widget_categories {
    margin: 0 0 1em 0;
}

.widget_categories > ul li {
    background: none !important;
    padding: 0 0 0.3em 0 !important;
    border: none !important;
    margin: 0 !important;
}

.widget_categories > ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #dadada;
    border-left: 3px solid #dadada;
    padding: 3px 12px 0 7px;
    margin: 0;
    background: url(images/bg/arrow.png) no-repeat 100% 3px;
    height: 19px;
}

.widget_categories > ul li a:hover {
    background: #f1f1f1 url(images/bg/arrow2.png) no-repeat 100% 3px;
    color: #224970;
}

.widget_categories > ul li ul {
    list-style: none;
    margin: 0;
    padding: 0.3em 0 0.2em 0.8em;
}

.widget_categories > ul li ul li {
    padding: 0;
    margin: 0;
}

.widget_categories > ul li ul li a {
    border: 0;
    margin: 0;
    padding: 0 0 0 12px;
    text-transform: none;
    font-size: 0.9em;
    height: 19px;
    background: url(images/bg/sub.png) no-repeat;
}

.widget_categories > ul li ul li a:hover {
    background: #f1f1f1 url(images/bg/sub1.png) no-repeat;
}

.categories {
    margin: 0 0 1em 0;
}

.categories > ul li {
    background: none !important;
    padding: 0 0 0.3em 0 !important;
    border: none !important;
    margin: 0 !important;
}

.categories > ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #dadada;
    border-left: 3px solid #dadada;
    padding: 3px 12px 0 7px;
    margin: 0;
    background: url(images/bg/arrow.png) no-repeat 177px 3px;
    height: 19px;
}

.categories > ul li a:hover {
    background: #f1f1f1 url(images/bg/arrow2.png) no-repeat 177px 3px;
    color: #224970;
}

.categories > ul li ul {
    list-style: none;
    margin: 0;
    padding: 0.3em 0 0.2em 0.8em;
}

.categories > ul li ul li {
    padding: 0;
    margin: 0;
}

.categories > ul li ul li a {
    border: 0;
    margin: 0;
    padding: 0 0 0 12px;
    text-transform: none;
    font-size: 0.9em;
    height: 19px;
    background: url(images/bg/sub.png) no-repeat;
}

.categories > ul li ul li a:hover {
    background: #f1f1f1 url(images/bg/sub1.png) no-repeat;
}

/* recent comments */

#side_recent_comments, #side_most_emailed, #side_tag_cloud {
    margin: 0 0 1.4em 0;
}

ul.reccom li {
    padding: 0 0 0.2em 20px;
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #dadada;
    background: url(images/bg/bubble.png) no-repeat 0 3px;
}

/* most emailed */

ul.email li {
    padding: 0 0 0.2em 20px;
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #dadada;
    background: url(images/bg/doc.png) no-repeat 0 3px;
}

/* ad */

.ad_block {
    border: 1px solid #dadada;
    padding: 4px 0;
    margin: 1em 0 1.2em;
    text-align: center;
}

.ad_block .ad160 {
    margin: 0 auto;
    width: 160px;
}

.ad_block .ad180 {
    margin: 0 auto;
    width: 180px;
}

.ad_block .ad250 {
    margin: 0 auto;
    width: 250px;
}

.ad_block img, .ad_block p img {
    margin: 0;
    padding: 0;
    display: block;
}

/** widgets **/

.widget {
    margin: 0 0 1.4em 0;
}

.widget a {
    color: #224970;
}

.widget a:hover {
    color: #000;
}

.widget ul, .widget ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li {
    padding: 0 0 0.3em 20px;
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #dadada;
    background: url(images/bg/postbullet.png) no-repeat 0 2px;
}

ul.qtrans_language_chooser li {
    padding-left: 0;
    background: none;
}

.qtrans_flag_en, .qtrans_flag_nl {
    background-position: 0 50% !important;
}

.qtrans_flag_and_text {
    padding-left: 24px !important;
}

/* hide asides, dutch, english, featured in nav */
li.cat-item-40, li.cat-item-12, li.cat-item-11, li.cat-item-41 {
    display: none;
}

.widget ol li {
    padding: 0 0 0.3em 10px;
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #dadada;
}

/*recent comments*/
ul#recentcomments li.recentcomments {
    background: url(images/bg/bubble.png) no-repeat 0 3px;
}

/*wp-calendar*/
table#wp-calendar {
    margin: 0;
    width: 100%;
    border: 0;
}

table#wp-calendar caption {
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1.8em;
    font-weight: bold;
    padding: 0 0 0.6em 0;
    letter-spacing: 0.1em;
    color: #175595;
}

table#wp-calendar th, table#wp-calendar td {
    height: 1em;
    padding: 0.2em 0.4em; /*padding: 5px 7px;*/
    text-align: right;
    border-right: 2px solid #fff;
}

table#wp-calendar th, table#wp-calendar td#today {
    font-weight: bold;
    background: #dadada;
    color: #000;
    border-bottom: 0;
}

table#wp-calendar td#today {
    font-weight: bold;
    background: #f2f2f2;
}

table#wp-calendar td {
    border-bottom: 1px solid #efefef;
}

table#wp-calendar td a {
    font-weight: bold;
}

/*most e-mailed*/
.widget_email_most_emailed ul li {
    background: url(images/bg/doc.png) no-repeat 0 2px;
}

/* Archive styles
-------------------------------------------------------------- */

#arch_content, .post_content {
    margin: 1.5em auto;
}

.archive_meta {
    margin: 1.5em 0;
    border-top: 1px solid #dadada;
}

.archive_meta a {
    color: #666;
}

.archive_meta a:hover {
    color: #224970;
}

.archive_feed {
    padding: 0.5em 1.5em;
    margin: 0;
    border-bottom: 1px solid #dadada;
    background: url(images/bg/feedicon12.png) no-repeat 0 8px;
    color: #666;
}

.archive_number {
    padding: 0.5em 1.5em;
    margin: 0;
    border-bottom: 1px solid #dadada;
    color: #666;
    background: url(images/bg/info.png) no-repeat 0 8px;
}

.archive_email {
    padding: 0.5em 1.5em;
    margin: 0;
    border-bottom: 1px solid #dadada;
    color: #666;
    background: url(images/bg/email_author.png) no-repeat 0 9px;
}

.archive_post_block {
    padding: 0.1em 0 0 0;
    border-bottom: 1px solid #dadada;
    margin: 0 0 1.2em 0;
}

.archive_post_meta {
    color: #818181;
    padding: 0 0 0.6em 0;
}

.archive_post_meta a, .post_meta a {
    color: #224970;
}

.archive_post_meta a:hover, .post_meta a:hover {
    color: #000;
    text-decoration: underline;
}

/* Single post styles
-------------------------------------------------------------- */

.post_meta {
    color: #666;
    padding: 0.3em 0 1.4em 0;
}

.post_meta_tag {
    color: #666;
}

/* .post_meta p img { margin: 0; padding: 0; float: none; } */
.post_meta p {
    margin: 0 0 0.4em 0;
}

/*
#post_content .first blockquote { float: right; width: 260px; color: #666; margin: 0 0 0 1.5em; color: #000; font: bold 1.3em georgia, serif; font-style: italic; letter-spacing: -0.048em; }
#post_content blockquote p { text-align: right; line-height: 1.5em; }
*/
#post_content .first blockquote {
    color: #666;
    margin: 0 0 0 1.5em;
    font: normal 1.0em georgia, serif;
    font-style: italic;
}

blockquote {
    quotes: "\201C" "\201D";
}

/* #post_content p img { margin: 0;padding:0; } */
#post_content img.WP-PrintIcon, #post_content img.posttag {
    margin: 0 0.3em 0 0;
    padding: 0.1em 0 0 0;
    vertical-align: middle;
}

#post_content img.WP-EmailIcon {
    margin: 0 0.3em 0 0;
    padding: 0.1em 0 0 0;
}

#post_content p a, #arch_content p a {
    color: #224970;
}

#post_content p a:hover, #arch_content p a:hover {
    color: #000;
    text-decoration: underline;
}

/* Comment area styles
-------------------------------------------------------------- 

/* comment form */

#comment-form form {
    margin-top: 1.5em;
}

label.com {
    float: left;
    width: 100px;
}

input.comtext, textarea.comtext {
    width: 300px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 2px;
}

input.comtext:focus, input.comtext:hover, textarea.comtext:focus, textarea.comtext:hover {
    background: #f7f7f7;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

input.comsubmit {
    margin-left: 100px;
}

/* comment START */
#commentlist {
    background: #FCFCFC;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#commentlist ol, #commentlist li {
    list-style: none;
}

#cmtswitcher {
    background: #FFF;
    font-size: 10px;
    padding-top: 5px;
}

#cmtswitcher a.tab, #cmtswitcher a.curtab {
    padding: 5px 10px;
    margin-bottom: -1px;
    display: block;
    float: right;
    color: #555;
    text-decoration: none;
}

#cmtswitcher a.tab {
    border: 1px solid #FFF;
    border-bottom-color: #CCC;
}

#cmtswitcher a.curtab {
    background: #FCFCFC;
    border: 1px solid #CCC;
    border-bottom-color: #FCFCFC;
}

#cmtswitcher .addcomment, #cmtswitcher .addtrackback {
    padding-left: 22px;
    height: 16px;
    line-height: 16px;
    display: block;
    font-size: 11px;
    float: left;
    margin-right: 15px;
    margin-top: 4px !important;
}

#cmtswitcher .addcomment {
    background: url(img/icons.gif) 0 -112px no-repeat;
}

#cmtswitcher .addtrackback {
    background: url(img/icons.gif) 0 -144px no-repeat;
}

#thecomments, #thetrackbacks {
    padding-bottom: 15px;
}

#thecomments .comment, #thecomments .messagebox {
    margin-top: 15px;
}

.comment .author {
    float: left;
    width: 81px;
    text-align: center;
}

.comment .pic {
    background: url(img/commentpoint.png) 100% 33% no-repeat;
    padding-right: 14px;
    margin-top: 10px;
}

.comment .name {
    width: 67px;
    padding-right: 14px;
    font-weight: bolder;
    overflow: hidden;
}

.comment .avatar {
    padding: 1px;
    border: 1px solid #999;
}

.comment .info {
    background: #EDEFF0 url(img/comment.gif) 0 0 no-repeat;
    float: left;
    padding: 10px 15px 0;
    width: 494px;
}

.comment .date, .trackback .date {
    float: left;
    font-size: 10px;
}

.comment .act, .trackback .act {
    float: right;
    font-size: 10px;
}

.comment .content {
    background: #EDEFF0 url(img/comment.gif) 100% 100% no-repeat;
    margin: 0 -15px;
    padding: 0 15px 10px;
    line-height: 145%;
}

.comment .content p {
    margin-top: 10px;
}

.comment .content blockquote p {
    margin-top: 0;
    margin-bottom: 10px;
}

.admincomment .author {
    float: right;
}

.admincomment .pic {
    background: url(img/commentpoint.png) 0 33% no-repeat;
    padding-right: 0;
    padding-left: 14px;
}

.admincomment .name {
    padding-right: 0;
    padding-left: 14px;
}

.admincomment .info {
    float: right;
}

#comment_login {
    margin-top: 15px;
}

#thetrackbacks {
    display: none;
}

#thetrackbacks li {
    margin-top: 15px;
}

.trackback {
    background: #EDEFF0 url(img/box.gif) 0 0 no-repeat;
    padding: 10px 15px 0;
    width: 575px;
}

.trackback .title {
    background: #EDEFF0 url(img/box.gif) 100% 100% no-repeat;
    padding: 10px 15px !important;
    padding: 0 15px 10px;
    width: 575px;
    margin: 0 -15px;
}

#respond {
    padding: 10px 0 0;
    font-size: 11px;
}

#respond .row {
    margin-bottom: 5px;
}

#respond .textfield {
    width: 200px;
}

#emoticon {
    float: right;
    margin-top: 1px;
    margin-right: 10px;
}

#comment {
    width: 601px;
}

#commentnavi {
    background: #EDEFF0 url(img/box.gif) 0 0 no-repeat;
    padding: 10px 15px;
    font-size: 11px;
}

#commentnavi a.page-numbers {
    padding: 5px 7px;
    text-decoration: none;
    border: 1px solid #EDEFF0;
    margin: 0 -2px;
}

#commentnavi a.page-numbers:hover {
    background: #F7F7F7;
    border: 1px solid #CCC;
    text-decoration: none;
}

#commentnavi span.pages {
    padding: 0 7px 0 22px;
    background: url(img/icons.gif) 0 -272px no-repeat;
    height: 16px;
    line-height: 16px;
    float: left;
}

#commentnavi span.current {
    background: #F7F7F7;
    padding: 5px 7px;
    border: 1px solid #F7F7F7;
    font-weight: bold;
    margin: 0 -2px;
}

#commentnavi #commentpager {
    line-height: 16px;
}

#submitbox a.feed {
    background: url(img/icons.gif) 0 -256px no-repeat;
    padding-left: 22px;
    height: 16px;
    line-height: 16px;
    display: block;
    float: left;
}

#submitbox #submit {
    padding: 3px 6px;
    background: #B4D666;
    border-top: 1px solid #B4D666;
    border-right: 1px solid #81B840;
    border-bottom: 1px solid #81B840;
    border-left: 1px solid #B4D666;
    color: #2970A6;
    font-size: 11px;
    cursor: pointer;
}

#submitbox #submit:hover {
    background: #98C64C;
    border-top: 1px solid #76B33A;
    border-right: 1px solid #98C64C;
    border-bottom: 1px solid #98C64C;
    border-left: 1px solid #76B33A;
    color: #074A7E;
}

/* comment END */

/* archives page */

ul.archives, ul.wp-tag-cloud {
    margin: 0 0 1.5em 0;
    list-style: none;
}

ul.archives li, ul.wp-tag-cloud li {
    padding: 0 0 0.2em 20px;
    background: url(images/bg/doc.png) no-repeat 0 2px;
}

ul.archives li a, ul.wp-tag-cloud li a {
    color: #224970;
}

ul.archives li a:hover, ul.wp-tag-cloud li a:hover {
    color: #000;
    background: #eee;
}

/* Footer
-------------------------------------------------------------- */

#footer {
    background: url(images/bg/dot.png) repeat-x top left;
    padding: 1em 0 0 0;
    color: #666;
}

/* Form styles
-------------------------------------------------------------- */

input.search_input {
    width: 292px;
    border: 0;
    background: #fff url(images/bg/input.png) no-repeat;
    padding: 5px;
    color: #E0691A;
    font-weight: bold;
    margin: 0;
    float: left;
}

input.submit_input {
    background: /*#E0691A*/ url(images/bg/submit.png) no-repeat;
    border: 0;
    height: 24px;
    padding: 0;
    width: 65px;
    margin: 0 0 0 5px;
    color: #FFF;
    font: bold 0.9em arial, sans-serif;
    float: left;
}

/* Miscellaneous styles
-------------------------------------------------------------- */

/*  heading styles */

h2.archive_name, h2.post_name {
    letter-spacing: -0.04em;
}

h2.post_cat {
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1.8em;
    font-weight: bold;
    padding: 0 0 0.2em 0;
    margin: 0 0 1em 0;
    letter-spacing: 0.1em;
    color: #999;
    border-bottom: 1px solid #dadada;
}

h2.post_comm {
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1.8em;
    font-weight: bold;
    padding: 0.3em 0 0.2em 0;
    margin: 0 0 0.2em 0;
    letter-spacing: 0.1em;
    color: #000;
    border-bottom: 1px solid #dadada;
    background: url(images/bg/stripe.png) repeat;
}

h2.post_comm2 {
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1.8em;
    font-weight: bold;
    padding: 0.3em 0 0.2em 0;
    margin: 0 0 0.2em 0;
    letter-spacing: 0.1em;
    color: #000;
    border-bottom: 1px solid #dadada;
}

h3.latest_post_title {
    font: bold 1.6em arial, sans-serif;
    text-shadow: 0 0 1px #CCC;
    line-height: 1.6em;
    margin: 0;
    letter-spacing: -.035em;
    padding: 0 0 0.2em 0;
}

h3.latest_post_title a:hover {
    color: #fff;
    background: #000;
}

h3.home_featured {
    /*background: url(images/bg/dot.png) repeat-x top left;*/
    border-top: 1px dotted #ccc;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1.8em;
    font-weight: bold;
    /*padding: 0.7em 0.7em 0.9em 0.7em;*/
    color: #5f9410;
    letter-spacing: 0.1em;
}

h3.mast, .widget li h3 {
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1.8em;
    font-weight: bold;
    padding: 0 0 0.6em 0;
    letter-spacing: 0.1em;
    color: #a11b1b;
}

h3.mast2 {
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1.8em;
    font-weight: bold;
    padding: 0 0 0.2em 0;
    color: #5f9410;
}

h3.mast3 {
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1.8em;
    font-weight: bold;
    padding: 0 0 0.2em 0;
    letter-spacing: 0.1em;
    color: #224970;
    margin-top: 0;
}

h3.mast4 {
    text-transform: uppercase;
    font-size: 0.8em;
    /*line-height: 1.8em;*/
    font-weight: bold;
    padding: 0 0 0.6em 0;
    letter-spacing: 0.1em;
    margin-top: 0;
}

h3.mast5 {
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1.8em;
    font-weight: normal;
    padding: 0 0 0.2em 0;
    letter-spacing: 0.1em;
    color: #5f9410;
}

h3.archive_title {
    line-height: 1em;
    padding: 0 0 5px 0;
}

h3.archive_title a {
    font: bold 1.0em arial, sans-serif;
    color: #000;
    letter-spacing: -0.036em;
}

h3.archive_title a:hover {
    color: #fff;
    background: #000;
}

/* miscellaneous */

.none {
    display: none;
}

.border_left {
    padding-left: 15px;
    margin-left: 0;
    border-left: 1px solid #ddd;
}

.dot {
    font-family: "lucida sans unicode", "arial unicode ms", sans-serif;
}

.navigation {
    color: #818181;
}

input.Forms, textarea.Forms {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 2px;
}

input.buttonem {
    background: #dadada;
    float: left;
}

/* image caption classes */

.captionleft {
    float: left;
    margin: 0 1.5em 1em 0;
    padding: 0.5em;
    text-align: left;
}

.captionright {
    float: right;
    margin: 0 0 1em 1.5em;
    padding: 0.5em;
    text-align: left;
}

.captionfull {
    margin: 0 0 1em 0;
    padding: 0;
    text-align: left;
}

.captionleft img, .captionright img, .captionfull img {
    margin: 0;
    display: block;
}

.captionleft p, .captionright p, .captionfull p {
    background: #eee;
    margin: 0;
    line-height: 1.6em;
    padding: 0.5em;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 0.9em;
    color: #555;
}

.floatRight, .alignright {
    float: right;
    clear: right;
    margin: 2px;
}

.floatLeft, .alignleft {
    float: left;
    clear: right;
    margin: 2px;
}

a.floatRight {
    float: right;
    clear: right;
    margin: 2px;
}

a.floatLeft {
    float: left;
    clear: right;
    margin: 2px;
}

.cat-item a {
    border-bottom: 1px dashed brown;
    text-decoration: none;
}

.cat-item a:hover {
    position: relative;
}

.cat-item a span {
    display: none;
}

.cat-item a:hover > span {
    display: block;
    position: absolute;
    top: 0;
    left: -223px; /* -1 * [(200 + 3) + 10 + 4 + 6]*/
    width: 200px;
    height: 94px;
    font-weight: normal;
    /* formatting only styles */

    z-index: 100;
    background: url(/lib/img/info-right.gif) 100% 0 no-repeat;
    color: #fff;
    padding: 3px 10px 3px 4px;
    border-left: 6px #587C33 solid;
    opacity: 0.8; /* end formatting */
}

.fixed, .clr {
    clear: both;
}

@media print {
    * {
        background: #fff;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
    }

    h1, form, #col-2, #about p, #ad, #toc-min, .nav, .pilot {
        display: none;
    }

    h3 a, a.media, #about #qa a {
        border-bottom: 0;
    }

    th, td {
        border-bottom: 1pt solid #ccc;
    }

    a {
        border-bottom: 1pt solid #999;
        text-decoration: none;
    }

    a[href^='#'] {
        border-bottom: 0;
    }

    #about #qa, #intro, #intro * {
        font-style: italic;
    }

    #about #qa {
        display: block;
        line-height: 1.5;
        margin: .6em 0;
    }

    #header, #topbanner, .last {
        display: none;
    }

    img#wpstats {
        width: 0px;
        height: 0px;
        overflow: hidden
    }
}