/*
 * Authors Profile Styles
 */

.news-breadcrumb a {
color: #000!important;
font-size: 15px;
}
.breadcrumb {
    color: #727272;
    font-size: 1.1em;
    max-width: 680px;
    padding-bottom: 5px;
}
.breadcrumb-nav{
    color:#CB6733;
    font-size:16px;
}

.author-page-heading {
    background: none repeat scroll 0 0 #1b1d22;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    padding: 5px 10px;
}
.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;
    /*line-height: 20px;
    margin-bottom: 10px;
    padding-top: 0px;*/
}
.topic-heading a{
    color: #1a1d22;
}

.date-time {
    color: #838383;
    font-size: 14px;
    padding-bottom: 10px;
}

/*
 * Media queries for Authors page Responsive
 */
@media only screen 
and (min-width : 0px)
and (max-width : 480px) {
	.tag-content-left, .authorsPhoto {
	    float: none;
	    width: auto;
	}
	.tag-content-left {
		text-align: center;
		margin-bottom: 10px;
	}
	.tag-content-right, .authorsProfile {
	    margin-left: 0;
	}
}
.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;
    font-family: Arial;
}

.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;
    font-family: Arial;
}
.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;
    font-family: Arial;
}
.sitemap ul li a {
    color: #0066CC;
    text-decoration: none;
}
.sitemap ul li.sitemapchild {
    padding-left: 20px;
}
.content_left table td, th{
	
	border: 0!important; 
}
.content_left table{
	width:0!important;
}
