* {
	margin:0;
	padding:0;
}
body {
	font-weight:normal;
	background:#FFF url(images/header.png) repeat-x top;
	color:#222;
	font-size:13px;
	line-height:1.4em;
	font-family: Arial, Tahoma, Verdana;
	text-align:center;
}
a {
	color:#555;
	text-decoration:none;
}
a:hover {
	color:#900;
}
li {
	list-style:none
}
.clear {
	clear:both;
}
/**main**/
#wrapper {
	width:990px;
	margin:0 auto;
	text-align:left;
}
#header {
	height:101px;
	position:relative;
	margin-bottom:10px;
}
.sitetitle {
	position:absolute;
	top:0;
	left:0;
}
.sitetitle .logo a {
	display:block;
	height:66px;
	width:336px;
	background:url(images/logo.png);
	text-indent:-9999px
}
* html .sitetitle .logo a {
	background:url(images/logo.gif);
}
.sitetitle .tagline {
	display:none
}
#header .hmenu {
	position:absolute;
	right:0;
	top:25px;
}
#header .hmenu li {
	float:left;
}
#header .hmenu li a {
	color:#FFF;
	font-size:18px;
	padding:0 30px;
}
#header .hmenu li a:hover {
	text-decoration:underline;
}
#header .sa {
	position:absolute;
	right:0;
	top:71px;
}
#header .sa input {
	height:23px;
	line-height:23px;
	width:250px;
	padding:0 5px;
	border:1px #999 solid;
	background:#f6f6f6;
	float:left;
	margin-left:5px;
}
#header .sa input#mygo {
	border:0;
	background:url(images/button_search.png);
	height:24px;
	width:61px;
	cursor:pointer;
}
.rsstop {
	display:none;
}
.banner_top {
	background:url(images/banner_top.jpg);
	height:130px;
	width:990px;
	margin-bottom:10px;
}
/**side bar**/
#sidebar1, #sidebar2 {
	float:right;
	width:270px;
	margin-right:10px;
}
#sidebar1 {
	width:170px;
	margin:0;
}
.widget {
	margin-bottom:20px;
}
#sidebar1 .widget {
	background:#efefef;
	padding-bottom:10px;
}
.widget h2 {
	background:url(images/title.png);
	height:33px;
	line-height:33px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	padding:0 10px 2px;
	margin-bottom:5px;
}
.widget h2 a {
	color:#FFF
}
.widget ul li {
	padding:5px;
	border-bottom:1px #CCC dotted;
}
#sidebar2 .widget ul li:hover {
	background:#efefef;
}
.rss-date {
	color:#FF6600;
	font-size:11px;
}
#sidebar1 .widget ul li.cat-item {
	border:0;
	padding:0;
}
#sidebar1 .widget ul li.cat-item a {
	padding:5px 5px 6px 18px;
	background:url(images/arrow.gif) no-repeat 8px 13px;
	display:block;
}
#sidebar1 .widget ul li.cat-item a:hover {
	background-color:#e5e5e5;
}
/****/
.postarea {
	float:left;
	width:530px;
	margin-right:10px;
}
.postarea .entry {
	background:#efefef;
	margin-bottom:10px;
	padding:10px;
	line-height:1.5em
}
.postarea .entry h2 {
	margin-bottom:5px;
	font-size:16px;
}
.postarea .entry img.alignleft {
	float:left;
	margin:0 10px 5px 0;
}
.postarea .entry .byline {
	margin-bottom:10px;
}
.postarea .entry .postmetadata {
	margin-top:5px;
	padding-top:5px;
	border-top:1px #444 dotted;
}
.postarea .entry object {
	margin:10px 0;
}
.postarea textarea, .entry textarea, #commentform textarea {
	width:100%;
	border:1px #666 solid;
	margin:10px 0;
}
.button {
	background:#770000;
	border:1px #550000 solid;
	color:#FFF;
	padding:2px 10px;
	cursor:pointer;
}
.button:hover {
	background:#900;
	border-color:#660000
}
/**share**/
#share {
	float:left;
	margin:10px auto
}
#share li {
	float:left;
	border-bottom:1px #888 solid;
	padding:10px;
	text-align:center;
	margin-bottom:5px;
}
/**bnavigation**/
.bnavleft {
	float:left;
	width:250px;
}
.bnavright {
	float:right;
	width:250px;
}
/**pager**/
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 1px 4px 1px 4px;
	margin: 2px;
	text-decoration: none;
	background:#efefef;
	border:1px #FF9999 solid;
}
.wp-pagenavi a:visited {
	padding: 1px 4px 1px 4px;
	margin: 2px;
}
.wp-pagenavi a:hover {
	background:#f1e7e7;
	border:1px #FF7777 solid;
}
.wp-pagenavi a:active {
	padding: 1px 4px 1px 4px;
	margin: 2px;
}
.wp-pagenavi span.pages {
	padding: 1px 4px 1px 4px;
	margin: 2px;
}
.wp-pagenavi span.current {
	padding: 1px 4px 1px 4px;
	margin: 2px;
	font-weight: bold;
	background:#900;
	border:1px #770000 solid;
	color:#FFF
}
.wp-pagenavi span.extend {
	padding: 1px 4px 1px 4px;
	margin: 2px;
}
/**list404**/
ol.list404 {
	margin-bottom:10px;
}
ol.list404 li {
	background:url(images/arrow.gif) no-repeat 5px 14px;
	padding:5px 5px 5px 15px;
	border-bottom:1px #CCC dotted;
}
/**footer**/
#footer {
	margin-top:10px;
	border-top:1px #900 solid;
	background:#efefef;
	padding:10px;
}
#footer a {
	color:#900;
	font-weight:bold;
}
#footer a:hover {
	color:#f00
}
#footer ul {
	float:right;
}
#footer ul li {
	float:right;
	padding:0 10px;
}

