/*-----------------------------------------------------------------------------
Cycle Addiction Style Sheet

version:   1.0
author:    paul howie
email:     phowie@bluegreendesign.com
website:   http://www.bluegreendesign.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Class for clearing floats */
/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* Clearfix */

/* Remove border around linked images */
img {border: 0;}

body {
	background-image: url(/images/template/pageBgrnd.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #B3D1B3;
	margin: 0px;
	padding: 0px;
}


/* =Typography
-----------------------------------------------------------------------------*/




/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/

#mastHead {
	height: 114px;
	background-color: #FFFFFF;
	padding-top: 30px;
	position: relative;
	background-image: url(/images/template/mastHead.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#mastHead a {
	margin-left: 10px;
}
#logoPic {
	position: absolute;
	top: 10px;
	right: 50px;
}


/* =Main Nav
-----------------------------------------------------------------------------*/

#mainNav {
	position: relative;
	background-color: #006600;
	height: 32px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2FB132;
}
#mainNav ul {
	position: absolute;
	right: 0px;
	list-style-type: none;
	width: auto;
	top: 9px;
}
#mainNav ul li {
	float: left;
}
#mainNav ul li a, #mainNav ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 30px;
	display: inline;
	padding-bottom: 8px;
}
#mainNav ul li a:hover{
	color: #FED976;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FED976;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/

#intro {
	background-image: url(/images/template/introBgrnd.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #197519;
	color: #FFFFFF;
}
.introTopper {
	margin-top: 36px;
}
#intro blockquote {
	color: #FFFFFF;
	background-image: url(/images/home/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
	border-top-color: #FED976;
	border-bottom-color: #FED976;
}
#intro blockquote cite {
	display: block;
	padding-left: -100px;
	color: #FED976;
}
#intro a, #intro a:link {
	font-weight: bold;
	color: #FED976;
	text-decoration: none;
}
#intro a:hover {
	color: #FEB937;
	text-decoration: underline;
}
#content {
	background-image: url(/images/template/mainBgrnd.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #B3D1B3;
	position: relative;
	height: auto;
	color: #006600;
}
#content a, #content a:link {
	font-weight: bold;
	color: #2FB132;
	text-decoration: none;
}
#content a:hover {
	color: #197519;
	text-decoration: underline;
}
.imgRight {
	float: right;
	margin-left: 10px;
}
.imgLeft {
	float: left;
	margin-right: 10px;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/

#footerPic {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#footer {
	background-color: #FFFFFF;
	background-image: url(/images/template/footerBgrnd.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}
#footer a, #footer a:link {
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
#footer a:hover {
	color: #FEB937;
	text-decoration: underline;
}

/* =Forms
-----------------------------------------------------------------------------*/

.highlight {
	color: #006600;
}

/* =Tables
-----------------------------------------------------------------------------*/




/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
