/*************************
	Main page Style
*************************/

body{
	background: #D9D9D9 url(/images/xuan/page_bg.jpg) no-repeat;
	background-position: top right;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
}

img{
	border: 0;
	max-width: 450px;
}

blockquote{
	float: left;
	padding: 10px;
	margin: 0 28px;
	border: 1px dotted #666666;
}

ul,ol,li{
	width: 450px;
	clear: both;
}

#containner{
	margin: 0;
	padding: 0;
	float: left;
	width: 800px;
	_width: 860px;
}
#header{
	background: url(/images/xuan/title_bg.gif) no-repeat;
	width: 530px;
	height: 13px;
	float: left;
	color: #303030;
	font: 12px simsun;
	padding: 200px 0 0 270px;
	margin: 0;
}
h1{
	display: none;
	float: left;
	margin: 0;
	padding: 0;
}
#desc{
	float: left;
	margin: 0;
	padding: 0;
}
#desc a{
	color: #303030;
}
#desc a:hover{
	color: #FF0000;
}
#content{
	width: 500px;
	height: auto;
	margin: 30px;
	float: left;
}
#content h2{
	float:left;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.entry{
	float: left;
	width: 100%;
	margin: 0 0 80px 0;
}
.item{
	float: right;
	border-bottom: 1px solid black;
	width: 100%;
}
.item span{
	background: url(/images/xuan/alt_bar_style.gif) no-repeat;
	display: block;
	float: right;
	margin: 0 5px;
	padding: 0 0 0 20px;
	font: normal normal normal 12px/15px simsun;
	background-position: 0px 2px;
}
.item span a{
	color: Black;
	text-decoration: none;
}
.item span a:hover{
	color: Red;
}
.entry h3{
	width: 100%;
	text-align: center;
	font-family: simsun;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 15px 0;
}
.entry h4{
	width: 420px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 80px;
	margin: 0 0 15px 0;
	text-align: center;
}
.entry p{
	width: 100%;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	text-indent: 28px;
	margin: 3px 0;
	clear: both;
}
.summary{
	font-style: italic;
}
.entry p.sign{
	background: url(/images/xuan/sign_bg.gif) no-repeat;
	width: 187px;
	font-size: 12px;
	line-height: 14px;
	height: 16px;
	margin: 15px 0 0 50px;
	padding: 15px 0 10px 240px;
}
.entry p.sign span{
	display: none;
}
#side{
	width: 230px;
	float: right;
}
.sidebar{
	background: url(/images/xuan/sidebar_bg.gif) no-repeat;
	border: none;
	border-bottom: 2px solid Black;
	float: right;
	width: 224px;
	height: auto;
	margin: 15px 0;
	overflow: hidden;
}
.sidebar h2{
	font: normal normal normal 12px/14px simsun;
	margin: 41px 110px 25px 38px;
	text-align: center;
}
.sidebar ul{
	list-style: circle;
	margin: 0;
	padding: 10px 25px;
	font-size: 12px;
	line-height: 18px;
}
.sidebar ul li a{
	color: #B70000;
}

#footer{
	background: url(/images/xuan/cpr_bg.gif) no-repeat;
	clear: both;
	color: #B70000;
 	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
 	font-size: 10px;
	margin: 0 35px;
	width: 643px;
	height: 32px;
	padding: 110px 0 0 120px;
}
#footer a{
	color: #B70000;
	text-decoration: underline;
}
#footer a:hover{
	color: Red;
}

.cmt{
	margin: -55px 0 80px 0;
	float: left;
}

.cmt p{
	font-size: 12px;
	color: #666666;
	padding: 0 0 0 25px;
}

.cmt p.cmtname{
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	padding: 0 0 0 25px;
}

.paginate{
	text-align:center;
	clear:both;
}

/*************************
	Ads Style
*************************/

#sbi{
	background: transparent;
	border: 1px solid #999999;
}

#sbb{
	background: transparent;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}