/*
Theme Name: Mondays with Jim
Theme URI: http://www.mondayswithjim.com
Description: The theme for MondayswithJim.com
Author: Josh Marshall
Author URI: http://www.joshmarshall.org
Version: 1.0
*/


body {
    background: #b3b3b3;
    margin: 0;
    padding: 0;
    font: 12px/18px "Trebuchet MS", "Verdana", sans-serif;
    color: #444;
}

a {
    color: #7f0000;
}

a:hover {
    color: #777;
}

.canvas {
    min-width: 960px;
    background: #7f0000 url("images/page_bg.jpg") top center repeat-y;
    margin: 0 auto;
}

.header, .content {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    min-width: 960px;
}

.header-top {
    height: 39px;
    overflow: hidden;
    background: #7f0000 url("images/header_top.jpg") top center no-repeat;
    margin: 0 auto;
}

.header {
    height: 230px;
    background: #FFF url("images/header_bg.jpg") top left no-repeat;
    overflow: hidden;
}

.header .two-cents {
    display: block;
    float: left;
    padding: 119px 0 0 117px;
    width: 0;
    height: 0;
    overflow: hidden;
    background: url("images/header_2cents.jpg") top left no-repeat;
}

.header h1 {
    position: relative;
    top: 20px;
    left: 50px;
    margin: 0;
    padding: 0;
    width: 600px;
    height: 100px;
    overflow: hidden;
}

.header h1 a {
    display: block;
    padding: 150px 0 0 600px;
    width: 0;
    height: 0;
    overflow:hidden;
}

.header .menu {
    list-style: none;
    margin: 125px 212px 0 0;
    padding: 0;
    float: right;
}

.header .menu li {
    float: left;
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 15px;
}

.header .menu li a {
    text-decoration: none;
    color: #7f0000;
}


.content {
    min-height: 250px;
    overflow: hidden;
}

.column {
    float: left;
    min-height: 250px;
    width: 190px;
    padding: 0 20px 0;
    background: url("images/column_spacer.jpg") 0px 30px no-repeat;
}

.column.sidebar.left {
    background: none;
}

.column.main-content {
    width: 460px;
}

.column.main-content.wide {
    width: 680px;
}

.column.main-content h2 {
    margin: 15px 0 0;
    padding: 0 0 5px;
    font: 28px/30px Georgia, serif;
    color: #7f0000;
    text-align: center;
    clear: both;
}

.column.main-content h2 .small-word {
    font: italic 20px/30px Georgia, serif;
    vertical-align: 2px;
}

.column.main-content h2 a {
    text-decoration: none;
    color: #7f0000;
}

.column.main-content h2 a:hover {
    color: #777;
}

.navigation {
    height: 20px;
    overflow: hidden;
    clear: both;
}

.navigation .alignleft {
    float: left;
}

.navigation .alignright {
    float: right;
}

.episode-title {
    display: block;
    background: #b3b3b3 url("images/episode_count_bg.jpg") top left no-repeat;
    width: 313px;
    height: 20px;
    overflow: hidden;
    margin: 5px auto 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
}

.date {
    display: block;
    text-align: center;
    font: 18px/18px Georgia, serif;
    margin: 5px 0 30px;
}

.more-link {
    display: block;
    background: #b3b3b3 url("images/read_more_bg.jpg") top right no-repeat; 
    width: 97px;
    height: 25px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    margin: 10px 0 10px 343px;
    padding: 0;
    font: 14px/25px Georgia, sans-serif;
}

.postmetadata {
    display: block;
    float: left;
    position: relative;
    top: -35px;
    width: 300px;
    color: #AAA;
    margin: 3px 0 5px;
}

.postmetadata.single {
    top: 0;
    margin: 0;
    padding: 0;
    width: 600px;
    float: none;
}

.postmetadata a {
    color: #888;
}

.post {
    overflow: hidden;
    margin: 0 0 10px;
}

.commentlist {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.comment-author {
    font: 16px/20px "Trebuchet MS", Verdana, sans-serif;
}
.comment-body {
    padding: 5px;
    width: 85%;
    margin: 0 auto;
}

.comment-body.odd {
    background: #EEE;
}

#comment {
    width: 90%;
}

.sidebar ul.sidebar-list {
    list-style: none;
    margin: 0px 0 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.sidebar ul.sidebar-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar ul.sidebar-list ul li {
    margin: 0 0 10px;
    padding: 5px 10px;
    /*background: url("images/sidebar_item_bg.jpg") top left no-repeat;*/
    width: 170px;
    overflow: hidden;
}

.sidebar h2 {
    text-align: center;
    font-weight: normal;
    color: #7f0000;
    font: 23px/23px Georgia, serif;
}

.sidebar h2 a {
    text-decoration: none;
}

.footer-top {
    min-width: 960px;
    height: 10px;
    margin: 0 auto;
    background: #b3b3b3 url("images/footer_top.jpg") top center no-repeat;
}

.footer {
    text-align: center;
    min-width: 960px;
    background: #b3b3b3 url("images/footer_bg.jpg") top center no-repeat;
    height: 170px;
    overflow: hidden;
}


