@import url(global_v1-2.css);
@import url(oldSouth_css/modules.css);
@import url(oldSouth_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: #524f3f;
	font: 25px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	
}


h2 {
	

	color: #524f3f;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	line-height:16px;

}

h3 {
	color: #524f3f;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	line-height:16px;


}

h4 {
	
	color: #3f5087;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	line-height:16px;

}

h5 {
	color: #3f5087;
	font: 10px Georgia, "Times New Roman", Times, serif;

}

h6 {
	
	color: #222840;
	font: 11px Georgia, "Times New Roman", Times, serif;

}



p {
	
	color: #3a2b06;
	font: 11px Georgia, "Times New Roman", Times, serif;

}

table, div {
	
	color: #3a2b06;
	font: 11px Georgia, "Times New Roman", Times, serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #524f3f;
	font: inherit;
	text-decoration: none;
	text-transform:none;

}

a:hover {
	
	color: #8B7E5F;
	font: inherit;
	text-decoration: underline;

}

a img {

	border:0px;

}

.page {
	
	background: url(../../../Images/bg_body.jpg) 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;

}



/*-------- LOGIN PLUGIN ------*/
.advLogUsername {
	color:#3f5087;
	font: 12px Georgia, "Times New Roman", serif;
	background:#fff;
	border-color:#9e9e9e;
	padding-left:5px;
	padding-top:2px;
	height:20px;
	width:100px;
}

.advLogPassword {
	background:#fff;
	border-color:#9e9e9e;
	padding-left:5px;
	padding-top:2px;
	height:20px;
	width:100px;
}

.login_fields {
	color:#c0c7e5;
	font: 10px Georgia, "Times New Roman", serif;
}

#login_error {
	display:none;
}



/****** 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: siteName
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

#thumbGolf {
	background: url(../../../Images/thumb_golfHover.jpg) no-repeat top left;
	display:block;
	width:290px;
	height:150px;
	margin:0 5px;
}
#thumbMembership {
	background: url(../../../Images/thumb_membershipHover.jpg) no-repeat top left;
	display:block;
	width:290px;
	height:150px;
}
#thumbWeddings {
	background: url(../../../Images/thumb_weddingsHover.jpg) no-repeat top left;
	display:block;
	width:290px;
	height:150px;
}

	#thumbGolf:hover, #thumbMembership:hover, #thumbWeddings:hover {
		background-position:top right;
	}


/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {

	width:961px;
	margin:0 auto;
	
}

#pubHome {


	
}

#pubContent {


	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {

	background-image:url(../../../Images/header.jpg);
	width:961px;
	height:130px;

}

	#login {
	
		padding:20px 20px 0 20px;
		text-align:left;
		line-height:10px;
		letter-spacing:-0.5px;
		
	}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {

	background-image:url(../../../Images/bg_nav.jpg);
	width:961px;
	height:30px;

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {

	background-color:#191d2d;
	width:961px;
	
}

	#homeContent {
		background: url(../../../Images/bg_image2.jpg);
		width:900px;
		margin:0 auto;
		padding:10px 0;
		
	}

		#homeFlash {
		
			width:880px;
			height:461px;
			margin:0 auto;
			
		}

		#homeThumbs {
			background:url(../../../Images/divider_small.gif) repeat-x top left;
			width:880px;
			margin:2px auto 0;
			padding: 8px 0 0;
			
		}
		#homeThumbs img {
			vertical-align:bottom;
		}

	#publicContent {
		
		background:url(../../../Images/bg_image2.jpg) top left;
		width:900px;
		margin:0 auto;
		padding:10px 0;
		
	}

		#publicImage {
		
			width:880px;
			/*height:283px;*/
			margin:0 auto;
			
		}
		
		#publicContainer {
		
			background:url(../../../Images/bg_public2.jpg) left top repeat;
			width:880px;
			margin:0 auto;
		
		}
		
		#StoreContainer {
		
			background: #e9eada;
			width:880px;
			margin:0 auto;
		
		}
		
		
			#publicLeft {
			
				background:#e9e9d9 url(../../../Images/bg_publicleft.jpg) left top no-repeat;
				width:570px;
				margin-bottom:10px;
			
			}
			
				#publicLeftText {
				
					text-align:left;
					padding:17px 30px 30px 25px;
					width:535px;
				
				}
			
			#publicRight {
			
				background:#d6d6bf url(../../../Images/bg_publicright2.jpg) right top no-repeat;
				width:310px;
				margin-bottom:10px;
			
			}
			
				#publicRightText {
				
					text-align:left;
					padding:30px 30px 0 30px;
					width:260px;
				
				}
		
			#publicOneCol {
			
				background:#e9e9d9 url(../../../Images/bg_privateleft.jpg) left top repeat-x;
				width:880px;
			
			}

		#publicBottom {
		
			background:#7f7662;
			width:879px;
			height:10px;
			margin:0 auto;
			
		}

	#privateContent {
	
		background-image:url(../../../Images/bg_image2.jpg);
		width:900px;
		margin:0 auto;
		padding:10px 0;
		
	}

		#privateImage {
		
			background:url(../../../Images/public_placeholder.jpg);
			width:880px;
			/*height:283px;*/
			margin:0 auto;
			
		}
		
		#privateContainer {
		
			background:url(../../../Images/bg_public2.jpg) left top repeat;
			width:880px;
			margin:0 auto;
			
		
		}
		
			#privateLeft {
			
				background:#e9e9d9 url(../../../Images/bg_privateleft.jpg) left top no-repeat;
				width:570px;
				margin-bottom:10px;
			
			}
			
				#privateLeftText {
				
					text-align:left;
					padding:17px 30px 30px 25px;
				
				}
		
			#privateLeftThumbs1 {
			
				width:310px;
				text-align:center;
				/*margin:0 60px 30px 25px;*/
				padding-bottom:30px;
			}
		
			#privateLeftThumbs2 {
			
				width:260px;
				text-align:left;
				/*margin:0 35px 30px 0;*/
				padding-bottom:30px;
			}
				#privateLeftThumbs1 .inside, #privateLeftThumbs2 .inside {
					margin:0 auto;
					text-align:left;
					text-transform:none;
					width:225px;
				}
			
			
			#privateRight {
			
				background:#d6d6bf url(../../../Images/bg_privateright.jpg) right top no-repeat;
				width:310px;
				margin-bottom:10px;
			
			}
			
				#privateRightText {
					margin:0 auto;
					/*padding-top:15px;*/
					text-align:left;
					width:250px;
				}
				
					#plgCalendar, #plgNews {
						width:100%;
					}
					
					#plgCalendar .inside, #plgNews .inside {
						background: url(../../../Images/divider_plgSmall.gif) repeat-x top left;
						text-transform:none;
						width:100%;
						
					}

		#privateBottom {
		
			background:#7f7662;
			width:879px;
			height:10px;
			margin:0 auto;
			
		}


#moduleContainer {
	background:#E9E9D9;
	margin:0 auto;
	width:880px;
}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	background-image:url(../../../Images/bg_footer.jpg);
	width:961px;
	height:180px;

}

	.inside {
	
		text-align:center;
		text-transform:uppercase;
	
	}
