/* left ------------*/
#lft
{
	width: auto;
	float: left;
	border:0px solid #fff000;

}
#lft .article
{
	padding-bottom: 5px;
}
/* left thumb------------*/

#lft .article .thumb{
position:relative;
background-image:url(entry_background.jpg);
width:238px;
height:196px;
overflow:hidden;
float:left;
border:0px solid #fff000;
}

#lft .article .left_side_thumb{
margin-right:5px;
margin-top:5px;
border:0px solid #fff000;
}

#lft .article .prev_image_thumb{
z-index:1;
position:absolute;
width:220px;
height:150px;
top:9px;
left:9px;
overflow:hidden;
}

#lft .article .thumb h3
{
position:absolute;
width:180px;
height:30px;
font-size: 11px;
top:160px;
left:2px;
color: #333333;
border:0px solid #fff000;
}

#lft .article .prev_image_thumb a img{
border:none;
display:block;
}
#lft .article .left_side_thumb .more
{
	border-top: 0px solid #333333;
	border:0px solid #fff000;
	margin:169px 10px;

}
#lft .article .left_side_thumb .more a
{
	font-weight: bold;
	text-decoration: none;
	color: #3082E8;
	background-color: #B5DCF9;
	padding: 3px 10px;
	float: right;
}
#lft .article .left_side_thumb .more a:hover
{
	color: #fff;
}

/* left full------------*/

#lft .article .full{
background-image:url(single_entry_background.jpg);
width:498px;
height:300px;
overflow:hidden;
float:left;
border:0px solid #fff000;
}

#lft .article .left_side_full{
margin-right:5px;
margin-top:5px;
border:0px solid #fff000;
}

#lft .article .prev_image_full {
font-size:11px;
float:left;
border-bottom:1px solid #4F4F4F;
display:block;
width:477px;
padding:10px 10px;
}

#lft .left_side_full a img{
border:none;
display:block;
}
#lft .article .left_side_full h2.title
{
	color: #fff;
	font-size: 13px;
	padding:10px 0px 0px 10px;
}
#lft .article .full .more
{
	border-top: 1px solid #333333;
	width: auto;
}
#lft .article .full .more a
{
	font-weight: bold;
	text-decoration: none;
	color: #b7bdc0;
	background-color: #333333;
	padding: 3px 10px;
	float: right;
}
#lft .article .full .more a:hover
{
	color: #fff;
}

/* left list------------*/

#lft .article .list{
width:100%;
height:auto;
overflow:hidden;
float:left;
border:0px solid #fff000;
}
#lft .article .left_side_list{
margin-right:5px;
margin-top:5px;
border:0px solid #ff0000;
}

#lft .article .prev_image_list {
margin-right: 10px;
float: left;
}
#lft .left_side_list a img{
border:none;
display:block;
padding: 5px 5px 5px 5px;	
border:1px solid #B5DCF9;


}
#lft .article .left_side_list h3
{
	color: #333333;
}
#lft .article .left_side_list p img, #lft .article p a img
{
	float: left;
	padding: 0 10px 0 0;	
	border:1px solid #fff000;
}
#lft .article .left_side_list .more
{
	border-top: 1px solid #B5DCF9;
	width:99%;
}
#lft .article .left_side_list .more a
{
	font-weight: bold;
	text-decoration: none;
	color: #3082E8;
	background-color: #B5DCF9;
	padding: 3px 10px;
	float: right;
}
#lft .article .left_side_list .more a:hover
{
	color: #fff;
}
/* left gallery ------------*/

#lft .article .gallery{
position:relative;
background-image:url(entry_background.jpg);
width:238px;
height:196px;
overflow:hidden;
float:left;
border:0px solid #fff000;
}

#lft .article .left_side_gallery{
margin-right:5px;
margin-top:5px;
border:0px solid #fff000;
}

#lft .article .prev_image_gallery{
z-index:1;
position:absolute;
width:220px;
height:150px;
top:9px;
left:9px;
overflow:hidden;
}
#lft .article .prev_image_gallery a img{
border:none;
display:block;
}
#lft .article .gallery h3
{
position:absolute;
width:230px;
height:30px;
font-size: 11px;
top:160px;
left:10px;
color: #000;
border:0px solid #fff000;

}
.clearboth {
clear:both;
}

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 5px 5px 5px 5px;
margin: 2px;
border: 0px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
padding: 5px 5px 5px 5px;
border: 0px solid #2b66a5;
color: #000;
background-color: #bbb;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

