/* CSS Document */
body{
	font-family:Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin:0px 0 0px 0px;
	line-height:140%;
	background:#000;
}
a
{
	color: #fff;
	text-decoration:underline;
	outline:none;
}
a:hover
{
	color:#001dab;
	text-decoration:none;
}
li, h1, h2, h3, h4, h5, h6, pre, form, html, fieldset, legend, input, dl, dt, dd { margin: 0; padding: 0; }
h1{
	font-size:28px;
	line-height:32px;
	font-weight:700;
	padding:0px;
	color:#ada6ad
}
h2{
	font-size:19px;
	font-weight:normal;
	line-height:22px;
	padding:5px 0;
	color:#ada6ad
}
h3{
	font-size:18px;
	font-weight:normal;
	line-height:22px;
	padding:5px 0;
	color:#ada6ad
}

p{	margin:0px;	padding:6px 0px;}
ul{
	margin:0px;
	padding:0px;
	list-style-type:none
}
.clear{
	height:0;
	clear:both;
	width:100%;
}
#wap{
	width:980px;
	height:auto;
	margin:0 auto;
}
#header{
	width:100%;
	height:75px;
	padding-top:8px;
	float:left;
}
#left{
	width:290px;
	height:auto;
	float:left;
	padding-right:60px;
}
/*nav*/
#nav{
	width:290px;
	float:left;
	margin-top:70px;
}
#nav ul{
	width:290px;
	border-top:1px #202020 solid;
}
#nav li{
	padding:1px 0px;
	border-bottom:1px #202020 solid;
}
#nav a{
	display:block;
	width:262px;
	height:30px;
	line-height:29px;
	font-size:16px;
	text-decoration:none;
	background:url(images/arrow.gif) no-repeat left center;
	padding:0px 0px 0px 28px;
}
#nav li.curent_page_item a, li.current-cat a, #nav a:hover{
	background-color:#171717
}
#nav a img{
	margin:8px 0 0 0;
	border:0;
}

#sidebar{
	width:290px;
	float:left;
}
.widget{
	float:left;
	padding-top:60px;
}
#sidebar h2{
	width:262px;
	height:30px;
	line-height:29px;
	background:url(images/arrow_down.gif) no-repeat left center;
	padding:0px 0px 0px 28px;
	border-top:1px #202020 solid;
	border-bottom:1px #202020 solid;
}
.subnav{
	float:right;
	width:270px;
}
.subnav ul{
	width:270px;
}
.subnav li{
	padding:1px 0px;
	border-bottom:1px #202020 solid;
}
.subnav a{
	display:block;
	width:242px;
	line-height:16px;
	font-size:12px;
	font-weight:700;
	text-decoration:none;
	background:url(images/arrow.gif) no-repeat left center;
	padding:6px 0px 6px 28px;
	color:#ada6ad;
}
.subnav a:hover{
	background-color:#171717;
}

/*right*/
#right{
	width:630px;
	float:right;
}
#banner{
	float:left;
	height:auto;
	text-align:center
}
#right h1{
	display:block;
	font-size:40px;
	padding-top:30px;
	font-weight:normal;
	clear:both;
	text-transform:uppercase;
	line-height:48px;
	
}
.post{
	width:566px;
	float:left;
	border:#001dab 10px solid;
	padding:22px;
	margin-top:20px;
}
.post ul{
	list-style-type:disc;
	margin:16px;
}
.post ol{
	margin:16px;
}
.post ul li{
	margin:0 0 5px 0px;
	line-height:140%;
}

#pagenavi, 
#postnavi {
	margin:10px -5px 0;
	padding:10px 5px 0;
}
#pagenavi {
	font-size:11px;
}
#pagenavi .newer a, 
#postnavi .prev a {
	background:url(images/icons.gif) 0 -224px no-repeat;
	padding-left:22px;
	float:left;
	height:16px;
	line-height:16px;
}
#pagenavi .older a, 
#postnavi .next a {
	background:url(images/icons.gif) 100% -240px no-repeat;
	padding-right:22px;
	float:right;
	height:16px;
	line-height:16px;
}

#footer{
	border-top:1px #202020 solid;
	width:980px;
	height:auto;
	float:left;
	padding:5px 0px;
	margin-top:20px;
}

