@import url(global_v1-2.css);
@import url(knollwood_css/modules.css);
@import url(knollwood_css/plugins.css);
@import url(adminLogin.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: #3e392b;
	font: 25px Georgia, "Times New Roman", Times, serif;

}


h2 {
	
	color: #847D54;
	font: 16px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #3e392b;
	font: 14px Georgia, "Times New Roman", Times, serif;

}

h4 {
	
	color: #042e05;
	font: italic 14px/1.3 Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color: #3e392b;
	font: 11px Georgia, "Times New Roman", Times, serif;
	display: inline;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #242118;
	font: 12px/1.6 Georgia, "Times New Roman", Times, serif;

}

table, div {
	
	color: #242118;
	font: 12px/1.6 Georgia, "Times New Roman", Times, serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #042e05;
	font: inherit;
	text-decoration: underline;

}

a:hover {
	
	color: #999;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background:#253d1e url(../../../Images/site_bg.gif) repeat-x 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 Verdana, "Lucida Sans Unicode", Arial, 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 Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= directory -> edit roster options -> close button --------- */
.membut {
	
	background: #eee;
	border: 1px solid buttonFace;
	color: #333;
	cursor: pointer;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	
	background: #eee;
	border-style: outset;
	border-width: 2px;
	color: #333;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;

}

.adminbar {
	
	background: #eee;
	color: #333;
	font: 400 12px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	
	background: #eee;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowHover {
	
	background: #FFF;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, 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 Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	padding: 2px;
	text-decoration: none;

}

a.cookieTrail,a.cookieTrail:hover {
	
	color: #333;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	text-decoration: none;

}

/*////////////////////////////////////////////////////////
Layout and Custom Selectors For: knollwood
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

#siteWrapper {

	margin:0 auto;
	width:960px;
	text-align:center;
	
}

#branding {

	width:960px;
	margin:0 auto;
	height:96px;

}

#logo {

	float:left;
	padding:18px 0px 0px 30px;
	
}

#contentBorder {

	background:url(../../../Images/contentborder_bg.gif) repeat-y center;
	text-align:center;

}

#nav {

	width:960px;
	margin:0 auto;
	background:url(../../../Images/nav_bg.gif) no-repeat;
	height:37px;

}

	#nav img {
	
		display:block;
		
	}

	#nav .inside {
	
		padding:7px 7px 0px;
		
	}

#contentArea {

	width:946px;
	margin:0 auto;
	background:url(../../../Images/contentArea_bg.jpg) repeat-y;
	text-align:center;

}

#moduleArea {

	width:946px;
	margin:0 auto;
	background:url(../../../Images/module_bg.jpg) repeat-y center;
	text-align:center;
	padding-bottom:30px;
	
}

#memberPhoto, #profilePhoto {

	display:none;
	
}


/* -------------------------------------------------------------
= PUBLIC
------------------------------------------------------------- */

#pubContent {

	width:946px;
	padding:35px 0px 0px;

}

#flash {

	width:946px;

}

	#flash img {
	
		display:block;
		
	}

#login {

	float:left;
	width:217px;
	
}

	#login .inside {
	
		padding:0px 20px;
	
	}
	
	.loginTxt {
	
		color:#e4e0c5;
		font:10px Georgia, "Times New Roman", Times, serif;
		
	}
	
	#login a,a.small,a.anchor,a.visited {
	
		color:#e4e0c5;
		font:10px Georgia, "Times New Roman", Times, serif;
		text-decoration:none;
		
	}
	
	#login a:hover {
	
		color:#fff;
		font:10px Georgia, "Times New Roman", Times, serif;
		text-decoration:underline;
		
	}
	
#contentMain {

	float:right;
	text-align:left;
	width:720px;

}

	#contentMain .inside {
	
		padding:0px 30px 25px;
	
	}
	
#pgHeader {

	width:946px;
	height:250px;
	
}

	#pgHeader img {
	
		display:block;
		
	}

	
/* -------------------------------------------------------------
= PRIVATE
------------------------------------------------------------- */

#globalLinks {

	float:right;
	text-align:right;

}

	#globalLinks .inside {
	
		padding:50px 35px 0px 0px;
		
	}
	
		#globalLinks a,a.small,a.anchor,a.visited {
		
			color:#dfbe4e;
			font:10px Georgia, "Times New Roman", Times, serif;
			text-decoration:none;
			
		}
		
		#globalLinks a:hover {
		
			color:#fff;
			font:10px Georgia, "Times New Roman", Times, serif;
			text-decoration:none;
			
		}

#sideBar {

	float:left;
	text-align:left;
	width:217px;
	
}

	#sideBar .inside {
	
		padding:0px 20px 25px;
	
	}
	
	#sideBar .lower {
	
		padding:0px 10px;
	
	}
	
		#sideBar .lower a,a.small,a.anchor,a.visited {
		
			font:12px/1.6 Georgia, "Times New Roman", Times, serif;
			color:#fff;
			text-decoration:none;
			
		}
		
		#sideBar h3 {
		
			font:14px Georgia, "Times New Roman", Times, serif;
			color:#fff;
			
		}

#contentWrapper {

	float:right;
	text-align:left;
	width:720px;

}

	#privTop {
	
	}
	
		#privTop .inside {
		
			padding:0px 30px 25px;
		
		}
		
	#privBottom {
	
		width:720px;
		
	}
	
		#privBottom .floatLeft {
		
			float:left;
			width:300px;
			margin-left:30px;
			
		}
		
		#privBottom .floatRight {
		
			float:right;
			width:300px;
			margin-right:30px;
			
		}	
		
		#privBottom hr {
		
			border-top:1px solid #bbb29b;
			
		}


/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	width:960px;
	margin:0 auto;
	background:url(../../../Images/footer_bg.jpg) no-repeat;
	height:150px;

}

	#footer .inside {
	
		padding-top:9px;
	
	}
	
	#footer p {
	
		color:#efedd4;
		font:11px Georgia, "Times New Roman", Times, serif;
		
	}