@import url(global_v1-2.css);
@import url(shadyCanyon_css/modules.css);
@import url(shadyCanyon_css/plugins.css);
@import url(adminLogin.css);
@import url(admin.css);

/*
I. GLOBAL:  Global classes, header styles, link styles and .page (body tag) class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/

body {
	background:#FFF;
	color:#000;
}

h1 {
	color:#152233;
	font:18px Georgia, serif;;
	margin-bottom:10px;
}

h2 {
	color:#3a5d91;
	font:12px Georgia, serif;;
}

h3 {
	color:#686657;
	font:12px Georgia, serif;;
}

h4 {
	color:#152233;
	font:italic 11px/1.3 Georgia, serif;;
	text-transform:uppercase;
}

h5 {
	color:#2b3B24;
	font:11px Georgia, serif;
	display:inline;
}

h6 {
	color:#000000;
	font:10px Georgia, serif;;
}

p {
	color:#252320;
	font:12px/2.0 Georgia, Times, serif;
}

ul {
	color:#252320;
	font:12px/2.0 Georgia, Times, serif;

}

table, div {
	font-size:13px;
	color:#232115;
}

a,a.small,a.anchor,a.visited {
	color:#232115;
	font:inherit;
	text-decoration:underline;
}

a:hover {
	color:#232115;
	font:inherit;
	text-decoration:none;
}

.page {
	background:url(../../../Images/background.jpg);
	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: battleground
////////////////////////////////////////////////////////*/

.hideText {
	display:none;
}

.centered {
	margin:0 auto;
	text-align:center;
}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {
	width:960px;
	margin:0 auto;
}

#pubHome {
}

#pubContent {
}

#modules {

	width:850px;
	margin:0 auto;
	padding: 10px;
	background:#e1e1e1;

}

#login_sideColumn {
	
	font: 11px  Georgia, serif;

}

/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#header {
	width:960px;
	height:40px;
}

/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
	background:url(../../../Images/box_top.jpg) no-repeat left top;
	background-color:#fff;
	width:960px;
	padding-top:10px;
}
	
	#contentWrapper {
		background:url(../../../Images/box_center.jpg) repeat-y right top;
		width:960px;
	}
		
		#sidebar {
			width:250px;
		}
		
			#sidebarLogo {
				background:url(../../../Images/logo.gif) no-repeat left top;
				width:250px;
				height:130px;
			}
			
			#sidebarLogo a {
				display:block;
				width: 250px;
				height: 130px;
			}
		
				#sidebarContent {
					width:250px;
					text-align:center;
				}
		
					#sidebarContentInside {
						width:170px;
						margin-left:80px;
						text-align:left;
					}
				
					#sidebarContentInside p {
						font-family:Georgia, serif;
						font-size:14px;
						color:#232115;
						text-align:left;
						line-height:18px;
					}
				
					#sidebarContentInside div {
						overflow:hidden;
					}
		
		#contentMain {
			float:right;
			font-family:Georgia, serif;
			width:660px;

		}
		
		#contentMain .inside {
			padding:20px 30px 20px 20px;
			text-align:left;
		}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	background:url(../../../Images/box_bottom.jpg) no-repeat left top;
	width:960px;
	height:40px;
}
