
/* ---- reset browsers ---- */
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;
}
/* remember to define focus styles! */
:focus
{
	outline: 0;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}
/* ---- end reset ----*/


/*________________________GROUND RULES________________________________________*/

html   { height: 100%;
         font-size: 100.01%; /* prevent extreme font resizing in IE */
         }

body {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background: #fff;
	height: 101%; /*The 101% vs. 100% causes a virtical scrollbar in all cases and thus prevents page shift - Remove this line if you don't want a scrollbar*/
	font: 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
    }
		
body, p, ul, li, h1, h2, h3, h4, form, html, input, img, a { /*Starts you off with no padding or margin which you can add later on a more specialized basis.*/
    margin:0; 
    padding:0; 
    } 

table, td { margin:0; padding:0; border-spacing: 0px; border-collapse:collapse; text-align:left; } /*This equates too: <table cellspacing="0" cellpadding="0" border="0"> thus, in your HTML your table tags can look like this <table>... </table>. Warning: if you're accommodating IE MAC use: <table cellspacing="0">... </table> */

img, a img, a:link img, a:visited img {border:none; background:none;} /* remove border from images and linked images */    


h4, h3, h2, h1 {padding:0; margin:0;}

/* Default links */
a:link, a:visited { 
	color: #FC761D; 
	text-decoration: none;	
}
a:hover, a:visited:hover { 
	color: #000; 
	text-decoration: underline;	
}

/*________________________ END GROUND RULES________________________________*/


/* standard rules --*/


html
{
}

body
{
	background: url(../images/bg.gif) repeat center top;
	color: #666;
}

h1
{
	font: italic 250% "Times New Roman", Times, serif;
	color: #000;
	margin: 0;
	padding: 0 4px 0 0;
}

h2
{
	font: italic 240% "Times New Roman", Times, serif;
	color: #000;
	margin: 0;
	padding: 0 4px 0 0;
}

h3
{
	font: italic 180% "Times New Roman", Times, serif;
	color: #FC761D;
	padding: 0;
	margin: 18px 0 2px 0;
}

