/* 
  ------------------------------------------------
  Affinity
  ------------------------------------------------
*/

body {
	background-color: #FFF;
	font-family: "Droid Sans", Optima, "Segoe UI", Arial, sans-serif;
	margin: 0px 0px 30px 0px;
}
/*********************
MAPPING STYLES
*********************/
.feature.map {
  height:400px;
}
.feature.map iframe {
	height:100%;
	width:100%;
	border:1;
  }
.map-wrapper {
  height:400px;
}
.map-wrapper iframe {
	position: relative; 
	padding-bottom: 100%; 
	padding-top: 0px; 
	height: 0px; 
	overflow: hidden; 
	margin-bottom: 20px; 
}
.map-wrapper iframe, .map-wrapper object, .map-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Drop Menu Magic Adjustments*/
.p7DMM03 {
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.p7DMM03.p7DMM.p7dmm-left {
	padding-left: 20px;
}
.p7DMM03.p7DMM.p7dmm-right {
	padding-right: 20px;
}

/*Baseline Adjustment for images needed with strict DOCTYPE*/
img {vertical-align: bottom;
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}

/*Logo and Banner*/
#logo {
	padding: 0px 50px 0px;
	position: relative;
	z-index: 1000;
	background-image: -webkit-linear-gradient(#111, #030);
	background-image: linear-gradient(#111, #030);
	background-color: #030;
	box-shadow: 0px 5px 20px #000;
}
#banner {
	height: auto;
	}
#small-txt {
	font-size: 60%;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
}
#menubar {
	height: auto;
	z-index: auto;
}
#logobar {
	height: 110px;
	z-index: 949;
	padding: 0px 0px 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;	
	background-image: -webkit-linear-gradient(#111, #030);
	background-image: linear-gradient(#111, #030);
	background-color: #003300;
	box-shadow: 0px 5px 20px #000;	
}
#topAd {
	float:right;
	width:450px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
}
#topAd p {
	text-align:center;
	font-size:10px;
	color:#999;
	letter-spacing: .3em;
	text-transform: uppercase;
	line-height: 10px;
	top: 0px;
}

/* Contact Form Styles */
.form-wrapper {
	margin:2em auto;
	max-width: 60%;
	border:1px solid;
	border-color: rgba(255,255,255,.25);
	border-radius: 17px;
	padding: 0 1em;
}
form.synergy-form, .synergy-form label, .synergy-form textarea {
	font-size: 1.25em;
}
.synergy-form {
	padding: 0px;	
}
.synergy-form h2 {
	font-size: 1.35em;
	margin: 0 0 1em 0;
}
.synergy-form label {
	font-size: .85em;
	padding: 0 0 .1em .1em;
	display: block;
	display: block;
	padding: .1em;
}
.synergy-form input[type="text"], .synergy-form input[type="email"], .synergy-form textarea, .synergy-form select {
	border: 1px solid;
	border-color: rgba(255, 255, 255, .25);
	height: 1.5em;
	outline: none;
	padding: .5em 1em .5em .5em;
	width: 85%;
	margin-bottom: .5em;
	line-height: 1.0;
	border-radius: 4px;
	background-color: rgba(80, 80, 80, .8);
	color: #EEE;
}
.synergy-form textarea {
	resize: none;
	font-size: .75em;
	overflow: auto;
}
.synergy-form select {
	text-indent: 0.01px;
	text-overflow: '';
	line-height: 25px;
	width: auto;
}
.synergy-form option {
	background: rgba(255,255,255,.5);
	color: #000;
}
.synergy-form textarea {
	height: auto;
}
.synergy-form .button {
     background-color: #B44040;
	 background: rgba(180,64,64,.8);
     border: 1px solid;
	 border-color: rgba(255,255,255,.5);
     padding: 5px ;
     color: #FFF;
     border-radius: 4px;
     cursor: pointer;
	 transition: all linear .5s .1s;
}
.synergy-form .button:hover {
     background-color: #222;
}

