/*   
Theme Name: Classic Cycle Theme
Theme URI: http://atomicfuze.com
Description: This is a custom WordPress Theme made especially for Classic Cycle Bainbridge Island template -- WordPress v3.0
Author: Brian Kilpatrick
Author URI: http://www.atomicfuze.com
Version: 1.0
*/

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, img, ins, kbd, q, s, samp,
small, strike, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

strong{
		font: inherit;
		font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

td{
	padding: 5px;
}

	img.size-thumbnail{
	border: 3px solid #A09F8F;
}



img.size-medium{
	border: 3px solid #A09F8F;
}

    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #A09F8F;
    }

    img.alignright {
    padding: 0px;
    margin: 0 0 2px 7px;
    display: inline;
    border: 3px solid #A09F8F;
    }
    
    

    img.alignleft {
    padding: 0px;
    margin: 0 7px 2px 0;
    display: inline;
    border: 3px solid #A09F8F;
    }
    
    img.alignnone{
	 border: 3px solid #A09F8F;
	}

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }
    
    .size-full{
		border: 3px solid #A09F8F;
	}
.wp-caption-text.alignleft { float:left; margin-left:0; margin-right:5px; }
.wp-caption-text.aligncenter { margin-left:auto; margin-right:auto; }
.wp-caption-text.alignright { float:right; margin-left:5px; margin-right:0; }

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: black;
	outline: none;
	
}

a.footer_links{
	color: black;
}

a:hover{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #787878;
	outline: none;
}

a:active {
  outline: none;
}


img{

}

@font-face {
    font-family: "Gill Sans MT";
    src: url(../fonts/Gill_Sans_MT.TTF);
}

h1{
	font-size: 19px;
	padding-bottom: 10px;
	color: black;
}



h2{
	font-size: 18px;
	padding-bottom: 10px;
	color: #336633;
}

h3{
	font-weight: bold;
	
}





h4{
	font-size: 18px;
	color: #336633;
	padding-bottom: 2px;
}

h5{
	font-size: small;
	padding-bottom: 5px;
}

p{
	padding-bottom: 5px;
	overflow: hidden;
	line-height: 20px;
}

p, .wp-caption-text{
	overflow: visible;
}

.post{
	/*background: rgba(0,0,0,0.1);*/
	/*overflow: hidden;*/
	padding: 10px 30px 30px;
	border-top: 1px solid gray;
}


body{
	font-style: normal;
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #36312E url(images/bg_new.jpg) no-repeat center 0;
}

header{
	height: 208px;
	width: 1044px;
	position: relative;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 1044px;
	position: relative;
	background: url(images/content_tile_bg3.jpg) repeat-y;

}

#content{
	width: 1044px;
	min-height: 400px;
	position: relative;
	overflow: hidden;
}

#bottom_bg{
	position: absolute;
	bottom: 0;
	width: 1044px;
	height: 24px;
	background-image: url(images/content_bottom_bg3.jpg);
}

footer{
	height: 30px;
}

#top_bg{
	position: absolute;
	top: 0;
	width: 1044px;
	height: 542px;
	background-image: url(images/content_bg_top3.jpg);
}

#top_bg_temp{
	position: absolute;
	top: 0;
	width: 1044px;
	height: 542px;
	background-image: url(images/content_bg_top3.jpg);
}

#content_left{
	display: inline;
	width: 207px;
	margin-bottom: 80px;
	position: relative;
	float: left;
	margin-left: 49px;
	padding: 0;
	/*border: 1px solid black;*/
	
}

#sidebar_left_topcurve{
	width: 208px;
	height: 20px;
	background: url(images/sidebar_topcurve_bg.png) no-repeat;
}

#sidebar_left_tile{
	width: 208px;
	min-height: 342px;
	background: url(images/sidebar_tile_bg.png) repeat-y;
	overflow: hidden;
	
	
}

#sidebar_left_bottomcurve{
	width: 208px;
	height: 20px;
	background: url(images/sidebar_bottom_bg.png) no-repeat;
}




#content_full{
	display: inline;
	width: 947px;
	margin-bottom: 80px;
	position: relative;
	float: left;
	margin-left: 49px;
	padding: 0;
	/*border: 1px solid black;*/
	
}

#sidebar_full_topcurve{
	width: 947px;
	height: 20px;
	background: url(images/sidebar_top_full.png) no-repeat;
}

#sidebar_full_tile{
	width: 947px;
	min-height: 342px;
	background: url(images/sidebar_tile_full.png) repeat-y;
	overflow: hidden;
	
	
}

#sidebar_full_bottomcurve{
	width: 947px;
	height: 20px;
	background: url(images/sidebar_bottom_full.png) no-repeat;
}


#content_middle{
	display: inline;
	width: 490px;
	position: relative;
	float: left;
	margin-left: 20px;
	margin-bottom: 80px;
	/*border: 1px solid black;*/
}

#sidebar_middle_topcurve{
	width: 490px;
	height: 19px;
	background-image: url(images/sidebar_topcurve_middle.png);
}

