/*  
Theme Name: Wheelz
Theme URI: http://aaronfotheringham.com/
Description: Custom theme for Aaron Fotheringham
Version: 1.0
Last Updated: 12.31.2008
Author: John Lytle
Author URI: http://johnlytle.com/
*/


/* =Global
---------------------------------------------------------------------*/

html {
	height: 100%;
}

* {
	padding: 0pt;
	margin: 0pt;
}

body {
	font:  73.5%/1.2 Helvetica, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #999;
	background: #000 url(images/global/bg-body.jpg) repeat-y 50% -50%;
	background-attachment: fixed;
	text-align: center;
}

hr, .linklove, li.page-item-16 a, li.page-item-17 a, li.page-item-18 a {
	display: none !important;
	}


/* =Page Structure
---------------------------------------------------------------------*/
	
#container {
	background: #000;
	position: relative;
	overflow: hidden;
	width: 1000px;
	margin: 0pt auto;
	padding-top: 0pt;
	text-align: left;
	border-right: 1px solid #111;
	border-left: 1px solid #111;
}

#branding {
	position: relative;
	border-top: 12px solid #111;
	height: 226px;
	background: #000;
}
	
#content {
	clear: both;
	background: url(images/global/bg-content.gif) no-repeat top right;
}
			
#primary-content {
	float: left;
	display: inline;
	width: 510px;
	margin: 20px 10px 20px 30px;
	padding-right: 30px;
	border-right: 1px solid #111;
}
	
#secondary-content {
	float: right;
	display: inline;
	width: 370px;
	margin: 0pt 30px 20px 0pt;
}
	
#site-info {
	clear: both;
	padding: 10px 30px;
	color: #666;
	background: #111;
}

#sponsors {
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #111;
}

#sponsors a img {
	float: left;
	display: inline;
	margin: 0pt 6px;
	border: 1px solid #000;
}

#sponsors a img:hover {
	border: 1px solid #222;
}


/* =Navigation
---------------------------------------------------------------------*/

ul#navigation {
	clear: both;
	width: 1000px;
	height: 12px;
	background: #222;
	margin: 0pt;
	text-transform: uppercase;
}

#navigation li {
	display: inline;
	float: left;
	text-align: center;

}

#navigation li a {
	background: #222;
	display: block;
	color: #999 !important;
	width: 80px;
	padding: 6px;
	border-right: 1px solid #000;
}

#navigation li a:hover {
	background: #333;
	color: #fff !important;
	text-decoration: none;
}

#navigation li.current-cat a, #navigation li.current_page_item a, #navigation li.current-cat a:hover {
	background: #333;
	color: #fff !important;
	text-decoration: none;
}



/* =Headings
---------------------------------------------------------------------*/

h1#logo {
	height: 0pt;
	text-indent: -9000px;
}

/*
h1#logo {
	width: 1000px;
	height: 200px;
	text-indent: -9000px;
	background: url(images/header/aaron-fotheringham-header2.jpg) no-repeat;
}
*/

/*
h1#logo a {
	width: 1000px;
	height: 200px;
	display: block;
	text-indent: -9000px;
	background: url(images/header/aaron-fotheringham-header.jpg) no-repeat;
}
*/

h2, h3, h4 {
	font-weight: normal;
	color: #666;
}

h2 {
	font-size: 28px;
	margin-bottom: 10px !important;
}

#secondary-content h2 {
	margin: 20px 0pt 0pt 0pt !important;
	padding-bottom: 0pt;
	border-bottom: none;
}

	li h2 {
		font-size: 20px;
		margin-bottom: 0pt;
		letter-spacing: 0pt;
	}

h3 {
	font-size: 20px;
	margin: 20px 0pt 0pt 0pt;
}

	h3 span {
		font-size: 16px;
		color: #333;
		font-style: italic;
	}
	h3#comments {font-size: 14px;margin: 20px 0pt;}
	#respond h3 {font-size: 18px;margin: 10px 0pt;}
	#secondary-content h3 {margin-top: 0pt;}

.product h3 {
	font-size: 16px;
	color: #fff;
	margin: 0pt 0pt 5px 0pt;
}

h4 {
 	font-size: 14px;
 	text-transform: uppercase;
 	margin: 10px 0pt;
}

#sponsors h4 {
 	font-size: 14px;
 	text-transform: uppercase;
 	margin: 0pt 0pt 10px 0pt;
 	border-bottom: 1px solid #222;
}


/* =Typography
---------------------------------------------------------------------*/

