/*
 * Homepage Styles
 */

.top-content{
	clear: both;
}
.left-content{
	float: left;
	width:65.5%;
}
.right-content{
	float: left;
	width:34.5%;
}
.article-container {
    float: left;
    margin: 16px 5% 16px 0px;
    width:30%;
    background: #eeeeee;    
}
.article-container .post {
	border: 1px solid #fff;
}
.article-container .post:hover {
	border: 1px solid #0066cc;
	opacity: 0.8;
	transition: all 500ms linear 0s;
}
.left-content .article-container{
	width:90%;	
}
.right-content .article-container{
	width:100%;	
}
.article-container.last{
	margin-right: 0;
}
.article-container .article-img-container {
    margin: 0;
}
.article-container .article-img-container img{
	display: block;
}
.article-container .article-content-wrapper{
	padding:5px 10px 0 10px;
	border: 1px solid #b5b5b5;
	border-top: none;
}
.article-container .article-content-wrapper h2 {
    color: #333;
    font-size: 1.6em;
    font-weight: 400;
    height: 110px; 
    line-height:22px;
    overflow: hidden;
    padding: 5px 0px;
}
.left-content .article-content-wrapper h2{
	font-weight: 600;
	font-size: 2.4em;
	line-height: 33px;
}
.right-content .article-content-wrapper h2{
	font-weight: 600;
	font-size: 1.7em;
}
.article-container .article-content-wrapper h2 a {
    color: #333;
}
.show-more{
	background: #eeeeee;
	border:1px solid #b5b5b5;
	font-size: 1.5em;	
	font-weight: 400;
	clear: both;
	float:left;
	width:100%;	
	margin:10px 0;
} 
.show-more a{
	display: block;
	padding: 5px;
	text-align: center;
	color: #333;
	font-weight: 600;
	text-decoration: none;
}
@media only screen and (max-width: 980px){
	
	.header-right{
		display: none;
	}
	.menu-left{
		display: block;	
	    background: url("../images/sprite.png") -46px 0;
	    height: 22px;
	    text-indent: -9999px;
	    width: 32px;
	    position: relative;
	    top: 10px;  
	    float: left;  
	    margin-left: 10px;
	}
	.menu-left a{
		display: block;
	}
	.primary-links{
		left:0;
	}
	
	.mobi-head{
		display: block;
		 float: right;  
	}
}
@media only screen and (max-width: 768px) {
	.left-content{
		float: none;
		width:100%;
	}
	.right-content{
		float: none;
		width:100%;
	}
	.article-container{
		float: none;
		width: 100%;
	}
	.left-content .article-container{
		width:100%;	
	}
	.right-content .article-container{
		width:100%;	
	}
}

@media only screen and (max-width: 320px){
	.newsletter-block, .header-search-block {
		width: 220px;
	}
	.email-input {
		width: 160px;
		margin-bottom: 5px;
	}
	.search-outer {width: 210px;}
	.search-box {width: 180px;}
}
