@import url(global_v1-1.css);
@import url(HonorsGC_css/modules.css);
@import url(HonorsGC_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: #48182C;
	font: bold 22px Garamond, "Times New Roman", Georgia, Times, serif;
	margin-bottom: 10px;
	text-transform: uppercase;

}


h2 {
	
	color: #48182C;
	font: bold 14px Garamond, "Times New Roman", Georgia, Times, serif;
	text-transform: uppercase;
	
}

h3 {
	
	color: #48182C;
	font: 14px Garamond, "Times New Roman", Georgia, Times, serif;

}

h4 {
	
	color: #B98748;
	font: 14px Garamond, "Times New Roman", Georgia, Times, serif;
	margin-bottom: 10px;

}

h5 {
	
	color: #7A704A;
	font: 12px Garamond, "Times New Roman", Georgia, Times, serif;

}

h6 {
	
	color: #C7B473;
	font: 9px Arial, Verdana, sans-serif;
	text-transform: uppercase;

}

p {
	
	color: #48182C;
	font: 12px/1.6  Arial, Verdana, sans-serif;

}

table, div {
	
	font: 12px Arial, Verdana, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #48182C;
	font: inherit;
	text-decoration: underline;

}

a:hover {
	
	color: #48182C;
	font: inherit;
	text-decoration: none;

}

.page {
	
	background: url(../../../Images/bodyBg.jpg) repeat-x center top #D6C387;
	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: siteName
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

.centered {

	margin: 0 auto;
	text-align: center;

}

.clearBoth {
	
	height: 0;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {

	width: 952px;
	margin: 0 auto 30px;
	text-align: center;
	background: url(../../../Images/contentBg.gif);
	padding: 3px 0;
	
}

#pubHome {


	
}

#content {


	
}

	#siteContainer {
	
		width: 946px;
		margin:0 auto;
		text-align:center;
		
	}
	
		#contentArea {
		
			width: 100%;
			background: #FFF;
			padding: 3px 0;
		
		}
	
		#pubHome #contentArea {
		
			background: url(../../../Images/contentBg_home.jpg) no-repeat left bottom #FEFEFC;
		
		}
		
		#content #contentArea {
		
			background: url(../../../Images/contentBg.jpg) no-repeat left bottom #FEFEFC;
		
		}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {

	width: 952px;
	height: 154px;
	background: url(../../../Images/headerLogo.gif) no-repeat left top;
	text-transform: uppercase;
	text-align: right; 
	
}

	#logo {
	
		width: 154px;
	
	}

	#branding .inside {

		font: 12px Garamond, "Times New Roman", Georgia, Times, serif;
		padding-top: 110px;
		padding-left: 22px;
		float: right;
	
	}

	.headerLink {
	
		color: #48182C;
		text-decoration: underline;
		padding: 4px 0 4px 12px;
		margin-left: 10px;
	
	}
	
	.headerLink:hover {
	
		color: #8C7953;
		text-decoration: none;
	
	}
	
	#branding .inside h6, #branding .inside h6 a, #branding .inside h6 a:hover {
	
		margin-top: 4px;
		color: #48182C;
	
	}
	
	#branding #memLogin {
	
		width: 260px;
		margin-top: 48px;
	
	}
	
		#branding #memLogin h5 {
	
			text-align: left;
			margin-bottom: 8px;
	
		}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {

	width: 100%;
	height: 40px;
	background: #48182C;

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#mediaWindow {

	width: 100%;

}

	#mediaWindow img {
	
		display: block;
	
	}
	
/*public home*/	

	#pubHome #mediaWindow {

		margin-bottom: 3px;

	}
	
	#contentMain { 
	
		text-align: left;
	
	}
	
	#pubHome #contentMain { 
	
		width: 100%;
		text-align: left;
	
	}
	
		#pubHome #contentMain .floatLeft { 
	
			width: 314px;
			margin-bottom: 20px;
	
		}
		
		#pubHome #contentMain .floatRight { 
	
			width: 313px;
			margin-left: 3px;
			margin-bottom: 20px;
	
		}
		
			#pubHome #contentMain .floatLeft img,
			#pubHome #contentMain .floatRight img { 
		
				display: block;
				margin-bottom: 20px;
		
			}
			
			#pubHome #contentMain .floatLeft h2,
			#pubHome #contentMain .floatRight h2,
			#pubHome #contentMain .floatLeft p,
			#pubHome #contentMain .floatRight p,
			#pubHome #contentMain .floatLeft a,
			#pubHome #contentMain .floatRight a  { 
		
				margin: 0 16px;
		
			}
			
			#pubHome #contentMain .floatLeft a,
			#pubHome #contentMain .floatRight a  { 
		
				font-weight: bold;
		
			}
			
			#pubHome #contentMain blockquote {
			
				margin: 6px 0 0 14px;
				
			}
			
/*private home*/

	#sidebar { 
	
		width: 268px;
		padding: 36px 0;
	
	}
	
		#sidebar .inside { 
	
			width: 196px;
			margin: 0 auto;
	
		}

	#privHome #contentMain { 
	
		width: 945px;
		padding-bottom: 36px;
	}

		#privHome #contentMain .floatLeft { 
	
			width: 650px;
			padding: 36px 0 0 30px;
	
		}
		
		#privHome #contentMain .floatRight { 
	
			width: 200px;
			padding-top: 36px;
			margin-right: 36px;
	
		}
		
			#privHomeCallouts {
			
				width: 100%;
			
			}
			
			#privHomeCallouts img {
			
				display: block;
				margin-bottom: 4px;
			
			}
			
			#privHomeCallouts h4 {
			
				color: #B98748;
			
			}
	
	
/*content page*/

	#content #contentMain { 
	
		width: 678px;
		padding-bottom: 60px;
	
	}

		#content #contentMain .inside {
		
			width: 558px;
			padding-top: 60px;
			margin-left: 60px;
		
		}
		
				#content #contentMain2 .inside {
		
					width: 945px;
					padding: 60px 30px 0 30px;
					text-align:left;
		
					}
	
/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer{

	width: 100%;
	height: 30px;
	background: #48182C;

}

#footer h6 {
	text-align: right;
	line-height: 32px;
	margin-right: 10px;

}

#footer p {

	color: #C7B473;
	text-align: right;
	line-height: 32px;
	margin-right: 10px;

}

	#footer a {

	color: #C7B473;
	text-align: left;
	line-height: 32px;
	padding-right: 10px;
	text-decoration:none;

	}
	
		#footer a:hover {

			color: #C7B473;
			text-align: left;
			line-height: 32px;
			padding-right: 10px;
			text-decoration:underline;

		}


