﻿/* master page overrides */
#pageContent
{
    margin-top: 0px;
}
#contentInner
{
    padding-top: 10px;
}
/* News specific */
.oldernews
{
    clear: both;
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 110%;
    background-position: right center;
    background-image: url(/content/images/themes/blue/arrow-right-small.png);
    _behavior: url("/Content/iepngfix/iepngfix.htc");
    background-repeat: no-repeat;
    padding-right: 15px;
}

.newsarticle .title
{
    margin-bottom: 5px;
}
.newsarticle .date
{
    margin-bottom: 10px;
}
.newsarticle .thumb
{
    margin-right: 10px;
}
.newsarticle .thumb img
{
    border: thin solid #CCCCCC;
    padding: 2px;
    margin-bottom: 10px;
}
.newsarticle .thumb div img
{
    border: none;
}
.pagination
{
    clear: both;
    float: right;
}
.pagination .prevnext
{
    clear: both;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pagination .prev
{
    background-position: left center;
    background-image: url(/content/images/themes/blue/arrow-left-small.png);
    _behavior: url("/Content/iepngfix/iepngfix.htc");
    background-repeat: no-repeat;
    padding-left: 15px;
}
.pagination .next
{
    background-position: right center;
    background-image: url(/content/images/themes/blue/arrow-right-small.png);
    _behavior: url("/Content/iepngfix/iepngfix.htc");
    background-repeat: no-repeat;
    padding-right: 15px;
}
.pagination .allarticles
{
    clear: both;
    float: right;
    margin-bottom: 10px;
}
.catspacer
{
    clear: both;
    margin: 20px 10px 20px 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
}
.categoryfeature .title
{
    font-size: 140%;
    padding-bottom: 10px;
}
.categoryfeature .date
{
    padding-bottom: 10px;
}
.categoryfeature .thumb
{
    clear: both;
    float: left;
    margin-right: 10px;
    border: 1px solid #CCCCCC;
}
.categorysummary
{
    clear: both;
    margin-bottom: 30px;
}
.categorysummary .thumb
{
    clear: both;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
}
.categorysummary .thumb img
{
    border: thin solid #CCCCCC;
    padding: 2px;
}
.categorysummary .row0
{
    font-size: 110%;
}
.categorysummary h3
{
    margin-bottom: 5px;
}
.categorysummary h3 a
{
    text-decoration: none;
}
.categorysummary h3 a:hover
{
    text-decoration: underline;
}
.categorysummary .date
{
    margin-bottom: 5px;
}
.categorysummary .fulllink
{
    background-position: right center;
    background-image: url(/content/images/themes/blue/arrow-right-small.png);
    _behavior: url("/Content/iepngfix/iepngfix.htc");
    background-repeat: no-repeat;
    padding-right: 15px;
    float: right;
    margin: 5px 10px;
}
.categoryfeature .thumb img
{
    border: thin solid #CCCCCC;
    padding: 2px;
}
#newsarchive .title
{
    font-size: 120%;
    font-weight: bold;
    padding: 10px 10px 5px 10px;
}
#newsarchive .archivelink
{
    margin-left: 2px;
    background-position: left center;
    background-image: url(/content/images/themes/blue/arrow-right-small.png);
    _behavior: url("/Content/iepngfix/iepngfix.htc");
    background-repeat: no-repeat;
    padding-left: 15px;
}
#newsarchive .archiveactive
{
    background-position: left center;
    background-image: url(/content/images/themes/blue/arrow-down-small.png);
    _behavior: url("/Content/iepngfix/iepngfix.htc");
    background-repeat: no-repeat;
    padding-left: 17px;
}
#newsarchive .archiveactive a
{
    text-decoration: none;
}
#archivesummary a
{
    text-decoration: none;
}
#archivesummary a:hover
{
    text-decoration: underline;
}
#archivesummary li
{
    clear: both;
    list-style-type: none;
    min-height: 50px;
    padding: 5px 10px 0px 0px;
}
#archivesummary .thumb
{
    float: left;
    min-width: 80px;
    margin-right: 10px; /*border: 1px solid #CCCCCC;*/
}
#archivesummary .thumb img
{
    border: thin solid #CCCCCC;
    padding: 2px;
}
#archivesummary .details
{
    padding-top: 10px;
}
/* News nav overrides */
.path .current a.active
{
    text-decoration: none;
}
/* Social Bookmarking */
#social
{
    margin-top: 20px;
    clear: both;
}
#social .share
{
    font-size: 80%;
    float: left;
}
#social .bookmark
{
    float: left;
    margin-left: 5px;
}

.news_rss h1
{
    float: left;
    color: Red;
}
#news_rss_link
{
    background: url(/content/shared/images/feedIcon.png) no-repeat right 50%;
    float:right;
    margin-right:5px;
}
#news_rss_link a
{
    color: White;
    float: left;
    padding-right: 40px;
}

