BODY {
	background: #101010;
	color: #FFFFFF;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

TABLE {
}

TD {
	word-break: break-all;
}

A:link {
	color: #7E7E7E;
	text-decoration: none;
}

A:visited {
	color: #7E7E7E;
	text-decoration: none;
}

A:hover {
	background: #FF9900;
	color: #000000;
	text-decoration: none;
}

IMG {
	border: 0px;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

HR {
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top: #CCCCCC 1px solid;
	height: 1px;
}

FORM {
	display: inline;
}

INPUT {
	background: #000000;
	font-size: 1em;
}

INPUT.text {
	background: #333333;
	border: 1px solid #666666;
	color: #CCCCCC;
	font-size: 1em;
	height: 16px;
	padding: 0;
}

INPUT.button {
	background: #333333;
	border: 1px solid #666666;
	color: #CCCCCC;
	height: 18px;
}



TEXTAREA {
	background: #000000;
	border: #333333 1px solid;
	color: #999999;
	overflow-y:auto;
}

SELECT {
	background: #313131;
	color: #FFFFFF;
}

#wrapper {
}

#innerWrapper {
	position: relative;
	width: 100%;
}

#header {
	margin-bottom: 0px;
	margin-top: 20px;
	padding:0;
}

#innerHeader {
	padding: 15px 95px 0px 100px;
	position: relative;
}

#footer {
	clear: both;
	margin-top:50px;
	padding:0px 95px;
	background:#161616;
	border-top:1px solid #222222;
	height:400px;
}

#innerFooter {
	color: #666666;
	font-size: 1em;
	text-align: left;
}

#blogLogo {
	width:100%;
	position:relative;
}

#logo {
	display: block;
	margin-bottom: 10px;
}

.blog-header {
	display: none;
	padding: 0px;
}

H1 {
	color: #FFFFFF;
	font: bold 50px Arial;
	margin: 0px;
	padding: 0px;
}

H1 A:link {
	color: #FFFFFF;
	text-decoration: none;
}

H1 A:visited {
	color: #FF9900;
	text-decoration: none;
}

H1 A:hover {
	background: #FF9900;
	color: #FF9900;
	text-decoration: none;
}

.blog-desc {
	color: #FFFFFF;
	font-weight: bold;
}

#menu {
	color: #868686;
	font-size: 9px;
	margin-top:5px;
	
}

#menu UL {
	margin: 0px;
	padding: 0px;
	position:relative;
}

#menu LI {
	display: inline;
	list-style-type: none;
	margin: 0px 5px 0px 0px;
	padding: 0px 3px 0px 0px;
}

#menu A {
	color: #FFFFFF;
}

#menu A:visited {
	color: #FFFFFF;
}

#menu A:hover {
	text-decoration: none;
	background-color:#FF9900;
	color:#000000;
}

#mainWrapper {
	margin: 0 95px;
	position: relative;
	overflow:auto;
}

.sidebar {
	position: absolute;
	top:0px;
	left:-60px;

}

.sidebar-hide {
	display: none;
}

#innerSidebar {
	padding: 3px;
}

.content {
	margin: 0px 10px 10px -210px;
	width: auto;
}

.content-wide {
	margin: 0px 10px 10px -210px;
	width: auto;
}

.content-only {
	margin: 10px 10px 10px -85px;
	width: auto;
}

#innerContent {
	color: #FFFFFF;
	margin-left: 210px;
	overflow: visible;

}

.clear {
	border-top: transparent 0px solid;
	clear: both;
	font-size: 10px;
	margin-top: 0px;
	text-align: left;
	visibility: hidden;
}

.panel {
	padding: 20px 0px;
}

.panel H5 {
	color: #999999;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.panel-content {
	color: #666666;
	font-size: 0.9em;
	line-height: 160%;
	padding: 0 0;
}

.panel-content UL {
	font-size: 12px;
	margin: 0px;
	padding: 0px;

}

.panel-content LI {
	color: #999999;
	list-style-type: none;
	margin: 0px;
	line-height:140%;
	padding:0;
	margin:0;
	border-bottom:1px dashed #333333;
}


