/*
	Theme Name: The Fleet Beat
	Theme URI: http://www.fleetbeat.com
	Description: Fleet and vehicle management blog
	Version: 1.0
	Author: Oliver Harrison
	Tags: widgets, right sidebar, fixed width, two columns, valid CSS, valid XHTML, widget ready, 2 column, 2 columns, clean, simple, free, Gravatar, light, minimal, minimalist, sidebar right, tags, Two Column, widgetized, widget
*/

/* this first section resets all the CSS to baselines. Do not edit */
/* Default styles - Last updated, April 15, 2009 */

/***** Global Settings *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 1.4em;
}
html,body {
	font-family:  Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #666;
	height: 100%;
}

/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h1 {
	letter-spacing:-1px;
	font-size:1.8em;
}
h2 {
	letter-spacing:-1px;
	font-size:1.5em;
}
h3 {
	font-size:1.3em;
	font-weight:normal;
}
h4 {
	font-size:1em;
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/***** Common Formatting *****/
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}
li, dd {
	margin-left: 1em;
} 
ul, ol {
	padding:0 0 1.25em 2.5em;
}
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
small {
	font-size:0.8em;
}
img {
	border:0;
}
:focus {
	outline: 0;
}
hr {
	color: #e0e0e0;
	background-color: #e0e0e0;
	height: 1px;
	border: 0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
 
/***** Links *****/
a, a:link, a:visited, a:hover {
	text-decoration:none;
}

/***** Forms *****/
form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}
textarea {
	width:100%;
	line-height:1.25;
}
label {
	cursor:pointer;
}
 
/***** Tables *****/
table {
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}
table tr td {
	padding:2px;
}
 
/***** Global Classes *****/
.clear { clear:both; }
.float-left, .alignleft { float:left; margin-right: 4px; }
.alignleft, .alignright {
   padding: 5px;
}
.float-right, .alignright { float:right; margin-left: 4px; }
.aligncenter { display: block;	margin-left: auto;	margin-right: auto; }

.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center { text-align:center; }
.text-justify { text-align:justify; }
 
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { border-bottom:1px solid; }
.highlight { background:#ffc; }
 
.img-left { float:left;margin:4px 10px 4px 0; }
.img-right { float:right;margin:4px 0 4px 10px; }
 
.nopadding { padding:0; }
.noindent { margin-left:0;padding-left:0; }
.nobullet { list-style:none;list-style-image:none; }
/****************** end reset ********************/


/* whole page */
body {
	color: #333;
	background: #fff url(images/body_bg.jpg) repeat-x center top;
}
#mainwrapper {
	width: 928px;
	margin: 0px auto;
	padding: 0;
	background: url(images/page_bg.png) repeat-y center top;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

a, a:visited, a:active {
	color: #608eb0;
}
a:hover {
	color: #8a9e3b;
}
/* end whole page */

/* header */
#header {
	margin: 0px auto 15px auto;
	border: 0;
	padding: 0;
	width: 900px;
	height: 138px;
}

#header h1 {
	margin: 0em;
	border: 0px solid gray;
	padding: 0em;
	line-height: 0.75em; /* weird IE7 bug fix */
	float: left;
}

#header h1 a {
	text-indent: -9999px;
	display: block;
	width: 900px;
	height: 160px;
}

#header h1.logo a {
	background: url(images/logo.gif) no-repeat 22px 22px;
}

#header #tagline {
	margin: 0.75em 0em 0em 2em; /* also part of the IE7 fix */
	border: 0px solid gray;
	border-left: 1px solid gray;
	padding: 0.5em 0em 0.5em 2em;
	color: gray;
	background: inherit;
	display: block;
}
/* end header */

/* top navigation */
#topnav {
	float: left;
	padding: 0;
}
#topnav ul {
	width: 835px;
	height: 62px;
	padding: 18px 10px 0 10px;
	background: url(images/topnav_bg.gif) repeat-x top left;
	margin: 15px 36px 10px 36px;
}
#topnav ul li {
	display: inline;
	padding-right: 30px;
}
#topnav ul li a, #topnav ul li a:visited, #topnav ul li a:active {
	color: #fff;
	font-weight: normal;
	font-size: 1.1em;
	padding: 4px 10px 5px 10px;
}

