
.left_col {
    width: 151px;
    margin-left: 5px;
    float: left;
}
.main_col {
    float: left;
    width: 540px;
    padding-left: 20px;
    margin-top: 16px;
}
.right_col {
    float: right;
    width: 210px;
    margin-right: 1em;
}
.left_col, .right_col {
    margin-top: 117px; /*line up the bottom of the headers on the side columns with the bottom of the tabs */
}
.right_col h3, .left_col h3 {
    color: #383838;
    font-family: 'Lalezar';
    font-size: 2em;
    line-height: 1.2;
}
.left_col h3 {
    padding-left: 5px;
}

.right_col .selected a, .selected {
    color: #383838;
}
#archive {
    margin-bottom: 1em;
}
#archive select {
    border: 1px solid #D3D4D5;
    font-size: 1.08em;
    width: 136px;
    padding: 1px 0;
    margin-top: -3px;
}
#archive select option {
    padding: 1px 0;
}
#categories_archive h3 {
    margin-bottom: -5px;
}
#categories_archive li {
    font-family: 'MuseoSans', sans-serif;
    font-size: 1.25em;
    border-bottom: 2px solid #DBDCDC;
    padding: 5px 0 6px 5px;
}
#categories_archive .selected a {
    font-size: 1.27em;
    color: #A0A1A4;
}
#categories_archive .breakopentheword.selected a {
    display: inline-block;
    width: 130px;
    line-height: 1.05em;
}
#categories_archive .last {
    border-bottom: none 0px;
}

/* -- main column styling -- */
.main_col h1 {
    text-align: center;
    line-height: 1;
}
.tabs {
    overflow: auto;
}
ul.tabs li {
    margin-top: 0;
}
ul.tabs li.focusonfaith a {
     width: 117px;
}
ul.tabs li.makeithappen a {
     width: 128px;
}
ul.tabs li.breakopentheword a {
     width: 167px;
}
ul.tabs li.saintspotlight a {
     width: 121px;
    border-right: 0px none;
}
.sl_content {
    clear: both;
}
.section {
    clear: both;
    background: #F1F1F1;
    margin-bottom: 25px;
    padding: 0 20px 15px;
    margin-top: 8px;
}
.section.first {
    margin-top: 30px;
}
.section h2 {
    font-family: 'MuseoSans',sans-serif;
    font-size: 1.75em;
    background: url('/static/img/ribbon_fold.png') no-repeat left top ;
    display: inline-block;
    color: #0067AC; /*SMP blue*/
    position: relative;
    top: -8px;
    left: -28px;
    padding: 0 0 1em 8px;
}
.section h2 span {
    display: inline-block;
    padding: 1px 17px;
    background: #C7DAE6;
}
.section h3 {
    color: #383838;
    font-size: 1.42em;
    margin-bottom: 8px;
}
.section .copy h3 {
    color: black;
}
.section .copy img {
    margin: 5px 25px 1em 0;
}
#date {
    color: #878889;
    font-weight: bold;
    margin: 1em 0;
    display: inline-block;
}
#year_archive {
    margin-top: 20px;
}
#year_archive h3 {
    font-size: 1.33em;
    margin-left: 5px;
}
#year_archive h3 .selected {
    color: #383838;
    font-size: 1.31em;/* 21px */
}
.post {
    margin: 15px 0 0 30px;
}
.post.last {
    margin-bottom: 33px;
}
.post .date_time {
    font-family: 'MuseoSans',sans-serif;
    font-size: 1.42em;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
}
.pagination div {
    padding: 6px 0px;
}
.pagination a {
    color: #878889;
    font-weight: bold;
    margin: 0;
    padding: 6px;
}
.pagination a:hover {
    background: #F1F1F1;
}
.pagination #link_top {
    float: left;
    text-align: center;
    width: 34%;
}
.pagination #link_top.category {
    text-align: left;
    padding: 0;
    width: 100%;
}
.pagination #prev {
    float: left;
    text-align: left;
    width: 33%;
}
.pagination #next {
    float: left;
    text-align: right;
    width: 33%;
}
.pagination .newer {
    float: right;
}
.pagination .older {
    float: left;
}
/* -- right column styling -- */
#weekly_feature, #weekly_quiz {
    margin-bottom: 23px;
}
#weekly_feature p {
    margin-top: 5px;
    font-weight: bold;
}
#weekly_quiz h3 a {
    color: #383838;
}
#weekly_quiz img {
    padding: 7px 0px 5px;
}
#weekly_quiz p {
    width: 134px;
    margin-bottom: 1em;
}