h3 span
{
	float: right;
	padding: 6px 0 0 0;
	font: 52%/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

h4
{
	font: italic 150% "Times New Roman", Times, serif;
	color: #666;
	padding: 0;
	margin: 5px 0 2px 0;
	clear:both;
}

p
{
	padding: 0 12px 10px 0;
	font: 100%/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

table
{
	background: #fff;
	margin: 6px;
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: #FC761D #CCC #CCC #CCC;
}

th
{
	font-weight: bold;
	background: #FC761D;
	font-size: 110%;
	padding: 3px 6px;
	color: #fff;
}

td
{
	padding: 3px 6px;
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #CCC;
}

strong
{
	font-weight: bold;
	color:#000;
}

em
{
	font-weight: bold;
	font-style: italic;
}

/* end standard rules */


#main
{
	position:relative;
	width: 991px;
	margin: 0 auto 0 auto;
	top: -66px;
}

#header
{
	margin: 0 auto;
	width: 990px;
	height: 101px;
}

#header img
{
	border-style: solid;
	border-width: 0 0 4px 0;
	border-color: #000;
}

#gradient
{
	position: relative;
	left: 0;
	top: -108px;
	background:  url(../images/header_gradient.png) repeat-y center bottom;
	width: 294px;
	height: 108px;
}

/* ---- navigation specific ---- */

#nav
{	
	position: absolute;
	margin: 9px auto 0 auto;
	padding: 2px 0 2px 0;
	border: 0;
	width: 100%;
	height: 20px;
	background: url(../images/nav_bg.gif) repeat-x center center;
	text-align: left;
	z-index: 99;
	clear: both;
	left: 0px;
}

#nav div
{
	position: relative;
	width: 990px;
	margin: 0 auto;
}

#nav ul
{	
	float: left;
	list-style:none;
}

#nav li
{	
	padding: 0;
	display: inline;
}

#globalNav
{
	
}

ul#globalNav
{
	background: url(../images/global_nav_bg.gif) no-repeat left top;
	width: 533px;
	height: 25px;
	padding: 3px 0 0 0;
	margin: -2px 0 0 0;
	list-style:none;
}

#globalNav li
{
	margin: 0 2px 0 21px;
}


#globalNav a:link,
#globalNav a:visited
{
	color: #202020;
	font: bold 1em Arial, Helvetica, sans-serif;
	padding: 0 0 1px 0;
	border-style: none;
	/*border-width: 0 0 1px 0;
	border-color: transparent;*/
}

#globalNav a:hover,
#globalNav a:active,
#globalNav a:visited:hover
{
	color: #000;
	text-decoration: none;	
	/*border-color: #fff;*/
}

#globalNav img
{
	padding: 0 12px;
}

ul#bikeNav
{
	width: 393px;
	height: 55px;
	padding: 0;
	list-style:none;
}

#bikeNav a:link,
#bikeNav a:visited
{
	color: #fff;
	font: bold .85em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#bikeNav a:hover,
#bikeNav a:active,
#bikeNav a:visited:hover
{
	color: #FF9E3C;
	text-decoration: none
}



#bikeNav li
{
	margin: 0 2px 4px 18px;
}


#bikeNav img
{
	padding: 0 2px 0 28px;
}

/* end global nav */

/* left pane */

#leftPane
{
	float: left;
	width: 228px;
	padding: 0 0 20px 7px;
	/*border-right: solid 1px #FC761D;*/
	background: url(../images/vert_bar.png) no-repeat right 355px;
}

#leftPane div
{
	/*border-right: solid 1px #FC761D;*/
	margin: 0 0 42px 0;
}

#logo
{
	background: url(../images/logo_border.png) no-repeat left 4px;
	padding: 9px 0 5px 5px;
	border: none !important;
}

#leftPane p
{
	padding: 6px 17px 0 0;
}

#ourBikes
{
}

#ourBikes p
{
}

#socNet
{
	text-align: center;
	padding-top: 20px;
	padding-left: 12px;
}

#flickr-sidebar {
	padding: 0!important;
	margin: 0!important;
}

#flickr-sidebar h2 {
	margin-bottom: 10px;
}

h2.archives {
	margin-bottom: 4px;
}

#socNet img
{
	clear: both;
	margin-bottom: 10px;
	
}

#socNet li a:link
{
	cursor: hand
}

#snTwitter
{
	}

#snTwitter a:link
{
}

#snTwitter a:hover,
#snTwitter a:visited:hover
{
}

#snFacebook a:link
{
}

#snFacebook a:hover;
#snFacebook a:visited:hover
{
}


#visitUs
{
}

#visitUs img
{
	border: solid 1px #FF860B;
	margin: 10px 0 0 0;
}

.handLink a
{
	background: url(../images/our_bikes_link1.png) no-repeat left center;
	padding: 8px 0 8px 34px;
	margin: 0 0 0 10px;
	font: 130% "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FC761D;
}

.handLink a:hover
{
	background: url(../images/our_bikes_link0.png) no-repeat left center;
	color: #000;
}


/* content body */
#content
{
	float: left;
	width: 734px;
	padding: 0 0 0 7px;
	margin: 84px 0 0 13px;
	background: url(../images/content_watermark.gif) no-repeat left top;
}
 
#content div
{
	padding: 0 19px 20px 0;
	margin: 15px 0 47px 0;
}

#content .li-comment 
{
	padding: 0 19px 20px 0;
	margin: 0;

}

#content .li-post 
{
	padding-bottom: 20px;
	margin: 0;
	border-bottom: solid 4px #ccc;
}

#content img
{
	margin-top: 4px;
	margin-bottom: 11px;
	border: solid 4px #FF860B;
}

#content p
{
	/*padding: 6px 12px 10px 0;*/
}

/*#content .contentList ul
{
	margin: 0 25px 0 25px !important;
	background: #F36 !important;
}*/

ul.contentList
{
	list-style-type:none;
}

#content .contentList li
{
	/*padding: 0 0 4px 0;*/
	margin-left: 2px;
	clear: both;
	padding-left: 1.8em;
    padding-bottom:6px;
    list-style-type:square;
	background-image: url(http://www.wheelhousebikes.com/wp-content/themes/wheelhousebikes/images/bullet.png) !important;
    background-repeat: no-repeat !important;
    background-position: 0 .4em !important;
}

/* comments header */
#comments 
{
	padding-top: 15px;
	border-top: solid 4px #ccc;
}

/* reply header */
#reply
{
	padding-top: 15px;
	border-top: solid 4px #ccc;
}

.imgRight
{
	float: right;
	margin-left: 12px;
}

.imgLeft
{
	float: left;
	margin-right: 12px;
}

#partnerLogos
{
	text-align: right;
	margin: 0;
	padding: 0;
	position: relative;
}

#partnerLogos img
{
	border: none 0 !important;
}

.bikeDetails
{
	clear: both;
	margin-bottom: 4px !important;
	padding-bottom: 4px !important;
}

.bikeDetails div
{
	clear: both;
	margin-bottom: 4px !important;
	padding-bottom: 4px !important;
}

.bikeDetails img
{
	margin: 0 20px 0 0;
	float: left;
	border: solid 1px #ccc !important;
	padding: 6px;
	background: #fff;
	width: auto;
}

.bikeDetails span
{
}

.bikeDetails li
{
list-style-type:square;
}

/*
.bikeDetails div ul
{
	margin: 10px 0 2px 0 !important;
	display: block !important;
	clear: both !important;
	list-style-type:square;
}
*/

.bikeDetails ul li
{
	color: #000 !important;
	font-weight: bold;
	/*padding: 4px 2px;*/
	display: block;
	clear: both;
	list-style-type:none;
}

.bikeDetails ul li em
{
	color: #f00 !important;
	font-weight: bold;
	font-style: normal;
}
/* --------------------------- */
/*-- Image Gallery -- */
/* --------------------------- */


.bikeDetails table img {
    margin:0;
    padding:0;
    border:1px solid #FF8408 !important;
    background:#fff;
    padding:4px;
}

.bikeDetails table img:hover {
    border:1px solid #000 !important;
}

table#image_wrap {
clear:both;
margin:0;
padding:0;
border:none;
}

table#image_wrap td {
padding:0 6px 0 0;
border:none;
}


