/*   
Theme Name: Boo Bicycles
Theme URI: http://boobicycles.com
Description: Boo Bicycles Theme template -- WordPress v3.0.1 -- 4/2011
Author: Cody J Landstrom
Author URI: http://codyjlandstrom.com
Version: 3.0
-
All design and files incorporated in this theme are protected by copyright laws. This theme is not free.
*/

* { margin: 0; padding: 0; }
body { font-family: Helvetica, sans-serif;
	background: #373739 url(images/bg/bg.jpg) no-repeat scroll 50% 0pt;}
ul {list-style: none inside;}
a img { border: none;}
.clear { clear: both;}

article, aside, figure, footer, header, nav, section { display: block; }

#content-wrap {
	position: relative;
	width: 1024px;
	margin: 0px auto; 
	border: none;
	background: #FFF url(images/bg/blog.jpg);
	background-repeat: no-repeat;
	}
	
	#nav {
	position: absolute;
	top: 20px;
	right: 38px;
	left: 38px;
	background-image: url(images/nav/bg.jpg);
		}
ul#nav li {
		display: inline;
		}
		ul#nav li a {
			display: block;
			height: 108px;
			text-indent: -9999px;
			overflow: hidden;
			position: relative;
		}
			ul#nav li.logo a {
				width: 164px;
				background-image: url(images/nav/logo.jpg);
				float: left;
			}
			ul#nav li.bikes a {
				width: 73px;
				background-image: url(images/nav/bikes.jpg);
				background-position-y: -108px;
				float: right;
				}
			ul#nav li.bikes a:hover { background-position-y: 0px;}
			
			ul#nav li.reviews a {
				width: 102px;
				background-image: url(images/nav/reviews.jpg);
				background-position-y: -108px;
				float: right;
				}
			ul#nav li.reviews a:hover { background-position-y: 0px;}
			
			ul#nav li.videos a {
				width: 96px;
				background-image: url(images/nav/videos.jpg);
				background-position-y: -108px;
				float: right;
				}
			ul#nav li.videos a:hover { background-position-y: 0px;}
			
			ul#nav li.about a {
				width: 85px;
				background-image: url(images/nav/about.jpg);
				background-position-y: -108px;
				float: right;
				}
			ul#nav li.about a:hover { background-position-y: 0px;}
			
			ul#nav li.blog a {
				width: 80px;
				background-image: url(images/nav/blog.jpg);
				background-position-y: -108px;
				float: right;
				}
			ul#nav li.blog a:hover { background-position-y: 0px;}
				
			ul#nav li.dealers a {
				width: 100px;
				background-image: url(images/nav/dealers.jpg);
				background-position-y: -108px;
				float: right;
				}
			ul#nav li.dealers a:hover { background-position-y: 0px;}
				
			ul#nav li.contact a {
				width: 123px;
				background-image: url(images/nav/contact.jpg);
				background-position-y: -108px;
				float: right;
				}
			ul#nav li.contact a:hover { background-position-y: 0px;}
	
#facebook a {
	position: absolute;
	right: 38px;
	background-image: url(images/facebook.png);
	}
	
#twitter a {
	position: absolute;
	right: 80px;
	background-image: url(images/twitter.png);
	}
	
	#social a {
		padding-right: 10px;
		}
	.social a {
				top: 140px;
				width: 32px;
				height: 31px;
				text-indent: -9999px;
				overflow: hidden;
				background-repeat: no-repeat;
	
				-webkit-border-bottom-left-radius: 10px;
				-moz-border-radius-bottomleft: 10px;
				-webkit-border-bottom-right-radius: 10px;
				-moz-border-radius-bottomright: 10px;
				
				-webkit-border-top-left-radius: 10px;
				-moz-border-radius-topleft: 10px;
				-webkit-border-top-right-radius: 10px;
				-moz-border-radius-topright: 10px;
				}
			.social a:hover {
				-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				-o-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				}

#error {
		padding: 300px 0 350px 65px;
		}

#build {
			position: absolute;
			top: 192px;
			left: 724px;
			}
			#build a img {
				-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
				-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
				-o-box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
				box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
			
				-webkit-border-top-left-radius: 6px;
				-moz-border-radius-topleft: 6px;
				-webkit-border-top-right-radius: 6px;
				-moz-border-radius-topright: 6px;
			
				-webkit-border-bottom-left-radius: 6px;
				-moz-border-radius-bottomleft: 6px;
				-webkit-border-bottom-right-radius: 6px;
				-moz-border-radius-bottomright: 6px;
				}
			#build a img:hover {
				-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				-o-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				}
		
				
.button a img {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
			
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
			
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	}
	
.button a img:hover {
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
	-o-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
	}