#sidebar_middle_tile{
	width: 490px;
	min-height: 342px;
	background: url(images/sidebar_tile_middle.png) repeat-y;
	overflow: hidden;
	
}

#sidebar_middle_bottomcurve{
	width: 490px;
	height: 20px;
	background: url(images/sidebar_bottom_middle.png) no-repeat;
}

#content_blog{
	display: inline;
	width: 718px;
	min-height: 374px;
	position: relative;
	float: right;
	margin-right: 49px;
	margin-bottom: 80px;
	/*overflow: hidden;*/
	/*border: 1px solid black;*/
	
}

#sidebar_middle_topcurve_blog{
	width: 718px;
	height: 19px;
	background: url(images/sidebar_topcurve_blog.png) no-repeat;
}

#sidebar_middle_tile_blog{
	width: 718px;
	min-height: 342px;
	background: url(images/sidebar_tile_blog.png) repeat-y;
	overflow: hidden;
}

#sidebar_middle_bottomcurve_blog{
	width: 718px;
	height: 20px;
	background: url(images/sidebar_bottom_blog.png) no-repeat;
}



#content_right{
	display: inline;
	width: 208px;
	min-height: 374px;
	position: relative;
	float: right;
	margin-bottom: 80px;
	margin-right: 49px;
	padding: 0;
}

#sidebar_right_topcurve{
	width: 208px;
	height: 20px;
	background: url(images/sidebar_topcurve_bg.png) no-repeat;
}

#sidebar_right_tile{
	width: 208px;
	min-height: 342px;
	background: url(images/sidebar_tile_bg.png) repeat-y;
	overflow: hidden;
}

#sidebar_right_bottomcurve{
	width: 208px;
	height: 20px;
	background: url(images/sidebar_bottom_bg.png) no-repeat;
}

.breadcrumbs{
	position: absolute;
	left: 306px;
	width: 400px;
	top: 186px;
	font-size: 12px;
	color: gray;
	
}

.breadcrumbs_bottom{
	position: absolute;
	left: 30px;
	width: 400px;
	bottom: -20px;
	font-size: 12px;
	color: gray;
	/*z-index: 1000;*/
	
}

.breadcrumbs a{
	color: gray;
	text-decoration: underline;

}

.breadcrumbs_bottom a{
	color: gray;
	text-decoration: underline;

}

.breadcrumbs a:hover{
	color: black;
}

.breadcrumbs_bottom a:hover{
	color: black;

}


#contact{
	position: relative;
	top: 176px;
	width: 490px;
	text-align: center;
	font-size: 16px;
	color: #787878;
	/*border: 1px solid black;*/
	margin-right: auto;
	margin-left: auto;
}

#social_icons{
	position: absolute;
	top: 173px;
	right: 110px;
	width: 90px;
	height: 32px;
	overflow: hidden;
	
}

#like_right{
	display: inline;
}

#social_icons a{
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
}

#facebook {
	background: url(images/social_icons.png) no-repeat -32px 0;
}

#youtube {
	background: url(images/social_icons.png) no-repeat 0 0;
}

#twitter {
	background: url(images/social_icons.png) no-repeat -64px 0;
}




#contact a{
	color: black;
}

#contact a:hover{
	color: #787878;
}

.coming_soon{
	text-align: center;
	color: #787878;
	width: 495px;
	display: block;
	font-size: 30px;
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#bottom_nav{
	position: absolute;
	bottom: 35px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #787878;
	z-index: 2;
}

#copyright{
	width: 1044px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
	color: #756d69;
	line-height: 14px;
	/*background-color: #36312E;*/
	
}

#copyright a{
	color: #918782;
}

#title{
	width: 456px;
	height: 30px;
	text-align: left;
	color: white;
	/*margin-left: 30px;*/
	
}



#title_main{
	width: 490px;
	height: 30px;
	text-align: center;
	color: white;
	
	/*margin-left: 30px;*/
	
}
#featured_content{
	padding-top: 10px;
	width: 90%;
	min-height: 305px;
	
	margin-left: 18px;
	/*background: url(images/map.png) no-repeat;*/
	/*border: 1px solid black;*/
}

.message{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 440px;
	height: 50px;
	
	background: black\9;
	
	background: rgba(0,0,0,0.5);
	
	
	
	
	
	
	color: #fbf9dd;
	
	padding-left: 10px;
	padding-top: 10px;
	
	text-shadow: 2px 2px 2px #000;
	
	font: italic small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#featured_content_page{
	padding-top: 10px;
	width: 90%;
	min-height: 305px;
	
	margin-left: 32px;
} 


#copyright a:hover{
	color: #d0c3bb;
}



.ad{
	width: 150px;
	height: 150px;
	border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.left_ad{
	width: 150px;
	height: 150px;
	border: 1px solid gray;
	margin-left: 2px;
	margin-top: 10px;
}





.phone{
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
}

.ie_address a{
	color: white;
}


.ie_address a:hover{
	color: white;
}

#left_nav{

	padding-top: 10px;
	padding-left: 25px;
}




