@charset "utf-8";
/* ========== 通用 ====== */
body{
	margin:0px;
	padding:0px;
	background-image: url(bg0.jpg);
	text-align: center;
	color: #112233;
	font-family: "宋体";
	font-size: 12px;
}
form{
	margin:0px;
	padding:0px;
}
h2{
	margin: 0px;
	padding:2px;
	text-align:left;
	font-family: "宋体";
	font-size: 18px;
	color: #0B0789;
	text-indent: 20px;
	line-height: 20px;
	font-weight: bold;
}
h3{
	clear:both;
	text-align:left;
	font-family: "黑体";
	font-size: 14px;
	color: #D2641A;
	padding:2px;
	background-image: url(sidebar_h3.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
	line-height: 20px;
	margin: 0px;
}
h4{
	font-family: "宋体";
	font-weight: bold;
	color: #000066;
	font-size: 12px;
	margin:0px;
}

.left{
	float:left;
	text-align:left;
}
.right{
	float:right;
	text-align:left;
}
.clear{
	clear:both;
}
.textCenter{
	text-align:center;
}
.notDisplay{
	display:none;
}
.Display{
	display:block;
}

.diggBut{
	width:58px;
	height:66px;
	background-image: url(../vote_bg_b.png);
	background-repeat: no-repeat;
	line-height:22px;
	text-align:center;
}
.diggBut .diggBox{
	width:58px;
	font-family: "Arial Black";
	font-size: 18px;
	color: #FF0000;
	text-align:center;
}


#container{
	width:852px;
	margin:0px auto;
	text-align:left;
	background-color:#FFFFFF;
	border: 1px solid #4A83EC;
}
/*头部*/
#header{
	clear:both;
}
#header #banner{
	width:850px;
	height:150px;
	color: #FFFFFF;
	background-image: url(head.jpg);
	background-repeat: no-repeat;
	text-align:right;
	padding:5px;
}
#header #banner #searchBox{
	float:right;
	padding:15px;
	width:290px;
}
#header #banner A:link{
	COLOR: #FFFFFF;
	font-weight: bold;
}
#header #banner A:visited{
	COLOR: #FFFFFF;
	font-weight: bold;
}
#header #banner A:hover {
	COLOR: #ae0927;
	font-weight: bold;
}
#header #banner A:active {
	COLOR: #0000ff;
	font-weight: bold;
}
#header #banner #searchBox #searchlinks{
	text-align:right;
}
#header #banner #searchBox .searchKeywords{
	width:150px;
	height:17px;
	border: 1px solid #FFCC99;
	background-color: #FFFFFF;
	text-align:center;
	vertical-align:middle;
}
#header #banner #searchBox #searchTags{
	text-align:center;
	padding:5px;
}

#header #mainMenu{
	height:20px;
	line-height:20px;
	text-align:left;
	padding:5px;
	background-image: url(index_leftborder.gif);
}

#header #locationBar{
	height:20px;
	padding:5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4A83EC;
	border-bottom-color: #4A83EC;	
}


/*主体*/
#bodyer{
	clear:both;
}
#bodyer #main{
	width:620px;
	padding:3px;
	float:left;
}
#bodyer #main.homepage{
	width:426px;
	padding:3px;
	float:none;
}
#bodyer #main .boxes{
	width:100%;
	float:left;
	margin:3px 0px;
}
#bodyer #main h3{
	background-image: url(main_11.jpg);
	background-color: #D0D3F7;
	color: #0B0789;
	text-indent: 10px;
}
#bodyer #leftSidebar{
	float:left;
	width:198px;
	border: 1px solid #D0D3F7;
}
#bodyer #leftsidebar h3{
	background-image: url(main_07.jpg);
	background-color: #D0D3F7;
	text-indent: 10px;
}
#bodyer #leftsidebar .boxes{
	width:100%;
	padding:3px;
}
#bodyer #sidebar,#bodyer #rightSidebar{
	float:right;
	width:218px;
	border: 1px solid #E4D8BE;
}
#bodyer #sidebar .boxes,#bodyer #rightSidebar .boxes{
	width:100%;
	padding:3px;
}

/*页脚*/
#feeter{
	clear:both;
	text-align:center;
	padding:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0066CC;
}


/*专用*/
#bodyer #main.homepage #box0,#bodyer #main.homepage #box1{
	width:50%;
	float:left;
}
#bodyer #main.public{
	padding:5px;
	clear:both;
	margin:10px 20px;
	width:800px;
}

.rss{
	width:100%;
	line-height:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-align:left;
}
.rss span{
	text-align:right;
	vertical-align:middle;
}

.ArticleView #artTitle{
	font-family: "黑体";
	font-size: 18px;
	color: #000000;
	margin:7px;
	clear:both;
	text-align:center;
}
.ArticleView #artContent{
	clear:both;
	text-align:left;
	line-height:22px;
	overflow:auto;
	padding:5px;
}
.ArticleView #artInfo{
	background-color: #E8EEF4;
	clear:both;
	padding:5px;
	text-align:center;
}
.ArticleView #artAdtion{
	padding:7px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	margin:5px;
	clear:both;
}
.ArticleView #tags,.ArticleView #artAction,.ArticleView #artNav{
	clear:both;
	text-align:left;
	line-height:22px;
}