/* this file is an exact copy of ../../Midnight/Midnight.css with images commented out */

/* --- HTML, Body, Container --- */

html {
	/*background: #1f1f1f url('bg.gif') repeat-x;*/
	margin:0px;
	padding:0px;
}

#commentForm {
    width: 359px !important;
}

#commentBody {
    width: 304px;
}

body {
	font: normal 12px 'lucida sans unicode','lucida sans',arial;
	color:#999999;
	position: relative;
	margin:0px;
	padding:0px;
}

.formSpan {
	display: block;
	margin-bottom:1.25em
}
.formSpan INPUT {margin-right:4px;}

#fw-container {
	position:relative;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width: 780px;
	background: #000;
}

.hasSidebar #fw-container {
    width: 1000px;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	/*color: #74bcee;*/
	text-decoration: underline;
}



/* __________________________ Header Section __________________________
_______________________________________________________________________________*/
#fw-head
{
	margin: 0px;
	padding: 0px;
	width:780px;
	height:181px;
	position: relative;
	background: #222;
}

.hasSidebar #fw-head {
    width: 1000px;
}

.noSidebar #fw-title {
	position: absolute;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	width:780px;
	padding-top:20px;
}

.hasSidebar #fw-title {
    position: absolute;
    z-index: 10;
    margin: 0px;
    padding: 0px;
    width: 1000px;
    padding-top: 20px;
}
#fw-title a {
	color:#fff;
	letter-spacing: -2px;
	font: 25px 'arial black';
	text-decoration: none;
	margin:20px;
}

#fw-smalltitle {
	/*color: #74bcee; */
	font: normal 14px arial;
	position: absolute;
	top: 58px;
	left: 20px;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.fw-logo {
	/*background-image:url('bg-logo.jpg');*/
	background-position:center bottom;
	background-repeat:no-repeat;
	width: 780px;
	height: 181px;
	font-size: 0px;
	margin: 0px;
	text-align:center;
}

.hasSidebar .fw-logo {
    width: 1000px;
}

/* __________________________ Navigation __________________________
_______________________________________________________________________________*/

#fw-blockContainer {width:780px;}

.hasSidebar #fw-blockContainer {width: 1000px;}

#fw-mainnavwrap {
	width:178px;
}

#fw-nav-menu {
	padding-top:30px;
	color: #fff;
	width: 178px;
    position: absolute;
}

#fw-nav-menu a {
	/*background: transparent url('bullet.gif') no-repeat center left;*/
	/*color: #74bcee;*/
	text-decoration: none;
	font: normal 10px arial;
	text-transform: uppercase;
	padding-left:20px;
	display: block;
}

#fw-nav-menu a:hover{
	/*background: transparent url('bullet2.gif') no-repeat center left;*/
	color: #fff;
	text-decoration: none;
}

#fw-nav-menu ul {
	list-style: none;
	cursor: default;
	width: 168px;
	margin:0px;
	padding:0px;
}

*html #fw-mainnavwrap .fw-nav-level-0 ul ul { margin-left: -30px;}
#fw-mainnavwrap .fw-nav-level-0 ul a {
	padding-left: 22px;
}

#fw-nav-menu li {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#fw-nav-menu .fw-navheader {}

.clears {display:none; }


/* __________________________ Big Contain & Paragraphs __________________________
_______________________________________________________________________________*/

#fw-bigcontain {
	width:602px;
	margin-left:178px;
	min-height:460px;
}

* html .hasSidebar #fw-bigcontain {
    margin-left: 89px;
}

.hasSidebar #fw-bigcontain {
    float: left;
    margin-left: 178px;
}

#fw-columnContainer {}

.fw-paragraph{
	margin-top:0px;
}
.fw-paragraphtop{
	margin-top:0px;
}
.fw-paragraphbottom {
	clear:both;
	margin-bottom:1.5em;
}

#fw-leftColumn .fw-title,
#fw-mainColumn .fw-title{
	/*background: url('bg-h2.gif') no-repeat;*/
	margin-top:0px;
	padding-top:5px;
	padding-left:20px;
	height:38px;
	font: normal 18px arial;
	color: #fff;
}
.hasOneColumn #fw-mainColumn .fw-title{width:581px;}

.fw-text{
	border-left: dotted 1px #383838;
	padding-left:18px;
	padding-right:25px;
	padding-top:0px;
	padding-bottom:15px;
	margin-bottom:15px;
	margin-top:-20px;
}


/*--------------------------------------------------------------------------
   Set up the Universal Column Definition here
   This sets when and under what conditions the columns will actually display.
-----------------------------------------------------------------------------*/

 .hasOneColumn #fw-leftColumn, .hasOneColumn #fw-rightColumn { display: none; }
 .hasTwoColumns #fw-rightColumn { display: none; }

 .hasSidebar #fw-bigcontain {  }
 .hasSidebar #fw-sidebar {  }

 .noSidebar #fw-bigcontain {  }
 .noSidebar #fw-sidebar { display: none; }
/* __________________________ Sidebar, Footer & Formatting __________________________
_______________________________________________________________________________*/
#fw-sidebar
{
    width: 200px;
    float: right;
    margin-right: 10px;
}

* html #fw-sidebar {
    margin-right: 5px;
    overflow: hidden;
}

.hasSidebar #fw-sidebar .fw-title {
    font: bold 13px arial;
    padding: 11px 10px;
    margin-top: 0px;
    height: 16px;
}

#fw-sidebar .fw-text {
    padding: 0px 5px;
    font: 11px arial;
    border: 0px;
    margin-top: 0px;
}

#fw-footer {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	text-align: center;
	border-top: solid 1px #1f1f1f;
	border-bottom: solid 1px #1f1f1f;
}

#fw-footer a {color:#fff;}
/*#fw-footer a:hover {color:#74bcee;}*/

#fw-tracker
{
 clear: both;
}


/* ---- Generic browser fixes -- */
*html #commentList .commentItem{  width: 530px; margin: 1px;}

/* This can be used to decorate around any advertisements that appear on the page (non-premium users only) */
/* It is STRICTLY forbidden to modify this code as to obstruct the view of the advertisement */

#fw-advertisement
{
  width: 731px;
  height: 98px;
  margin:auto;
}

/* This code is supposed to work for styling google ads */
/* I could never get it to apply correctly, but it's included */
/* here anyway so it's easy to find. - Ryan Flood, 04/07/07  */

#googlecolors1 {
background-color: #f3eada; /*bg*/
color: #000; /*text*/
}
#googlecolors1 a, #googlecolors1 a:visited {
color: #56640c; /*link*/
}
#googlecolors2 {
background-color: #f3eada; /*border*/
color: #56640c; /*url*/
}

.fw-text p {margin-bottom:1.5em; margin-top: 0;}

.fw-even {background:#262626; border-color: #ccc;}
.fw-odd {background:#000000; border-color: #ccc;}
.fw-profile-title {color:#000000; border:2px solid black;}
.fw-profile-basicAction {border:1px solid black}
.fw-tertiary { background-color: #BABABA; border-color: #BABABA; }

blockquote.quoteBlock { margin-left: 19px !important; }

#commentPagination .fw-pagination a.prev, #commentPagination .fw-pagination a.prev:hover,
#commentPagination .fw-pagination a.next, #commentPagination .fw-pagination a.next:hover { color: #fff; }