/*Utility Rules for images. Scalable class makes images scale with window size.*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}
#scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}
#image {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}
.floatleft {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
}
.floatright {
	float: right;
	margin-left: 15px;
	padding-left: 15px;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/* 
Add the fancy class to the scalable class to add a drop shadow
<img class="scalable fancy"...>
*/
.fancy {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}
/* 
Add the accented class to the scalable class to add eounded corners and a border.
<img class="scalable accented"...>
*/
.accented {
	border-radius: 5px;
	border: 1px solid #222;
}


/*Layout Wrapper*/
#layout {
	max-width: 1360px;
	margin: 0px auto;
	margin-top: 135px; 
	background-color: #FFF;
}

/*Default Row Structures*/
.affinity-row {
	padding: 0px;
}
/*This rule assigns a gray gradient background to every other row*/
.affinity-row:nth-child(even) {
	background-color: #EEE;
}
/*Turns off the Background for Nested Rows*/
.affinity-row .affinity-row:nth-child(even) {
	background-color: transparent;
	background-image: none;
	background-image: none;
}

/*Clear Fix to Clear Floats*/
.affinity-row:after {
	visibility: hidden;
	display: block;
	content: "\0020";
	clear: both;
	height: 0;
}

/*Strctural wrapper for 2-column row*/
.affinity-row .column-half {
	width: 50%;
	float: left;
}
.affinity-row .column-80 {
	width: 90%;
	float: right;
	padding: 20px;
}


/*Strctural wrapper for 3-column row*/
.affinity-row .column-third {
	width: 33.3333333%;
	float: left;
}
/*Strctural wrapper for 4-column row*/
.affinity-row .column-fourth {
	width: 25%;
	float: left;
}
/*Strctural wrapper for 5-column row*/
.affinity-row .column-fifth {
	width: 20%;
	float: left;
}

/*Strctural wrapper for 2-column sidebar-left row*/
.affinity-row.sidebar-left .column-1 {
	width: 76%;
	float: right;
}
.affinity-row.sidebar-left .column-2 {
	width: 24%;
	float: right;
}
.affinity-row.sidebar-left .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-left .column-2 .column-content {
	font-size: .9em;
}

/*Strctural wrapper for 2-column sidebar-right row*/
.affinity-row.sidebar-right .column-1 {
	width: 76%;
	float: left;
	background-color: #FFF;
}
.affinity-row.sidebar-right .column-2 {
	width: 24%;
	float: left;
	background-color: #FFF;
}
.affinity-row.sidebar-right .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-right .column-2 .column-content {
	font-size: .9em;
}
.left-border {
	border-left: 1px solid #000;
}
.right-border {
	border-right: 1px solid #CCC;
}
.left-right-border {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/*Column Content*/
.column-content {
	line-height: 1.35;
	padding: 15px 24px;
}
.affinity-row.sidebar-right .column-content,
.affinity-row.sidebar-left .column-content,
.affinity-row.thirds.full-height .column-content {
	padding: 5px 10px 5px 30px;
}
/*Padding Management for Nested Rows*/
.no-pad-left-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}
.no-pad-right-top-bottom {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}
.caption {
	color: #069;
	font-size: 85%;
	padding: 0px 0px 0px 15px;
	font-style: italic;
	line-height: normal;
	width: 95%;
}
form {
	position: relative;
}
input.search-box {
	border-radius: 4px;
	border-right: none;
	border: 1px solid rgba(0,0,0,.25);
	width: 70%;
}
input.search-box:focus {
	background-color: #82CEE1;
	color: #000;
}
input.search-button {
	background: url(img/search.png);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 32px;
	cursor: pointer;
	border: none;
	position: absolute;
	right: 5px;
	top: 0px;
}
#floatright-caption {
	float: right;
	text-align: center;
	font-size: 90%;
	color: #069;
	line-height: 0.1px;
	font-variant: small-caps;
}
.no-pad-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/*Headings*/
h1, h2, h3, h4 {
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
	line-height: normal;
	margin: 30px 0px 0px 0px;
}
.column-content h1:first-child,
.column-content h2:first-child,
.column-content h3:first-child,
.column-content h4:first-child {
	margin-top: 10px;
}
#h1-subhead {
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.0em;
	font-weight: bold;
	color: #666;
	text-decoration: underline;
	padding-top: 0px;
	padding-bottom: 0px;
}
#h1-heading {
	line-height: 1.4em;
	font-weight: bolder;
	color: #930;
	font-size: 2em;
}