.panel-content li a{
	color: #7E7E7E;
	text-decoration: none;
	padding: 4px 0px 4px 2px;
	display:block;
}
.panel-content li a:visited{
	color: #7E7E7E;
	text-decoration: none;
}
.panel-content li a:hover{
	text-decoration: none;
	background-color:#FF9900;
	color:#000000;
}







#loginForm {
	width: 95%;
}

#panelStats .panel-content {
	color: #7E7E7E;
}

.search-field {
	background: #333333;
	border: 1px solid #999999;
	color: #999999;
	height: 12px;
	padding: 0;
	font-size: 1em;
	width: 100px;
}

.announce {
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	margin-bottom: 10px;
}

.announce-content {
	color: #000000;
	padding: 10px 10px 10px 9px;
}

.announce-time {
	color: #999999;
	float: right;
	font-size: 10px;
}

.article-top {
	color: #000000;
	padding: 17px 5px 5px 4px;
}

.article-bottom {
	border-top: 1px solid #333333;
	padding: 5px;
}

.pages {
	color: #666666;
	font-size:0.9em;
}

.pagelink-current {
	font-size: 0.8em;
	color:#CCCCCC;
	font-weight: bold;
}

.view-mode {
	color: #7E7E7E;
	float: right;
	font-size: 9px;
}

.listbox {
	border-bottom: #7E7E7E 0px solid;
	border-top: #333333 1px solid;
	padding-bottom: 5px;
	padding-top: 5px;
}

.listbox-table {
	width: 99%;
}

