.divclear {
    clear: both;
}

.floatleft {
    float: left;
}

.serif {
    font-family: georgia, times, serif;
}

.small_text {
    font-size: 11px; 
    font-family: arial, helvetica, sans-serif;
}

.source {
    margin: 10px 0 0 0; 
    padding: 0; 
    font-size: 11px; 
    color: #999;
}

.copyright {
    margin: 0; 
    padding: 5px 0; 
    font-size: 11px; 
    color: #999;
}

.author {
    margin: 0; 
    padding: 0; 
    font-size: 11px; 
    color: #999;
}

ol {
    margin: 0; 
    padding-left: 25px;
}

ol li {
    padding-top: 4px;
}

ul.nobullet {
    clear:both; 
    margin:0; 
    padding:0; 
    list-style-type:none;
}

ul.nobullet li {
    padding-bottom: 6px;
    border-bottom: solid 1px #ccc;
}

ul.nobullet li:hover
{
    background-color: #eee;
}

.subfeature {
    clear: both;
}

.subfeature_headlinelist_left {
    float: left; 
    width: 49%;
}

.subfeature_headlinelist_left ul li {
    padding-left: 2px;
}

.subfeature_headlinelist_right {
    float: right; 
    width: 49%; 
}

.subfeature_headlinelist_right ul li {
    padding-left: 2px;
}

.subfeature li {
    margin-left: -20px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.subfeature li a {
    text-decoration: none;
}

.subfeature .column_label { margin-top: 0 !important; }

.column_label, .bluebox h3 {
    border: 1px solid #ccc; 
    background-color: #eee; 
    margin-top: 10px; 
    font-weight: bold; 
    text-transform: uppercase; 
    padding: 4px;
}

.column_label
{
    height: 30px;
}

.column_label a, .bluebox h3 a {
    color: #333;
}

.column_label .small_text {
    adding-left: 5px; 
    font-weight: normal; 
    color: #666;
}

.column_label_extra {
    float: right; 
    font-size: 11px; 
    font-weight: normal;
}

.column_label_extra a {
    color: #06c; 
    text-transform: none;
}

.column_label img {
    vertical-align: top; 
    margin-right: 5px; 
    border: 0;
}


.li_headline {
    
}

.li_container {
    padding: 0;
}

.li_date {
    font-style: italic;
    color: #888888;
}

.listing {
    border-top: 1px solid #ccc;
    padding: 5px 0px;
}

.listing_thumb {
    padding-right: 6px;
}

.listing_thumb img {
    width: 108px;
    max-height: 75px;
    border: 1px solid #111144;
}

.listing_thumb_neu {
    border: 1px solid black;
    background-position: center top;
    background-repeat: no-repeat;
    width: 90px;
}

.listing_container {
  border-collapse: collapse;
  margin: 0 5px;
}


.listing_headline {

}

.listing_date {
    margin: 0;
    padding: 0;
    color: #888888;
    font-style: italic;
}

.listing_sentance {

}

.listing_comments {

}

.topstory {
    margin: 10px 0;
    padding: 0px;
    background: #FFFFFF none repeat scroll 0%;
    border: 1px solid #668800;
}

.topstory_header {
    background: #E2F7B1;
    border-bottom: 1px solid #668800;
    color: #223377;
    font-size: 1em;
    font-weight: bold;
    padding: 4px;
}

.topstory .listing {
    padding: 5px;
    border-top: none;
}

.topstory .listing_headline a {
    font-weight: bold;
}

.mostpopular {
    margin: 10px 0;
    padding: 0px;
    background: #FFFFFF none repeat scroll 0%;
    border: 1px solid #668800;
}

.mostpopular_header {
    background: #E2F7B1;
    border-bottom: 1px solid #668800;
    color: #223377;
    font-size: 1em;
    font-weight: bold;
    padding: 4px;
}

.mostpopular .listing {
    padding: 5px;
    border-top: none;
}

.mostpopular .listing_headline a {
    
}

.mostpopular .mostpopular_headline {
    padding: 2px 0 2px;
}

.search_highlight {
    background-color: #f9ff99;
}


/* NEW STUFF BELOW HERE */
table.news-article-listing td.time {
    font-style: italic;
    color: #666;
}

table.news-article-listing td.blurb {
    vertical-align: top;
}


/*******************************************************************************
 * News Article Content                                                        *
 *******************************************************************************/
div.newsArticleContent { padding: 5px; }
div.newsArticleContent img.imagePreview {
    float: right;
    margin: 10px 0 10px 10px;
    border: 1px solid #111144;
    /*padding: 5px;*/
    padding: 0;
}
div.newsArticleContent p { margin-top: 1em !important; }


/*******************************************************************************
 * News Share Bar                                                              *
 *******************************************************************************/
table.newsShareBar {
    /*border-top: 1px solid rgb(143, 143, 143);*/
    /*border-bottom: 1px solid rgb(143, 143, 143);*/
    /*border-collapse: collapse;*/
    text-align: center;
    /*background-color: rgb(238, 238, 238);*/
    width: 100%;
}
table.newsShareBar td {
    text-align: center;
    padding: 5px 0;
    vertical-align: middle;
}
table.newsShareBar img {
    border: none;
    float: left;
    margin-right: 5px;
}


/*******************************************************************************
 * Featured Columnist Right Nav Box                                            *
 *******************************************************************************/
div.featuredColumnistsRightNav {
    width: 300px;
    background-color: #5A0C0C;
    border: 2px solid #5A0C0C;
    margin: 0 auto;
    text-align: center;
    /*padding: 3px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    background-image: url('/images/news/featured_columnists_rightnav_bg.png');   
    background-repeat: no-repeat;
}
div.featuredColumnistsRightNav div {
    font-weight: bold;
    font-size: 14px;
    color: white;
    backround-color: transparent;
    text-shadow: 2px 2px 2px #000000;
    /*margin-bottom: 2px;*/
    /*padding-bottom: 3px;*/
    /*background-color: #5A0C0C;*/
}
div.featuredColumnistsRightNav table { width: 100%; }
div.featuredColumnistsRightNav td {
    color: white;
    background-color: #7D0000;
    border: 1px solid #AC0000;
    text-align: center;
    vertical-align: top;
    padding: 5px 0;
    margin: 5px;
    cursor: pointer;
    width: 25%;
}
div.featuredColumnistsRightNav td:hover {
    background-color: #AC0000;
    color: black;
    font-weight: bold;
    border: solid 1px black;
}
div.featuredColumnistsRightNav img { border: 1px solid black; }     


#articleBody * {
    font-size: 10pt;
}

