﻿* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color:#666666;
	background:#f2f2f2;
}
.paper{
	font:12px Verdana, Geneva, sans-serif;
	color:#333;
}
a {
	text-decoration: none;
	color: #0A3C6F;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
.wrapper {
	width: 970px;
	margin: auto auto;
	text-align: left;
	background:#fbfbea;
	padding: 0 12px;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	marging-left:18px;
	height: 104px;
	background:url(../images/logo.png) no-repeat;
}
	#header h1 {
		float: left;
		font-size: 0;
		padding: 36px 24px 0;
	}
	#header h1 a {
		display: block;
		outline: none;
		text-indent: -9999px;
		width: 286px; height: 32px;
		background: url(images/logo.gif) no-repeat 0 0;
	}
	#header .ad468x60 {
		float: right;
		padding: 22px 20px 0;
	}
/** END header **/
/** begin menu **/
#menu{
	height:50px;
	background:#ffcc00;
	margin:0 10px 8px 18px;
	}
		#menu ul {
		list-style-type: none;
		padding:0;
	}
	/**父级菜单高度与menu高度相同**/
		#menu ul li {
			position:relative;
			line-height:50px;
			float: left;
			font-size: 11px;
		}
		#menu ul li a, .menu ul li a:visited {
			color: #000000;
			display: block;
			text-align:center;
			padding:0 5px;
			width:105px;
			}
			/**下拉菜单设定开始**/
			#menu ul li ul{
				display:none;
				}
				/**鼠标在父级菜单时,父级菜单显示效果**/
			#menu ul li:hover a{
			background:#fadd6a;
			text-decoration:none;
			}/**鼠标在父级菜单时,父级菜单显示效果结束**/
			#menu ul li:hover ul{
			position:absolute;/**子级菜单显示位置,绝对定位,父级position设定很重要**/
			display:block;
			top:50px;/**原值为51时发现部分菜单，鼠标还未移到二级菜单上，二级菜单就消失了，二级菜单与上级菜单间隙问题**/
			left:0;
			width:105px;
			}
			#menu ul li:hover ul li a{
			height:30px;/**子级菜单设定高及行高值,若不设定将为父级设定参数**/
			line-height:30px;
			display:block;
			text-align:left;
			background:#fbefae;
			color:#333333;
			border:1px solid #ffffff;
			border-width:1px 1px 0 0;
			font-size:0.9em;
			}
			#menu ul li:hover ul li a:hover{
			background:#feeb81;
			color:#333333;}
			/**下拉菜单设定结束**/
/** end menu **/
/** BEGIN body **/
#body {
	clear: both;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 649px;
	float: left;
	padding: 0 0 20px 18px;
}
	#content p {
		margin-bottom: 10px;
	}
	#content h3 {
		margin-bottom: 5px;
		font-size: 1.5em;
		font-weight: normal;
	}
	#content blockquote {
		margin-bottom: 10px;
		padding: 10px 10px 5px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #cccccc;
	}
	#content ul {
		margin: 0 0 10px 18px;
		list-style-type:none;
	}
	#content ol {
		margin: 0 0 10px 16px;
		padding-left: 10px;
	}
	#content li {
		padding: 2px 0;
		margin-bottom:2px;
		border-bottom:1px dotted #dadada;
	}
	#content .title2{
		font-size:1.0em;
		margin-bottom:10px;
		color:#0a3c6f;}
	#content .title {
		font-size: 1.0em !important;
		margin-bottom: 10px;
		color:#666;
	}
	#content .posts {
		border: 1px solid #DDDDDD;
		float: left;
		padding: 10px 4px 0;
	}
	#content .post {
		padding: 9px;
		margin-bottom: 12px;
		width: 298px;
		border:1px  dotted  #ddd;
		float: left;
	}
		#content .post h2 {
			margin-bottom: 10px;
			font-size: 1.5em;
		}
		#content .post .thumbnail {
			float: left;
			margin: 0 10px 5px 0;
			width: 125px;
		}
		#content .post .img{
			border:#93cddd 1px solid;
		}
		#content .post .date {
			font-size: 1em;
			color: #0A3C6F;
		}
		#content .details {
			float: right;
			font-size: 0.8em;
		}
			#content .details a {
				display: block;
				float: left;
				padding: 7px 12px;
				background:#f2f2f2;
				border: 1px solid #EBEBEB;
				margin-left: 4px;
			}
	#content .recent{
		border: 1px solid #DDDDDD;
		width: auto; height: auto;
	}
		#content .recent h2 {
			font-size: 1.5em;
		}
		#content .recent h3{
			font-size:1.2em;
			font-weight:bold;
			}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	float: right;
	width: 280px;
	padding: 0 10px 20px 0;
}
	#sidebar h2 {
		font-size: 1em;
		text-transform: uppercase;
		background:#F2F2F2;
		padding: 7px 10px;
		margin-top: 10px;
		border-width: 0 1px;
		border-style: solid;
		border-color: #DDDDDD;
	}
	#sidebar ul {
		list-style-type: none;
		border: 1px solid #DDDDDD;
	}
		#sidebar ul li {
			line-height: 1.38em;
			padding: 5px 7px;
			border-bottom: 1px dotted #DADADA;
		}
		#sidebar ul li a {
			color: #808080;
		}
	#sidebar .l {
		float: left;
		width: 135px;
	}
	#sidebar .r {
		float: right;
		width: 135px;
	}
	#sidebar .ads {
		color:#0a3c6f;
		font-size:1.6em;
		border: 1px solid #DDDDDD;
		padding:0;
		line-height:190px;
		height:190px;
		background:#b6dde8;
		text-align: center;
	}
		#sidebar .ads img {
			margin: 3px;
		}
	#sidebar .subscribe {
		padding: 10px 10px 2px;
		border: 1px solid #dddddd;
		background: url(images/subscribe.gif) no-repeat 10px 10px;
		height: 67px;
		font-size: 0.9em;
	}
		#sidebar .subscribe a {
			color: #808080;
			display: block;
			float: left;
			padding: 2px 0 0 20px;
		}
		#sidebar .subscribe input {
			border: 0;
			float: left;
			margin: 18px 0 0 10px;
			width: 165px;
		}
		#sidebar .subscribe button {
			border: 0;
			text-indent: -9999px;
			float: right;
			background-color: transparent;
			width: 64px; height: 64px;
			margin-top: -10px;
		}
	#sidebar .tags {
		border: 1px solid #dddddd;
	}
		#sidebar .tags a {
			color: #808080;
		}
		#sidebar .tags a:hover {
			color: #0A3C6F;
			text-decoration: none;
		}
	#sidebar .down{
	float:left;
	height:250px;
	width:280px;
	margin:0;
	}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	width:990px;
	height:50px;
	margin:auto;
	background:#ffcc00;
	color: #000000;
	font-size: 0.9em;
	padding: 10px 0;
	line-height: 1.7em;
}
	#footer .wrapper {
		width:970px;
		background:none;
	}
	#footer a {
		color: #ffffff;
	}
	#footer .l {
		float: left;
		padding-left: 20px;
	}
	#footer .r {
		float: right;
		padding: 16px 20px 0 0;
	}
/** END footer **/

/** END wordpress 2.7 comments **/

