@charset "utf-8";
/* CSS Document */
/* DtD Forum Integration classes (Lots of hacks and tweaks) */
/* .clearfix already defined in theme stylesheets */
html, body{
	background-color:#141414;
}
body{
	padding:0;
	margin:0;
	background:url(/images/bigbg_dwarforc.jpg) top center no-repeat #141414;
	background-attachment: fixed;
	min-height:890px;
}
#wrap{
	padding:0;
}
#simple-wrap {
	padding: 6px 0px;
}

#borders{
	border-left:solid 1px #454042;
	border-right:solid 1px #454042;
	padding-left:10px;
	padding-right:10px;
}
#page-header, #page-body, #page-footer, #borders{
	width:978px;
	margin-left:auto;
	margin-right:auto;
}
#dtdwrapper{
	color:#C0C0C0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#dtdwrapper .seperator{
	color:#909090;
	display:block;
	border:solid 1px #454042;
	background-color:#222222;
	margin-top:10px;
	margin-bottom:10px;
	height:21px; /* Only sets links height - feed/status height set in html :( */
}
#dtdwrapper .status{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#dtdwrapper .status span.serverdown:before{
	/*content:"Down";*/
}
#dtdwrapper .status span.serverdown{
	color:#FF0000;
}
#dtdwrapper .status span.serverup:before{
	/*content:"Up";*/
}
#dtdwrapper .status span.serverup{
	color:#00FF00;
}
#dtdwrapper .feed, #dtdwrapper .status{
	width:35%;
	font-size:130%;
}
#dtdwrapper .feed{
	float:left;
	padding-left:5px;
}
#dtdwrapper .status{
	float:right;
	padding-right:5px;
}
#dtdwrapper .status span{
	color:#FFFFFF;
}
#dtdwrapper .status span.up{
	color:#00FF00;
}
#dtdwrapper .status span.down{
	color:#FF0000;
}
#dtdwrapper .smlinks{
}
#dtdwrapper .smlinks a{
}
#dtdwrapper a{
	color:#DFDFDF;
	text-decoration:none;	
}
#dtdwrapper a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#dtdwrapper img{
	border:solid 1px #454042;
}
#dtdwrapper .padlr{
	padding:0px 5px;
}
div.panel dt{
	color:#CCCCCC;
}
.postbody img{
	max-height:525px;
	max-width:525px;
}
.postbody h3 a:visited{/* Added 4/14/08 to fix post title visited being black */
	color:#A00;
}
.postbody h3 a:visited:hover{/* Added 4/14/08 to fix post title visited being black */
	color:#C00;
}
.postlink:hover {
	background-color: #111;
	text-decoration: none;
	border-bottom-style:solid;
	color: #CCC;
}
.mediaplayer{
	padding:5px;
}
fieldset.polls dl{
	border:none;
}
fieldset.polls dt{
	min-width:100px;
	border-bottom:dotted 1px #888888;
}
fieldset.polls dt.noborder{
	border:none;
}
fieldset.polls dl.voted{
	color:#CCCCCC;
}
fieldset.polls .pollbar_lefthand, fieldset.polls .pollbar_righthand{
	display:inline;
	width:9px;
}
fieldset.polls .pollbar_lefthand, fieldset.polls .pollbar_righthand, fieldset.polls .pollbar_center{
	height:20px;
}
dd.resultbar .pollbar1, dd.resultbar .pollbar2, dd.resultbar .pollbar3, dd.resultbar .pollbar4, dd.resultbar .pollbar5{
	background-color:#000;
	border:none;
	color:#FFF;
	padding-bottom:1px;
	padding-top:4px;
	padding-right:1px;
	height:20px;
}

ul.topiclist dt{
	width:49%;
}
dd.lastpost{
	width:28%;
}
div.signature img{
	max-width:550px;
}

#fieldrow{
	display:block;
}
#fieldrow .description{
	color:#7F7F7F;
}
#fieldrow .value{
	display:block;
	color:#CCCCCC;
	margin-bottom:7px;
}
.table1 tr.bg1 td, .table1 tr.bg2 td{
	color:#777799;
}
.table1 tr.bg1:hover{
	background-color:#3F3030;
}
.table1 tr.bg2:hover{
	background-color:#241515;
}

#topiclist{
	color:#CCCCCC;
}

.pagebanner{
	margin-bottom:5px;
}

.transbar .l{
	background:url(/images/translucBarEnds.png) top left no-repeat !important;
	background:#141414; /* for IE6 */
	width:16px;
	height:30px;
}
.transbar .r{
	background:url(/images/translucBarEnds.png) top right no-repeat !important;
	background:#141414; /* for IE6 */
	width:16px;
	height:30px;
}
.transbar .c{
	background:url(/images/translucBarCenter.png) repeat-x !important;
	background:#141414; /* for IE6 */
	height:30px;
}


h1.big{
	font-size:300%;
	margin-left:20px;
}
.formrow{
	margin:10px 40px;
}
.formrow .question{
	font-weight:bold;
	font-size:small;
	margin-bottom:2px;
}
.formrow .inputfield{
	margin-left:20px;
	margin-bottom:4px;
	font-size:small;
}
.formrow .inputfield input[type="text"], .formrow .inputfield textarea{
	background-color:#444;
	border:solid 1px #000;
	color:#FC6;
	padding:1px;
}
.formrow .inputfield input[type="text"]:hover, 
.formrow .inputfield input[type="text"]:focus, 
.formrow .inputfield textarea:hover, 
.formrow .inputfield textarea:focus{
	border:dashed 1px #CCC;
}

.form-editbox{
	border:solid 1px #444;
	float:right;
	width:230px;
	margin:0px 20px;
	padding:2px;
}
.form-editbox div.inner{
	background-color:#222;
	padding:4px;
}