/*

-----------------------------------------------------------

Theme Name: CreativeFuel

Theme URI: http://www.creativefuel.org

Description:  CreativeFuel was created by <a href="http://www.creativefuel.org" title="Creative Fuel">Creative Fuel</a>, please read README.txt for Theme Info

Version: 1.0

Author: Zac Van Note

Author URI: http://www.creativefuel.org

-----------------------------------------------------------

*/



/* Start HTML Elements */
	
	
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #2e2e2e;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}	
	
body, td, th {
	font: .9em Arial, Helvetica, sans-serif;
	line-height:120%;
	margin: 0;
	text-align:left;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height:125%;
	padding: 0;
	margin:2px 0 5px 0;
	}
	
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: "Times New Roman", Times, serif;*/
	color: #254A64;
	font-weight: bold;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 1.4em;
	line-height: 1.6em;
	margin:0 0 10px 0;
	border-bottom-color: #264B65;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	color: #264B65;
	}
h2 {
	font-size: 1.3em;
	line-height: 1.5em;
	margin:0 0 2px 0;
	}
h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	margin:8px 0 2px 0;
	}
h4 {
	font-size: .85em;
	line-height: 1.4em;
	text-align:right;
	border-top: #254A64 1px solid;
	padding:0 0 0 0;
	margin:10px 0 3px 0;
}
h5 {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 6px 0 6px 0;
}
h6 {
	font-size: .85em;
	line-height: 1.15em;
	margin: 12px 0 0 0;
}

/* Start 2-column layout selectors */

.twoColFixRtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/container_bkg.gif);
	background-repeat: repeat-y;
	border: none;
} 
.twoColFixRtHdr #header {
	background: #ffffff;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	width: 950px;
	background-image: url(images/search_bkg.gif);
	background-repeat: repeat-x;
	height: 30px;
	overflow: hidden;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
	text-align:center;
}
.twoColFixRtHdr #mainContent {
	margin: 0 275px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 672px;
} 
.twoColFixRtHdr #footer { 
	margin:0;
	padding: 3px 5px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	background-image:url(images/footer_bkg.gif);
	background-repeat:repeat-x;
	height:24px;
	font-size:.85em;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0 1px 3px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
	font-size:.8em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* End 2-column layout selectors */

/* Navigation Styles */
#navcontainer {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 672px;
	background-image: url(images/menu_bkg.gif);
	background-repeat: repeat-x;
	background-color: #00FF00;
}	
#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	height: 30px;
}	
#navcontainer ul li {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 30px;
	font-size:12px;
	float: left;
}	
#navcontainer ul li a {
	background: #fff;
	width: 111px;
	height: 20px;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: 1px solid #b6cbd9;
	padding: 6px 0 4px 0;
	margin: 0;
	color: #f5d7b4;
	text-decoration: none;
	display: block;
	text-align: center;
	background-image: url(images/menu_bkg.gif);
}		
#navcontainer ul li a:hover {
	color: #FFFFFF;
	background: #0576C0;
}		
#navcontainer a:active {
	background: #0576C0;
	color: #fff;
}	
#navcontainer li#active a {
	background: #0576C0;
	color: #fff;
	border-top: none;
	border-right: 1px solid #b6cbd9;
	border-bottom: none;
	border-left: 1px solid #b6cbd9;
}
.content {
	margin:20px;
}

/* Search */
#search {
	background-image:url(images/search_bkg.gif);
	background-repeat:repeat-x;
	width: 275px;
	margin: 0;
	padding: 0;
	text-align: right;
	height: 25px;
	float: right;
	background-color: #CCCCCC;
}	
.sidebarHeadOrange {
	background-image: url(images/feature_orange.gif);
	background-repeat: no-repeat;
	height:20px;
	width: 227px;
	padding:4px 5px 1px 8px;
	margin:20px auto 0 auto;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
}
.sidebarOrange {
	border:1px #FF9900 solid;
	background:#FFFFFF;
	padding:6px 5px 6px 8px;
	margin:0 auto 0 auto;
	width: 225px;
	font-size: 10pt;
	text-align:left;
}
.sidebarHeadBlue {
	background-image: url(images/feature_blue.gif);
	background-repeat: no-repeat;
	height:20px;
	width: 227px;
	padding:4px 5px 1px 8px;
	margin:20px auto 0 auto;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
}
.sidebarBlue {
	border:1px #0066CC solid;
	background:#FFFFFF;
	padding:6px 5px 6px 8px;
	margin:0 auto 0 auto;
	width: 225px;
	font-size: 10pt;
	text-align:left;
}
.sidebarHeadRed {
	background-image: url(images/feature_red.gif);
	background-repeat: no-repeat;
	height:20px;
	width: 227px;
	padding:4px 5px 1px 8px;
	margin:20px auto 0 auto;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
}
.sidebarRed {
	border:1px #990000 solid;
	background:#FFFFFF;
	padding:6px 5px 6px 8px;
	margin:0 auto 0 auto;
	width: 225px;
	font-size: 10pt;
	text-align:left;
}
.ads {
	font-size:10pt;
	width:260px;
	margin:20px auto 0 auto;
}
		
