/*
Theme Name: Bicycleitis
Theme URI: http://bicycle-itis.com/
Description: Custom theme for Jer by Rather Good.
Author: allan@RatherGood.ca
Version: 1.0
Tags:
*/

* { border: 0; margin: 0; padding: 0; }
body, html { 
	background: #1c1e20; 
	background: #232523;
	background: #242c2f;
	margin: 0; 
	font-family: "ff-enzo-web-1","ff-enzo-web-2", Helvetica Neue, Arial, sans-serif; 
	padding: 0; 
}
a { 
	color: #000; 
	outline: none;
	text-decoration: none; 
}
a:hover { color: #BA5125; }
h2 { 
	color: #000; 
	font-family: "ff-enzo-web-1","ff-enzo-web-2"; 
	font-size: 20px; 
	font-weight: lighter; 
}
.single h2 {
	font-size: 30px;
}
h3 { margin-bottom: 30px; text-transform: lowercase; }
p { letter-spacing: .09em; line-height: 20px; }
.single .post p { margin: 20px 0; }
td { padding: 10px 5px; }
th { text-align: left; }
hr { border-bottom: 2px solid #FFF; border-top: 1px solid #999; margin: 20px 0; }
input { border: 1px solid #333; }
address { font-size: 18px; }
.hours { float: right; text-align: right; }
#mapimage { margin-bottom: 20px; }
.clear { clear: both; }
.wrap { margin: 0 auto; width: 960px; }
.col { background: #FFF; float: left; height: 320px; margin: 1%; padding: 1%; width: 29%; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
tfoot, .alt { background: #F1F1F1; }
tfoot td { font-style: italic; padding: 20px; }
textarea { border: 1px solid #333; padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

#masthead { margin: 0 auto; position: relative; width: 960px; }
#logo {
	position: absolute;
	left: 0;
	top: 10px;		
}
#hk{ 
	background: #F1F1F1;
	border: 2px solid #FFF;
	height: 50px; 
	padding: 50px 20px 0 0;
	position: absolute;
	right: 20px;
	top: -20px;
	text-align: right;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
	text-transform: uppercase;
	width: 300px; 
	-webkit-transform:rotate(6deg);
	-moz-transform:rotate(6deg);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 5px 5px 10px #000;
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
}
#hk a { color: #000; display: block; }
#hk a:hover { color: #BA5125; }
#tagline { 
	color: #D3D4D5;
	color: #FFF;
	font-size: 20px;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,.2);
	top: 215px;
	width: 100%;
	-moz-transform:rotate(2deg);
	-webkit-transform:rotate(2deg);
}
#top{ 
	background: #A7AAAB;
	background: rgba(255,255,255,.8); 
	border-bottom: 2px solid #FFF;
	border-top: 2px solid #FFF;
	height: 50px; 
	left: 0;
	position: absolute;
	top: 250px;
	width: 100%; 
	-moz-transform:rotate(2deg);
	-webkit-transform:rotate(2deg);
}

#content {
	margin: 0 auto;
	padding: 350px 0 100px 0;
	width: 960px;
}
ul#newused {
	clear: both;
	margin: 0 0 20px 10px;
	overflow: auto;
}
ul#newused li {
	float: left;
	list-style-type: none;
}
ul#newused li a {
	color: #FFF; 
	display: block;
	font-size: 18px;
	padding: 10px;
}
ul#newused li a:hover, ul#newused li a.active {
	background: #FFF;
	color: #1b3a58;
	margin-right: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#bikes { clear: both; }