/*Use this class when you add a heading inside a row that contains multiple columns.*/
.inner-row-heading {
	position: relative;
	top: 5px;
	margin: 0px 0px 0px 24px;
}

/*Footer and Copyright*/
.footer {
	color: #FFF;
	font-size: 0.8em;
	background-color: #000 !important;
	line-height: 0.6em;
}
.footer h3   {
	font-family: "Droid Sans", Optima, "Segoe UI", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	color: #0FF;
}
.footer h4 {
	font-family: "Droid Sans", Optima, "Segoe UI", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
	color: #C60;
}
.footer ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.footer li {
	list-style-type: none;
	line-height: 1.75;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover, .footer a:focus {
	color: #C60;
}
.copyright {
	font-size: 0.85em;
	text-transform: uppercase;
	clear: both;
	padding: 5px 10px 15px 20px;
}
.bikeshops {
	text-transform: capitalize;
	line-height: 14px;

/*SUB COLUMNS*/
}
.subfeature-left {
	width: 300px;
	float: left;
}
.subfeature-left h3 {
	color: #006600;
	background-image: url(images/feature-sub-bull.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.subfeature-left p {
	color: #663300;
	padding-left: 25px;
	font-size: 98%;
	line-height: 120%;
}
.subfeature-right {
	width: 300px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	float: right;
	padding-left: 25px;
}
.subfeature-right h3 {
	color: #006600;
	background-image: url(images/feature-sub-bull.gif);
	padding-left: 25px;
	background-repeat: no-repeat;
}
.subfeature-right p {
	color: #663300;
	padding-left: 25px;
	font-size: 98%;
	line-height: 120%;
}

/*Social Media Icons */
.social {
	display: block;
	text-align: left;
}
.social ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.social li {
	float: left;
	list-style-type: none;
	margin: 0.5em .5em .5em 0;
}
.social a {
	opacity: .5;
	transition: all linear .5s .1s;
}
.social a:hover {
	opacity: 1;
}

/*Assign this class to set large text and the stylish Cuprum font*/
.column-content.largesse, .largesse {
	font-size: 1.65em;
	line-height: 1.75em;
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
}
/*Use this class to asign a black accent box around your content*/
.affinity-row .blast {
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.75;
	color: #BBB;
	border-radius: 0px 0px 10px 10px;
	padding: 28px 36px;
	background: -webkit-linear-gradient(#333, #111);
	background: linear-gradient(#333, #111);
	background-color: #333;
	margin-bottom: 20px;
}
.blast a {
	color: #FF0;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	letter-spacing: .09em;
}
#quote {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.2em;
	line-height: 1.75;
	color: #000;
	border-radius: 10px 10px 10px 10px;
	padding: 28px 36px;
	background-color: #999;
	margin-bottom: 20px;
	text-align: center;
}
#quote .citation{
	font-size: .7em;
	line-height: 2.75;
	font-style: italic;
	text-align: right;
	color: #FFF;
}
.affinity-row .white {
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.75;
	color: #BBB;
	border-radius: 0px 0px 10px 10px;
	padding: 28px 36px;
	background: -webkit-linear-gradient(#fff, #111);
	background: linear-gradient(#fff, #111);
	background-color: #FFF;
	margin-bottom: 20px;
}
.highlight {
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.75;
	color: #FFF;
	border-radius: 10px 10px 10px 10px;
	padding: 28px 36px;
	background-color: #966;
	margin-bottom: 20px;
}
.affinity-row .blastbeige {
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.25;
	color: #600;
	border-radius: 15px;
	padding: 28px 36px;
	background-color: #FFC;
	margin-bottom: 20px;
}
.affinity-row .blastwhite {
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.25;
	color: #600;
	border-radius: 15px;
	padding: 28px 36px;
	background-color: #FFF;
	margin-bottom: 20px;
	border: thick double #960;
}

/*Add the gray class to the blast class to make your accent box gray*/
.affinity-row .blast.gray {
	background: -webkit-linear-gradient(#EEE, #AAA);
	background: linear-gradient(#EEE, #AAA);
	background-color: #DDD;
	color: #000;
}
.affinity-row .blast.beige {
	background-color: #FFC;
	color: #000;
	background-image: url(../art/blast-bkg.jpg);
	background-repeat: repeat;
}
.quote {
	font-family: "Comic Sans MS", cursive;
	background-color: #CCC;
	border-radius: 15px;	
	font-size: 115%;
	padding: 19px 25px 10px;
}
.affinity-row .blast.white {
	background-color: #999;
	color: #000;
}
.affinity-row .blastwhite {
	background-color: #FFF;
	color: #000;
}

/* Contact Form Styles */
.affinity.form-wrapper {
	margin:2em auto;
	max-width: 80%;
	border:1px solid;
	border-color: #333;
	border-radius: 7px;
	padding: 0 1em;
}
form.affinity-form, .affinity-form label, .affinity-form textarea {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 1 em;
}
.affinity-form {
	padding: 0;
}
.affinity-form h2 {
	font-size: 1.35em;
	margin: 0 0 1em 0;
}
.affinity-form label {
	font-size: .75em;
	padding: 0 
	display: block;
	display: block;
	padding: .1em;
}
.affinity-form input[type="text"], .affinity-form input[type="email"], .affinity-form textarea, .affinity-form select {
	border: 1px solid;
	border-color: #000;
	height: 2em;
	outline: none;
	padding: 0em 1em 0em .5em;
	width: 95%;
	margin-bottom: 0em;
	line-height: 1.5;
	border-radius: 4px;
	background-color: #666;
	color: #FFF;
}
.affinity-form textarea {
	resize: none;
	font-size: .75em;
	overflow: auto;
}
.affinity-form select {
	text-indent: 0.01px;
	text-overflow: '';
	line-height: 25px;
	width: auto;
}
.affinity-form option {
	background: rgba(255,255,255,.5);
	color: #000;
}
.affinity-form textarea {
	height: auto;
}
.affinity-form .button {
     background-color: #B44040;
	 background: rgba(180,64,64,.8);
     border: 1px solid;
	 border-color: rgba(255,255,255,.5);
     padding: 1em 2em;
     color: #FFF;
     border-radius: 10px;
     cursor: pointer;
	 transition: all linear .5s .1s;
}
.affinity-form .button:hover {
     background-color: #222;
}
.affinity-row.sidebar-left .column-content .blast,
.affinity-row.sidebar-right .column-content .blast,
.full-round {
	border-radius: 6px !important;
}

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	margin: 0px;
}
.p7DMM03.p7DMM.p7dmm-left, .p7DMM03.p7DMM.p7dmm-right {
	padding: 0px !important;
}
#layout {
	max-width: none;
	padding: 0px;
}
.column, .column-1, .column-2, .column-3,
.column-half, .column-third, .column-fourth,
.column-fifth {
	float: none !important;
	width: auto !important;
}
.column-content {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1380px) {
#layout {max-width: none;}
}
#logo-bug {
	padding-left: 5px;
	background-position: center;
}
#powered {
	font-size: 90%;
	font-variant: small-caps;
	padding-right: 2px;
	padding-left: 2px;
}
.searching {
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.2em;
	font-weight: bold;
	color: #060;
}
#linkage {
	color: #F00;
	text-decoration: underline;
}
#linkage a:link{
	color: #F00;
	text-decoration: underline;
}
#author {
	font-size: 75%;
	line-height: 75%;
}
