/*******************************************************************************
 General Definitions FOR MIDNIGHT EMBERS Style
*******************************************************************************/
html { 
   padding:0;
   font:x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
   font-size/* */:/**/small;
   font-size: /**/small;
   margin:0;
 }

body {
   margin: 0px;
   padding: 0px;
   background: #000;
   color:#FFF6E3;
   border:none;
   font:x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
   font-size/* */:/**/small;
   font-size: /**/small;
}

a:link {
  color:#ff9966;
  text-decoration:none;
  }

a:visited {
  color:#cc9966;
  text-decoration:none;
  }

a:hover {
  color:#66ffcc;
  text-decoration:underline;
  }

a img {
  border-width:0;
  }

img, form { 
 padding:0; margin:0; border:0;
 }

em, i {
 font-style: italic;
 }

strong, b {
 font-weight: bold;
 } 

.skip {
 display: none;
 }

.clear {
 clear: both;
 }

.highlight {
   border: none;
 }

.speccolor {
   color: #f96;
 }


/* bullets */
ul { 
	list-style: none;
	padding: 0;
	margin: 0;
 }

li { 
	margin:5px 10px 8px 10px;
 }
	
li.stats { 
	list-style:none; 
	margin:5px 0 8px 19px;
 }

ul.nobullets {
   list-style: none;
   margin-left: 0px;
   padding-left: 0px;
}



/*******************************************************************************
 Columns definitions
*******************************************************************************/
.wrapper {
	min-width:400px;
	width:100%; 
	margin: 0 -1px; }

.outer {
	width:auto;
	/* left column width and color */
	border-left:208px solid #000;
        background:#000;
	/* right column width and color */
	border-right:208px solid #000;
	/* center column colour */
        background:#000;
 }

.inner {
	margin:0;
	width:100%;
 }

/* Mozilla code */
.outer > .inner { border-bottom:1px solid transparent; }

/*******************************************************************************
 Header
*******************************************************************************/
#header {
  height:171px;
  margin:5px auto 10px;
  padding:10px 0 10px;
  background: #000 url(images/dwfblk2.png) no-repeat center center;
  }
#blog-title {
  margin:5px 3px 0 3px;
  padding:20px 8px .25em 8px;
  font-size:300%;
  line-height:1.0em;
  color:#BD8421;
  font-variant:small-caps;
  letter-spacing:.24em;
  font-variant:small-caps;
  }
.hide {
  display:none;
  }


/*******************************************************************************
 Left column
*******************************************************************************/
.leftcol {
	float:left;
        background:#000;
        text-align:right;
	position:relative;
	z-index:11;
	width:200px;
	margin-left:-212px;
        padding-right:8px;
        font:12px/1.1em Georgia, "Times New Roman", "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	color:#FFE7B4;
	overflow:hidden; }

.leftcolcontainer {
        margin:0px 0px 10px 10px;
        padding:0px 10px 0px 0px;
  }

.leftpad { padding:10px 0px 10px 0px; }

.leftcol a:link, .leftcol a:visited {
	text-decoration:none; }

.leftcol h2 {
	background:transparent;
        font:bold 12px/1.0em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
        font-variant:small-caps;
        margin:0 0 1.2em 0;
        padding:1.2em 0 0 0;
        letter-spacing:.2em;
        color:#777;
	border:0;
 }

.leftcol h2.separator {
	margin:8px 0px 5px 0px;
	padding-top:8px;
	border-top:1px solid #777;
 }

.speccolor {
   color:#f96;
 }

/*******************************************************************************
 Middle column
*******************************************************************************/
.middlecol {
	float:left;
	width:100%;
        margin:0px 5px;
	position:relative;
	z-index:10;
        text-align:justify;
        font:16px/1.8em Georgia, "Times New Roman", "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
        color:#FFECC2;
        background:#000;
 }

.middlepad {
        padding:10px 0px 15px 0px;
        margin:0px 0px 0px 0px;
 }

.middlecol li {
	list-style:none url("bulletb.gif"); }

h1.item {
  margin:0em 0 0;
  padding:0 0 4px;
  font:bold 16px/1.0em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  color:#c96;
 }

h2.item {
  margin:0em 0 0;
  padding:0 0 4px;
  font:bold 18px/1.0em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  color:#c96;
 }

h3.item {
  margin:0em 0em .60em 0em;
  padding:0px;
  font:bold 22px/1.2em "Trebuchet MS",Trebuchet,Verdana,Arial,Sans-serif;
  color:#c96;
 }

.itembody {
        font:1.0em/1.2em Georgia, "Times New Roman", "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
        color:#F0E6CF;
	padding:3px 0px 0px 0px; 
	margin:0 0 4px 0;
 }

.iteminfo {
	background:url("pics/commentpoint.png") no-repeat 0 8px;
        font:16px/1.5em Georgia, "Times New Roman", "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	color:#7F7F7F; 
	padding:0px 10px 19px 30px; 
	margin:2px 0 10px 0;
 }

.offsetlinks {
	font-size:12px;
	text-align:right;
 }

.postseparator {
	background:url("pics/postspear.png") no-repeat center;
        height:8px;
 }


/* comments */
.comment {
        font:14px/1.1em Georgia, "Times New Roman", "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
 }

.commentbody {
        font:16px/1.2em Georgia, "Times New Roman", "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
 }

h4.comments {
        font:14px/1.1em Georgia, "Times New Roman", "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	margin:0px 0px 5px 0px;
 }

.comment h3 {
        font:bold 16px/1.0em Georgia, "Times New Roman", "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	margin-bottom:5px;
 }

h3.comment {
        font:bold 16px/1.0em Georgia, "Times New Roman", "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	margin-bottom:5px;
 }