p {
	margin-bottom: 6px;
}
	p.post-meta {margin: 10px 0pt;}
	p.small {
		font-size: 10px;
		color: #999;
	}
	
	span.post-meta {color: #fff;}

p.post-author {
	padding: 2px 0pt 2px 0pt;
	text-transform: capitalize;
	}

strong {color: #ccc;}
	
/* =Comments
---------------------------------------------------------------------*/

	ol.commentlist li {
		margin: 0pt;
		background: #222;
		padding: 10px;
		border-bottom: 1px solid #222;
	}
		ol.commentlist li.alt {background: #111;}
	
		ol.commentlist li div.comment-author {
			float: left;
			width: 100px;
			margin: 0pt 0pt 0pt 10px;
			padding: 0pt 10px 0pt 30px;
			height: 70px;
			background: url('images/assets/avatar.png') no-repeat top left;
		}
		ol.commentlist li div.copy {
			margin: 0pt 20px 20px 180px;
			padding: 20px 0pt 20px 0pt;
		}
		img.avatar {
			display: block !important;
			margin-bottom: 5px;
		}




/* =Links
---------------------------------------------------------------------*/

a:link, a:visited {
	color: #900;
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
	}

a:hover, a:active {
	color: #f00;
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
}

a:link img, a:visited img {
	border-width: 0pt;
}

a.current {color: #fff; background-color: inherit;}

a {outline: none}


/* = External Links
---------------------------------------------------------------------*/

a[href^="http:"] {
	background: url(images/assets/link-external.gif) no-repeat right 50%;
	padding-right: 8px;
	margin-right: 0pt;
}

a[href^="http://www.aaronfotheringham.com"], a[href^="http://aaronfotheringham.com"], a[href^="http://www.schwalbetires.com/"], a[href^="http://www.osirisshoes.com"], a[href^="http://www.spinergy.com/"], a[href^="http://www.x-fusion-shox.com/"], a[href^="http://www.troyleedesigns.com/"], a[href^="http://www.bones.com"], a[href^="http://www.bonesbearings.com"], a[href^="http://www.colourswheelchair.com"], a[href^="http://www.oakley.com"], a[href^="http://www.ogio.com"], a[href^="http://www.vegasamjam.com"], a[href^="http://www.froglegsinc.com/"], a[href^="http://www.punishmentathletics.com/"]  {
	background-image: none;
	padding-right: 0pt;
}

/* =Forms
---------------------------------------------------------------------*/

fieldset {
	border: none;
}

fieldset.cf_hidden, legend {
	display: none;
}
	
/*
legend {
	margin: 10px 0pt 0pt 0pt;
	font-size: 20px;
	color: #900;
}
*/

label {
	margin-top: 10px;
	display: block;
	cursor: pointer;
	color: #ccc;
}

.reqtxt, .emailreqtxt {
	font-style: italic;
	color: #900;
}

input[type="text"], input[type="password"], select, textarea {
	display: block;
	margin-bottom: 4px;
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #999;
	color: #000;
}

input[type="text"] {width: 170px;}
textarea {width: 300px;}

.product input {margin: 3px 0pt;}

.adjustform input[type="text"] {float: left;width: 10px;}

input:focus, select:focus, textarea:focus {
	background: #333;
	color: #fff;
}
	input:hover, textarea:hover {background: #666; color: #fff;}

.submit, .sendbutton {
	display: block;
	font-family: helvetica, arial, sans-serif;
	background: #900;
	color: #fff;
	font-size: 100%;
	text-transform: uppercase;
	border: 1px solid #600;
	margin: 5px 0pt 20px 0pt;
	padding: 6px;
}

.submit:hover, .sendbutton:hover {
	background: #111;
	color: #fff;
	border: 1px solid #222;
}

input.wpsc_buy_button, input.make_purchase {
	padding: 0pt !important;
	background: #900;
	color: #fff;
	border: 1px solid #666;
}
input.wpsc_buy_button:hover, input.make_purchase:hover {
	padding: 0pt;
	background: #666;
	color: #fff;
	border: 1px solid #333;
}

#usermessagea, .cf_info success {
	color: #900;
	font-style: italic;
	margin-bottom: 10px;
}

#usermessagea, cf_info success {
	font-size: 20px;
}



/* =Search
---------------------------------------------------------------------*/

#searchform {
	clear: both;
	margin: 25px 0pt 0pt 0pt !important;
	display: block;
	}
	

/* =Blog
---------------------------------------------------------------------*/

div.post {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #222;
	position: relative;
}

div.wp-caption {
	position: relative;
}

div.author cite {font-style: normal}

p.wp-caption-text {
	color: #999;
	font-style: italic;
	margin-bottom: 10px;
}

.comment-link {
	padding: 2px 0pt 2px 0pt;
	margin-right:;
	}
	
.comment-status {margin-top: 10px}

.comment-in-moderation {
	background-color: #333;
	padding: 10px;
}

img {
	border: 0pt;
}
	
#secondary-content img {
	border: 0pt;
	margin-bottom: 30px;
	}
	
div.entry img {
	margin: 6px 0pt;
	border: 4px solid #fff;
}
	div.entry a img:hover {border: 4px solid #900;}
	
.product a img {
	margin: 6px 0pt;
	border: 1px solid #000 !important;
}
	.product a img:hover {border: 1px solid #000 !important;;}
	
a img.alignright  {
	margin: 0pt 0pt 10px 30px !important;
	float: right;
	display: inline;
	border: 4px solid #fff;
}
a img.alignright:hover  {
	border: 4px solid #900;
}

.product  {
	border-bottom: 1px solid #222;
	margin: 20px 0pt;
	padding-bottom: 10px;
}
.product a img  {
	margin: 0pt 20px 10px 0pt;
	float: left;
	display: inline;
	border: 1px solid #000;
}
.product a img:hover  {
	border: 1px solid #600;
}

/* =Lists
---------------------------------------------------------------------*/


ul, ol {
	margin-bottom: 10px;
	list-style-type: none;
}
	ul.linkcat-2  {margin-top: 20px;}
	
li {
	list-style-type: none !important;
}
	
ul.inline li {
	float: left;
	display: inline;
	font-size: 12px;
	text-transform: lowercase;
	margin-right: 15px;
}

ul.sub-nav {
	padding-bottom: 6px !important;
	border-bottom: 1px solid #222;
}

/* =Micro Formats
---------------------------------------------------------------------*/

div.vcard {
	display: block;
	margin: 4px 0pt 10px 0pt;
	text-transform: lowercase;
}
	
	.type {
		display: none;
	}



/* =Self Clearing Floats
---------------------------------------------------------------------*/

#container:after, #content:after, ol.commentlist li:after, ul.inline:after, #navigation:after, div.entry:after, #searchform:after, .product:after, #sponsors:after {
		clear: both;
		content: '';
		display: block;
	}