.single #bikes { margin-top: 20px; }
.error404 .post, .single .post, .single .new-bikes {
	background: rgba(255,255,255,.8);
	margin: 0 0 20px 100px;
	padding: 40px;
	width: 75%;
	-webkit-box-shadow: 10px 10px 10px rgba(10,10,10,.5);
	-moz-box-shadow: 10px 10px 10px rgba(10,10,10,.5);
	-webkit-transition: all .25s ease-in;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.bike {
	background: #F1F1F1;
	background: rgba(255,255,255,.9);
	border: 2px solid #FFF;
	float: left;
	height: 305px;
	margin: 9px;
	padding: 9px;
	position: relative;
	width: 280px;
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 10px 10px 10px rgba(0,0,0,.8);
	-webkit-transition: all .25s ease-in;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(ie-css3.htc);
}
/*-webkit-text-stroke: 1px #FFF;*/
.bike h2 { margin-bottom: 5px; text-shadow: 0 1px 1px rgba(255,255,255,1); }
.bike p { font-size: 14px; line-height: 16px; margin: 10px; text-shadow: 0 1px 1px rgba(255,255,255,1); }
.bike a { color: #000; }
.bike a:hover { color: #BA5125; }
.home .post img:first-child, .home .bike img:first-child	 {
	display: block;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	height: 197px;
	width: 266px;
	-webkit-box-shadow: 5px 5px 5px rgba(10,10,10,.5);
	-moz-box-shadow: 5px 5px 5px rgba(10,10,10,.5);
}
.single .post img { height: 390px; width: 520px; }
.price { 
	background: url(images/fff-50.png); 
	color: #333;
	font-weight: bold;
	padding: 10px; 
	position: absolute;
	left: 20px;
	text-shadow: 0 1px 1px #FFF;
	top: 180px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-box-shadow: 1px 1px 10px rgba(10,10,10,.8);
	-webkit-box-shadow: 1px 1px 10px rgba(10,10,10,.8);
}
.singleprice {
	background: #BA5125;
	color: #FFF;
	font-size: 24px;
	margin: 0 40px;
	padding: 60px 0;
	float: right;
	text-align: center;
	width: 100px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-transform: rotate(10deg);	
	-webkit-transform: rotate(10deg);
	-moz-box-shadow: 1px 1px 10px rgba(10,10,10,.3);
	-webkit-box-shadow: 1px 1px 10px rgba(10,10,10,.3);
}
.desc {
	font-size: 12px;
	margin-top: 5px;
	padding: 10px 0;
}

ul.pager { color: #FFF; clear: both; left: 0; margin-top: 60px; position: relative; }
ul.pager li {
	float: left;
	list-style-type: none;
}
li.pager-previous {
	left: 260px;
	position: absolute;
}
	li.pager-previous a {
		background: transparent url(images/nav.png) 0 0 no-repeat;
		color: #FFF;
		display: block;
		height: 67px;
		text-indent: -9999px;
		width: 220px;
	}
	li.pager-previous a:hover { background-position: 0 -68px; }
li.pager-current{
	position: absolute;
	top: -10px;
	left: 48%;	
}
li.pager-next {
	position: absolute;
	right: 260px;
}
	li.pager-next a {
		background: transparent url(images/nav.png) -220px 0 no-repeat;
		color: #FFF;
		display: block;
		height: 67px;
		text-indent: -9999px;
		width: 220px;
	}
	li.pager-next a:hover { background-position: -220px -68px;  }
	
#nav-below { clear: both; margin: 40px 0 0 270px; overflow: auto; }
.nav-previous, .nav-next { float: left; }
.nav-previous a { 
		background: transparent url(images/nav.png) 0 0 no-repeat;
		color: #FFF;
		display: block;
		height: 67px;
		text-indent: -9999px;
		width: 220px;
}
.nav-previous a:hover { background-position: 0 -68px; }
.nav-next a {
	background: transparent url(images/nav.png) -220px 0 no-repeat;
	color: #FFF;
	display: block;
	height: 67px;
	text-indent: -9999px;
	width: 220px;
}
.nav-next a:hover { background-position: -220px -68px;  }	
.single .post { clear: both; }

#follow { text-align: center; }
#about p { margin-top: 20px; }

.tel { font-size: 20px; font-weight: bold; margin-top: 10px; }
#twit { margin: 10px 0; }

.like { 
	background: #FFF;
	bottom: 20px; 
	display: none; 
	font-size: 14px;
	line-height: 7px;
	padding: 8px;
	position: absolute;
	right: -30px;
	text-align: center; 
	text-shadow: 1px 1px 4px #999;
	z-index: 199 !important;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 10px 10px 10px rgba(0,0,0,.8);
}
.like a { display: block; padding: 5px; width: 20px; }
.like a span { font-size: 20px; }
.meta-nav { display: none; }

.bike:hover .meta-nav { display: inline; }
.liked { 
	background: #333 !important; 
	color: #FFF;
	z-index: 200 !important; 
	-moz-transform:rotate(0deg) !important;
	-webkit-transform:rotate(0deg) !important;
}
.liked h2, .liked a { color: #FFF; }
.liked .like { background: #333; }
.hidden { display: none; }

#actions { position: fixed; right: 0; top: 0; }
.showhidden { 
	background: #FFF; 
	padding: 5px; 
	position: fixed; 
	right: 10px; 
	top: 10px;  
	-moz-border-radius: 5px; -webkit-border-radius: 5px; 
}
.showonlylike { 
	background: #FFF;
	padding: 5px; 
	position: fixed; 
	right: 10px; 
	top: 50px; 
	-moz-border-radius: 5px; -webkit-border-radius: 5px; 
}

#blog { display: none; }
#rates { clear: both; color: #333; display: none; }
caption { font-size: 24px; }
#email { float: left; font-size: 16px; margin: 10px; padding: 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#emailsubscribe {  margin: 20px 0 20px 0; }
#hollderbutton, #subscribe { 
	background: #1b3a58;  
	color: #FFF; 
	font-size: 16px; 
	margin-top: 10px; 
	padding: 5px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
}
#hollderbutton:hover, #subscribe:hover { background: #FFF; color: #1b3a58; }
#footer { 
	background: #8A9AA7; 
	background: rgba(255,255,255,.9);
	border-bottom: 2px solid #FFF;
	border-top: 2px solid #FFF;
	color: #333;
	clear: both;
	margin-top: 20px;
	padding: 40px 0;
	position: relative;
	width: 100%;
	z-index: 1;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-transform:rotate(-2deg);
	-webkit-transform:rotate(-2deg);*/
}
#footer a { color: #333; }

.tab { 
	background: #FFF; 
	margin: auto; 
	margin-top: 40px; 
	padding: 40px; 
	position: relative; 
	width: 600px; 
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
ul#menu { overflow: auto; }
ul#menu li {
	background: #242c2f; 
	border: 2px solid #FFF; 
	color: #FFF; 
	float: left;
	list-style-type: none;
	margin: 1%; 
	padding: 1%;
	text-align: center; 
	width: 28.5%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
ul#menu li:hover { background: #333; }
ul#menu li a { color: #FFF !important; display: block; padding: 10px; }
.close { 
	background: #FFF;
	color: #FFF;
	display: block;
	font-size: 22px;
	height: 30px;
	position: absolute; 
	right: -10px; 
	text-align: center;
	top: -5px; 
	width: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-box-shadow: 2px 2px 5px #999;
}

form#holler { margin-left: 80px; }
form#holler div { margin: 10px 0; }
form#holler label { display: block; float: left; padding-right: 10px; text-align: right; width: 80px; }
form#holler input { padding: 5px; 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;}
form#holler .labelbr label { display: inline; float: none; padding-right: 0; text-align: left; width: auto; }
#holler_response { font-size: 24px; font-weight: bold; text-align: center; }




#rathergood { 
	background: #394043; 
	background: rgba(255,255,255,.1);
	clear: both;
	color: #FFF;  

	padding: 50px 0;
	text-align: center;
}
#rathergood a { color: #FFF; }




div#nyroModalFull {
	font-size: 12px;
	color: #777;
	z-index: 300 !important;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../img/close.gif) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalContent {
	overflow: auto;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background: left 20% no-repeat;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background-image: url(../img/prev.gif);
}
a.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
a.nyroModalNext:hover {
	background-image: url(../img/next.gif);
}