/* --------------------------- */
/* ---- homepage specific ---- */
/* --------------------------- */

#hMain
{
	position:relative;
	margin: 0 auto;
}

#hLogo
{
	background: url(../images/logo_border_gradient.png) no-repeat center top;
	width: 294px;
	height: 306px;
	padding: 44px 0 0 0;
}

#hLogo img
{
	padding: 0 0 0 12px;
}

#hHeader
{
	margin: 0 auto 0 auto;
	width: 990px;
	height: 348px;
	background: url(../images/home0.jpg) no-repeat center bottom;
	border-style: solid;
	border-width: 0 0 4px 0;
	border-color: #000;
}

#hContent
{
	margin: 0 auto;
	position: relative;
	width: 990px;
	background: url(../images/watermark_images.gif) no-repeat left top;
}

#hPartnerLogos
{
	position: absolute;
	width: 421px !important;
	height: 43px;
	bottom: 60px;
	right: 5px;
	border: none 0 !important;
}

#hContent > div
{
	float: left;
	margin: 23px 0 0 0;
}

#hCopy
{
	width: 548px;
	padding: 0;	
	margin: 0;
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #FF860B;
}

#leftside {
    width:177px;
    float:left;
    border-right: 1px solid #FF860B;
    }

#rightside {
    width:338px;
    padding:0 12px 0 18px;
    float:right;
/*    border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #FF860B;*/
    }

#rightside h2
{
	position: relative;
	width: 180px;
	margin: 0;
	padding:;
	clear: both;
}

#hCopy .sideBar
{
	position: relative;
	float: left;
	width: 180px;
	margin: 0;
	padding: 40px 4px 0 11px;
}


#hCopy p
{
	padding: 2px 0 10px 0px !important;
}

#hCopy .postTitle a, #hCopy .postTitle a:link {
	padding: 2px 0 10px 0px !important;
	font: 130% "Times New Roman", Times, serif;
	color: #FC761D;
	text-decoration: none;

}

#hCopy .postTitle {
    padding-top:9px;
    }

#hCopy .postTitle a:hover {
	color: #000;
}

#hCopy .postDate
{
	color: #FC761D;
}

span.posted
{
	margin: 0 0 0 15px;
	color: #000;
	font-style:oblique;
}

#hOurBikes
{
	width: 418px;
	float: right !important;
}

#hOurBikes div
{
	float: left
}

#hOurBikes img
{
	float: right;
}

#hOurBikes p
{
	padding: 6px 0 0 0;
}



/* --------------- footer --------------- */


#hFooter,
#footer
{
	color: #000;
	padding: 6px 0 3px 0;
	margin: 0;
	background: url(../images/footer_bg.gif) repeat-x center center;
	clear: both;
	font: bold 118% Helvetica, Arial,  sans-serif;
}

#hFooter div,
#footer div
{
	width: 990px;
	margin: 0 auto;
	padding: 3px 0 2px 0;
}

#hCopyrightLegal,
#copyrightLegal
{
	color: #999;
	padding: 0 25px 0 0;
	margin:  0;
	text-align: right;
	font: normal 100% Helvetica, Arial, sans-serif;
}

#hCopyrightLegal div,
#copyrightLegal div
{
	width: 990px;
	margin: 0 auto;
	padding: 1px 0 60px 0;
}


#footer
{
	position:relative;
	top: -66px;
}

#copyrightLegal
{
	position:relative;
	top: -66px;
}

.contactTable
{
	background: transparent;
	border: none;
}
.contactTable td
{
	background: transparent;
	border: none;
}


/* ---- utility ---- */


/* ---- minimum height buffer ---- */
#minHeight
{
	width: 1px;
	height: 280px;
	float: left;
}

.clearfloat 
{ 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.floatRight
{
	float: right;	
}

.alignRight
{
	text-align: right;	
}

.widgetTop {display: none;}