/***************************************************
		Sidebar Right
***************************************************/
.sidebarMostRead{
	float: right;
	width: 25%;	
	margin-top: 0px;
	margin-right: 15px;
	background: rgb(230,230,230);
	/* background: rgb(250,120,120); */
	/* border: 1px solid black; */
	padding: 1%;
}.sidebarMostRead:after{	content: " ";	display: table;	clear: both;}
.sidebarTitle{
	border-bottom: 1px solid rgb(250,120,120); 
	margin-bottom: 5px;
	/* background: rgb(250,120,120); */
	/* color: white; */
}
.sidebarTitle h3{
	font-family: Roboto, Verdana, sans-serif;
	color: rgb(80,80,80);
	font-weight: bold;
	font-size: 1.1em;		
	padding-bottom: 3px;
}
.sidebarListArticle{
	float: right;
	clear: both;
	display: inline-block;
	padding-bottom: 10px;	
	width: 100%;
	margin-bottom: 10px;
}
.sidebarListArticleTextWrapper{
	width: 70%; 
	float: left; 
	margin-top: 2px;
	
	padding-left: 15px; 
	/* border-left: 1px solid rgb(150,150,150); */
}
.sidebarListArticleTextWrapper a {
	font-size: 1em; 	
	line-height: 1em; 	
	color: rgb(80,80,80);
}
.sidebarListArticleTextWrapper a:hover{
	color: rgb(150,150,150);
}
.sidebarListArticleTextWrapper a:active{
	color: rgb(250,250,250);
}
.sidebarListArticleDateAndCategory{
	margin-top: 0px;
	font-size: 0.9em;
	display: block;
	margin-bottom: 0px;
	color: rgb(100,100,100);
}
.sidebarListArticleThumbnail{
	margin-top: 5px;
	background-size: 100%;
	background-position: center;
	background-color: white;
	background-repeat: no-repeat;
	
	cursor: pointer;
	width: 30%; 
	max-width: 100px;
	float: left; 
	
	opacity: 0.8; 	
	
}
.sidebarListArticleThumbnail:hover{		
	background-color: rgb(255,255,255);
	opacity: 0.3;	
}
.sidebarListArticleThumbnailInner{
	padding-top: 71%;
}
/**********************************************************************************************************************************************/
/*												Responsive styles																			  */
/**********************************************************************************************************************************************/
/***************************************************
			1100px red
***************************************************/
@media (max-width: 1100px){
	.sidebarTitle h3{
		/* font-size: 1.1em; */
	}
	.sidebarListArticleTextWrapper p{
		/* font-size: 0.9em;  */
	}
}
/***************************************************
			1000px green
***************************************************/
@media (max-width: 1000px){
	
	
	.sidebarMostRead{
		/* display: none; */
	}
	
	.sidebarListArticleThumbnail{		
		/* width: 22%; */
	}
	.sidebarListArticleTextWrapper{
		/* float: left;	 */
		/* width: 40%; */
	}
}