@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, strong, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}


/* End Reset */


/* Standard Layouts */

body {
	background-color:#f6f5e9;
	font-family: "nimbus-sans",sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.3em;

}

.fl {float:left;}
.fr {float:right;}
.clear {clear:both;}

.nomargin {margin:0 !important;}

#siteContainer {
	width:100%;
	text-align:center;
}

.innerDiv {
	width:950px;
	margin:auto;
	position:relative;
}

article {
	margin-bottom:50px;
}

h1, h2, h3 {
	font-family: "hellenic-wide",sans-serif;
	line-height:1em;
}

h1 {
	font-size:57px;
	color:#058789;
	text-transform:uppercase;
}

h2 {
	font-size:62px;
	color:#e3a72f;
	text-shadow: 0px 2px 1px #666;
	margin-bottom:10px;
}

h3 {
	font-size:25px;
	color:#b84b23;
	margin-bottom:10px;
	text-transform:uppercase;
}


h4 {
	font-family: "league-gothic",sans-serif;
	text-shadow: 0px 1px 1px #666;
	font-size:23px;
	color:#b84b23;
	margin-bottom:5px;
	text-transform:uppercase;
}

p {
	text-align:left;
	margin-bottom:15px;
}

a {
	color:#058789;
	text-decoration:none;
}

a:hover {
	color:#e3a72f;
	text-decoration:underline;
}

hr {
	border: 0;
	height: 4px;
	background: #dedabd;
	background-image: -webkit-linear-gradient(left, #f1edcc, #dedabd, #f1edcc);
	background-image: -moz-linear-gradient(left, #f1edcc, #dedabd, #f1edcc);
	background-image: -ms-linear-gradient(left, #f1edcc, #dedabd, #f1edcc);
	background-image: -o-linear-gradient(left, #f1edcc, #dedabd, #f1edcc);
}


/* Buttons */

.btnBrown {
	display:inline-block;
	height:42px;
	width:225px;
	background:url(/images/layout/btn_brown.png) no-repeat;
	margin:10px 0px;
	padding-top:10px;
}


/* Nav Header Items */

header {
	background:url(/images/layout/bg_nav_ribbon.png) repeat-x bottom;
	height:87px;

}

header a, #bikes a, #contact-form .btnBrown {
	color:#f0ecc9;
	font-family: "hellenic-wide",sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	text-shadow: #000 1px 1px 1px;

	-webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;

}

header a:hover, #bikes a:hover, #contact-form .btnBrown:hover
{
    color:#e3a72f;
}


nav {
	padding-top:54px;
}

nav .fr {padding-right:65px;}
nav .fl {padding-left:130px;}

nav a, nav img {padding-right:18px;}

#logo {
	width:225px;
	height:163px;
	left:373px;
	Xtop:-54px;
	position:absolute;
	background:url(/images/layout/logo.png) no-repeat;
	z-index:1000;
	padding-top:100px;
	-moz-font-feature-settings: "kern=1";
	-ms-font-feature-settings: "kern" 1;
	text-rendering: optimizeLegibility;
}


/* FlexSlider */

#slider {
	padding-top:30px;
}

.flexslider {
	border:none;
	box-shadow:none;
}


/* Div Styles */

.boxTan, .boxYellow {

	opacity:.90;
	filter:alpha(opacity=90);
	padding:5px;
	position:relative;
}

.boxSlider {
	width:500px;
	position:absolute;
	z-index:1000;
	bottom:50px;
	left:250px;
	font-size:16px;
}

.boxTan {
	background-color:#f6f5e9;
}

.boxYellow {
	background-color:#f1edcc;
}

.boxInner {
	padding:10px;
	border:1px solid #dddace;
}

.boxInner:after {
	content:" ";
	width:69px;
	height:31px;
	display:block;
	position:absolute;
	bottom:-30px;
}

.boxTan .boxInner:after {
	background: url(/images/layout/div_tan_star.png);
}

.boxYellow .boxInner:after {
	background: url(/images/layout/div_yellow_star.png);
}


/* Bike Gallery */

.galleryBike {
	margin:10px 0px;
}

.galleryBike img {
	margin: 5px;
	padding: 6px;
	border: 1px solid #CCC;
	float: left;
	background: #EEE;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


/* Sections */


.boxSlider .boxInner:after {
	left:215px;
}



#bikes {
	background-color:#ddf3ed;
	padding:50px 0px;
}

.third {
	width:300px;
	margin-right:10px;
}

.third .boxInner {
	min-height:435px;
}

.third .boxInner:after {
	left:115px;
}

.third p {
	min-height:155px;
}

.fullbike p {
	text-align:left;
	padding:5px 0px 15px 0px;
}

.fullbike .boxInner:after {
	left:435px;
}

.fullbike .fl, .fullbike .fr {
	width:48%;
}

#bikes .fullbike a.pdf {
	background:url(/images/layout/icon_pdf.png) left center no-repeat;
	padding-left:20px;
	margin-top:10px;
	color:#493c30;
	text-shadow:none;
	display:inline-block;
}


#about {
	height:768px;
	background:url(/images/layout/bg_about.jpg) right no-repeat;
}

#about .innerDiv {
	padding:50px 0px;
}

#about .boxYellow {
	width:530px;
}

#about .boxYellow .boxInner:after {
	left:230px;
}

#about img {
	margin: 0px 10px 10px 0px;
	padding: 6px;
	border: 1px solid #CCC;
	background: #EEE;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


#news {
	height:870px;
	background:url(/images/layout/bg_news.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/bg_news.jpg',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/bg_news.jpg',sizingMethod='scale')";

}

#news .innerDiv {
	padding:50px 0px;
}

#news img {
	margin:15px 0px;
}

#contact {
	height:769px;
	background:url(/images/layout/bg_contact.jpg) center center no-repeat;
	background-position:25%;
}

#contact .innerDiv {
	padding:50px 0px;
}

#contact .boxYellow {
	width:500px;
}

#contact .boxYellow .boxInner:after {
	left:215px;
}


/* Tweets */

ul.tweet_list {
	margin-top:10px;
}

ul.tweet_list li {
	background-color: #afcdc5;
	padding:12px;
	margin-bottom:10px;
}

.tweet_time, .tweet_text {
	display:block;
}

/* Facebook */

.facebook {
	background-color:#597277;
	padding:12px;
}


/* Contact Form */

#contact-form input, #contact-form textarea {
	width : 85%;
	border : 1px solid #B7B7B7;
	padding : 10px;
	font-style : italic;
	margin-bottom : 10px;
}

#contact-form .btnBrown {
	width:225px;
	border:none;
	font-style:normal;
}

#response {
	display:none;
	color:#069;
}

#error {
	color:#900;
}

input.error {
	border:1px dashed #900 !important;
}

/* Callouts */

.containerCallout {
	position:relative;
}

.callout {
	position:absolute;
}



