/*  
Theme Name: Sidetrack
Theme URI: http://blog.firthcycles.com/
Description: Custom Theme for Firth Cycles Blog
Version: 1.0
Author: Random Sequence
Author URI: http://www.randomseqeuence.com/
*/

/* YUI RESET */
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/* YUI FONTS */
body {font:13px/1.22 'helvetica neue',arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}
/* Setup Default Styles */
/* Base font size: 12px Line Height: 18px */
body {
font-size: 12px;
}
p, ul li, ol li, dl dt, th, td {
font-size: 1em; 
line-height: 1.5em;
}
p, ul, ol, dl, fieldset, table {
margin: 0.5em 0 1em 0;
}
ul li {
list-style: disc outside;
}
ol li {
list-style: decimal outside;
}
h1 {
font-size: 2.18em; 
line-height: 0.688em;
margin: .688em 0 .688em 0;
}
h2 {
font-size: 1.64em; 
line-height: 1.83em;
margin: .4575em 0;
}
h1,h2 {
	font-family: "Din","Trebuchet","Trebuchet MS",sans-serif;	
	text-transform: uppercase;
}
h3 {
font-size: 1.45em; 
line-height: 1.034em;
margin: 0.517em 0;
clear: both;
}
h4 {
font-size: 1.18em; 
line-height: 1.271em;
margin: 0.6355em 0;
}
pre, code, xmp {
font-size: 0.85em; 
line-height: 1.765em;
}
pre, xmp {
margin-bottom: 1.765em;
}
small,.sidebar {
font-size: 0.909em; 
line-height: 1.65em;
}
#footer {
font-size: 0.818em; 
line-height: 1.834em;
margin: 1.834em 0;
}
strong, th {font-weight:bold;}
em {font-style:italic;}
th,td {padding-right: 0.6em;}
abbr,acronym {border-bottom:1px dotted #000; cursor:help;}
a {	text-decoration: none;}
a:hover {text-decoration: underline;}

/* Layout Styles */
body {
	background: #eee;
}

hr {
	display: none;
}

#page {
	background: #fff;	
	width: 720px;
	margin: 0 auto;
	padding: 18px;
	margin-bottom: 18px;
}

#header {
	height: 198px;
	background: #9DAB99;
	position: relative;
}

#header #headerimg {
}

#header #logo {
	position: absolute;
	right: 18px;
	bottom: 18px;
}

#header #headerimg .pagetitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 306px;
	height: 72px;
	padding: 0;
	margin: 0;	
	overflow: hidden;
	background: url(/wp-content/themes/sidetrack/images/sidetrack_header.gif) top left no-repeat;
}

#header #headerimg .pagetitle a {
	text-indent: 310px;	
	display: block;
	height: 72px;
}

#content {
	margin: 0.5em 0 0 18px;
	width: 522px;
	float: left;
	display: inline; /* IE double margin fix */
}

#content img {
	display: block;
	margin: 0 -0.5em;
	border: 2px solid #E6EAE5;
	background: #EBEEEB;
	padding: 7px;
}

#content .entry {
	margin: 0.5em 0 1em 0;
}

#content .post {
	border-bottom: 1px solid #9DAB99;	
}


#sidebar {
	margin: 4em 9px 0 0;
	width: 153px;
	float: right;
	display: inline;	
}

#sidebar ul li {
	list-style: none;
}

#sidebar h2 {
	line-height: .915em;	
	padding-bottom: .22875em;
	margin: .4575em 0 .22875em 0; 
	border-bottom: 1px solid #9DAB99;
}

#footer #feeds {
	display: block;
	float: right;
}

#footer #credits {
	display: block;
	float: left;
}

#footer {
	color: #808080;	
	padding: 0 18px;
	clear: both;
	height: 1em;
}

.navigation .next {
	text-align: right;
}

.navigation .previous {
	float: left;
	margin-bottom: 1em;
}

div.textwidget {
	font-size: 1em; 
	line-height: 1.5em;
	margin: 0.5em 0 1em 0;
}

/* Colour */
body {
	color: #606060;
}

h1, h2, h3, h4, a:link, h1 a:link, h2 a:link, h3 a:link, h4 a:link {
	color: #9dab99;
}

a:visited, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
	color: #849080;
}