h3 a.rss-subscribe{
	background: url("../images/icon-rss.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    font-size: 1.538em;
    height: 30px;
    letter-spacing: normal;
    min-width: 30px;
    padding-left: 35px;
    padding-top: 10px;
    text-transform: none;
}

.article{
    float: left;
    margin-bottom: 40px;
}

.article:nth-child(2n+3){
	clear: both;
}
	.article h1,
	.single-article h1,
	.article h2,
	.single-article h2{
		text-transform: none;	
		margin-top: 0;
		margin-bottom: 3px;
	}
	.article .addthis_toolbox{
		margin-top: 5px;	
	}
	.article p.date,
	.single-article p.date{
		margin: 0;
	}
	.article p.author,
	.single-article p.author{
		margin: 0;    
		font-weight: 700;
	}
	.article p.summary,
	.single-article .summary{
		margin-top: 10px;
	}
	.single-article .summary{
		margin-bottom: 20px;
	}
	.article .featured-blog-image {
		padding: 10px 0;
	}
	.article a.readmore {
		text-transform: uppercase;
	}
	.auth-img img{
		width: 100%;
	}
	.auth-info h2{
		color: #000000;
		font-weight: 700;
	}
	.auth-info p{
		margin: 0;
	}
	.single-article .title h2{
		margin-bottom: 20px;	
	}
	
ul.dropdown.blog{
	background: url("../images/dropdown-arrow-right.png") no-repeat scroll 95% 8px #AECA37;
    float: left;
    width: 100%;
	margin-bottom: 5px;
    margin-top: 5px;
}
	ul.dropdown.blog > li{
		border: none;	    
		float: left;   
		width: 100%;
	}
		ul.dropdown.blog li a {
			color: #000000;
		}
		ul.dropdown.blog li .drop {
			background: none repeat scroll 0 0 #F7FAEB;
			left: auto;
			position: relative;
			top: auto;    
			float: left;
		}
		ul.dropdown.blog li:hover .drop{
			display: none;
		}
