body {
	margin:0;
	font:12px/16px Arial, Helvetica sans-serif;
	background:#2b303c;
	color: #020000;
}
img {
	border-style: none;
	display: block;
}
a {
	text-decoration: none;
	color: #d62d35;
}
a:hover {text-decoration: underline;}
input,
textarea,
select {
	font:100% arial,sans-serif;
	vertical-align: middle;
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
#wrapper{
	margin:0 auto;
	width:960px;
	padding:0 0 30px;
}
#header{
	height:289px;
	background:#080d1b url(../images/bg-header.jpg) no-repeat 0 100%;
	position:relative;
}
#header:after{
	display:block;
	content:"";
	clear:both;
}
/* start logo */
.logo{
	text-indent: -9999px;
	margin:0;
	display:inline;
	float:left;
	position:absolute;
	left:8px;
	bottom:31px;
	z-index:3;
}
.logo a{
	background: url(../images/bg-logo.png) no-repeat;
	display: block;
	width: 381px;
	height: 82px;
	position:relative;
	cursor:pointer;
}
/* end logo */
/* start nav */
#nav,
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	float: left;
}
#nav ul{
	display:none;
	position:absolute;
	top:50px;
	left:0;
	background:#000;
	border:1px solid #454545;
	padding:10px 0 10px;
	width:192px;
}
#nav li{
	float:left;
	margin:0 1px 0 -1px;
	position:relative;
	z-index:10;
}
#nav li li{
	float:none;
	margin:0;
	height:1%;
	vertical-align:middle;
	padding:10px 30px 10px 40px;
	border-top:1px solid #454545;
}
#nav li li:first-child{
	border:0;
}
#nav li li a{
	background:none;
	border:0;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	padding:0;
}
#nav li:hover a,
#nav li.hover a,
#nav .active a{
	background-color:#e73139;
	text-decoration:none;
}
#nav li:hover ul,
#nav li.hover ul{display:block;}
#nav li:hover li a,
#nav li.hover li a{background:none;}
#nav li li a:hover{
	background:none;
	text-decoration:underline;
}
#nav li a{
	font-size:14px;
	font-weight: bold;
	color:#fff;
	display:block;
	padding:17px 15px;
	background-color:#080d1b;
	border-right:1px solid #33363d;
	position:relative;
}
/* end nav */
.search{
	float:right;
	padding:12px 0 0;
	width:230px;
}
.search fieldset{float:left;}
.search input {
	float:left;
	margin:2px 10px 0 0;
	padding:2px 9px;
	width:122px;
	background:#212532;
	border:1px solid #84868d;
	color:#84868d;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	letter-spacing:-1px;
}
.search .btn{
	float:left;
	margin:8px 18px 8px 0;
	border:0;
	padding:0;
	width:15px;
}
.search label {display:none;}
.rss{
	float:left;
	height:27px;
	width:27px;
	text-indent:-9999px;
	background:url(../images/bg-rss.gif) no-repeat;
}
#main {
	overflow: hidden;
	height: 1%;
	padding:0 12px 0 9px;
}
#content{
	width:700px;
	float:left;
	padding:5px 0 0;
}
.content-post {
	background:#fff url(../images/bg-inner-post.gif) repeat-x 0 100%;
	margin:15px 0 0;
}
#content h3 {
	font-size:19px;
	line-height:21px;
	margin:0;
	padding:0 0 20px;
	color: #d92e36;
}
.inner #content h3 {
	padding:0 0 15px;
}
/* start three-column */
.three-column{
	overflow:hidden;
	height:1%;
	background:#fff;
	margin:6px 0 19px;
	padding:0 0 15px;
}
.texture-t{
	padding:24px 0 0;
	overflow:hidden;
	height:1%;
	background:url(../images/bg-three-column.gif) no-repeat 0 -5px;
	position:relative;
}
.column{
	width:200px;
	float:left;
	color:#fefdfc;
	padding:0 11px 0 18px;
}
.column-text {
	overflow:hidden;
	height:1%;
	padding:0 5px 65px;
}
.column h2{
	font-size:15px;
	line-height:17px;
	margin:0;
	padding:0 0 35px;
}
.column p{
	margin:0;
	font-size:14px;
	line-height:16px;
}
.column .more{
	bottom:0;
	padding:7px 0;
	position:absolute;
	width:198px;
	background:url(../images/bg-more-border.gif) repeat-x;
}
.column .more span{
	background:url(../images/bg-more.png) repeat;
	display:block;
	padding:7px 0 5px 9px;
	width:199px;
	overflow:hidden;
}
.column .more a{
	background:url(../images/bg-more-separ.gif) no-repeat 100% 2px;
	color:#fefdfc;
	position:relative;
	cursor:pointer;
	float: left;
	letter-spacing:-1px;
	padding:0 19px 0 0;
}
/* end three-column */
/* start breadcrumbs */
.breadcrumbs{
	padding:0 0 5px;
	margin:0;
	overflow:hidden;
	list-style: none;
	width:100%;
}
.breadcrumbs li{
	color:#999;
	float:left;
	line-height:26px;
	background:url(../images/sep-breadcrumbs.gif) no-repeat 0 9px;
	padding:0 5px 0 7px;
	margin:0 5px 0 -5px; 	
}
.breadcrumbs li a{
	color:#fff;
	line-height:26px;
	text-decoration:underline;
}
.breadcrumbs li a:hover{
	text-decoration:none;
}
/* end breadcrumbs */
.post {
	background: #fcfcfc url(../images/bg-post.gif) no-repeat;
	height:1%;
	margin:0 0 17px;
	overflow:hidden;
	padding:21px 8px 27px 20px;
}
.inner .post {
	padding:16px 8px 78px 20px;
	margin:6px 0 0;
	background: #fff url(../images/bg-inner-post.gif) repeat-x 0 100%;
}
.post .img-box {
	float:left;
	padding:0 16px 0 3px;
}
.inner .post .img-box {
	padding:5px 28px 0 3px;
}
.inner .post .img-box img{
	margin:0 0 5px;
}
.post .img-box img {
	border: 5px solid #000;
}
.text-holder p {
	padding:0 0 17px;
}
.post-top {
	overflow: hidden;
	height: 1%;
	margin:0 0 5px;
	border-bottom: 1px solid #dadada;
	position: relative;
	top:-4px;
}
.post-text {
	overflow: hidden;
	height: 1%;
}
.inner .post-top {
	top:0;
}
.blog .post-top {
	margin:0 0 21px;
}
.inner #content .content-post h3 {
	padding:19px 0 0;
}
.inner #content .comment-form h3 {
	padding:0 0 6px;
}
.post .date {
	font-style:normal;
	font-size:12px;
	color: #d92e36;
	font-weight:bold;
	float: left;
	padding:5px 0 0;
}
.post .comments {
	float:right;
	background:url(../images/bg-comments.gif) no-repeat 100% 0;
	padding:6px 3px 29px 0;
}
.post .comments a{
	color: #999;
	float:left;
	padding:0;
	font-weight:bold;
}
.blog .comments a {
	padding:7px 0 0;
	font-weight:normal;
}
.blog .post-top .comments a {
	color: #990000;
	text-decoration: underline;
}
.blog .post-top .comments a:hover {
	text-decoration: none;
}
.post .comments em {
	float: left;
	width:31px;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	color: #fff;
	padding:0 0 0 11px;
}
.post-inner {
	overflow: hidden;
	height: 1%;
	padding: 25px 0 0;
}
.post-inner p {
	padding:0 0 20px;
}
.post p {
	line-height:18px;
	margin:0;
	color:#020000;
}
.inner .post p{
	line-height:17px;
}
.post .more {
	float: left;
	font-style: italic;
	text-decoration: underline;
	margin:12px 0 0;
	padding: 0 10px 0 0;
	background:url(../images/bg-plus.gif) no-repeat 100% 7px;
}
.post .more:hover {
	text-decoration: none;
}
.blog .comments{
	padding:6px 3px 20px 0;
}
.inner .blog {
	padding:17px 8px 2px 20px;
	margin:0;
	background: none;
}
.blog .post-top h3{
	padding:15px 0 0;	
}
.blog-box{
	overflow:hidden;
	height:1%;
	margin:0 0 4px;
	padding:0 0 0 17px;
}
.blog-box .user-info{
	float:left;
	width:82px;
	padding:20px 60px 0 0;
	line-height:18px;
}
.blog-box .user-info img{
	margin:0 0 10px;
}
.blog-box .user-info .date{
	color:#666;
	font-size:11px;
	font-weight:normal;
	padding:0;
}
.reply{
	height:154px;
	overflow: auto;
	width:406px;
	border:1px solid #ededed;
	background:#ededed;
	padding:0 20px 0 40px;
	float:left;
}
.scroll{
	height:154px;
	display: table;
	width: 100%;
}
.reply .middle{
	display:table-cell;
	vertical-align: middle;
	margin:0;
	color:#990000;
	line-height:18px;
}
.bordered{
	border:1px solid #e5e5e5;
	background:#f6f5f5;
}
#sidebar {
	float:right;
	width:220px;
	padding:23px 0 0;
}
/* start subscribers */
.subscribers {
	border-bottom: 1px solid #41454f;
	margin:0 0 6px;
	padding:5px 0 9px;
	list-style: none;
	overflow: hidden;
	height: 1%;
}
.subscribers li {
	float: left;
	margin: 0 1px 0 -1px;
	background:url(../images/sep01.gif) no-repeat 0 4px;
	padding:0 8px;
}
.subscribers a {
	color: #ffcccc;
	text-decoration: underline;
}
.subscribers a:hover {
	text-decoration: none;
	color:#ff9999;
}
/* end subscribers */
.box {
	overflow: hidden;
	height: 1%;
	border: 2px solid #585b64;
	background-color: #f9f9f9;
	margin:0 0 11px;
	padding:1px 0 0;
}
.box .ttl {
	margin:0 0 9px 2px;
	background:url(../images/bg-box-ttl.gif) no-repeat;
}
.box h3 {
	margin:0;
	font-size: 14px;
	color: #fff;	
	padding:8px 13px 10px;
	line-height:16px;
	letter-spacing:-1px;
}
.box ul{
	margin: 0;
	padding:0 8px 15px 8px;
	list-style: none;
	overflow: hidden;
	height: 1%;
}
.box .news {
	margin-bottom:0;
	padding-bottom:0;
}
.box .news li {
	margin:0 0 13px;
}
.box ul li{
	border-top:1px solid #f3f3f3;
	padding:5px 0 6px 9px;
	margin:-1px 0 1px;
}
.box ul li a{
	font-size:12px;
	color:#666;
	white-space:nowrap;
}
.pages a{
	font-weight:bold;	
}
.box ul li a:hover{
	color:#cc0000;	
}
/* start news */
.news li h4{
	margin:0;
	padding:0 0 4px;
	font-size:12px;
}
.box .news li h4 a{
	color:#ff3333;
	font-size:12px;
	font-weight:bold;
}
.box .news p{
	color:#666;
	font-size:12px;
	margin:0;
	line-height:16px;
}
.box .news p a{
	color:#cc3333;
	text-decoration:underline;
}
.box .news p a:hover{
	text-decoration:none;
}
/* end news */
.box p{
	margin:0;
	color:#666;
	line-height:15px;
}
.box .join{
	float:right;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background: url(../images/bg-join.gif) no-repeat;
	margin:-14px 9px 5px 0;
	padding:9px 24px 13px;
	display:inline;
	position:relative;
}
.banner {
	padding:3px 0 2px;
}
.banner .ttl {
	margin-bottom:0;
}
.banner a{
	margin:0 0 0 5px;
	display:block;
}
.box-text {
	overflow:hidden;
	height:1%;
	padding:9px 10px 16px 16px;
}
.box-text h4 {
	margin:0;
	color:#666;
	line-height:15px;
	padding: 0 0 15px;
	font-size: 12px;
}
.box-text p {
	padding:0 0 10px;
}
.email .box-text {
	padding-bottom: 0;
}
.email form {
	overflow:hidden;
	height:1%;
}
.email fieldset{
	overflow: hidden;
	height: 1%;
	padding:0 0 13px 14px;
}
.email label {
	display:none;
}
.email .txt {
	padding:6px 5px;
	background:#fff;
	border:1px solid #ccc;
	color:#999;
	text-align:center;
	font-size:12px;
	line-height:14px;
	width:129px;
	float:left;
	margin:3px 0 0;
	display:inline;
}
.email .btn-go{
	background: url(../images/bg-btn-go.gif) no-repeat;
	border:0;
	overflow: visible;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	height:38px;
	padding:0 0 5px;
	margin: 0 7px 0 0;
	width:48px;
	height:37px;
	float:right;
	display:inline;
}
/* start tags */
.box .tags {
	margin: 0;
	padding:4px 5px 22px 10px;
	overflow: hidden;
	height: 1%;
	float: left;
	width: 195px;
}
.box .tags li{
	float: left;
	border:0;
	line-height:25px;
	padding: 0 2px;
}
.box .tags a{
	color:#cc0000;
	vertical-align:sub;
	position:relative;
	float: left;
}
.box .tags .popular a{font-size:10px;}
.box .tags .v-popular a{font-size:12px;}
.box .tags .vv-popular a{font-size:14px;}
.box .tags .vvv-popular a{font-size:18px;}
.box .tags .vvvv-popular a{font-size:24px;}
.box .tags .vvvvv-popular a{font-size:25px;}
/* end tags */
/* start comment-form */
.comment-form{
	overflow:hidden;
	height:1%;
	border-top:1px solid #dbdbdb;
	padding:17px 0 40px;
	margin:0 18px 0;
}
.inner .comment-form h3 {
	padding:0 0 7px;
}
.no-block,
.txt label {
	display:none;
}
.comment-form form{
	padding:0 0 0 159px;
	overflow:hidden;
	height:1%;
}
.comment-form form label{
	color:#5b4e3c;
}
.comment-form form .txt{
	background: url(../images/bg-txt-comment.gif) no-repeat;
	padding:0 0 21px;
}
.comment-form form .txt input{
	border:0;
	background:none;
	line-height:14px;
	font-size:12px;
	padding:7px 10px;
	width:137px;
}
.comment-form form textarea{
	width:400px;
	height:225px;
	padding:5px;
	overflow:auto;
	border:1px solid #1f1813;
	background: url(../images/bg-area.gif) repeat-x;
}
.comment-form form .btn{
	background: url(../images/bg-btn-comment.gif) no-repeat;
	border:0;
	margin:15px 0 0 -3px;
	overflow: hidden;
	width:112px;
	padding:8px 0px 12px;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
}
.comment-form form p{
	color:#666;
	margin:0;
	padding:18px 0;
}
/* end comment-form */
/* start loc */
.loc {
	overflow:hidden;
	height:1%;
	padding:0;
}
.loc .articles {
	float: left;
	padding:7px 0 0;
	font-style: italic;
	text-decoration: underline;
	color: #ffcccc;
}
.loc .articles:hover {
	text-decoration: none;
}
.loc span {
	float:right;
	color:#999;
	padding:3px 0 0;
}
.loc ul{
	margin:0;
	padding:0;
	list-style: none;
	overflow: hidden;
	height: 1%;
	float: right;
}
.loc li {
	line-height:14px;
	float:left;
	padding:0 2px;
	margin:0 0 0 6px;
	display:inline;
}
.loc ul a {
	color:#ff0000;
	float:left;
	font-size:14px;
	display:block;
	padding:4px 7px;
	border: 2px solid #fff;
	background: url(../images/bg-loc-active.gif) repeat-x;
	position:relative;
}
.loc ul li a:hover,
.loc .active a{
	color: #999999;
	text-decoration: none;
}
/* end loc */
