/*****************************
 Filename: layout.css
 Author  : Macky Liu
 Website : www.54caizi.org
******************************/

/*********** 头部 ***********/
#header {
	margin-bottom: 5px;
	width: 100%;
	height: 150px;
	background: #B2D3F5 url(../images/topbg.gif) repeat-x;
}

	/* Logo */
	#header #logo {
		float: left;
		width: 150px;
		text-align: center;
	}

	/* Banner */
	#header #banner {
		float: right;
		width: 620px;
		height: 115px;
	}
		#header #banner p {
			padding: 8px;
			font-size: 11pt;
			color: #FFF;
			font-weight: bold;
			text-align: right;
		}

	/* Nav */
	#nav{
		margin: 0;
		padding: 0;
		font: bold 11pt Arial, Helvetica, sans-serif;
	}
		#nav li{
			float: left;
			margin-right: 8px;
			list-style: none;
		}
		#nav li a,#nav li a:hover span{
			text-decoration: none;
			background: #8ec5fb;
			color: #FFF;
			display: block;
			height: 26px;
			line-height: 28px;
			width: 110px;
			text-align: center;
			overflow: hidden;
		}
		#nav li a span{display: none;}
		#nav a:hover{
			position: relative;
		}
		#nav a:hover span{
			display:block;
			position:absolute;
			top: 0;
			left: 0;
			cursor: pointer;
		}
		#nav li a:hover, #nav li a:hover span{
			color: #FFF;
			background: #DC4E1B;
		}


/*********** 中部 ***********/
#content {
	background: #fff;
	line-height: 150%;
}

	/*********** 侧边栏 ***********/
	#sidebar {
		float: left;
		width: 200px;
		border: 1px solid #A9C9E2;
		background: #fff;
	}
		h3 {
			margin: 0px;
			padding: 0 8px;
			height: 28px;
			border: 0px;
			/*background: #B2D3F5 url(../images/menu-bg.gif) repeat-x;*/
			background: #B2D3F5 url(../images/sidebar-title-bg.gif) repeat-x;
			line-height: 29px;
			color: #FFF;
			overflow: hidden;
		}
			h3 a:link, h3 a:visited{
				text-decoration: none;
				color: #FFF;
			}
			h3 a:hover{
				color: #3F0;
			}
		.sidebox {
			padding: 5px;
			margin-bottom: 3px;
		}
		.newslist {
			margin: 0;
			width: 100%;
			list-style: none;
		}


	/*********** 右侧正文 ***********/
	#main {
		float: right;
		width: 561px;
		border: 1px solid #A9C9E2;
		background-color: #EFF7FF;
	}
		.mainbox {padding: 8px;}
		.prolist {
			margin: 0 auto;
			padding: 0;
		}
			.prolist li {
				float: left;
				display:block;
				margin-right: 15px;
			}
				.prolist li a:link, .prolist li a:visted {
				}
				.prolist li a:hover {
					text-decoration:underline;
				}

	/*********** 单列正文 ***********/
	#full {
		width: 768px;
		border: 1px solid #96C2F1;
		background-color: #EFF7FF;
	}
		.fullbody{
			background: transparent;
		}
			.fullbody div {
				padding: 8px;
			}
			ol.specol {
				margin: 0px;
			}
			.info {
				width: 430px;
				/*background: #eee;*/
			}
			.pic {
				padding: 0px;
				width: 305px;
				/*background: #ddd;*/
			}

/*********** 底部 ***********/
#footer {
	clear: both;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #A9C9E2;
	background-color: #E8F5FE;
	text-align: center;
	font-size: 12px;
	line-height: 150%;
}
	#footer ul { list-style: none; }