/* Links */
A:visited {
	color:#305A73;
}
A:link {
	color: #305A73;
}
A:hover {
	color: #0066CC;
}
a img {
	border:0;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:
}
	
/* Lists */
ul {
	padding: 0px;
	margin: 5px 0 5px 15px;
}
ul li {
	padding: 0px;
	margin: 0 0 5px 0;
}
ol {
	padding: 0px;
	margin:5px 0 5px 25px;
}
ol li {
	padding: 0px;
	margin:0 0 5px 0;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height:125%;
	list-style-image:url(images/bullet_arrow.gif);
}
	
#sidebar2 ul {
	padding: 0 0 3px 0;
	margin: 0 4px 0 18px;
}
#sidebar2 ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height:118%;
	list-style-image: url(images/bullet_arrow1.gif);
	list-style-position: outside;
	margin: 0 0 8px 0;
	padding: 0;
}

/* Skip Navigation */	
#skip a, #skip a:hover, #skip a:visited {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

#skip a:active, #skip a:focus {
	position:static;
	width:auto;
	height:auto;
	padding:5px;
	font-size:.8em;
}	
	
/* Forms */
form {
	margin:0;
	padding:0;
}
/*
input, select {
	height:14px;
}
*/
fieldset {
	border:1px solid #C99856;
	margin: 4px;
	margin-bottom:12px;
}
legend {
	font-size:1.1em;
	font-weight:bold;		
	padding:0;
	padding-left: 5px;
	padding-right: 5px;
}
fieldset fieldset {
	margin: 15px;
	border-color:#DDDDDD;
}
fieldset fieldset legend {
	font-size:1em;
	color:#721e02;
}
label {
	margin:0;
	padding:0;
}
select, input, textarea {
	font-family:Arial, Sans-Serif;
	font-size:90%;
}

/* Tables */   
table {
	border-collapse:collapse;
	margin:0;
	padding:0;
}
th {
	font-weight:bold;
	margin:0;
	padding:0;
	color:#FFFFFF;
}
td {
	margin:0;
	padding:0;	
	text-align:left;
	vertical-align:top;	
}
		
		
.icon {
	float: right;
	}

/* Unused Selectors */  






/**************** Body and tag styles ****************/
/*
body { 
	margin:0px 0; 
	padding:0; 
	font: 74% Arial, Sans-Serif; 
	color:#ccc;  
	background: #303B41 url(./images/bg.jpg) repeat-x;
	line-height: 1.4em; 
}


.content { 
	background: #FFF url(./images/mainbg.jpg) repeat-y center;
	color: #ccc; 
	margin: 0 auto; 
	padding: 0; 
	width: 800px;
}

.img {
	padding: 0 8px 8px 0;
	float: left;
}

.img2 {
	padding: 0 0 3px 3px;
	float: right;
}

*/

/* HEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
#top {
	padding: 0;
	margin: 0;
	background: #000 url(./images/top.jpg) no-repeat top;
	height: 44px;
}

#top .padding { 
	float: right;
	color: #808080;
	padding: 20px 25px 0 0;
	font-size: 90%;
}

#top a { color: #E0F5FF; }


#header { 
	margin: 0; 
	width: 800px; 
	background: #036EB4 url(./images/header.jpg) no-repeat center top;  
	height: 149px; 
	color: #FFF; 
}

#header .f_search { float: right; padding: 70px 50px 0 0; }
#header .title {	padding: 45px 0 0 50px; }
#header h1 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 22px; font-weight: bold;
		margin: 0;
		padding: 0; 
}

#header h2 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px; 
		background-image: none;
		color: #075181;
		margin: 0;
		padding: 0 0 0 2px;
}

	#header div#search {
		float: right;
		width: 220px;
		}
	
form.qs {
position:relative;
top:-50px;
right:30px;
text-align:right;
padding:0px;
margin:0px;
}



form.qs p {
font-size:11px;
font-weight:normal;
padding:0px;
margin:0px;
color:#ffffff;
background-color:transparent;
}



form.qs input.button {font-size:11px;
font-weight:normal;
width:30px;
color:#000000;
background-color:#f9f9ff;
border:solid 1px #c0d3e2;
padding:0px;
margin:0px;}



form.qs input.textfield {font-size:11px;
font-weight:normal;
padding:0px;
margin:0px;}

*/

/* SUBHEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------*/

#subheader { 
	background: #000 repeat-y center;
	width: 770px;
	height: 35px;
	color: #FFF;
	margin-left: 15px;
	
}
#subheader .padding { padding: 10px 15px 10px 15px; }
#subheader h2 { color: #FEAB06; }
#subheader a {color: #FECF5F; }



/* NAVIGATION
---------------------------------------------------------------------------------------------------------------------------------------------------*/

.nav { text-align: left; color: 	#7D8085; padding: 20px 0 0 0px; width: 200px; }
.nav li { 
	margin: 5px 0 5px 0px; 
	padding: 0px 0 0 0px; 
	border-bottom: 1px dotted #ccc; 
	
	list-style: none;
}
.nav li a { color: #546078; text-decoration: none;  padding: 5px 0 0 0px; display: block; margin-bottom: 2px;}
.nav li a:hover { color: #075181; text-decoration: none; background: #E5F6FF; display: block; margin-bottom: 2px;}


/* MAIN
---------------------------------------------------------------------------------------------------------------------------------------------------*/

#main { background: #FFF; width: 760px; margin: 0 20px 0 20px; color: #808080; }  
#main .right_side { float: right;
	padding:0px 0 0 10px; margin:0;
	background-color: #FFF;
	width: 210px; 
}

#main .right_side .hitems { margin: 0; 	padding: 0; }
#main .right_side .hitems ul { 
	margin: 5px 0 5px 0; 
	padding : 0; 
	color: #a90000;
	list-style-image: url(./images/arrow.gif);
}
	
#main .right_side .hitems li { 
	margin: 0 0 2px 20px;
	padding: 0 0 0 0px;
	color: #555;
	 
}

#main .left_side { float: left; width: 500px; background: #FFF; padding:15px 15px 0 20px; margin:0; }
#main h3 {  font: 85% Arial, Sans-Serif; margin: 0 0 10px 0px; padding: 0; color: #5f5f5f; background: inherit; 
			border-bottom: 1px solid #036CB4;
}

#main .box  {	background: #efefef; padding: 5px; border: 1px solid #ccc;}

#main .right_side ul { 
	margin: 5px 0 5px 0; 
	padding : 0; 
	list-style : none; 
	border-bottom: 0px solid #eee; 
	list-style-type: square;
	color: #a90000;
}
	
#main .right_side li { 
	margin: 0 0 2px 15px;
	padding: 0 0 0 0px;
	color: #555;
}

#main .right_side  .padding {
margin: 0 0 20px 15px;
	padding: 0 0 0 0px;
	color: #555;
}


/* POST INFO
---------------------------------------------------------------------------------------------------------------------------------------------------*/

.entry-footer {
	color:#ccc;
	font-size:12px;
	text-align:right;
	margin:0 0 20px;
	padding:4px 2px 2px;
	}
.metarss {
margin-left:100px;
text-align:center;
background:url(images/rss.gif) left no-repeat;
padding:1px 1px 1px 18px;
}

.metatrackback {
margin-left:5px;
text-align:center;
background:url(images/trackback.gif) left no-repeat;
padding:1px 1px 1px 18px;
}

.metacmt {
background:url(images/metacmt.gif) left center no-repeat;
padding-left:15px;
}

.metaedit {
background:url(images/metaedit.gif) left center no-repeat;
padding-left:15px;
}

.metapost {
background:url(images/metapost.gif) left center no-repeat;
padding-left:15px;
}

/* COMMENTS
---------------------------------------------------------------------------------------------------------------------------------------------------*/

