@import url(global_v1-2.css);
@import url(seapines_css/modules.css);
@import url(seapines_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: #69291f;
	font: 30px Garamond, "Times New Roman", Times, serif;
	text-transform:uppercase;

}


h2 {
	
	color: #3f331c;
	font:700 14px Garamond, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #867D4A;
	font: 16px Georgia, "Times New Roman", Times, serif;

}

h4 {
	
	color: #3f331c;
	font: italic 16px/1.3 Garamond, "Times New Roman", Times, serif;
	font-weight:700;
	border-left:1px solid #69291f;
	padding-left:5px;

}

h5 {
	
	color: #69291f;
	font:16px/1.6 Georgia, "Times New Roman", Times, serif;
	display: inline;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #000;
	font:12px/1.8 Georgia, "Times New Roman", Times, serif;

}

table, div {
	
	
	font:12px/1.8 Georgia, "Times New Roman", Times, serif;

}

ul,li {
	
	color: #000;
	font:12px/1.8 Georgia, "Times New Roman", Times, serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #69291f;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #999;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: #fefcfd url(../../../Images/site_bg.jpg) repeat-x;
	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: seapines
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

#siteWrapper {

	margin:0 auto;
	width:960px;
	text-align:center;
	
}




/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {

	width:960px;
	background:url(../../../Images/branding_bg.jpg) no-repeat;
	height:114px;
}

	#logo {
	
		float:left;
		padding-top:15px;
	
	}
	
	#globalLinks {
	
		float:right;
		text-align:right;
		padding-top:30px;
		width:250px;		
	
	}
	
		#globalLinks .inside {
		
			
		
		}
		
			#globalLinks h3 {
			
				color:#e5ce86;
				font:16px "Times New Roman", Times, serif;
				text-transform:uppercase;
				
			}
			
			#globalLinks p {
			
				color:#e5ce86;
				font:700 9px/1.7 "Times New Roman", Times, serif;
				text-transform:uppercase;
				
			}
			
			#globalLinks a,a.small,a.anchor,a.visited {
			
				color:#e5ce86;
				font:11px "Times New Roman", Times, serif;
				text-transform:uppercase;
				
			}
			
			#globalLinks a:hover {
			
				color:#fff;
				font:11px "Times New Roman", Times, serif;
				text-transform:uppercase;
				text-decoration:none;
				
			}
			
			
				
			
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {

	width:960px;
	background:url(../../../Images/nav_bg.gif) repeat-x;
	height:38px;

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#flash {

	width:960px;

}

#contentArea {

	width:960px;
	background:#fff url(../../../Images/content_bg.jpg) no-repeat bottom;
	
}

	#sideBar {
	
		float:left;
		text-align:left;
		width:220px;
	
	}
	
		#sideBar .inside {
		
			padding:30px 10px;
		
		}
		
	#contentWrapper {
	
		float:right;
		text-align:left;
		width:720px;
	
	}
	
		#contentMain {
		
			width:720px;
		
		}
		
			#contentMain .inside {
			
				padding:30px 10px 30px 0px;
				width:680px;
				border-bottom:1px solid #c4c0b6;
				
			}
			
		#secondary {
		
			width:700px;
			padding-top:25px;
		
		}
		
			#secondary .inside {
			
				padding:0px 10px 50px;
			
			}
			
			#secondaryWrapper {
			
				float:left;
			
			}
			
			#eventWrapper {
			
				width:470px;
				padding-bottom:20px;
			
			}
			
			#plugin {
			
				float:right;
				width:200px;
			
			}
			
			#rsvp {
			
			
			}
			
				#rsvp p {
				
					color:#69291f;
					font:11px Arial, Helvetica, sans-serif;
					
				}
				
				#rsvp h3 {
				
					color:#fff;
					font:14px Garamond, "Times New Roman", Times, serif;
					
				}
				
				
				
				

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footerWrapper {

	width:100%;
	margin:0 auto;
	background:url(../../../Images/footer_bg.jpg) repeat-x center;
	height:331px;

}

	#footer {
	
		width:960px;
		margin:0 auto;
		
	
	}
	
		#footer .floatLeft {
		
			float:left;
			padding-top:265px;
		
		}
		
		#footer .floatRight {
		
			float:right;
			width:200px;
			padding-top:240px;
			
		}
		
			#footer p {
			
				color:#8a5b2b;
				font:700 11px Arial, Helvetica, sans-serif;
				
			}


.NC_TimeSlotPanelUnavailable {
	background:#fff url(http://www.seapinescountryclub.com/a_master/net/netcaddy/skins/default/TimeSlotPanelImg/RootItemBkgUnAvail.gif) repeat-x;
	padding: 4px 0 0 2px;
}