@import url(global_v1-2.css);
@import url(baltimoreCC09_css/modules.css);
@import url(baltimoreCC09_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: #26180c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:600;

}


h2 {
	
	color: #242424;
	font: 17px "Times New Roman", Times, serif;
	text-transform:uppercase;
	
}

h3 {
	
	color: #a98047;
	font: 17px "Times New Roman", Times, serif;

}

h4 {
	
	color: #a3783b;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:16px;
	line-height:1.3em;
	font-weight:lighter;

}

h5 {
	
	color: #3e7231;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:14px;
	display: inline;

}

h6 {
	
	color: #b5a764;
	font: 13px "Times New Roman", Times, serif;
	text-transform:uppercase;
	display:inline;

}

p {
	
	color: #242424;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:1.4;

}

table, div {
	
	color: #242424;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:1.4;

}

a,a.small,a.anchor,a.visited {
	
	color: #3e7231;
	font: inherit;
	text-decoration: underline;

}

a:hover {
	
	color: #a3783b;
	font: inherit;
	text-decoration: underline;

}

ul {
				list-style-image:url(../../../Images/bullet.gif);
				padding-left:10px;
				margin:0px;
}

.page {
	
	background: url(../../../Images/bg_page.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;

}

/****** 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: baltimoreCC09
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

.floatLeft {
float:left;
} 

.floatRight {
float:right;
} 

.clearBoth {
clear:both;
} 

.centered {
margin:0 auto;
text-align:center;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {
width:966px;
margin:0 auto;

	
}

#pub {


	
}

#priv {


	
}

#pageTop {
width:100%;
margin:0 auto;
background:url(../../../Images/pageBgtop.jpg) repeat-x 0 0;
height:370px;
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {
width: 960px;
height:122px;
	/*background:url(../../../Images/brandbg.jpg) 0 0 no-repeat;*/
}

#branding .calendar {
background:url(../../../Images/priv-Calendar.jpg) 0 0 no-repeat;
}

#branding .dining {
background:url(../../../Images/priv-dining.jpg) 0 0 no-repeat;
}

#branding .golf {
background:url(../../../Images/priv-golf.jpg) 0 0 no-repeat;
}

#branding .indoor {
background:url(../../../Images/priv-indoorSports.jpg) 0 0 no-repeat;
}

#branding .member {
background:url(../../../Images/priv-membership.jpg) 0 0 no-repeat;
}

#branding .racquets {
background:url(../../../Images/priv-racquets.jpg) 0 0 no-repeat;
}

#branding .swim {
background:url(../../../Images/priv-swim.jpg) 0 0 no-repeat;
}

#branding .generic {
background:url(../../../Images/priv-none.jpg) 0 0 no-repeat;
}

#branding .news {
background:url(../../../Images/priv-Calendar.jpg) 0 0 no-repeat;
}

#branding .fitness {
background:url(../../../Images/priv-fitness.jpg) 0 0 no-repeat;
}

#logo {
width:450px;
text-align:left;
padding-top:15px;
}

#privqlinks {
width:450px;
text-align:right;
padding-top:39px;
padding-right:15px;
}

	#privqlinks a, #privqlinks a:visited {
	font: 11px Arial, Helvetica, sans-serif;
	color:#e0c17a;
	text-decoration:none;
	text-transform:uppercase;
	}
	
		#privqlinks a:hover {
	font: 11px Arial, Helvetica, sans-serif;
	color:#e0c17a;
	text-decoration:underline;
	text-transform:uppercase;
	}

#branding img {
display:block;
}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
width:960px;
background:url(../../../Images/navbg.jpg) no-repeat 0 0;
margin:0 auto;
height:40px;
border-bottom:2px solid #000; 
}


#nav .pubnav {
width:772px;
margin:0 auto;
float:left;
}


#nav .privnav {
width:930px;
margin:0 auto;
}

#memberLogin {
width:158px;
height:40px;
float:right;
display:block;
}

