
body {
	font: normal 12px arial;
	color: #fff;
	min-width: 1024px;
	margin: 0px;
	padding: 0px;
	background-color: black;
	
}

/*
 * Container surrounding all content on the page
 */
 
.fw-container {
	position: static;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	width: 1024px;
	border: 0 ;
	height: 100%;
	background-image: url('');
}

* html .fw-container {
	background-image: url('blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.freewebs.com/Members/Generationz/CSSStyles/Elements/Fire/bg.png", sizingMethod="scale");
}

a {
	color: #a6c93f ;
	text-decoration: none;
}


a:hover {
	color: #e6a061;
	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: 0px 0px 0px 75px;
	padding: 10px;
	width: auto;
	border: 0 ;
	text-align: center;
	
}
 

* html .fw-advertisement {
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.freewebs.com/Members/Generationz/CSSStyles/Elements/Fire/bg.png", sizingMethod="scale");
}

/*
 * Container surrounding Site Title, Small Title, Logo, and home-link
 */
.fw-head {
	
	margin: 0;
	border: 0;
	
	position: relative;
}


/*
 * Site Title
 */
.fw-head h1 {
	font: normal 10px arial;
	letter-spacing: -1px;
	color: #458b00; 
	margin: 0px;
	padding: 10px 0px 8px 20px;
display: none;
}

/*
 * Site Small Title
 */
.fw-head h3 {
	font: normal 10px arial;
	letter-spacing: -1px;
	color: #e36024; 
	margin: 0px 0px 0px 80px;
	padding: 0px 0px 0px 0px;
display: none;
}

.fw-logo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 1024px;
	height: 102px;
	z-index: 5;
	overflow: hidden;
	font-size: 0px;
               display: none;
}


.fw-home-link {
	width:0px;
	height:0px;
	display: none;
}

hr {
	display:none;
}

/*
 * NavBar
 * UL containing all the NavBar links
 */
 
.fw-nav-menu { display:none;
	background: transparent ;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: arial;
	font-weight: normal;
	color: #ff9501;
	border-top: solid 0px #000;
                position: relative;
}

.fw-nav-menu ul {
	margin:0px;
	padding:0px 20px 15px 20px;
	border: 0px;
	background: transparent;
	list-style:none;
	text-align:center;
	cursor:default;

}

/*
 * Individual NavBar LI's
 */
.fw-nav-menu li {
	margin:0px 10px 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: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	overflow: hidden;
	clear:both;
	position: relative;
}

/*
 * 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: normal 18px arial;
	color: #a6c93f;
	letter-spacing: -1px;
	margin: 0px;
	padding: 8px 0px 18px 20px;
	background: transparent;
}

h2 a {
	padding: 0px;
}

.fw-paragraph {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
	clear: both;
}

.fw-text {
	margin: 0px;
	padding: 10px 0px 0px 20px;
	overflow: hidden;
	height: 100%;
}

.fw-content ul,.fw-content ol,.fw-content dd {
	margin-left:2em;
}

.fw-mini-pars {
	float:right;
	width: 100%;
}

.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: 13px 0px 0px 20px;
	clear: both;
	color: #6c5344;
	text-align: left;
	background: transparent;
	height: 15px;
}

.fw-footer p {
	padding: 0px;
	margin: 0px;
}


.fw-tracker {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 20px;
	font-size: 10px;
	clear: both;
	text-align: left;
}

/* 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 #a35f00 !important;
	padding: 10px !important;
	margin: 10px 0px 0px 0px !important;
	background-color: #000 !important;
}

/* Google ad colors */

#googlecolors1 {
background-color:#000; /*bg*/
color:#fddfb2; /*text*/
}
#googlecolors1 a, #googlecolors1 a:visited {
color:#fff; /*link*/
}
#googlecolors2 {
background-color:#000; /*border*/
color:#ff9501; /*url*/
}