#single-post {
	width: 570px;
	padding: 300px 0 350px 65px;
	}
	h2 {
		text-decoration: none;
		color: #212121;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: bold;
		padding-left: 100px;
		}

	.meta {
		padding-top: 12px;
		color: #b7b7b7;
		font-size: 12px;
		padding-left: 100px;
		}
		.meta a {color: #b7b7b7;}
		
		#date {
			color: #e4c78f;
			background-image: url(images/blog/date-bg.png);
			width: 71px;
			height: 74px;
			float: left;
			}
			.day {float: left; width: 70px; padding-top: 6px; font-size: 32px; text-align: center;}
			.month {float: left; width: 71px; font-size: 10px; text-align: center; text-transform: uppercase; margin-left: -2px;}
		
		#comment-icon {
			background-image: url(images/blog/comment.png);
			width: 32px;
			height: 34px;
			text-align: center;
			line-height: 28px;
			float: right;
			}
			#comment-icon a  {
				text-decoration: none;
				color: #e4c78f;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				}
		
	.entry {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #383838;
		line-height: 18px;
	
		padding: 30px 0 20px 100px;
		border-bottom: solid;
		border-bottom-color: #b7b7b7;
		border-bottom-width: 2px;
		}
		
		.entry a {
			color: #000;
			}

ol.commentlist { list-style: none; margin: 0 0 20px 100px; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

#comments { page-break-before: always; }

#respond {
	padding-left: 100px;
	}


aside {
	position: absolute;
	width: 278px;
	height: 274px;
	background-color: #000;
	top: 307px;
	right: 65px;
	}
	
	
	#rss {
		background-image: url(images/blog/rss.png);
		width: 169px;
		height: 56px;
		text-indent: -9999px;
		overflow: hidden;
		margin: 30px 0 0 48px;
		}
		
	#twitter-s {
		background-image: url(images/blog/follow.png);
		width: 187px;
		height: 56px;
		text-indent: -9999px;
		overflow: hidden;
		margin: 22px 48px;
		}
		
	#facebook-s {
		background-image: url(images/blog/like.png);
		width: 166px;
		height: 56px;
		text-indent: -9999px;
		overflow: hidden;
		margin: 0 0 30px 48px;
		}


#boxes {
		position: absolute;
		top: 654px;
		left: 16px;
		width: 958px;
		height: 360px;
		background-image: url(images/boxes/bg.png);
		
		margin-bottom: 350px;
		}
		#video {
			position: absolute;
			width: 302px;
			}
		#gallery {
			position: absolute;
			width: 302px;
			left: 330px;
			top: 1px;
		}		
		#about {
			position: absolute;
			width: 302px;
			left: 653px;
			top: 2px;
			}
	
	
#footer {
		position: absolute;
		bottom: 0px;
		
		width: 1024px;
		height: 307px;
		background-image: url(images/bg/footer.jpg);
		}
		#footer h1 {
			font-size: 18px;
			font-weight: bold;
			color: #2b2b2d;
			}
		#footer p {
			font-size: 12px;
			color: #584d36;
			}
		#footer p a { color: #584d36; text-decoration: none;}
		#footer p a:hover { text-decoration: underline;}
			
				#newsletter {
					width: 242px;
					padding-left: 38px;
					padding-top: 36px;
					}
					form { width: 200px; }

					legend { display: none; }

					fieldset { border: 0; }

					label { width: 242px; text-align: left; float: left; font-size: 12px; color: #000; padding-bottom: 20px;}

					.newsletter { width: 242px; height:25px; display: block; font-size: 16px;
					  color: #000; font-family: Helvetica, sans-serif;}
					input[type=checkbox]{ display: inline-block; }
					  
					.submit-foot {
						border: none;
						background: url(images/buttons/submit.png) no-repeat bottom center;
					   	margin-left: 150px; 
					   	height: 34px;  
					  	width: 97px; 
					  	text-indent: -9999px;
					  	overflow: hidden;
					  	}
					.submit-foot:hover { background-position-y: top; }
					
				#boo {
				position: absolute;
					width: 242px;
					display: block;
					left: 347px;
					top: 36px;
					line-height: 17px;
					}
					
				#connect {
					position: absolute;
					width: 242px;
					left: 578px;
					top: 36px;
					line-height: 17px;}
					
				#boo_bicycles {
					position: absolute;
					width: 242px;
					left: 804px;
					top: 36px;
					line-height: 17px;
					font-size: 14px;
					color: #584d36;
					}
				#boo_bicycles a {
					text-decoration: none;
					color: #584d36;
					}
				#boo_bicycles h6 {
					font-size: 14px;
					font-weight: bold;
					}
				#boo_bicycles h6 a:hover { text-decoration: underline;}
				
	#boo_bicycles a img {
				margin: 20px 0 0 0px;
				
				-webkit-border-bottom-left-radius: 11px;
				-moz-border-radius-bottomleft: 11px;
				-webkit-border-bottom-right-radius: 11px;
				-moz-border-radius-bottomright: 11px;
				
				-webkit-border-top-left-radius: 11px;
				-moz-border-radius-topleft: 11px;
				-webkit-border-top-right-radius: 11px;
				-moz-border-radius-topright: 11px;
				}
			#boo_bicycles a img:hover {
				-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				-o-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				}
				