#topnav ul li a:hover {
	background: #fff;
	background: url(images/topnavlink_bg.jpg) repeat-x top left;
	color: #8a9e3b;
}

#topnav ul li.current_page_item a {
	font-weight: bold;
	background: #fff;
	background: url(images/topnavlink_bg.jpg) repeat-x top left;
	color: #314963;
}
/* end top navigation */

/* content area */
#page {
	width: 600px;
	float: left;
	margin: 0 0 0 13px;
	padding: 10px 25px 25px 25px;
}

#page h2 {
	margin: 0em 0em 0.5em;
	padding: 0em;
	border-bottom: 1px solid #ccc;
}

#page .postmeta {
	margin: 0 0 20px 0;
	width: 600px;
	
}

#page h3 {
	margin: 0 0 0.6em 0;
	padding: 0em;
}
#page .navigation {
	margin: 2em 0em 0em;
	padding: 0em;
	display: block;
}

#page .goback {
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
	float: left;
}

#page .goforward {
	margin: 0em 0em 0em 0.5em;
	padding: 0em;
	float: right;
	font-size: 1.25em;
}

.comments {
	background: url(images/comments_bg.jpg) repeat-x top left;
	width: 600px;
	height: 35px;
	margin: 0;
	padding: 6px 10px;
}
.comments a:link, .comments a:visited, .comments a:active {
	color: #c18e31;
	font-weight: bold;
}
#page .commentlist {	
	margin: 0em;
	padding: 0em;
	font-size: 0.9em;
}

#page .commentlist li {
	margin: 0em;
	padding: 0em;
	list-style-type: none;
}

#page .commentlist img.avatar {
	float: right;
	margin-left: 1em;
}

#page .commentmetadata {
	margin: 0em 0em 2em;
	color: #777777;
}

#page #respond {
	margin: 2em 0em 1em;
	padding: 0em;
	clear: both;
}

.postag {
	font-size: 0.6em;
	color: #999;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.postag a:link, .postag a:visited, .postag a:active {
	color: #999;
}
.postag a:hover {
	color: #608eb0;
}
.dateauthor {
	font-size: 0.6em;
	color: #999;
	font-weight: bold;
	line-height: 1em;
}
p.social {
	padding-top: 7px;
	color: #608eb0;
}
p.social a {
	padding: 10px;
}
a.tweet {
	background: url(images/tweet.gif) no-repeat center left;
}
a.tweet span {
	padding-left: 20px;
}
/* end content area */

/* sidebar */
#sidebar {
	margin: 0px;
	padding: 25px;
	width: 200px;
	float: left;
}

#sidebar h2 {
	margin: 0 0 0.5em 0;
	padding: 0em;
	font-size: 1.0em;
}

#sidebar h2.rsstext a, #sidebar h2.rsstext a:visited, #sidebar h2.rsstext a:active, #sidebar h2.rsstext {
	font-family: Georgia;
	font-size: 1.3em;
	float: left;
	padding: 4px 0 30px 20px;
	color: #da4a26;
}

#sidebar h2.rsstext a:hover {
	color: #000;
}

#sidebar ul {
	margin: 0em;
	padding: 0 0 20px 0;
}

#sidebar ul li {
	margin: 0em 0em 1em;
	padding: 0 0 1em 0;
	list-style-type: none;
	line-height: 1.3em;
}

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
	font-size: 0.8em;
}

#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0em;
	padding: 0 0 0 1em;
	border: 0;
}

#sidebar .textwidget {
	font-size: 0.8em;
}
h4.green {
	color: #a1ad27;
	font-weight: bold;
}
h2.widgettitle {
	color: #314963;
	font-weight: bold;
	border-bottom: 1px solid #e0e0e0;
}
#searchsubmit {
	margin-top: 6px;
}
/* end sidebar */

/* footer */
#footer {
	margin: 0px auto;
	padding: 20px 40px 0 40px;
	width: 780px;
	clear: both;
	height: 110px;
	background: #f3f3f3;
}
/* end footer */