/* Version 1.01 
*  Released: 12/27/2007
*/

@import url(global.css);
@import url(saddleCycleCC_css/modules.css);
@import url(saddleCycleCC_css/plugins.css);

/*
I. GLOBAL:  Global classes, header styles, link styles and .page class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS
/////////////////////////////////////////////////////*/

body {
	
	background:#fff;
	color:#000;

}



h1 {
	
	color:#713A03;
	font: 26px/1.6 Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;

}

h2 {
	
	color:#6f2904;
	font:bold 22px "Times New Roman", Georgia, Times, serif;

}

h3 {
	
	color:#000;
	font:bold 17px "Times New Roman", Georgia, Times, serif;

}

h4 {
	
	color:#03351B;
	font: bold 13px Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color:#03351B;
	font:13px/1.8 Georgia, "Times New Roman", Times, serif;

}

h6 {
	
	color:#A9A088;
	font:10px/1.2 Arial, Verdana, sans-serif;

}

/* ::TODO:: look into the best solution for this */
p {
	
	color:#000;
	font:11px/1.4 Verdana, Arial, sans-serif;

}

table {
	
	font:11px Arial, Verdana, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color:#713A03;
	font:inherit;
	text-decoration:none;

}

a:hover {

	color: #713A03;
	font: inherit;
	text-decoration: underline;
	
}

.page {

	background: url(../../../Images/bodybg.jpg) center top;
	text-align: center;

}

.CEMenu {
	
	margin:0;
	padding:0;

}

/* important edit global text boxes - default --------- */
.txtbox {
	
	background:#FFF;
	border-style:inset;
	border-width:2px;
	color:#000;
	font:11px Arial, Verdana, sans-serif;
	margin: 2px 0;

}

/****** END GLOBAL ------------------
/////////////////////////////////////
II. BUTTONS
/////////////////////////////////////
= directory -> edit roster options -> cancel & next button --------- */
.but {
	
	background:#eee;
	border:1px outset buttonhighlight;
	color:#333;
	cursor:pointer;
	font:13px Arial, Verdana, sans-serif;

}

/*= directory -> edit roster options -> close button --------- */
.membut {
	
	background:#eee;
	border:1px solid buttonface;
	color:#333;
	cursor:pointer;
	font:11px Arial, Verdana, sans-serif;

}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	
	background:#eee;
	border-style:outset;
	border-width:2px;
	color:#333;
	font:11px Arial, Verdana, sans-serif;
	margin-bottom:2px;
	margin-top:2px;

}

.adminbar {
	
	background:#eee;
	color:#333;
	font:400 12px Arial, Verdana, sans-serif;

}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	
	background:#eee;
	color:#000;
	font:400 11px Arial, Verdana, sans-serif;

}

.rowHover {
	
	background:#FFF;
	color:#000;
	font:400 11px Arial, Verdana, sans-serif;

}

.rowAlternate {
	
	background:#eee;
	color:#000;
	font-weight:400;

}

.rowHeader {
	
	background:#555;
	border:1px solid #000;
	color:#fff;
	font-weight:700;

}

.cookieTrail {
	
	background:#fff;
	border-bottom:1px solid #fff;
	color:#000;
	display:none;
	font:400 11px Arial, Verdana, sans-serif;
	padding:2px;
	text-decoration:none;

}

a.cookieTrail,a.cookieTrail:hover {
	
	color:#333;
	font:400 11px Arial, Verdana, sans-serif;
	text-decoration:none;

}

/*////////////////////////////////////////////////////
Layout and Custom Selectors for: Saddle and Cycle Club
////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*primarily for images, removes extra bottom white space
IE creates for sourced images inside of containers without
defined heights*/

.blockLevel {

	display: block;

}

/*color for member/admin login links*/

.loginLink a, .loginLink a:hover {

	color: #837C74;

}

.siteContainer {
	
	margin: 0 auto;
	width: 912px;
	text-align: center;
	
}

#header {

	height: 146px;
	background: url(../../../Images/headerLogo.gif) center top;
}

#footer {

	padding: 26px 0 16px;
	text-align: center;
	background: url(../../../Images/footerBg.gif) no-repeat center top;

}

#footer p {

	color: #925E45;

}

/*outerContentAreaContainer: 
for vertically repeating content background image*/

#contentBg {

	background: url(../../../Images/outerContentBg.gif) repeat-y center top;

}

#menuContainer {

	/*background:url(../../../Images/navBg.jpg) no-repeat center top;*/
	height: 38px;

}

#menuContainer, #contentAreaContainer {

	margin: 0 auto;
	text-align: center;
	width: 890px;

}

#contentAreaContainer {

	margin-top: 1px;
	background: url(../../../Images/innerContentBg.jpg) repeat-y center top;
	text-align: center;

}

.pageContainer {

	background:url(../../../Images/contentbg_leftcol.jpg) no-repeat left bottom;
	text-align: center;

}

.topSection, .leftSection,
.rightSection {

	text-align: left;

}

.topSection {

	height: 279px;

}

.leftSection {

	width: 252px;
	float: left;
	margin: 20px 6px 20px 10px;

}

/*white background/padding for news plugin*/

.whiteWrapper table table {

    border: 1px solid #FFF;
}


.whiteWrapper table table td {

	background: #D8D1B4;
	padding: 2px;
        
}

.rightSection {

	width: 606px;
	float: left;
	margin: 20px 0 10px 6px;

}


.rightSection h4 {

	padding: 0 0 8px 10px;

}

/*right section sliding doors start*/

#homeCallouts {

	list-style: none;
	margin: 0;
	padding: 0;
	
}

.homeCallout {

	margin: 0 0 0 10px;
	padding: 0 0 20px;
	float: left;
	width: 192px;
	height: 222px;
	background: url(../../../Images/homepagecallout.gif) no-repeat left top;

}

#eventCallout, #sportsCallout,
#statementCallout {

	display: block;
	width: 168px;
	height: 116px;

} 

.calloutWrapper {

	margin: 18px 0 22px 12px;
	width: 172px;
	
}

.calloutWrapper p {

	margin: 4px 0 4px 6px;

}

#eventCallout {

	background: url(../../../Images/calloutDoors_events.jpg) no-repeat left top;

}

#eventCallout:hover {

	background: url(../../../Images/calloutDoors_events.jpg) no-repeat right top;

}

#sportsCallout {

	background: url(../../../Images/calloutDoors_sports.jpg) no-repeat left top;

}

#sportsCallout:hover {

	background: url(../../../Images/calloutDoors_sports.jpg) no-repeat right top;

}

#statementCallout {

	background: url(../../../Images/calloutDoors_statement.jpg) no-repeat left top;

}

#statementCallout:hover {

	background: url(../../../Images/calloutDoors_statement.jpg) no-repeat right top;

}

/*main section - for single-column layout*/


.mainSection {

	width: 850px;
	margin: 20px;
	text-align: left;
	
}

.bottomSection {

	background: url(../../../Images/bottomSectionbg.jpg) no-repeat center top;
	width: 890px;
	height: 109px;
	text-align: left;
	clear: both;

}

.bottomSection h6 {

	padding: 60px 0 0 76px;

}