/* Waveform BLUE */

body {
	font:12px verdana, arial;
	color:#9cbaff;
	min-width: 760px;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

/*
 * Container surrounding all content on the page
 */
.fw-container {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	border: ;
	overflow:hidden;
}

a,
a:visited {
	color:#6d9dff;
	text-decoration: none;
}

a:hover,
a:visited:hover {
	text-decoration: underline;
}

code,pre {
	font-size:12px
}

fieldset {
	margin:1em 0;
	padding:1em;
	border:1px solid #CCC
}

legend {
	color:#000;
	font-weight:bold;
}

label {
	cursor:pointer
}

/*
 * 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,
#fw-advertisement {
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width:760px;
	border:0;
	text-align: center;
	background: #000; 
}

/*
 * Container surrounding Site Title, Small Title, Logo, and home-link
 */
.fw-head {
	height: 150px;
	margin:0;
	border:0;
	background: #242424 ;
	position:relative;
}

/*
 * Site Title
 */
.fw-head h1 {
	font:bold 26px verdana;
	letter-spacing: -1px;
	color: #fff;
	border: ;
	text-align: left;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
	padding:0px;
	margin:0px;
}

/*
 * Site Small Title
 */
.fw-head h3 {
	font:normal 12px arial;
	color: #fff;
	border: ;
	text-align: left;
	position: absolute;
	top: 60px;
	left: 20px;
	z-index: 10;
	padding:0px;
	margin:0px;
}

.logo {
	position: absolute; 
	top: 0px;
	left: 0px;
	width:760px;
	height:196px;
	z-index: 5;
	background: url(/_i/wdw/title.jpg) no-repeat center;
}

.fw-home-link {
	width:0px;
	height:0px;
	display:none;
}

hr {
	display:none;
}

/*
 * NavBar
 * UL containing all the NavBar links
 */

 
.fw-nav-menu {
	background: #242424;
	padding: 10px 0px 0px 20px;
	margin: 0px;
	font-family: arial;
	font-weight: normal;
	color: #6d9dff;
	border-top: solid 1px #000;

}

.fw-nav-menu ul {
	margin:0px;
	padding:0px;
	border: ;
	background: transparent;
	list-style:none;
	text-align:left;
	cursor:default;

}

/*
 * Individual NavBar LI's
 */
.fw-nav-menu li {
	margin:0px 15px 0px 0px;
	display: inline;
}

/*
 * Individual NavBar links
 */
.fw-nav-menu a {
	text-decoration:none;
}

/*
 * This is the container that holds the main content (paragraphs) of the page.
 */
.fw-with-mini {
	float:left;
	width: 70%;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	overflow: hidden;
	background: #242424; 
}

/*
 * The fw-no-mini class is applied to the fw-content DIV
 *     when there are no mini-paragraphs on the page.
 * This statement must remain in the css even if there are mini paragraphs.
 * If there are mini paragraphs on the page, this will be ignored.
 */
.fw-content {
	float:none;
	width:100%;
}

.fw-content h2 {
	font:bold 18px verdana;
	color: #fff;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
	padding-top: 15px;
}

.fw-paragraph {
	padding: 0px 20px 20px 20px;
	border-top: solid 3px #236CAF;
	background: #242424 url(/_i/wdw/bg-p.gif) repeat-x top left;
	overflow: hidden;
	clear:both;
}


.fw-text {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	height: 100%;
}

.fw-content ul,.fw-content ol,.fw-content dd {
	margin-left:2em;
}

.fw-mini-pars {
	float:right;
	width:30%;
}

.fw-mini-pars dt {
	color:#000;
	font-weight:bold;
	margin-top:1em;
	border-bottom:.3em solid #EEE;
}

.fw-mini-pars dd {
	margin-top:.2em;
	color:#333;
}

.fw-footer {
	font-size: 10px;
	font-family: verdana, sans-serif;
	background: #161616;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 20px;
	clear: both;
	border-top: solid 1px #000;
	color: #999
}

.fw-footer p {
	padding: 0px 0px 0px 0px;
	margin: 0px
}

.fw-tracker {
	background: #242424;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 20px;
	font-size: 10px;
	font-family: verdana, sans-serif;
	clear: both;
	border-top: solid 1px #000;
	color: #999
}

/* forms */

label,button,input[type="submit"] {
	cursor:pointer;
}

input,textarea {
	padding:.1em;
}

textarea {
	font:1em tahoma,verdana,arial,sans-serif;
}

.formSpan {
	display:block;
	margin:1em 0 0
}

/* The following styles are for the blog.
* Remember, if a CSS property is already defined in blog.css,
* you must use the !important rule.
*/

/* 
* blog entry container 
*/
.fwBlogEntryDisplay {
	border-bottom: 0 !important;
	margin: 0px !important;
	margin-bottom: 30px !important;
	padding: 0px !important;
}

/* 
* blog entry title
*/
.fwBlogEntryTitle {
	font:bold 18px verdana !important;
	color: #fff !important;
	letter-spacing: -1px !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px !important;
	padding-top: 15px !important;
}

/* 
* blog entry date
*/
.fwBlogEntryDate {
	margin: 0px 0px 0px 0px !important;
	padding: 0px !important;
	font-size: 11px !important;
	font-family: verdana !important;
	color: #fff !important;
}

.fwBlogEntryDate BR {
	display: none;
}

/* 
* blog entry body
*/
.fwBlogEntryBody {
	border-bottom: solid 4px #000 !important; 
}

/* 
* blog comments
*/
.fwBlogCommentContainer{
	border: solid 1px #1932ab !important;
	padding: 10px !important;
	margin: 10px 0px 0px 0px !important;
	background-color: #000 !important;
}

/* Google ad colors */

#googlecolors1 {
background-color:#000; /*bg*/
color:#9cbaff; /*text*/
}
#googlecolors1 a, #googlecolors1 a:visited {
color:#fff; /*link*/
}
#googlecolors2 {
background-color:#000; /*border*/
color:#6d9dff; /*url*/
}