#nav {
	width: 495px;
	height: 47px;
	position: absolute;
	top: 85px;
	left: 280px;
	color: #45b1f8;
}
#nav>li{
	/*width: 90px;*/
	text-align: center;
}
#nav li {
	/*margin: 0 5px;
	padding: 0 0 8px;*/
	float: left;
	position: relative;
	list-style: none;
	/*text-align: center;*/
	font: normal 24px "Gill Sans", "Gill Sans MT", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/*width: 90px;*/
	
}

/*120 88(208) 106(314) 105(429) 74 x 44*/
a#new_bikes{
	width: 90px;
	/*background: url(images/top_nav_sprite.png) no-repeat 0 0;*/
	height: 20px !important;
	
}

a:hover#new_bikes{
	/*background: url(images/top_nav_sprite.png) no-repeat 0 -44px;*/
}


a#repair{
	width: 100px;
	/*background: url(images/top_nav_sprite.png) no-repeat -120px 0;*/
	border-left: 1px solid #f3f3f3;
	
}

a:hover#repair{
	/*background: url(images/top_nav_sprite.png) no-repeat -120px -44px;*/
	
}


a#rentals{
	width: 100px;
	/*background: url(images/top_nav_sprite.png) no-repeat -208px 0;*/
	border-left: 1px solid #f3f3f3;
	
}

a:hover#rentals{
	
	/*background: url(images/top_nav_sprite.png) no-repeat -208px -44px;*/
	
}

a#specials{
	width: 100px;
	/*background: url(images/top_nav_sprite.png) no-repeat -314px 0;*/
	border-left: 1px solid #f3f3f3;
	
}

a:hover#specials{
	
	/*background: url(images/top_nav_sprite.png) no-repeat -314px -44px;*/
	
}

a#shop{
	width: 90px;
	/*background: url(images/top_nav_sprite.png) no-repeat -419px 0;*/
	border-left: 1px solid #f3f3f3;
	
}

a:hover#shop{
	
	/*background: url(images/top_nav_sprite.png) no-repeat -419px -44px;*/
	}
	
	/* new nav */
	


/* sub level links */
a.sub_nav{
	color: black;
	text-decoration: none;
	text-transform: lowercase;
	font: normal 18px "Gill Sans", "Gill Sans MT", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
}

a:hover.sub_nav{
	/*text-decoration: underline;*/
	color: #336633;
	
}

li.page_item{
	text-align: left;
}

/* sub level links */
li.page_item a{
	color: black;
	text-decoration: none;
	font: normal 18px "Gill Sans", "Gill Sans MT", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
}

li.page_item a:hover{
	/*text-decoration: underline;*/
	color: #336633;
	
}

li.current_page_item > a{
	font-weight: bold;
}

li.current_page_parent > a{
	font-weight: bold;
}

li.current_page_ancestor > a{
	font-weight: bold;
}



/* main level link */
#nav > li > a {
	display: block;
	padding:  0;
	margin: 0;
	/*text-indent: -9999px;*/
	/*height: 48px;*/
}


 /*main level link hover 


/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
display: none;
	margin: 0;
	white-space: nowrap;
	z-index: 2;
	position: absolute;
	min-width: 150px;
	top: 47px;
	left: 0;
	background: rgba(215,216,198,0.95);
	
	border-top-left-radius: 2px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 20px;
	
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 20px;
	
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 20px;
	
	padding: 5px 10px 12px;
	
	border: 1px solid #A0A28D;
	


}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

/* level 3+ list */
#nav ul ul {
	left: 150px;
	top: -3px;
	
}

p.wp-caption-text{
	color: #336633;
	font-size: 14px;
	
}

.clear{
	clear: both;
}

.size-medium, .size-thumbnail, .wp-caption-text{
	margin-left: 5px;
}


/* clearfix */
/*#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}*/
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}	
	
	
	
	

/* 98, 70, 86, 85, 57 x 32 */

/*#nav{
	width: 495px;
	height: 47px;
	position: absolute;
	top: 85px;
	left: 275px;
	color: #45b1f8;
	border: 1px solid black;
}

#nav > li{
	float: left;
	position: relative;
	height: 44px;
	list-style: none;
	
}


#nav > li > a{
	display: block;
	height: 48px;
	text-indent: -9999px;
	margin: 0;
	
}

#nav li:hover > ul {
	display: block;
}

#nav ul {
	display: none;
	margin: 0;
	white-space: nowrap;
	z-index: 2;
	position: absolute;
	min-width: 150px;
	top: 35px;
	left: 0;
	background: #BBBCAC;
	background: #d7d8c6;
	
	border-top-left-radius: 2px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 20px;
	
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 20px;
	
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 20px;
	
	padding: 5px 10px 8px;
	
	border: 1px solid #A0A28D;
	
}

#nav ul li{
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul ul{
	top: 3px;
	left: 150px;
	background: #d7d8c6;
	
}

#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#nav{
	display: inline-block;
}


html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}*/

.fb_edge_widget_with_comment span.fb_edge_comment_widget {
display: none !important;}
