@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#303;
	background-image:url(images/bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
#box{
	width:980px;
	margin:0px auto;
	background:#FFF;
}
#header{
	width:980px;
	height:165px;
	background-image:url(images/bbg.jpg);
	background-position:845px 25px;
	background-repeat:no-repeat;
}
#top{
	height:130px;
	width:980px;
}
#logo{
	margin:20px;
	float:left;	
	width:256px;
	height:88px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
}
#banner{
	margin:20px 0px;
	overflow:hidden;
	width:600px;
	height:88px;
	float:left;
}
#menu{
	width:980px;
	background-color:#C00;
	height:35px;
	line-height:35px;
}
#menu ul li{
	float:left;
	list-style:none;
}
#menu li a{
	color:#FFF;
	text-decoration:none;
	padding:5px 10px;
	height:25;
	line-height:25px;
}
#menu li a:hover{
	color:#FFF;
	text-decoration:underline;
	padding:5px 10px;
	height:25;
	line-height:25px;
}
#menu li span{
	display:block;
	width:3px;
	height:35px;
	background-image:url(images/menu_div.jpg);
}
#content{
	width:679x;
	float:left;
}
#sidebar{
	float:right;
	border-left:1px solid #ffdede;
	width:300px;
	background:#FFF2F2;
}
#sidebar p{
	line-height:20px;
	padding:0px 20px
}
.side_box{
	width:280px;
	padding:10px;
	border-bottom:1px solid #FFDEDE;
}
.side_box h2{
	font-size:12px;
	font-weight:600;
}
.side_box li{
	list-style:url(images/02.gif);
	line-height:20px;
}
.side_box li a{
	color:#E90404;
	text-decoration:none;
}
.side_comment{
	width:250px;	
}
.side_comment li a{
	color:#000;
}
.side_comment a:hover{
	color:#000;
	text-decoration:underline;
}
.side_ad{
	text-align:center;
}
.post{
	width:600px;
	margin-left:35px;
	padding:10px;
}
.post h2{
	font-size:14px;
	height:20px;
	line-height:20px;
	font-weight:600;
	color:#e90404;
	margin:0px;
}
.post h2 a{
	font-size:14px;
	text-decoration:none;
	height:20px;
	line-height:20px;
	font-weight:600;
	color:#000;
}
.post h2 a:hover{
	font-size:14px;
	text-decoration:underline;
	height:20px;
	line-height:20px;
	font-weight:600;
	color:#000;
}

.post .date{
	margin:0px;
	color:#fea1a1;
}
.post .date a{
	color:#e90404;
	text-decoration:none;
}
.post .date a:hover{
	color:#e90404;
	text-decoration:underline;
}
.entry{
	line-height:20px;
	width:520px;
	color:#003300;
}
.read{
	margin-top:5px;
	padding-right:80px;
	text-align:right;
}
.read a{
	padding:2px 20px;
	height:14px;
	line-height:14px;
	color:#fff;
	background:#C00;
	text-decoration:none;
}
.read a:hover{
	background:#C00;
	padding:2px 20px;
	height:14px;
	line-height:14px;
	color:#FFF;
	text-decoration:none;
}

.page{
	 border-width:1px 1px 1px 4px;
	 border-color:#e90404;
	 border-style:dashed dashed dashed solid;
	 padding:5px 20px;
	 margin:5px 10px;
}
.page a{
	margin:5px;
	padding:5px;
	color:#C00;
	text-decoration:none;
}
.page a:hover{
	margin:5px;
	padding:5px;
	color:#FFF;
	background:#e90404;
	text-decoration:none;
}
#footer{
	height:35px;
	line-height:35px;
	padding-left:20px;
	background:#FD7070;
	border-bottom:5px solid #D10303;	
}


