﻿/* Version 1.01 
*  Released: 12/27/2007
*/

@import url('style/global.css');

/*
I. GLOBAL:  Global classes, header styles, link styles and .page class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS
/////////////////////////////////////////////////////*/
/*allows background image on body to bottom align in gecko browsers*/
/*html {
	
	
	min-height: 100%;
	height: auto;

}*/


body {
	
	background: #FFF;
	color: #000;

}



h1 {
	
	color: #760D06;
	font: 26px/1.6 "Times New Roman", Georgia, serif;
	text-transform: uppercase;

}

h2 {
	
	color: #333;
	font: bold 18px "Times New Roman", Georgia, serif;
	margin-bottom: .2em;

}

h3 {
	
	color: #000;
	font: 13px "Times New Roman", Georgia, serif;
	border-bottom: 1px dotted #B2B2B2;
	padding-bottom: .4em;
	margin-bottom: .4em;

}

h4 {
	
	color: #696868;
	font: italic 16px "Times New Roman", Georgia, serif;

}

h5 {
	
	color: #000;
	font: 16px "Times", Georgia, serif;

}

h6 {
	
	color: #000;
	font: bold 8px/1.4 Verdana, Arial, sans-serif;
	text-transform: uppercase;

}

/* ::TODO:: look into the best solution for this */
p {
	
	color: #4b4343;
	font: 11px/1.4 "Times New Roman", Georgia, serif;

}

table {
	
	font: 11px Arial, Helvetica, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #333;
	font: inherit;
	text-decoration: underline;

}

a:hover {

	color: #333;
	font: inherit;
	text-decoration: none;
	
}

.page {

	background: #E0DFDF url('../images/bodybg.jpg') no-repeat 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, Helvetica, 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, Helvetica, sans-serif;

}

/*= directory -> edit roster options -> close button --------- */
.membut {
	
	background:#eee;
	border:1px solid buttonface;
	color:#333;
	cursor:pointer;
	font:11px Arial, Helvetica, sans-serif;

}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	
	background:#eee;
	border-style:outset;
	border-width:2px;
	color:#333;
	font:11px Arial, Helvetica, sans-serif;
	margin-bottom:2px;
	margin-top:2px;

}

.adminbar {
	
	background:#eee;
	color:#333;
	font:400 12px Arial, Helvetica, sans-serif;

}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	
	background:#eee;
	color:#000;
	font:400 11px Arial, Helvetica, sans-serif;

}

.rowHover {
	
	background:#FFF;
	color:#000;
	font:400 11px Arial, Helvetica, 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, Helvetica, sans-serif;
	padding:2px;
	text-decoration:none;

}

a.cookieTrail,a.cookieTrail:hover {
	
	color:#333;
	font:400 11px Arial, Helvetica, sans-serif;
	text-decoration:none;

}

/*////////////////////////////////////////////////////
Layout and Custom Selectors for: Saddle and Cycle Club
////////////////////////////////////////////////////*/

.hideText {

	display: none;

}
.justifiedText {

	text-align: justify;

}

/*primarily for images, removes extra bottom white space
IE creates for sourced images inside of containers without
defined heights*/

.blockLevel {

	display: block;

}

.justifiedCopy {

	text-align: justify;

}

#siteWrapper {
	
	margin: 0 auto;
	text-align: center;
	width: 846px;
	
}

#header {
	margin: 0 auto;
	width: 100%;
	height: 126px;
	background: url('../images/headerbg.png') no-repeat center top;
}

#headerLogin {
	width: 220px;
	height: auto;
	margin-top: 0px;
	float: right;
	text-align: left;
}

#outerWrapper {

	padding: 6px 6px 6px;
	background: url('../images/contentbg.gif') repeat-y center top;
}


#nav {

	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 32px;
	background: url('../images/rootItem_off.gif') repeat-x center top;
}

#footer {

	padding: 26px 0;
	background: url('../images/footerBg.gif') no-repeat center top;
}

#footer h5 {

	color: #004A8D;
	letter-spacing: .1em;
	margin-bottom: 6px;

}

#footer p {

	font-size: 10px;
	color: #7E7D7C;
	line-height: .6em;
	
}

#contentArea {
	margin: 0 auto;
	text-align: center;
	width: 834px;
	color: #808080;
}

#mainImageWrapper {

	padding-bottom: 10px;

}

#sidebar {
	width: 220px;
	margin-left: 10px;
	float: left;
	text-align: left;
}

.topSidebarBox,
#bottomSidebarBox {
	width: 200px;
	background: #F2F2F2;
	border: 1px solid #E7E7E7;
	padding: 5px;
}

.topSidebarBox {

	margin-bottom: 8px;

}

#bottomSidebarBox {
	background: #F2F2F2 url('../images/sidebarflag.jpg') no-repeat center bottom;
	height: 518px;
	text-align: center;
}

#bottomSidebarBox h4 {

	padding-top: 18em;

}

#contentWrapper {
	width: 582px;
	float: right;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#mainContent {

	width: 360px;
	float: left;
	text-align: left;

}

#mainContent span a img {

	border: none;

}

#secondaryContent {

	width: 190px;
	margin-right: 10px;
	float: right;
	text-align: left;

}

#secondaryContent p a {

	font-size: 10px;

}

/*for 2-column layout*/

#rightWrapper {
	text-align: left;
	width: 568px;
	margin-right: 26px;
	color: #808080;
}
.images_frame1 {
	border-style: outset;
	padding: 0px;
	background-color: #FFFFFF;
	border-color: #F2F2F2;
}
#contentWrapper_fullpage {
	width: 582px;
	float: right;
}
.top_header {
	text-align: left;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}
.body_container {
	color: #7E7D7C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	line-height: normal;
}
#bottomSidebarBox2 {
	background: #F2F2F2 url('../images/sidebarflag2.jpg') no-repeat center
bottom;
	height: 518px;
	text-align: center;
}
.images_frame2 {
	margin: 8px;
	border-style: outset;
	padding: 4px;
	background-color: #FFFFFF;
	border-color: #F2F2F2;
}