h4
{
	background-image: url(/forum/templates/AcidTech/images/hdr_mid.gif);
	background-repeat: repeat-x;
	height: 20px;
	font-size:20px;
	text-align: center;
	font-weight: bold;
	padding: 1px 0 0 0px ;
	color: white;
}
h4 .left, h4 .right { display: block; }

h4 .left
{
	background: url(/forum/templates/AcidTech/images/hdr_left.gif) no-repeat left;
}
h4 .right
{
	background: url(/forum/templates/AcidTech/images/hdr_right.gif) no-repeat right;
	height: 25px;
	padding: 8px 0 0 10px ;
	text-align: center;
	font-weight: bold;
}

.cost
{
	font-size:10px;
	color: #999999;
}

.info
{
	color: cornflowerblue;
	font-family: helvetica;
	font-size:12px;
	text-align:center;
}
.title
{
	font-size:16px;
	text-align: center;
	font-weight: bold;
	color: #236CAF;
}
h5
{
	font-size:16px;
	font:Verdana;
	text-align: left;

}
h6
{
	font-size:10px;
	text-align: center;
	color: #236CAF;
}
.sublinks
{
	/*background-image: url(../forum/templates/AcidTech/images/th.gif);*/
	background-repeat: repeat-x;
	height: 26px;
	font-size:10px;
	text-align: center;
	font-weight: bold;
	padding: 1px 0 0 0px ;
	color: #CCDFF0;
}
.spoiler
{
	color:Red;
	font-style:italic;
	font-size:14px;
}
.bar
{
border-top: solid 3px #236CAF;
}
#buttonstable { 
	/*margin-bottom: 5px; 
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;*/
}
#buttonstable td { 
	background: url(/forum/templates/AcidTech/images/buttons.gif) top left repeat-x; 
	height: 10px;
	overflow: hidden;
}
#header-buttons {
	font-size: 8px;
	color: #F0E80A;
	padding-bottom: 2px;
}
#header-buttons a, #header-buttons a:visited {
	color: #FFF;
	text-decoration: none;
}
#header-buttons a:hover { color: #F0E80A; text-decoration: underline; }
#eagle
  {
    overflow: visible;
    width: 100%;
	position: fixed;    
    z-index:2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
  }
