﻿* {
	margin:0;
	padding:0;
}
a, a:hover, a:link, a:visited {
	text-decoration:none;
}
a {
	color:#29568F;
}
a:hover {
	color:#F30;
}
ul, ol {
	list-style:none;
}
li {
	line-height:20px;
}
.clear {
	clear:both
}
.right {
	float:right;
}
.left {
	float:left;
}
body {
	background:#e2d3b3 url(bgbody.gif) repeat-x;
	font-size:12px;
}
h1 {
	padding-top:30px;
	float:left;
	font-size:28px;
}
h1 a {
	color: #00417b;
}
h1 a:hover {
	text-decoration:underline;
}
h1 span {
	font-size:15px;
}
h2 {
	color:#f57c18;
}
h2 a {
	color:#7a7264;
}
h2 a:hover {
	color:#333;
}
h3 {
	color:#222;
}
h3.sidebarajaxtabs {
	margin-bottom:3px;
}
h3.sidebar {
	margin-top:15px;
	color:#f57c18;
}
h3.comtitle {
	margin-bottom:5px;
	color:#444;
}
#site-wrapper {
	width:950px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	padding-bottom:10px;
}
#navigation {
	width:930px;
	margin:0 auto;
	position:relative;
	height:80px;
	padding-top:5px;
}
#navcategories {
	width:930px;
	margin-left:auto;
	margin-right:auto;
	background: #555 url(bgnavcategories.gif) center center;
}
#navcategories ul {
	margin-left:auto;
	margin-right:auto;
	float:left;
}
#navcategories li {
	float: left;
	width: auto;
	line-height:16px;
}
#navcategories ul li a {
	display: block;
	font-size:14px;
	color: #fff;
	padding-right:10px;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:10px;
	border-right:1px solid #444;
}
#navcategories ul li a:hover {
	background: #1f4c66;
	color:#fff;
}
#navcategories li li {
	float: left;
	width: 160px;
}
#navcategories li li a {
	background: #1f4c66;
	float: none;
	padding-right:10px;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:5px;
	border-top: 1px solid #afafaf;
	border-right:0;
	width: 140px!important;
	width:160px;
	width/**/:/**/140px;
}
#navcategories li li a:hover, li li a:active {
	background: #4881a3;
	color:#fff;
}
#navcategories li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	border-bottom:1px solid #afafaf;
}
#navcategories li:hover ul {
	left: auto;
	display: block;
}
/* ******** Container starts here */
#content-wrap {
	width:930px;
	margin-top: 10px;
	margin-left: auto;
	margin-right:auto;
	clear:both;
	background: url(images/bgcontainer.gif) repeat-y;
}
#post {
	width:615px;
	margin:0 30px 0 5px;
	float:left;
	display:inline;
}
.entry {
	margin-bottom:15px;
}
.entrytitle {
	font-size:18px;
}
.entrytitle a {
	color:#7A7264;
}
.entrytitle a:hover {
	color:#000;
}
.postMeta {
	border-top:1px dotted #bbb;
	border-bottom:1px dotted #bbb;
	margin-top:5px;
	color:#bcb7b7;
}
.postedin {
	text-align:right;
	font-size:12px;
	background:#473b38;
	color:#ccc;
	clear:both;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:5px;
	line-height:22px;
	width:605px;
}
.postedin a {
	color:#FF9900;
}
.postedin a:hover {
	color:#F30;
}
.entry p {
	padding-top:5px;
	padding-bottom:5px;
	line-height:20px;
}
.entry ul {
	padding:5px 0;
	list-style: square inside;
	margin-left:25px;
}
.entry ol {
	padding:5px 0;
	list-style: decimal inside;
	margin-left:25px;
}
.entry li {
	padding: 2px 0px;
	line-height: 13px;
	color:#222;
}
.entry li ol, .entry li ul {
	padding:0;
	margin:0 0 0 15px;
}
#sidebar {
	width:270px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}
.sidebar {
	font-size:14px;
}
/*友情链接*/
#sidebarleft {
	width:140px;
	float:left;
	margin-right:10px;
	display:inline;
}
#sidebarright {
	width:120px;
	float:left;
}
.page {
	font-family:Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 14px;
}
.page a, .page span {
	display:block;
	color:#0066CC;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:0px;
	border:1px solid #0066CC;
	padding-top:3px;
	float:left;
	margin-top:5px;
	margin-right:2px;
	margin-bottom:5px;
	margin-left:2px;
	text-align:center;
	padding-right:5px;
	padding-left:5px;
	height:18px
} /* SPAN和链接 */
.page a:hover, .page a.current {
	color:#000;
	border:1px solid #000
} /* 当前链接有激活时 */
.page input {
	padding:0px;
	color:#0066CC;
	height:16px;
	width:25px;
	border:0px solid #fff;
	text-align:center;
	margin-top:0px;
	margin-right:-5px;
	margin-bottom:0px;
	margin-left:-5px;
	vertical-align:middle;
	font-size:12px
} /* 跳转INPUT */
#footer {
	width: 950px;
	margin: 0 auto;
	color: #222;
}