#main-content-archive {
	padding: 300px 65px 350px 65px;
	width: 570px;
	}
	#main-content-archive h2 a {
		text-decoration: none;
		color: #212121;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: bold;
		}
		
	#main-content-archive .meta {
		padding-top: 10px;
		color: #b7b7b7;
		font-size: 12px;
		padding-left: 100px;
		}
		#main-content-archive .meta a {color: #b7b7b7;}
		
			#main-content-archive #comment-icon a  {
				color: #e4c78f;
				}
				
				
/*
    AnythingSlider v1.4.1+ Default (base) theme

    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

#content-wrap {
	}
	
#home-content {
	background-image: url(images/bg/home.jpg);
	background-repeat: no-repeat;
	height: 1277px;
	}
	#home-content footer {
		top: 1277px;
		}
	
	.learn_more {
		margin-top: -250px;
		margin-left: 132px;
		z-index: 9999;
		}
		.learn_more a img {
				-webkit-border-bottom-left-radius: 6px;
				-moz-border-radius-bottomleft: 6px;
				-webkit-border-bottom-right-radius: 6px;
				-moz-border-radius-bottomright: 6px;
				}
			.learn_more a img:hover {
				-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				-o-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				}
		
	.build-h {
		margin-top: 20px;
		margin-left: 132px;
		z-index: 9999;
		}
		.build-h a img {
				-webkit-border-bottom-left-radius: 6px;
				-moz-border-radius-bottomleft: 6px;
				-webkit-border-bottom-right-radius: 6px;
				-moz-border-radius-bottomright: 6px;
				}
			.build-h a img:hover {
				-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				-o-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				}
		
		
	.learn_more_special {
		margin-top: -222px;
		margin-left: 87px;
		z-index: 9999;
		}
		.learn_more_special a img {
				-webkit-border-bottom-left-radius: 6px;
				-moz-border-radius-bottomleft: 6px;
				-webkit-border-bottom-right-radius: 6px;
				-moz-border-radius-bottomright: 6px;
				}
			.learn_more_special a img:hover {
				-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				-o-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				}
	

/******* SET DEFAULT DIMENSIONS HERE ********/
div.anythingSlider {
	width: 1024px;
	height: 450px;
	top: 200px;
	margin-left: -45px;
	overflow: hidden; /* needed for Opera and Safari */
}

/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a {
	background: #777;
	color: #000;
}
div.anythingSlider .anythingWindow {
	border-top: 0px;
	border-bottom: 0px;
}
div.anythingSlider .start-stop {
	background-color: #040;
	color: #fff;
}
div.anythingSlider .start-stop.playing {
	background-color: #800;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #ddd;
}

/* Active State */
div.anythingSlider.activeSlider .anythingWindow {
	border-color: #7C9127;
}
div.anythingSlider.activeSlider .thumbNav a.cur, div.anythingSlider.activeSlider .thumbNav a {
	background-color: #7C9127;
}
div.anythingSlider .start-stop {
	background-color: #080;
	color: #fff;
}
div.anythingSlider .start-stop.playing {
	background-color: #d00;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #fff;
}

/**** DO NOT CHANGE BELOW THIS LINE ****/
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
	position: relative;
	padding: 0 45px 0 45px;
}
/* anythingSlider base UL */
ul.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
ul.anythingBase li.panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}

/* Navigation Arrows */
div.anythingSlider .arrow {
	top: 50%;
	position: absolute;
	display: block;
	z-index: 9999;
}
div.anythingSlider .arrow a {
	display: block;
	height: 84px;
	margin: -60px 0 0 0;
	width: 65px;
	text-align: center;
	outline: 0;
	background: url(images/arrows.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div.anythingSlider .forward { right: 50px; }
div.anythingSlider .back { left: 50px; }
div.anythingSlider .forward a { background-position: 10px -40px; }
div.anythingSlider .back a { background-position: -78px -40px; }
div.anythingSlider .forward a:hover, div.anythingSlider .forward a.hover { background-position: 10px -240px; }
div.anythingSlider .back a:hover, div.anythingSlider .back a.hover { background-position: -78px -240px; }
div.anythingSlider .forward.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
div.anythingSlider .back.disabled { display: none; }

/* Navigation Links */
div.anythingSlider .anythingControls { outline: 0; display: none; }
div.anythingSlider .thumbNav { margin: 0; }
div.anythingSlider .thumbNav li { display: inline; }
div.anythingSlider .thumbNav a {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	text-align: center;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
div.anythingSlider .thumbNav a:hover {
	background-image: none;
}

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .thumbNav a { float: right; } /* reverse order of nav links */
div.anythingSlider.rtl .thumbNav { float: left; }    /* move nav link group to left */
div.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
/* div.anythingSlider.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover { background-image: none; }

div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .thumbNav a, div.anythingSlider .arrow a, div.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}

