.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: grey;
}

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: normal;
    border: solid 1px black;
}
div.featuredColumnistsRightNav img { border: 1px solid black; }


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

.tweet {
    font-size: 15px;
    padding: 10px;
    position: relative;
    border-bottom: solid 1px #eee;
}

.tweet-image {
    float: left;
    height: 48px;
    margin-top: 3px;
    overflow: hidden;
    width: 48px;
    border: 0;
}

.tweet-content {
    margin-left: 58px;
    min-height: 48px;
}

.tweet-content .from_user
{
    color: #444444;
    font-weight: bold;
    font-size: 12px;

}

.tweet-date
{
    color: #999;
    font-weight: italic;
}

#next_article p
{
    font-size: 10pt;
    margin-bottom: 1em !important;
}

#next_article
{
    text-align: justify;
    padding-top: 10px;
}

#articleBody ul
{
    text-align: left;
    padding-left: 20px;
}

#articleBody ul li a:link, #articleBody ul li a:visited, #articleBody ul li a:active
{
    font-size: 1.25em;
    line-height: 2em;
}

#articleBody ul li i, #articleBody ul li em
{
    color: #666;
    font-size: 0.75em;
}

.news_flag
{
    float: right; padding: 2px; padding-left: 4px; padding-right: 4px; color: #fff;
    width: 74px;
    text-align: center;
}

/* exlusive tab on home page top story */
.hometop_exclusive
{
    width: 225px; height: 25px; float: left; background-color: rgba(255, 0, 0, 0.5); color: rgb(255, 255, 255); font-size: 1.25em; padding-top: 10px; margin-top: -35px; text-align: center;
}

.news_embed_code
{
    margin-top: 2px;
    margin-bottom: 2px;
}

.news_content_right_block
{
    float: right; width: 350px; margin: 15px; text-align: center; margin-right: 0; margin-top: 0;
}

    
.featured_columnists_widget_item
{
    padding: 10px; margin: 8px; border: solid 1px #000; width: 60px; height: 70px; 
    background: url(/images/news/featured_columnists_rightnav_bg.png); cursor: pointer;
    background-color: #5A0C0C;
    background-repeat: repeat-x;
    float: left;
}

.featured_columnists_widget_item img.columnist_photo
{    
    width: 40px;
    height: 50px;
}

.body_next_article_button
{
    padding: 0px; margin: 0px; float: right;
}


