@import url(global_v1-2.css);
@import url(inglewoodWA_css/modules.css);
@import url(inglewoodWA_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: #FCFAF6;
	color: #000;
}


h1 {
	
	color: #69410E;
	font: 24px "Times New Roman", Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 4px;

}


h2 {
	
	color: #69410E;
	font: 16px/1.6 "Times New Roman", Georgia, Times, serif;
	padding-bottom: 16px;
	
}

h3 {
	
	color: #000;
	font: 14px/1.6 "Times New Roman", Georgia, Times, serif;
	text-transform:uppercase;

}

h4 {
	
	color: #AF7A1F;
	font: italic 16px/1.3 "Times New Roman", Georgia, Times, serif;

}

h5 {
	
	color: #2b3B24;
	font: 11px "Times New Roman", Georgia, Times, serif;
	display: inline;

}

h6 {
	
	color: #000;
	font: 10px Arial, Helvetica, sans-serif;

}

p {
	
	color: #3F331C;
	font: 14px/1.6 "Times New Roman", Georgia, Times, serif;

}

table, div {
	
	font: 11px Arial, Helvetica, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #8B7E5F;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #848D74;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: url(../../../Images/bodyBg_bottom.jpg) center bottom;
	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: Inglewood Golf Club
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

#mediaWindow img {

	display: block;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

#bodyWrapper {

	width: 100%;
	background: url(../../../Images/bodyBg_top.jpg) repeat-x center top;

}

	.siteWrapper {
	
		width: 960px;
		margin: 0 auto;
		
	}
	
	#pubHome {
	
	
		
	}
	
	#pubContent {
	
	
		
	}
	
		#contentContainer {
		
			width: 100%;
			background: #FCFAF6;
			padding: 3px 0;
		
		}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {

	width: 100%;
	height: 146px;
	background: url(../../../Images/headerBg.jpg) no-repeat center top;
	
}

	#branding #logo {

		width: 176px;
		height: 100%;
		background: url(../../../Images/logo2.gif) no-repeat left top;
	
	}
	
	#branding .floatRight {

		width: 670px;
		height: 100%;
	
	}
	
		#branding .floatRight a,
		#branding .floatRight a:hover {

			color: #000;
	
		}
		
td#mission p {
	padding-left:10px;
	padding-top:15px;
	font: italic 14px/1.6 "Times New Roman", Georgia, Times, serif;
	text-align:center;
	color:#3a4a21;
	font-weight:700;}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {

	width: 954px;
	background: #4B5F2B;
	height: 40px;
	margin: 0 auto;

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
	
	width: 954px;
	margin: 0 auto;
	margin: 3px auto;
	background: url(../../../Images/content_2ColBg.gif) repeat-y left top;
	
}

#adminArea {
	width: 954px;
	margin: 0 auto;
	margin: 3px auto;
	background:#fff;
	}

#newUserArea {
	
	width: 954px;
	margin: 0 auto;
	margin: 3px auto;
	background:#fcfaf6;
	padding-bottom:10px;
	padding-left:10px;
}

	#newUserArea a {
		color:#4b5f2b;
		text-decoration:none;
		}
		
		#newUserArea a:hover {
			color:#4b5f2b;
			text-decoration:underline;
			}

	#contentWrapper {
		
		width: 954px;
		text-align: left;
		background: url(../../../Images/sidebarBg.jpg) no-repeat left bottom;
		
	}
	
	#sidebar {
		
			width: 222px;
			padding: 60px 0 404px;
		
		}
		
			#sidebar .inside {
			
				width: 198px;
				margin-left: 10px;
			
			}
	
		#contentMain {
		
			width: 732px;
		
		}
		
			#mediaWindow {
		
				width: 100%;
				border-bottom: 3px solid #DAC788;
		
			}
	
	
/*public home*/
	
#pubHome #contentArea,
#pubHome #contentWrapper {
	
	background: none;
	
}

			
	#pubHome #contentMain p {
	
		color: #34301E;
		font: 11px/1.6 Arial, Helvetica, sans-serif;
	
	}
	
		#pubHome #mediaWindow,
		#pubHome #contentMain {
		
			width: 100%;
			border-bottom: none;
		
		}

		#pubHome #contentMain {
		
			margin-top: 3px;
		
		}
		
			#pubHome #contentMain .floatLeft {
			
				width: 316px;
			
			}
			
			#pubHome #contentMain #middleFloat {
			
				margin: 0 3px;
			
			}
			
				#pubHome #contentMain .floatLeft .inside {
			
					width: 268px;
					margin-left: 24px;
			
				}
				
					#pubHome #contentMain .floatLeft .inside a,
					#pubHome #contentMain .floatLeft .inside a:hover {
			
						color: #000;
									
					}
					
	/*public content*/
			
			#pubContent #contentMain .inside {
		
				width: 672px;
				margin-left: 30px;
				padding: 30px 0;
		
			}
			
				#pubContent #contentMain .inside h2 {
	
					border-bottom: 1px solid #C4C0B6;

				}
				
				#pubContent #contentMain .inside .floatLeft {
				
					margin-top: 20px;
					width: 452px;
						
				}
				
				#pubContent #contentMain .inside .floatRight {
				
					margin-top: 20px;
					width: 190px;	
						
				}
				
	/*public content*/
	
		#privatePage #contentMain #quickLinks {
			
			width: 100%;
			height: 38px;
			background:url(../../../Images/priv_quickLinksBg.gif) repeat-x center top;
			line-height: 38px;
		
		}
		
			#privatePage #contentMain #quickLinks ul {
			
				list-style: none;
				margin: 0;
				padding: 0 0 0 40px;
		
			}
			
				#privatePage #contentMain #quickLinks li {
			
					margin: 0;
					display: inline;
					line-height: 38px;

				}
				
					#privatePage #contentMain #quickLinks li span {
			
						padding: 0 40px;
					
					}
		
						#privatePage #contentMain #quickLinks a,
						#privatePage #contentMain #quickLinks a:hover {
							
							font: 14px "Times New Roman", Georgia, Times, serif;
							color: #000;
							text-transform: uppercase;
						
						}
	
			#privatePage #contentMain .inside {
			
				width: 672px;
				margin-left: 30px;
				padding: 30px 0;
			
			}
			
				#privatePage #contentMain .inside .floatLeft,
				#privatePage #contentMain .inside .floatRight {
			
					width: 324px;
			
				}
				
					#privatePage #contentMain .inside .floatLeft h6,
					#privatePage #contentMain .inside .floatRight h6 {
			
						color: #403824;
						font-size: 12px;
						margin: 4px 0;
			
					}
			

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#innerFooter {

	width: 954px;
	margin: 0 auto;
	text-align: right;
	height: 30px;
	background: #4B5F2B;
	font: 11px "Times New Roman", Georgia, Times, serif;
	line-height: 30px;
	color: #FFF;

}

	#innerFooter span {
	
		padding-right: 11px;
	
	}

#outerFooter {

	width: 100%;
	background: url(../../../Images/footerBg.jpg) no-repeat center top;
	padding: 8px 0 92px;

}

	#outerFooter .inside {
	
		width: 100%;
		height: 48px;
		text-align: left;
		background: url(../../../Images/footerLogo.jpg) no-repeat left top;
		padding-left :40px;
	
	}
	
		#outerFooter .inside h6 {
	
			padding-top: 10px;
	
		}