#sidebar{

}
#tabs{

}
#tabs_title_block{
	background: none repeat scroll 0 0 #3d4c54;
}
#tabs_title1{
	width: 48.7%;
	float: right;
	border-left:1px solid #485a63;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}
#tabs_title1:hover{
	background: none repeat scroll 0 0 #81b752;
}
#tabs_title1 a{
	color:#fff;
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
}
#tabs_title2{
	width: 50.08%;
	float: right;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}
#tabs_title2:hover{
	background: none repeat scroll 0 0 #81b752;
}
#tabs_title2 a{
	color:#fff;
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
}
.active2{
	background: none repeat scroll 0 0 #81b752;
}
.tabs_content{
	border: 1px solid #eee;
	
}
#most_comments{
	height: 280px;
	overflow: hidden;
    position: relative;
}
#most_read{
	height: 280px;
	overflow: hidden;
    position: relative;
}
.comments_art{
	border: 1px solid #eee;
	padding: 15px;
}
.comments_art img{
	width: 70px;
	height: 50px;
	float: right;
}
.comments_art_title{
	float: right;
    margin-right: 5px;
    width: 150px;
}
.comments_art_title a{
	color: #555e6b;
    font-size: 14px;
    line-height: 1.2em;
    text-decoration: none;
}
.read_art{
	border: 1px solid #eee;
	padding: 15px;
}
.read_art img{
	width: 70px;
	height: 50px;
	float: right;
}
.read_art_title{
	float: right;
    margin-right: 5px;
    width: 150px;
}
.read_art_title a{
	color: #555e6b;
    font-size: 14px;
    line-height: 1.2em;
    text-decoration: none;
}
#snapshot{
	margin-top: 30px;
}
#snapshot_title{
	border-bottom: 1px solid #eee;
    color: #3e4548;
    font-weight: normal;
    line-height: 2em;
    margin: 0 0 30px;
}
#snapshot_title span{
	background: none repeat scroll 0 0 #e9ecee;
    display: inline-block;
    padding: 0 15px;
    cursor:default;
}
#snapshot_view{
	width: 272px;
	height: 215px;
	overflow: hidden;
}
#snapshot_view img{
	width: 272px;
	height: 215px;
	 -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
#snapshot_view img:hover{
	 opacity: 0.8;
}
.more{
	width: auto;
	float: left;
}
.more a{
	text-decoration: none;
	color: #81b752;
}