body {
	background-color: #2F2E2E;
	font-family: Tahoma, Arial;
	font-size: 80%;
	color: #FFFFFF;
}
.splash{
	background-color: #000;
	background-image: url(../images/splash/splashx.png);
	background-repeat: no-repeat;
}
.splashmap{
	border-style: none;
}
#wrapper {
	width: 902px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	float: left;
	width: 902px;
}
#header {
	float: left;
	width: 902px;
	height: 196px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
}
#content {
	width: 862px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-y;
	padding-bottom: 25px;
}
#footer {
	width: 862px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-y;
	height: 90px;
	margin-bottom: 0px;
}
.rightsep {
	margin-bottom: 100px;
}
.leftsep {
	margin-bottom: 90px;
}
.right {
	float: right;
	width: 187px;
	margin: 0px;
	padding: 0px;
}
.right h2 {
	margin: 0px;
	float: left;
	height: 37px;
	width: 187px;
	background-image: url(../images/menu_h.png);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 37px;
	font-size: 1.2em;
	font-weight: normal;
	color: #999999;
}
.right ul {
	text-align: left;
	float: left;
	width: 180px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 4px;
	background-image: url(../images/menu_li.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.right ul ul {
	margin: 0px;
	float: left;
	width: 160px;
	text-align: left;
	padding: 0px;
}
.right ul ul li {
	margin: 0px;
	width: 160px;
	padding: 0px;
}
.right ul ul li a:link, .right ul ul li a:visited {
	text-align: left;
	display: block;
	width: 150px;
	margin-left: 15px;
	font-size: 11px;
	color: #575757;
	text-decoration: none;
}
.right ul ul li a:hover, .right ul ul li a:active {
	text-align: left;
	display: block;
	width: 150px;
	margin-left: 15px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.right li {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 180px;
	float: left;
	font-size: 12px;
}
.right li a:link, .right li a:visited {
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 165px;
}
.right li a:hover, .right li a:active {
	background-image: url(../images/menu_hover.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 165px;
}
.right p {
	width: 177px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 15px;
	background-image: url(../images/menu_li.png);
	background-repeat: repeat-y;
	font-size: 11px;
	color: #999999;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.right p a:link, .right p a:visited {
	color: #666666;
	text-decoration: underline;
}
.right p a:hover, .right p a:active {
	color: #666666;
	text-decoration: none;
}


.left {
	float: left;
	width: 187px;
	margin: 0px;
	padding: 0px;
}
.left h2 {
	margin: 0px;
	float: left;
	height: 37px;
	width: 187px;
	background-image: url(../images/menu_h.png);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 37px;
	font-size: 1.2em;
	font-weight: normal;
	color: #999999;
}
.left ul {
	text-align: left;
	float: left;
	width: 180px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 4px;
	background-image: url(../images/menu_li.png);
	background-repeat: repeat-y;
	margin: 0px;
}
.left li {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 180px;
	float: left;
	font-size: 12px;
}
.left li a:link, .left li a:visited {
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 165px;
}
.left li a:hover, .left li a:active {
	background-image: url(../images/menu_hover.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 165px;
}
.left ul ul {
	margin: 0px;
	float: left;
	width: 160px;
	text-align: left;
	padding: 0px;
}
.left ul ul li {
	margin: 0px;
	width: 160px;
	padding: 0px;
}
.left ul ul li a:link, .left ul ul li a:visited {
	text-align: left;
	display: block;
	width: 150px;
	margin-left: 15px;
	font-size: 11px;
	color: #575757;
	text-decoration: none;
}
.left ul ul li a:hover, .left ul ul li a:active {
	text-align: left;
	display: block;
	width: 150px;
	margin-left: 15px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}.left p {
	clear: both;
	width: 177px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/menu_li.png);
	background-repeat: repeat-y;
	font-size: 11px;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.left p a:link, .left p a:visited {
	color: #666666;
	text-decoration: underline;
}
.left p a:hover, .left p a:active {

	color: #666666;
	text-decoration: none;
}
.post {
	float: left;
	width: 465px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.post h1 {
	font-family: Tahoma;
	font-size: 1.6em;
	color: #F5F5F5;
	text-align: left;
	margin: 0px;
	float: left;
	width: 465px;
	font-weight: normal;
	border: 1px solid #333;
}
.post h1 a:link, .post h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.post h1 a:hover, .post h1 a:active {
	color: #CCFF00;
	text-decoration: none;
}
.post_author {
	float: left;
	width: 465px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.post_meta {
	height:auto; overflow:hidden;
	text-align: left;
	float: left;
	width: 465px;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.post_meta a {
   outline: 0;
}
.post_meta a:link, .post_meta a:visited {
	color: #666666;
	text-decoration: none;
}
.post_meta a:hover, .post_meta a:active {
	color: #CCFF00;
	text-decoration: none;
}

.a_author {
	float: left;
	padding-left: 28px;
	background-image: url(../images/icons/poster.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	text-indent: 3px;
	height: 27px;
	line-height: 25px;
	color: #666666;
	padding-right: 15px;
}
.a_date {
	float: left;
	padding-left: 25px;
	background-image: url(../images/icons/date.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	text-indent: 3px;
	height: 25px;
	line-height: 25px;
	color: #666666;
	padding-right: 15px;
}
.a_cat {
	float: left;
	padding-left: 25px;
	background-image: url(../images/icons/category.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	text-indent: 3px;
	height: 25px;
	line-height: 25px;
	color: #666666;
	padding-right: 15px;
}
.a_info {
	width: 230px;
	float: right;
	padding-left: 2px;
	height: 25px;
	line-height: 12px;
	color:#CEFFAA;
	padding-right: 2px;
}
.post_himage {
	float: left;
	padding: 12px
}
.post_info {
	float: left;
	width: 465px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	
}
.post_info blockquote {
	background-image: url(../images/icons/block.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 25px;
	padding-top: 10px;
	font-size: 12px;
	font-style: italic;
	color: #6D7272;
}
.post_info img {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 1px solid #333333;
}
.post_info code {
	text-align: left;
	display: block;
	padding: 5px;
	clear: both;
	font-size: 11px;
	color: #666666;
	font-family: Tahoma;
	background-color: #333333;
	border: 1px solid #181818;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 2px;
}
.post_info p {
	clear: both;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: left;
}

.post_control {
	float: left;
	width: 465px;
}
.a_comment {
	background-image: url(../images/icons/cloud.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-align: left;
	float: left;
	padding-left: 25px;
	line-height: 25px;
	padding-right: 15px;
	font-size: 11px;
}
.a_add {
	text-align: center;
	float: right;
	background-color: #222222;
	width: 81px;
	border: 1px solid #191919;
	font-size: 12px;
	line-height: 31px;
	color: #CCCCCC;
}
.a_add a:link, .a_add a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.a_add a:hover, .a_add a:active {
	color: #CCFF00;
	text-decoration: none;
}
.addcomment {
	clear: both;
}
.addcomment .inputarea {
	background-color: #333333;
	height: 30px;
	width: 382px;
	margin-left: 0px;
	border: 1px solid #191919;
	font-size: 12px;
	color: #CCCCCC;
}
.addcomment .submit {
	float: right;
	background-color: #222222;
	height: 30px;
	width: 81px;
	margin-left: 0px;
	border: 1px solid #191919;
	font-size: 12px;
	color: #CCCCCC;
}
.viewcomments {
	clear: both;
	padding: 7px 5px; margin: 0px 10px 0 10px;
}
.viewcomments .user {
	display: inline-block;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 10px; font-weight:bold; color: #99cee0;;
}
.viewcomments .date {
	float: right;
	text-align: right;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 10px; font-weight:bold; color: #99cee0;;
}
.viewcomments .comment {
	display: block;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 10px; color: #888;
}

.comment_template {
	float: left;
	width: 465px;
}
.comment_template p {
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #999999;
	font-size: 14px;
}

.comment_template a:link, .comment_template a:visited {
	color: #006699;
	text-decoration: none;
}
.comment_template a:hover, comment_template a:active {
	color: #CCFF00;
	text-decoration: underline;
}

.post h2 {
	font-size: 1.3em;
	color: #CCCC99;
	font-weight: normal;
	margin: 0px;
	float: left;
	width: 465px;
	padding-bottom: 35px;
}
.post h3 {
	text-align: left;
	margin: 0px;
	float: left;
	width: 465px;
	font-size: 1.6em;
	font-weight: normal;
	color: #CC3333;
	padding-top: 15px;
	padding-bottom: 15px;
}

.com {
	float: left;
	width: 450px;
	text-align: left;
	margin-top: 10px;
	font-size: 14px;
	color: #CCCC66;
}
.com_text {
	float: left;
	width: 450px;
	text-align: left;
	margin-top: 5px;
	font-size: 12px;
	color: #999999;
	padding-bottom: 20px;
	background-image: url(../images/separator.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.com_text blockquote {

	background-image: url(../images/icons/block.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 25px;
	padding-top: 10px;
	font-size: 12px;
	font-style: italic;
	color: #6D7272;
}
.com_text p {
	text-align: left;
	clear: both;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.com_text code {

	text-align: left;
	display: block;
	padding: 5px;
	clear: both;
	font-size: 11px;
	color: #666666;
	font-family: Tahoma;
	background-color: #333333;
	border: 1px solid #181818;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 2px;
}

.com_alt {
	float: left;
	width: 450px;
	text-align: left;
	margin-top: 10px;
	font-size: 14px;
	color: #CCCC66;
	background-color: #252323;
}
.form {
	float: left;
	width: 180px;
	background-image: url(../images/menu_li.png);
	background-repeat: repeat-y;
	padding-left: 7px;
	margin: 0px;
	padding-bottom: 8px;
	color: #666666;
	font-size: 11px;
}
.label {
	margin-left: 10px;
	margin-right: 22px;
}
.input {
	background-color: #333333;
	width: 70px;
	margin-left: 8px;
	border: 1px solid #191919;
	font-size: 12px;
	color: #CCCCCC;
}
.inputarea {
	background-color: #333333;
	height: 125px;
	width: 200px;
	margin-left: 8px;
	border: 1px solid #191919;
	font-size: 12px;
	color: #CCCCCC;
}
.submit {
	background-color: #222222;
	width: 50px;
	margin-left: 8px;
	border: 1px solid #191919;
	font-size: 12px;
	color: #CCCCCC;
}
.footer_right {
	float: right;
	width: 350px;
	padding-top: 27px;
}
.footer_right p a:link, .footer_right p a:visited {
	color: #666666;
	text-decoration: none;
}
.footer_right p {
	margin: 0px;
	color: #666666;
	font-size: 11px;
	float: right;
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 3px;
}
.footer_right p a:hover, .footer_right p a:active {
	color: #666666;
	text-decoration: none;
}
.footer_left {
	float: left;
	width: 350px;
	padding-top: 27px;
}
.footer_left p {
	margin: 0px;
	color: #666666;
	font-size: 11px;
	float: left;
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 3px;
}
.footer_left p a:link, .footer_left p a:visited {
	color: #666666;
	text-decoration: none;
}
.footer_left p a:hover, .footer_left p a:active {
	color: #CCFF00;
	text-decoration: none;
}
.header_left {
	float: left;
	width: 400px;
	padding-top: 70px;
	padding-left: 40px;
}
.header_left h1 {
	margin: 0px;
	float: left;
	width: 400px;
	text-align: left;
	font-size: 2em;
	color: #666666;
	font-weight: lighter;
	font-family: Eurasia, Arial, "Arial Narrow", "Trebuchet MS";
}
.header_left a:link, .header_left a:visited {
	text-decoration: none;
	color: #666666;
}
.header_left p {
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	width: 500px;
}
.header_left a:hover, .header_left a:active {
	color: #CCFF00;
	text-decoration: none;
}
.header_right {
	float: right;
	width: 400px;
	padding-top: 70px;
	padding-right: 40px;
	position: relative;
}
.header_right h1 {
	margin: 0px;
	float: right;
	width: 400px;
	text-align: right;
	font-size: 2em;
	color: #666666;
	font-weight: lighter;
	font-family: Eurasia, Arial, "Arial Narrow", "Trebuchet MS";
}
.header_right a:link, .header_right a:visited {
	text-decoration: none;
	color: #666666;
}
.header_right a:hover, .header_right a:active {
	color: #CCFF00;
	text-decoration: none;
}
.header_right p {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	width: 500px;
}
.search {
	float: right;
	position: absolute;
	right: 19px;
	top: 28px;
}
.searchinput {
	background-color: #333333;
	width: 125px;
	border: 1px solid #191919;
	font-size: 12px;
	color: #CCCCCC;
}
.searchsubmit {
	background-color: #222222;
	width: 50px;
	border: 1px solid #191919;
	font-size: 12px;
	color: #CCCCCC;
}
.navright {
	display: inline;
	float: right;
	width: 340px;
	padding-top: 55px;
}
.navigator {
	float: left;
	width: 500px;
	padding-left: 40px;
}
.navigator a {
   outline: 0;
}
.navigator ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 450px;
}
.navigator li {
	float: left;
	text-align: center;
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navigator li a:link,  .navigator li a:visited {
	text-align: center;
	display: block;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-decoration: none;
	background-color: #212121;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #212121;
	border-right-color: #212121;
	border-left-color: #212121;
}
.navigator li a:hover, .navigator li a:active {
	text-align: center;
	display: block;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 30px;
	line-height: 30px;
	color: #CCFF00;
	text-decoration: none;
	background-color: #212121;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #99CC33;
	border-right-color: #212121;
	border-left-color: #212121;
}
.comment_template form {
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.nextpre {
	float: left;
	width: 465px;
	text-align: left;
	font-size: 12px;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.nextpre a:link, .nextpre a:visited {
	color: #666666;
	text-decoration: none;
}
.nextpre a:hover, .nextpre a:active {
	color: #CCFF00;
	text-decoration: none;
}

