/*
 * Authors Profile Styles
 */

.breadcrumb {
    padding: 10px 0;
    font-size: 14px;
    color: #a2a2a2;
}
.breadcrumb-nav{
    display: inline-block;
    padding: 0 10px;
    color: #000000;
}
.author-page-heading {
    font-size: 18px;
    padding: 5px 0;
    text-transform: uppercase;
}
.author-page-content {
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}
.authorProfileBlock {
    margin-bottom: 30px;
}
.authorsPhoto {
    float: left;
    width: 160px;
}
.authorsProfile {
    margin-left: 160px;
}
.authorConnect {
    clear: both;
    color: #000000;
    font-size: 16px;
}
.author_table {
    color: #000000;
    font-size: 16px;
}
.author_table td {
    padding: 5px;
    vertical-align: middle;
}
.authorConnect img {
    vertical-align: middle;
}
.latest-stories-headings {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.authors-articles {
    border-bottom: 1px solid #CCCCCC;
    margin: 10px 0;
    padding-bottom: 10px;
}
.tag-content-left {
    float: left;
    width: 170px;
}
.tag-content-left img {
    padding: 5px;
    border: 1px solid #ccc;
}
.tag-content-right {
    margin-left: 190px;
}
.tag-desc {
    color: #000000;
    font-size: 14px;
}
.topic-heading {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}
.topic-heading a{
    color: #1a1d22;
}

.date-time {
    color: #838383;
    font-size: 14px;
    padding-bottom: 10px;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}

.rssInfo p {
    color: #000000;
    font-size: 17px;
    line-height: 20px;
    margin: 0;
    padding: 10px 0 10px 0;
}

.rssBlock {
    border: 1px solid #CCCCCC;
    clear: both;
    margin-bottom: 15px;
}

.rssHeading {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 5px;
}

.rssContent ul {
    padding-left: 25px;
}
.rssContent ul li {
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 4px 0;
}
.rssContent ul li a {
    color: #0066CC;
    text-decoration: none;
}

.sitemap ul {
    padding-left: 15px;
}
.sitemap ul li {
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 4px 0;
    list-style-type: none;
}
.sitemap ul li a {
    color: #0066CC;
    text-decoration: none;
}
.sitemap ul li.sitemapchild {
    padding-left: 20px;
}
.news-archive {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.archive-headings {
    float: left;
    font-size: 20px;
    font-weight: normal;
}
.archive-selectbox {
    float: right;
}
.archive-selectboxes {
    float: left;
    margin-left: 10px;
}
.archive-select {
    background: #f6f6f6;
    border: 1px solid #ccc;
    color: #000;
    font-size: 15px;
    padding: 5px;
    width: 90px;
}
.calendar-month {
    border-collapse: collapse;
    color: #000;
    font-size: 17px;
    width: 100%;
}
.calendar-month th {
    background: #666;
    border: 1px solid #ccc;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
.calendar-month td {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 10px 0;
    text-align: center;
}
.calendar-month tr:nth-child(2n) {
    background-color: #eee;
}

.latest-stories-headings {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.dayIndexHeading {
    background: #ee163b;
    border: 1px solid #ccc;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 10px;
}
.dayIndexHeading a {
    color: #fff;
}
.calendar-month tr:first-child {
    background-color: #ddd;
}
.dayIndexContent {
    border: 1px solid #ccc;
    border-top: 0 none;
    margin-bottom: 30px;
    padding: 10px;
}
.dayindexTitles {
    font-size: 15px;
    padding-left: 20px;
}
.dayindexTitles li {
    margin: 4px 0;
}
.dayindexTitles li a {
    color: #06c;
}
.archives {
    float: left;
    margin-bottom: 30px;
    width: 49%;
}
.archives.last {
    float: right;
}

.news-breadcrumb {
    color: #a2a2a2;
    font-size: 14px;
}
.news-breadcrumb a {
    color: #000000;
    display: inline-block;
    padding: 0 10px;
}
.news-breadcrumb a:first-child {
    padding-left: 0;
}