a#memberlogin {
	height:40px;
	width:158px;
	background:url(../../../Images/memberlogin.jpg);
	background-position:top left;
	cursor:pointer;
	display:block;
	}
		a#memberlogin:hover {
		background-position:bottom left;
		cursor:pointer;
		
		}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#shadowBg {
background:url(../../../Images/shadowbg.gif) repeat-y 0 0;
width:966px;
margin:0 auto;
}

#mediaWindow {
width:960px;
margin:0 auto;

}

#mediaWindow img {
display:block;
}

#contentWrapper {
width:960px;
margin:0 auto;
/*border:3px solid #cec6a0;*/
background:#cec6a0;
}

#contentWrapper .padding {
padding:3px;
}

#contentWrap {
width:954px;
margin:0 auto;
background:#fefdfb;
}

#pubHomeborder {
background:#cec6a0;
width:960px;
}

#pubHomeborder .padding {
padding:3px;
}

#pubHomeWrapper {
width:954px;
margin:0 auto;
background:#fefdfb url(../../../Images/pubhomebg1.jpg) no-repeat 0 0;
}

	#pubHomeWrapper .inside {
	width:924px;
	padding:20px 0px;
	margin:0 auto;
	}
		#calloutsLeft {
		width:450px;
		}
		
		#callout1 {
		width:210px;
		}
		
		#callout2 {
		width:210px;
		}
		
		#calloutsRight {
		width:450px;
		}
		
		#callout3 {
		width:210px;
		}
		
		#callout4 {
		width:210px;
		}


#sidebar {
width:184px;
text-align:center;
padding-top:40px;
}

	#sidebar .inside {
	width:144px;
	margin:0 auto;
	text-align:left;
	}
	
#contentArea {
width:770px;
margin:0 auto;
text-align:left;
background:url(../../../Images/contentAreaBg.jpg) top center no-repeat;	
	
}

	#contentArea .inside {
	width:654px;
	padding:40px 0px 60px 0px;
	margin-left:40px;
	}

	#privTop {
	width:654px;
	border-bottom:4px double #cbc9c1;
	border-top:1px solid #cbc9c1;
	padding:10px 0px;
	}
	
	#topLeft {
	width:300px;
	}
	
	#topRight {
	width:294px;
	}
	
	#privBottom {
	width:654px;
	background:url(../../../Images/privBottombg.jpg) repeat-y 0 0;
	padding-top:5px;
	padding-bottom:20px;
	margin-top:25px;
	}
	
	#bottomLeft {
	width:300px;
	}
	
	#bottomRight {
	width:299px;
	}
	
	#mainContent {
	width:654px;
	}
	
	#landingCal {
	width:430px;
	margin-top:20px;
	}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
background:url(../../../Images/footerbg.jpg);
height:137px;
width:960px;
text-align:left;
margin:0 auto;
}

#footer .inside {
padding-top:20px;
}

#footer .inside a, #footer .inside a:visited {
	color: #b5a764;
	font: 13px "Times New Roman", Times, serif;
	text-decoration:underline;
}

#footer .inside a:hover {
color:#fff;
}

/*---------------------------------------------------------
= pubHome hover class
----------------------------------------------------------*/

#pubHomeWrapper .inside td h5 a {
  background: url(../../../Images/pubHomeH5_hover.gif) no-repeat top left;
  display:block;
  color:#2c1700;
  
  height:50px;
  padding: 12px 0 0 45px;
  
  text-decoration:none;
 }
 #pubHomeWrapper .inside td h5 a:hover {
   background: url(../../../Images/pubHomeH5_hover.gif) no-repeat top right;
   color:#2c1700;
   text-decoration:none;
  }
 
#pubHomeWrapper .inside td h5 {
  color:#2c1700;
  font:16px "Times New Roman", Times, serif;
  text-transform:uppercase;
  
  display:block;
  width:210px;
  height:50px;
 }
