/* under construction */

body {
	font: normal 12px 'lucida sans unicode', 'lucida grande', 'lucida sans', arial;
	color: #000;
	margin: 0px;
	padding: 0px;
	background: #666666;
}


/*
 * Container surrounding all content on the page
 */
 
.fw-container {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	width: 771px;
	background: #666 url('images/bg.gif') repeat-y top left;
}

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


a:hover,
a:visited:hover {
	color: #ffb106;
	text-decoration: none;
}

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 {
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	border: 0 ;
	text-align: center;
	width: 771px;
	background: #666;
}
 

/*
 * Container surrounding Site Title, Small Title, Logo, and home-link
 */
.fw-head {
	margin: 0px;
	padding: 0px 6px 0px 6px;
	height: 117px;
	overflow: hidden;
	position: relative;
	background: #fff url('images/bg-head.gif') no-repeat top left;;
}

/*
 * Site Title
 */
.fw-head h1 {
	font: bold 24px verdana, arial;
	letter-spacing: -1px;
	color: #000; 
	position: absolute;
	top: 35px;
	left: 20px;
	z-index: 10;
	margin: 0px;
	padding: 0px;
}

/*
 * Site Small Title
 */
.fw-head h3 {
	font: bold 12px verdana, arial;
	color: #000; 
	position: absolute;
	top: 70px;
	left: 20px;
	z-index: 10;
	margin: 0px;
	padding: 0px;
}

.fw-logo {
	width: 759px;
	height: 117px;
	overflow: hidden;
	font-size: 0px;
	margin: 0px 0px 0px 0px;
}


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

hr {
	display:none;
}

/*
 * NavBar
 * UL containing all the NavBar links
 */
 
.fw-nav-menu {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffb106;
	background: transparent url('images/bg-nav.gif') no-repeat top left;
	width: 166px;
	float: left;
	overflow: hidden;
	
}

.fw-nav-menu ul {
	margin: 20px 20px 20px 20px;
	padding: 0px;
	list-style: none;
	cursor: default;
	overflow: hidden;
	width: 126px;
}

/*
 * Individual NavBar LI's
 */
 
.fw-nav-menu li {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	overflow: hidden;
}

/*
 * Individual NavBar links
 */
.fw-nav-menu a,
.fw-nav-menu a:visited {
	color: #ffb106;
	text-decoration: none;
	overflow: hidden;
	font: bold 12px arial;
} 


.fw-nav-menu a:hover,
.fw-nav-menu a:visited:hover {
	color: #fff;
	text-decoration: none;
}

/*
 * This is the container that holds the main content (paragraphs) of the page.
 */
.fw-with-mini {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	width: 605px;
	float: right;
	background: transparent url('images/bg-content.gif') no-repeat top left;
}

/*
 * 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 {
}

.fw-content h2 {
	font: bold 18px verdana, arial;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

h2 a {
	padding: 0px;
}

.fw-paragraph {
	margin: 0px 0px 10px 0px;
	padding: 15px 26px 0px 20px;
	overflow: hidden;
	clear: both;
}

.fw-text {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	overflow: hidden;
	height: 100%;
	clear: both;
	border-bottom: dotted 1px #b2b2b2;
}

.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;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	color: #404040;
	text-align: left;
	background: transparent url('images/bg-footer.gif') no-repeat bottom left;
}

.fw-footer p {
	padding: 10px 26px 22px 186px;
	margin: 0px;
}


.fw-tracker {
	margin: 0px 0px 0px 0px;
	padding: 8px 20px 8px 20px;
	font-size: 10px;
	clear: both;
	color: #b2b2b2;
	text-align: left;
	background: #666;
}

/* forms */

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

input,textarea {
	padding:.1em;

}

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

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

Form {
	padding: 0px;
	margin: 0px;
}

/* 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: 15px 0px 20px 0px !important;
	padding: 0px !important;
	border-top: dotted 1px #b2b2b2;
}

/* 
* blog entry title
*/
.fwBlogEntryTitle {
	font: bold 18px verdana, arial !important;
	color: #000 !important;
	margin: 0px 0px 0px 0px !important;
	padding: 15px 0px 0px 0px !important;
}

/* 
* blog entry date
*/
.fwBlogEntryDate {
	font: bold 12px verdana, arial !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	color: #000;
}

.fwBlogEntryDate BR {
	display: none;
}

/* 
* blog entry body
*/
.fwBlogEntryBody {
	padding: 0px 0px 5px 0px !important;
	margin: 0px 0px 5px 0px !important;
}


/* 
* blog comments
*/
.fwBlogCommentContainer{
	border: none !important;
	padding: 8px !important;
	margin: 10px 0px 0px 0px !important;
	border-top: dotted 1px #b2b2b2 !important; 
}

/* Google ad colors */

#googlecolors1 {
background-color: #666; /*bg*/
color: #fff; /*text*/
}
#googlecolors1 a, #googlecolors1 a:visited {
color: #ffb106; /*link*/
}
#googlecolors2 {
background-color: #666; /*border*/
color: #ffb106; /*url*/
}