.listbox-header {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

.listbox-entry {
	color: #666666;
}

.listbox-entry A {
}

.no-entry {
	border: 1px solid #222222;
	margin-top: 15px;
}

.no-entry-message {
	background: #111111;
	color: #999999;
	padding-bottom: 25px;
	padding-top: 25px;
	text-align: center;
}

.prev-article {
	float: left;
}

.next-article {
	float: right;
}

.category-label {
	text-align: center;
}

.textbox {
	margin-bottom: 15px;
	padding-left: 2px;
	padding-right: 0px;
}

.textbox-title {
	border-top:1px solid #333333;
	font-weight: bold;
	height: 40px;
	padding: 6px 0px 6px 1px;
	position: relative;
}

.textbox-title H4 {
	display: inline;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 2px;
	line-height:1.6em;
	word-wrap: break-word;
}

.textbox-title H4 A:link {
	color: #FFFFFF;
}

.textbox-title H4 A:visited {
	color: #FFFFFF;
}
.textbox-title H4 A:hover {
	background: #FF9900;
	color: #FFFFFF;
}


.textbox-label {
	color: #7E7E7E;
	font-size: 9px;
	padding-left: 3px;
	padding-top: 0px;
	text-align: left;
}

.textbox-fontsize {
	color: #666666;
	padding: 5px 5px 5px 4px;
	text-align: right;
}

.textbox-content {
	line-height: 2em;
	padding: 10px 10px 10px 4px;
	word-wrap: break-word;
}

.textbox-content A:link{
	color:#6AB3D9;
}
.textbox-content A:visited{
	color:#6AB3D9;
}
.textbox-content A:hover{
	color:#000000;
	background-color:#6AB3D9;
}


.textbox-content b {
	font-size:0.8em;
}

.textbox-bottom {
	font-size: 9px;
	padding: 5px 5px 5px 4px;
}

.textbox-bottom A:link {
	color: #7E7E7E;
	text-decoration: none;
}

.textbox-bottom A:active {
	color: #7E7E7E;
	text-decoration: none;
}

.textbox-bottom A:visited {
	color: #7E7E7E;
	text-decoration: none;
}

.editmark {
	color: #7E7E7E;
	font-size: 9px;
	margin-top: 20px;
}

.textbox-urls {
	border-top: #333333 1px SOLID;
	color: #666666;
	font-size: 0.8em;
	margin-top: 10px;
	padding-top: 5px;
}

.gbbox {
	border-bottom: #7E7E7E 0px solid;
	border-top: #333333 1px solid;
	margin-bottom: 15px;
}

.gbbox-title {
	font-weight: bold;
	margin-bottom: 10px;
}

.gbbox-label {
	color: #4C4C4C;
	display: inline;
	font-size: 9px;
	font-weight: normal;
	text-align: right;
}

.gbbox-content {
	background: #000000;
	padding: 5px;
	line-height:2em;
	word-wrap: break-word;
}

.gbbox-reply {
	background: #000000;
	color: #333333;
	padding: 10px;
}

.gbbox-reply-title {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

.gbbox-reply-label {
	color: #7E7E7E;
	display: inline;
	font-size: 9px;
	font-weight: normal;
}

.comment-wrapper {
}

.comment-top {
	background: #111111;
	border-right: #000000 10px solid;
	color: #4A4A4A;
	font-size: 10px;
	margin: 3px;
	padding: 3px 8px 3px 3px;
	text-align: right;
}

.comment-pages {
	color: #FF9900;
	margin: 5px;
	padding: 5px;
}

.commentbox {
	margin: 5px;
	padding: 5px;
	word-wrap: break-word;
}

.commentbox-title {
	border-bottom: #333333 1px solid;
	padding: 3px 3px 6px;
}

.commentbox-label {
	color: #666666;
	display: inline;
	font-size: 10px;
	text-align: right;
}

.commentbox-content {
	padding: 8px 3px 3px;
}

.no-comment-box {
	background: #3A3A3A;
	border-bottom: #7E7E7E 0px solid;
	border-left: #000000 5px solid;
	border-right: #000000 10px solid;
	border-top: #7E7E7E 0px solid;
	color: #FF9900;
	padding: 5px;
}

#commentForm {
	width: 99%;
}

.messagebox {
	padding-left: 95px;
	padding-right: 15px;
	text-align: left;
	width: 90%;
}

.messagebox-title {
	color: #FF9900;
	font-weight: bold;
	padding: 5px;
}

.messagebox-content {
	color: #7E7E7E;
	padding: 10px 10px 20px 5px;
}

.messagebox-bottom {
	color: #333333;
	padding: 5px;
}

.errorbox {
	background: #FF9900;
	border-bottom: #CC0000 1px solid;
	border-left: #CC0000 1px solid;
	border-right: #CC0000 1px solid;
	border-top: #CC0000 1px solid;
	text-align: left;
	width: 500px;
}

.errorbox-title {
	background: #CC3300;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

.errorbox-content {
	color: #990000;
	padding: 10px 10px 20px;
	text-align: left;
}

.errorbox-bottom {
	background: #FFE3D0;
	color: #FFFFFF;
	padding: 5px;
}

.formbox {
	padding-left: 95px;
	padding-right: 15px;
}

.formbox-comment {
}

.formbox-title {
	color: #FF9900;
	font-size: 10px;
	font-weight: none;
	font-weight: bold;
	text-align: left;
}

.formbox-comment-title {
	background: #FF9900;
	border-left: #000000 5px solid;
	color: #000000;
	font-size: 10px;
	font-weight: none;
	text-align: left;
}

.formbox-rowheader {
	color: #72767A;
	font-size: 10px;
	font-weight: none;
	padding: 2px;
	text-align: right;
}

.formbox-comment-rowheader {
	color: #72767A;
	font-weight: none;
	padding: 5px;
	text-align: right;
}

.formbox-content {
	color: #72767A;
	font-size: 10px;
	padding: 5px;
}

.formbox-comment-content {
	color: #72767A;
	padding: 5px;
}

.panel-smilies {
	padding: 5px;
	text-align: center;
}

.panel-smilies-title {
	border-bottom: #CCCCCC 1px solid;
	text-align: left;
}

.panel-smilies-content {
	font-size: 9px;
	line-height: 120%;
	padding: 15px 0 0;
	text-align: left;
}

.upload-page {
	background: #000000 none;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px 0px 1px;
}

.upload-file {
	margin: 1px;
}

.upload-error {
	color: #FF9900;
}

.upload-done {
	color: #FF9900;
}

.comment-text {
	color: #808080;
	font-size: 11px;
}

.hidden-note {
	color: #808080;
	font-size: 11px;
}

.red {
	color: #FF0000;
}

.highlight {
	background: #FFFFFF;
	color: #FF9900;
	font-weight: bold;
}

.meta-button {
	margin: 1px;
}

 HTML .ubb-list {
	list-style-type:decimal;
	margin: 5px 5px 15px 25px;
}

.ubb-list LI {
	margin: 0px;
	padding: 0px;
}

.code {
	background: #111111;
	border-left: #663300 3px solid;
	color: #777777;
	font-family: "Trebuchet MS", Arial;
	font-size:1em;
	margin: 5px;
	padding: 10px;
	line-height:1.5em;
}

.quote {
	background: #000000 url(images/quote.gif) top left no-repeat;
	margin: 10px 20px;
	padding-left:30px;
}

.quote-title {
	color: #666666;
	font-weight: bold;
	font-size:0.8em;
}

.quote-content {
	color: #666666;
	padding-top: 10px;
	word-wrap: break-all;
	font-size:0.9em;
}

.ubb-obj-div {
	background: #000000;
	border-bottom: #EFD09C 1px solid;
	border-left: #EFD09C 1px solid;
	border-right: #EFD09C 1px solid;
	border-top: #EFD09C 1px solid;
	color: #666666;
	margin: 5px;
	padding: 5px;
}


#topLogin{
	margin-bottom:8px;
	height:18px;
	line-height:18px;
	color: #01B0F0;
	font-size: 0.9em;
	padding: 0 0;
}

#topLogin a{
	color: #01B0F0;
}