#eaglebar a, #eaglebar a:link, #eaglebar a:visited, #eaglebar a:active
  {
    display: block;
    float: left;
    width:100%;
    clear: both;
    color: InfoText;
    background: InfoBackground url(/_i/icon_warning.gif) no-repeat fixed .3em .3em;
    padding: .45em .3em .45em 2em;
    border-bottom: .16em outset;
    text-decoration: none;
    cursor: default;
  }

  #eaglebar a:hover
  {
    color: HighlightText;
    background: Highlight url(/_i/icon_warning_hover.gif) no-repeat fixed .3em .3em;
  }
tr.info
{
	color: cornflowerblue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	font-size:10px;
	vertical-align:middle;
	text-align:center;
}
.userbarH
{
	font-size:12px;
	font-weight: bold;
	text-align:center;
	margin-top:5px;
}
.userbarR
{
	border:2px;
	border-style: solid;
	border-color:#FFFF00;
}
.userbarN
{
	border:2px;
	border-style: solid;
	border-color: #242424;
}


/*Begin Pop_under*/
		#popad{
			padding:0px;
			border:0px solid #999;
			background: #000000;
			width:125px;
		}
		#popad_footage{
			height:192px;
			width:125px;
			background:url(/_i/banners/2007cal.gif) top left no-repeat;
		}
		#popad_footage a{
			display:block;			
			height:192px;
			width:125px;
			display:block;
			text-indent:-600px;
			overflow:hidden;
		}
		#popad p{
			margin:0;
			padding:0 .5em .5em .5em;
			background:#fff;
			font-family:Arial,Sans-serif;
			font-size:90%;
			font-weight:bold;
		}
		#popad_content a{
			color:#369;
		}
		#popad.dynamic #popad_footage{
			height:212px;
			width:125px;
			background:url(/_i/banners/2007caljs.gif) top left no-repeat;
		}
		#popad.dynamic #popad_footage a{
			height:212px;
		}
		#popad.dynamic #popad_footage a#popad_close{
			color:#ddd;
			height:20px;
		}
		#popad.dynamic{
			position:absolute;
			top:10em;
			left:87%;		
		}
		html>body #popad.dynamic{
			position:fixed;
		}
/*End Pop_under*/

/*Begin Pop_under2*/
		#popad2{
			padding:0px;
			border:0px solid #999;
			background: #000000;
			width:120px;
		}
		#popad2_footage{
			height:206px;
			width:125px;
			background:url(/_i/banners/2007wdwal.gif) top left no-repeat;
		}
		#popad2_footage a{
			display:block;			
			height:206px;
			width:125px;
			display:block;
			text-indent:-600px;
			overflow:hidden;
		}
		#popad2 p{
			margin:0;
			padding:0 .4em .4em .4em;
			background:#fff;
			font-family:Arial,Sans-serif;
			font-size:90%;
			font-weight:bold;
		}
		#popad2_content a{
			color:#369;
		}
		#popad2.dynamic #popad2_footage{
			height:226px;
			width:125px;
			background:url(https://tipit.to/img/thermo?width=117&background=6d9dff&since=20091007&goal=5000&currency=USD&tipjarId=1&style=1) top left no-repeat;
		}
		#popad2.dynamic #popad2_footage a{
			height:206px;
		}
		#popad2.dynamic #popad2_footage a#popad2_close{
			color:#ddd;
			height:20px;
		}
		#popad2.dynamic{
			position:absolute;
			top:1em;
			left:5px;		
		}
		html>body #popad2.dynamic{
			position:fixed;
		}
/*End Pop_under*/
