/*
Theme Name: Fuelzilla
Theme URI: http://www.fuelzilla.com/
Description: The default WordPress theme for Fuelzilla.
Version: 1.0
Author: Kalina Web Designs
Author URI: http://www.kalinawebdesigns.com/
Tags: earth colors, custom design, fixed width, two columns, widgets
*/

body {
	font: 10pt Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #313C4D url('/images/bg.png');
	color: #222;
	text-align: center;
	padding: 12px 0;
	margin: 0;
}
#page {
	margin: 0 auto;
	width: 776px;
	background: #fff url('images/pagebg.gif') repeat-y;
	text-align: left;
}
a {
	color: #46864a;
	text-decoration: underline;
}
a:hover, .post h2 a:hover, .post h3 a:hover, .commlink a:hover, #sidebar li a:hover {
	color: #4488d0;
}
a img {
	border: 0;
}
#header {
	background: url('images/headerbg.jpg') no-repeat;
	color: #2572b3;
	width: 776px;
	height: 151px;
}
#headerimg {
	float: left;
	margin: 18px 0 0 0;
	padding: 0 0 0 102px;
}
.description {
	font-size: 11pt;
	line-height: 16pt;
	margin: 27px 0 0 0;
	padding: 0 0 0 70px;
}
.narrowcolumn {
	float: left;
	padding: 10px 0 20px 4px;
	margin: 0;
	width: 519px;
}
#sidebar {
	padding: 0;
	margin: 0 0 0 560px;
	width: 211px;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul ul {
	padding: 0 0 0 8px;
	margin: 0;
}
#sidebar ul ul li {
	background: url('images/bullet.gif') no-repeat left 5px;
	padding: 0 0 0 13px;
	margin: 1px 0 2px 0;
}
#sidebar li a {
	color: #003300;
	text-decoration: none;
}
#sidebar h2 {
	color: #fff;
	font-size: 10pt;
	width: 203px;
	height: 27px;
	padding: 10px 0 0 8px;
	margin: 5px 0 0 0;
}
.about h2 {
	background: url('images/about.gif') no-repeat;
}
#sidebar .forums h2 {
	background: url('images/forum.gif') no-repeat;
	padding-top: 12px;
	height: 25px;
}
.categories h2 {
	background: url('images/categories.gif') no-repeat;
}
.archives h2 {
	background: url('images/archives.gif') no-repeat;
}
.recentcomments h2 {
	background: url('images/recentcomments.gif') no-repeat;
}
#sidebar .links h2 {
	background: url('images/bookmarks.gif') no-repeat;
	padding-top: 12px;
	height: 25px;
}
#sidebar .links li.linkcat h2 {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #003300;
	background: none;
}
#sidebar ul.bookmarks {
	margin: 0;
	padding: 0 0 0 8px;
}
#sidebar ul.bookmarks li {
	list-style: none;
}
#sidebar ul.xoxo {
	padding: 0 0 0 8px;
}
#sidebar ul.bookmarks li.linkcat {
	background: none;
	margin: 0;
	padding: 0;
}
.meta h2 {
	background: url('images/meta.gif') no-repeat;
}
.post {
	clear: both;
	margin: 0 0 20px 0;
}
.light {
	float: left;
	padding: 2px 5px 0 11px;
	color: #c5e9c5;
}
.date {
	font-size: 8pt;
	font-weight: bold;
	background: url('images/date.gif') no-repeat left 2px;
	color: #70a870;
	padding: 0 0 0 13px;
	float: right;
}
.post h2, .post h3 {
	display: inline;
	font-weight: normal;
	font-size: 11pt;
	color: #46864a;
}
.post h2 a, .post h3 a {
	text-decoration: underline;
	color: #46864a;
}
.entry {
	line-height: 14pt;
	padding: 6px 0 0 11px;
}
.postmetadata {
	padding: 0 0 0 11px;
}
.more-link {
	display: block;
	font-style: italic;
	background: url('images/more.gif') no-repeat left 4px;
	color: #46864a;
	padding: 0 0 0 14px;
	margin: 6px 0;
}
.commlink {
	width: 512px;
	height: 29px;
	background: url('images/commlink.gif') no-repeat;
	color: #000;
	padding: 11px 0 0 19px;
}
.commlink a {
	color: #000;
	font-weight: bold;
}
.clear {
	clear: both;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
.post small {
	clear: both;
}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
.navigation .alignleft a, .navigation .alignright a {
	display: block;
	height: 17px;
	line-height: 17px;
} 
.navigation .alignleft a {
	background: url('images/prev.gif') no-repeat left 2px;
	padding: 0 0 0 17px;
}
.navigation .alignright a {
	background: url('images/next.gif') no-repeat right 2px;
	padding: 0 17px 0 0;
}
#footer {
	clear: both;
	background: url('images/footerbg.jpg') no-repeat left bottom;
	color: #fff;
	font-weight: bold;
	font-size: 8pt;
	padding: 0;
	margin: 0 auto;
	width: 776px;
	height: 70px;
}
#footer p {
	margin: 0;
	padding: 50px 0 0 8px;
	text-align: left;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr, .hidden {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding: 0 6px;
	font-weight: bold;
	font-size: 8pt;
	margin: 10px auto;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

h2.pagetitle {
	font-size: 12pt;
	margin-top: 30px;
	text-align: center;
}
h3#respond, h3#comments {
	padding: 0 0 0 11px;
	margin: 20px auto;
	font-size: 10pt;
}

/* Begin Comments*/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 9pt;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
}

.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.commentlist {
	padding: 0 0 0 11px;
	margin: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}
#commentform {
	padding: 0 0 0 11px;
}
#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */
#searchform {
	float: right;
	margin: 18px 16px 0 0;
}
#searchform #s {
	float: left;
	border: 2px solid #76b3e9;
	background: #fff url('images/input.gif') repeat-x;
	width: 173px;
	height: 17px;
	padding: 2px;
}
#searchsubmit {
	float: left;
	width: 69px;
	height: 25px;
	border: 0;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}

