@charset "utf-8";
/* Category CSS Document */

	
/* Newslist Block
----------------------------------------------------------*/
#Newslistbox{
	border:solid 1px #40210F;
}
.Newslist{}
.Newslist li{
	width:100%;
	overflow:hidden;
	padding:5px 0;
	border:none;
}
.Newslist li a{}
.Newslist li a .img img{
	width:30%;
	float:left;
	margin-right:10px;
}
.Newslist li .title{
	font-weight:bold;
}
.Newslist li .day,
.Newslist li .des{
	font-size:90%;
}

/* #Pager
-------------------------------------------------------------- */
#MainColumn section#Pager {
	background:none;
	border:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.pagination {
clear:both;
padding:0;
position:relative;
font-size:11px;
line-height:13px;
}
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;

	background: #825A2C;
}
.pagination a:hover{
color:#825A2C;
background: #fff;
font-weight:700;
}
.pagination .current{
padding:6px 9px 5px 9px;
background: #fff;
color:#825A2C;
font-weight:700;
}


/* .single_pager
-------------------------------------------------------------- */
.single_pager {
	overflow:hidden;
}
.single_pager a{}
.single_pager a:hover{
	font-weight:bold;
	color:#825A2C;
}
.single_pager .left { float:left; }
.single_pager .right { float:right; }


/* #Searchbox
-------------------------------------------------------------- */
#Searchbox{
	margin:10px 0;
}

/* #Category Pages
-------------------------------------------------------------- */
#Category #Maincolumn{}
#Categorypost {
	clear:both;
	overflow:hidden;
}
#Categorypost strong{ font-weight:bold; }
#Categorypost li{
	overflow:hidden;
	margin-bottom:15px;
}
#Categorypost li .day{
	padding:0 0 0 15px;
}