.commentinfo {
	background:url("pics/commentpoint.png") no-repeat center center;
        font:bold 16px/1.2em Georgia, "Times New Roman", "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	color:#7F7F7F;
	padding:0px 20px 20px 30px; 
	margin:2px 20px 20px 0px;
	border-bottom:3px inset #DADADA; }

/*******************************************************************************
 Right column
*******************************************************************************/
.rightcol {
	float:left;
        background:#000;
	position:relative;
	z-index:12;
	width:200px;
	margin-right:-208px;
        padding-left:8px;
        font:12px/1.2em Georgia, "Times New Roman", "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	color:#FFE7B4; 
	overflow:hidden;
        background:#000;
 }

.rightcolcontainer {
        margin:0px 0px 10px 0px;
        padding:0px 5px 0px 10px;
  }

.rightpad { padding:10px 5px 10px 5px; }

.rightcol a:link, .rightcol a:visited {
	text-decoration:none;
 }

.rightcol h2 {
	background:transparent;
        font:bold 12px/1.1em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
        font-variant:small-caps;
        margin:0 0 1.2em 0;
        padding:1.2em 0 0 0;
        letter-spacing:.2em;
        color:#777;
	border:0;
 }

.rightcol h2.separator {
	margin:8px 0 5px 0;
	padding-top:8px;
	border-top:1px solid #777; }

.center {
   text-align:center;
 }

.speccolor {
   color:#f96;
 }

.copyright-textblock {
  font:bold 11px/1.0em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  letter-spacing:.1em;
  text-align:center;
  color:#ccc;
  background: #000 url(http://www.dark-wraith.com/images/postbkgd-s1.png) no-repeat center top;
  height:73px;
  }

.logoblock {
  text-align:center;
  background: #000 url(http://dark-wraith.com/images/dwfblack3side.png) no-repeat center top;
  height:40px;
  }

.adblock {
  text-align:center;
  background: #000 url(http://dark-wraith.com/images/estoreb.png) no-repeat center top;
  height:50px;
  }


/*******************************************************************************
 Footer
*******************************************************************************/
.footer {
	width:100%;
        height:60px;
	position:relative;
        clear:both;
        background:#000;
	z-index:13;
        color:#c96;
	margin:20px 0 10px 0;
 }

.center {
   text-align:center;
 }

.footer p {
	font-size:12px;
	text-align:center;
	margin:5px 0 10px 0px; }

/*******************************************************************************
 Forms
*******************************************************************************/
/*.searchform {
	position:absolute;
	top:6px;
	right:6px;
	background:#FFF7EF;
	padding:5px;
	border:none; }*/

.searchform { 
	width:140px; 
	border:none; 
        float:right;
	color:#070300; 
	background:#FFF7EF;
 }

.formbutton { 
	font-size:14px;
 }

.commentform .formfield {
	font-family:verdana, sans-serif;
	font-size:14px;
 }

.commentform textarea {
	width:345px;
 }

/* Mozilla code */
.leftcol { margin-right:1px; }
.rightcol { margin-left:1px; }
.middlecol { margin:0 -3px 0 -2px; }

/*******************************************************************************
 NP_Calendar.php styling
*******************************************************************************/
	
table.calendar {
	margin:0 0 0 -3px;
}

tr.calendardateheaders {
	font-size:0.8em;
}

td.days {
	text-align: center;
}

td.today {
	text-align: center;
	background-color: #FFF;
}

/*******************************************************************************
 blogScream frame
*******************************************************************************/
	
div.iframe {
  height:190px;
  align:center;
  }

iframe#ifrm { 
  margin:0px 0px 0px 0;
  width:185px;
  height:190px;
  border:none;
  }

input.btn {
   color:#fc6;
   width:60px;
   height:26px;
   font:100% "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
   text-align:center;
   margin-top:3px;
   margin-bottom:22px;
   background-color:#333;
   border-top:1px solid;
   border-left:1px solid;
   border-bottom:2px solid;
   border-right:2px solid;
   border-top-color:#999999;
   border-left-color:#999999;
   border-right-color:#330000;
   border-bottom-color:#330000;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#333333',EndColorStr='#000000');
  }

input.btnhov {
   color:#f96;
   width:60px;
   height:26px;
   font:100% "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
   text-align:center;
   margin-top:3px;
   margin-bottom:22px;
   background-color:#666;
   border-top:1px solid;
   border-left:1px solid;
   border-bottom:1px solid;
   border-right:1px solid;
   border-top-color:#333333;
   border-left-color:#333333;
   border-right-color:#000000;
   border-bottom-color:#000000;
  }

/* FORMS FORMS FORMS FORMS FORMS */

.formfield {
	border-top:1px #999999 solid;
	border-left:1px #999999 solid;
	border-bottom:2px #330000 solid;
	border-right:2px #330000 solid;
	background:url(pics/formback.png);
	background-color:#FFF7EF;
	background-position:right;
	background-repeat:repeat-y;
	font-size:12px;
	height:13px;
        width:130px;
	padding:2px;
        color:#070300;
        font-weight:bold;
}

.formfield2 {
	border-top:1px #999 solid;
	border-left:1px #999 solid;
	border-bottom:2px #eee solid;
	border-right:2px #eee solid;
	background-color:#FFF7EF;
	background-position:right;
	background-repeat:repeat-y;
	font-size:14px;
        font-family:Georgia, serif;
	height:14px;
        color:#070300;
	padding:2px;
}

input.formfield {
	height:14px;
}

textarea.formfield {
	height:12px;
        width:100px;
	background-color:#FFFADC;
}
textarea.formfield2 {
	height:150px;
        width:390px;
	background-color:#FFFADC;
}


