/*  
Theme Name: Fitzharris Blog Theme
Theme URI: http://www.fitzharrismn.com
Description: Wordpress theme for Fitzharris Bike & Sport.
Version: 1.0
Author: Dahlin Development
Author URI: http://www.dahlindevelopment.com/

*/

/* CSS RESET */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,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}/* remember to define focus styles! */:focus{outline:0}/* remember to highlight inserts somehow! */ins{text-decoration:none}del{text-decoration:line-through}/* tables still need 'cellspacing="0"' in the markup */table{border-collapse:collapse;border-spacing:0}/* END CSS RESET (http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/) */

body
{
    background-image: url(/bike/images/bg_body.jpg);
    background-repeat: repeat;
	text-align: center;
	font-family: arial,tahoma;
	font-size: small;
	line-height: 1;
	color: #ffffff;
}

a
{
	color: #444;
}

#container
{
	margin: 0px auto;	
	text-align: left;	
	background: url(/bike/images/bg_body.jpg);
}

/* 3 main page elements */  
.header-container
{
	margin: 0px auto;
	text-align: left;
	background-image: url(/bike/images/bg_body.jpg);
	background-repeat: repeat-x;
}

#header
{
    margin: 0px auto;
	height: 152px;
	background-image: url(/bike/images/bg_header.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 1000px;
}

#main_container
{
	width: 900px;
	margin: 0px auto;
	padding-top: 10px;
}

#main
{
	width: 900px;
	margin: 0px auto;
	color: #201406;
	background: url(/bike/images/repeat-pg.jpg) left top repeat-y;
}

#sub_main 
{
	width: 900px;
	margin: 0px auto;
	color: #201406;
	background: url(/bike/images/top-pg.jpg) left top no-repeat;
}

#main_footer 
{
	width: 900px;
	height: 71px;
	margin: 0px auto;
	background: url(/bike/images/bottom-pg.jpg) left top no-repeat;
}

#footer
{
	padding: 40px 15px 18px 15px;
	text-align: center;
	color: #ffffff;
	font-size: .9em;
	background-image: url(/bike/images/bg_body.jpg);
}

/* End of 3 main page elements */

/* Header Styles */
.img_logo
{
	position: absolute;
	top: 40px;
	left: 250px;
	width: 366px;
	height: 90px;
}

.navigation {
	margin: 0px auto;
	margin-bottom: 1px;
	width: 1000px;
	height: 40px;
	border-top: 1px solid #463825;
	border-bottom: 1px solid #463825;
	background-image: url(../images/bg_body.jpg);	
}
	.navigation a {
		display: block;
		float: left;
		padding: 13px 7px 13px 7px;
		margin: 0 5px 15px 5px;
		font-size: 14px;
		color: #E0E8ED;
		text-decoration: none;
		font-variant: small-caps;
	}
	    .navigation a:hover {
	     display: block;
	     background-color: #463825;
	     text-decoration: underline;
	     color: #FF6D00;
	    }
		.navigation a.active {
		 background-color: #463825;
		 color: #FF6D00;
		}
	.navigation span {
		display: block;
		float: left;
		padding: 13px 0 0 0;
		font-size: 13px;
		color: #E0E8ED;
	}
/* End Header Styles */

/* Main Styles */

.sidebar_item
{
	float: left;
	position: relative;
	width: 265px;
	margin: 0 24px 0 0;
	background-repeat: no-repeat;
}

	.sidebar_item h2
	{
		color: #FF6D00;
		font-size: 18px;
		font-weight: bold;
	}

	.sidebar_item h4
	{
		padding: 16px 16px 0 16px;
		color: #387FB0;
		font-size: 18px;
		font-variant: small-caps;
		font-weight: bold;
	}
	
	.sidebar_item p
	{
		padding: 6px 16px 0 16px;
		color: #252524;
		line-height: 1.4em;
	}
	
	.sidebar_item ul li
	{
		padding: 3px;
	}
	
	.tags a
	{
		text-decoration: none;
	}

.content
{
	float: left;
	width: 525px;
	font-size: 12px;
	margin: 5px 0 0 50px;
}

	.content .pad
	{
		padding: 0;
	}
	
	.content h1
	{
		font-size: 3em;
		font-weight: normal;
		color: #FF6D00;
	}
	
	.content p
	{
		line-height: 1.5em;
		margin: 0 0 14px 0;
	}
	
	.content h2
	{
		font-size: 2em;
	}
	
	.content .contact_container
	{
		float: left;
		width: 250px;
		margin-top: 15px;
	}
	
	.content .left_main
	{
		float: left;
		padding: 10px;
	}
	
	.content .right_main
	{
		float: right;
		padding: 10px;
	}

.index_link
{
	font-size: 1.6em;
	font-weight: bold;
	color: #FF6D00;
	text-decoration: underline;
}

.sidebar
{
	float: right;
	width: 275px;
	margin: 12px 0 0 0;
	font-size: .9em;
}
	
	.sidebar ul
	{
		margin: 5px;
		padding: 5px;
	}

	.sidebar h3
	{
		font-size: 1.6em;
		font-weight: normal;
		color: #FF6D00;
	}
	
	.sidebar .pad
	{
		padding: 0 100px 0 0;
	}
	
	.sidebar p
	{
		line-height: 1.8em;
	}
	
		.sidebar p a
		{
			color: #3A93BE;
			font-weight: bold;
			text-decoration: underline;
		}
		
	.sidebar .sidebar_item
	{
		margin: 0 0 10px 0;
	}

.post
{
	width: 475px;
	padding: 20px 10px 20px 20px;
}

.post h2
{
	font-size: 2.4em;
	font-weight: normal;
	margin-bottom: 6px;
}

.post a
{
	color: #444;
}

.entry
{
	width: 450px;
	padding: 20px 0 0 0;
}

	.entry h2
	{
		font-size: 2.4em;
		font-weight: normal;
		color: #FF6D00;
	}
	
	.entry p
	{
		margin: 0 0 6px 0;
	}

/* Footer Styles */
#footer a {
	color: #FF6D00;
}
#footer div {
	margin: 0 0 16px 0;
}
/* End Footer Styles */

/* Standard Styles */
.clear {
	clear: both;
}
.divider {
	clear: both;
	background-color: #70665B;
	height: 1px;
}
/* End Standard Styles */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}