#topLogin a:visited{
	color: #01B0F0;
}

#topLogin a:hover{
	background-color:#01B0F0;
	color: #000000;
}

small {
	font-size: 0.9em;
	color:#555555;
	line-height:120%;
}

#panelComment{
	width:280px;
	float:left;
}

#panelStats{
	width:400px;
	float:left;
	margin-left:40px;
}
#panelLinks{
	line-height:2em;
	font-size:0.9em;
}
.links-block{
	float:left;
	margin-right:40px;
}
.links-block b{
	font-size:1.2em;
	line-height:3em;
	color:#FF9900;
}

#tools{
	margin-top:36px;
	border-top:1px solid #333333;
	font-size:0.9em;
}




#ajax_loginBox{
	width:305px;
	background-color:#2d2d2d;
	border:2px solid #EEEEEE;
	overflow:auto;
	padding:0 0 15px 15px;
	color:#CCC;
	display:none;
	position: absolute;
	z-index:600;
}

#ajax_loginPart h4{
	color:#AEEE00;
}

#ajax_regPart h4{
	color:#01B0F0;
}

#ajax_loginBox form h4{
	font-size: 1.5em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial;
	margin:15px 0;
}

#ajax_loginBox form label{
	font-size: 10px;
	font-weight: bold;
	margin:0;
}

#ajax_loginBox form input.text{
	display:block;
	font-size:12px;
	width:120px;
	margin:0 0 5px;
}

#ajax_or{
	width:46px;
	padding-top:58px;
	color: #FF358B;
	font-size: 2em;
	font-weight: bold;
	text-align:center;
	font-family: "Trebuchet MS", Arial;
	float:left;
}

#ajax_loginPart{
	width:122px;
	float:left;
}

#ajax_regPart{
	width:122px;
	float:left;
}

#ajax_result{
	float:left;
	width:138px;
	display:none;
	padding:55px 0 0 15px;
	font-size:0.9em;
	line-height:1.6em;
	overflow:hide;
	color:#FF358B;
}

#ajax_closeBtn{
	width:15px;
	float:right;
}

#overlay{
	position:absolute;
	z-index:500;
	background:#000000;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter:Alpha(Opacity=60);
	display:none;
	top:0;
	left:0;
}
#simplebox{
	position: absolute;
	z-index:700;
	border:6px solid #FFF;
	display:none;
}

#log_or_reg A:hover{
	background:#333;
	border-bottom:1px solid #333333;
}


#labs{
	position:absolute;
	z-index:400;
	background:#000000;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter:Alpha(Opacity=90);
	top:40px;
	left:0;
	border:1px solid #333;
}
#labsContent{
	padding:10px;
	display:none;
	float:left;
}
#labsCtrl{
	float:left;
	padding:10px 0;
	width:11px;
}