#comments, #respond{
	margin: 2em 0 0 5px;
}
.commentlist 
{
	margin:10px;
	padding:10px 20px;
}
#commentform 
{
	margin:10px;
	padding:10px;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li 
{
	list-style:none;
	margin: 0.5em 0;
	padding: 0.5em;	
	background:none;
}
.commentlist li .cmtinfo 
{
	font-size:1em;	
	border-bottom: #ccc 1px solid;
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
.commentlist .alt {
	background:#f9f9f9;
}


/***************   TEXT ELEMENTS                   
############################################*/
#s 
{
	background:url(img/find.gif) no-repeat left center;
	padding-left:18px;
}
li.feed a
{
	background:url(img/feed.png) no-repeat left center;
	padding-left:18px;
}
input.textbox, textarea, select{
    font-size:1.1em;
    line-height:1.3em;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;    
    width:80%;
    background:#fafafa;
}
input.textbox 
{
	background:#fff url(img/textbg.png) repeat-x top;
}
#content, #footer, .widget {
    overflow: hidden;
}


/* FOOTER
---------------------------------------------------------------------------------------------------------------------------------------------------*/
/*
#footer { 
	clear:both;
	height: 43px;
	color:#ccc;  
	background: #000 url(./images/footer.jpg) top no-repeat; 
	font-size:90%; 
	padding: 0; 
	text-align:center; 
}

#footer .padding { padding: 10px 0px 0px 0px; }
#footer .right { 
	float:right; 
	clear:right; 
	text-align:right; 
}

#footer a { color: #E0F5FF; }

/*  Top Menu */
/*
#menu {
	background: #000 url(./images/menu.jpg) no-repeat center bottom;
	width: 760px;
	height: 35px;
	margin: 0;
	padding: 0;
}

#menu ul { margin:0; list-style:none; padding: 5px 0 0 20px; }
#menu a, #nav strong, #nav span { float:left; display:block; color:#fff; padding: 5px; text-decoration:none;  }
#menu a { float:none; }
#menu li { float:left; color: #FFF; background: #000; margin:0; padding:0 0 0 0px; }
#menu a:hover { text-decoration:underline;}  
#menu .padding { padding: 5px 0 0 10px; font-weight: bold; }

*/


/* ---------------------------------------------------------------------------------------------------------------------------------------------------*/
/*
input.search { width: 150px; border: 1px solid #075181; color: #666; }
input.submit { 
	background: none; 
	color: #075181;
	font: bold 1.1em Arial, Verdana, Helvetica, sans-serif; 
	border: 0;
}

input.search:hover {	background: #FFFFF4; }

ul { margin-left: 0; padding-left: 5px; list-style : square; }
li { 	margin: 0 0 2px 15px; padding: 0 0 0 0px;	color: #555; }
.sub  {margin: 0 0 2px 30px; padding: 0 0 0 0px;  color: #888; }

p { margin: 0 0 5px 0; padding: 0; color: #808080; background: inherit; }
a { color: #075181; background: inherit; text-decoration:none; }
a:hover { background: inherit; text-decoration:underline; }

h1 { 
	padding:0; 
	margin:0; 
	color: #FFF; 
	background: inherit;
	font: bold 1.8em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h1 a { color: #FFF; background: inherit; }

h2 { 
	background: url(h.gif) no-repeat left;
	color:#075181;
	font-size:140%; 
	font-weight:bold; 
	margin: 5px 0 5px 0px; 
	padding:0 0 0 30px; 
}

h2 a { background: #FFF; color: #075181; }
h2 a:hover { background: #FFF; color: #68ADD5; text-decoration:none;  }

fieldset {	border: 1px solid #075181; }
textarea.text { 
	height: 150px; 
	width: 90%; 
	border: 1px solid #A90000; 
	background: #FFF; 
	color: #354D5F;
}

textarea.text:hover { 
	border: 1px solid #A70000; 
	background: #FFFFF4; 
	color: #000;
}

input.field { 
	border: 1px solid #075181; 
	background-color: #FFFFFF; 
	width: 283px; 
	color: #000;
}

input.field:hover { 
	border: 1px solid #68ADD5; 
	background: #FFFFF4; 
	color: #000;
}

input.text { 
    border: 1px solid #A70000; 
	margin: 0; 
	width: 150px;
	background: inherit;
	color: #000; 
	padding: 4px;
	
}


input.text:hover { 
	border: 0px solid #68ADD5; 
}

*/.date { 
	color: #808080; 
	background: #FFFFFF;
	text-align: right; 
	margin: 4px 0 5px 0; 
	padding: 0.4em 0 0 0; 
	border-top: 1px solid #eee;
}

.comments { 
	padding: 10px 10px 8px 10px; 
	margin: 0 0 7px 0; 
	background: #f8f8f8; 
	color: #000;
}

.commentsbox { 
	padding: 8px 0 10px 10px; 
	margin: 0 0 10px 0; 
	background: #f4f4f4; 
	color: #000;
}

.error {
	color: #990000;
	background-color: #FFF0F0;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
}
.error h2 {
	color: #990000;
	background: inherit;
}

.success {
	color: #000000;
	background: #F5FBE1;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #7BA813;
}
.success h2 {
	color: #7BA813;
	background: inherit;
}