@import url(global_v1-2.css);
@import url(peninsulaYC_css/modules.css);
@import url(peninsulaYC_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: #1c4063;
	font: 32px Georgia, "Times New Roman", Times, serif;
	margin-left:30px;
	line-height:44px;
	
}

	#modules .plgHeaderBar {
		
		color: #1c4063;
		font: 32px Georgia, "Times New Roman", Times, serif;
		margin-left:30px;
		line-height:44px;
		
	}


h2 {
	
	color: #1c4063;
	font: 16px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #867D4A;
	font: 16px Georgia, "Times New Roman", Times, serif;

}

h4 {
	
	color: #6a6a6a;
	font: italic 13px/1.3 Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color: #6a6a6a;
	font:italic 13px Georgia, "Times New Roman", Times, serif;
	display: inline;

}

h6 {
	
	color: #1c4063;
	font:italic 13px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #1c4063;
	font: 11px/1.6 Verdana, Arial, sans-serif;

}

table, div {
	
	color: #1c4063;
	font: 11px/1.6 Verdana, Arial, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #950012;
	font: inherit;
	text-decoration:underline;

}

a:hover {
	
	color: #9c9c9c;
	font: inherit;
	text-decoration: underline;

}

li {

	list-style-image:url(../../../Images/bg_listItem.gif);

}

.page {
	
	background:#1d4165 url(../../../Images/bg_site.jpg) 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: peninsulaYC
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

#siteWrapper {

	width:960px;
	text-align:left;
	margin:0 auto;
	
}

#contentAreaHome {

	width:960px;
	background:#fff;
	text-align:center;
	border:1px solid #dbdad6;
	margin:30 auto 0;
	
}

#contentArea {

	width:960px;
	background:url(../../../Images/bg_contentArea.gif) repeat-y top center;
	text-align:center;
	margin:0 auto;
	
}

#quickLinks {

	text-align:right;
	background:#fff;
	width:720px;
	height:34px;
	
}

	#quickLinks .inside {
	
		padding:8px 2px 0;
		
	}
	
	#quickLinks a {
	
		color:#9c9c9c;
		font:10px Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
		
	}
	
	#quickLinks a:hover {
	
		color:#dcd9c6;
		font:10px Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
		
	}

	#quickLinks .tolietBlue a {
	
		color:#fff;
		background:#1c4063;
		padding:5 10;
		text-decoration:none;
		
	}
	
	#quickLinks .tolietBlue a:hover {
	
		color:#fefefe;
		background:#336ba2;
		padding:5 10;
		text-decoration:none;
		
	}
	
	.tolietBlue a {
	
		color:#fff;
		background:#1c4063;
		padding:5 10;
		text-decoration:none;
		
	}
	
	.tolietBlue a:hover {
	
		color:#fefefe;
		background:#336ba2;
		padding:5 10;
		text-decoration:none;
		
	}

/* -------------------------------------------------------------
= PUBLIC HOME 
------------------------------------------------------------- */

#pubHomeNav {

	background:url(../../../Images/bg_pubHmNav.gif) repeat-x;
	height:28px;
	width:956px;
	margin:0 auto;
	
}

#flush {

	width:956px;
	margin:0 auto;
	
}

	#flush img {
	
		display:block;
		
	}
	
#pubHomeTop {

	background:url(../../../Images/bg_pubHomeTop.gif) no-repeat bottom;
	height:5px;
	width:940px;
	margin:10 auto 0;
	
}

#pubHomeBottom {

	background:url(../../../Images/bg_pubHomeBottom.gif) no-repeat top;
	height:5px;
	width:940px;
	margin:0 auto 10;
	
}

#pubHome {

	width:940px;
	background:url(../../../Images/bg_pubHome.jpg) repeat-y center;
	margin:0 auto;
	
}

	#pubHome .inside {
	
		padding:15 25 0;
		
	}

	#pubHome .floatLeft {
	
		float:left;
		width:420px;
		margin:0 auto;
	
	}
	
	#pubHome .floatRight {
	
		float:right;
		width:460px;
		margin:0 auto;
	
	}
	
	#pubHome a {
	
		color:#fff;
		font:700 14px "Trajan Pro", Georgia, "Times New Roman", Times, serif;
		font-variant:small-caps;
		text-decoration:none;
				
	}
	
	#pubHome a:hover {
	
		color:#CCCCCC;
		text-decoration:none;
		
	}
	
#pubLogin {

	width:940px;
	background:url(../../../Images/bg_pubHome.jpg) repeat-y center;
	margin:0 auto;
	
}

	#pubLogin .inside {
	
		padding:15 25 0;
		
	}
	
	#pubLogin a {
	
		color:#7a9dbf;
		font:10px Verdana, Arial, Helvetica, sans-serif;
		
	}
	
	#pubLogin table {
	
		color:#7a9dbf;
		font:10px Verdana, Arial, Helvetica, sans-serif;
		
	}
	
/* -------------------------------------------------------------
= PUBLIC CONTENT
------------------------------------------------------------- */

#modules {

	width:940px;
	background:url(../../../Images/bg_pubHome.jpg) repeat-y center;
	margin:0 auto;
	
}

	#modules .inside {
	
		padding:15 25 0;
		
	}
	
	#modules a {
	
		text-decoration:none;
		
	}

#contentLeft {

	width:240px;
	background:url(../../../Images/bg_sideBar.gif) left;
}

	#logoTopFloor {
		
		height:30px;
		width:210px;
		text-align:left;
		margin-left:30px;
	
	}
	
		#logoTopFloor img {
		
			display:block;
			
		}
		
	#leftBorder {
	
		background:url(../../../Images/bg_sideBarLeftMargin.gif) top left no-repeat;
		width:30px;
		height:319px;
	
	}
		
	#sideBar {

		background:url(../../../Images/bg_sideBarInside.gif) repeat-y;
		width:210px;
		text-align:left;
				
	}
	
		#sideBar .inside {
		
					
			
		}
	
		#sidebar .nav {
		
			padding:20px 10px;
		
		}
		
			#sidebar .nav a {
			
				text-decoration:none;
				
			}
			
			#sidebar .nav a:hover {
			
				text-decoration:none;
				
			}
		
		#sideBar .lower {
		
			padding:20px 10px 10px;
			
		}	
		
		#mopShadow {
		
			background:url(../../../Images/bg_mopShadow.jpg) no-repeat top;
			height:7px;
			
		}
		
#contentRight {

	width:720px;
	margin:0 auto;
	text-align:left;
	
}



	#snailTrail {
	
		background:url(../../../Images/bg_snailTrail.gif) repeat-x top;
		width:718px;		
		height:8px;
				
	}
	
	#epicSnailTrail {
	
		background:url(../../../Images/bg_snailTrail.gif) repeat-x top;
		width:956px;		
		height:8px;
				
	}
	
	#headerImage {
	
		background:#fff;
				
	}
	
		#headerImage img {
		
			display:block;
			
		}
		
	#photoAlbumHeader {
	
		background:#fff;
				
	}
	
		#photoAlbumHeader img {
		
			display:block;
			
		}
		
		#photoAlbumHeader a {
		
			color:#dbdad6;
			font:10px Verdana, Arial, Helvetica, sans-serif;
			text-decoration:none;
			
		}
		
		#photoAlbumHeader a:hover {
		
			color:#fefefe;
			
		}
		
		#photoAlbumHeader table {
		
			color:#dbdad6;
			
		}
		
	#contentAreaTop {

		width:720px;
		height:14px;
		background:url(../../../Images/bg_contentAreaTop.gif) bottom no-repeat;
		
	}	
	
	#contentMain {
	
		background:url(../../../Images/bg_contentMain.gif) left;
		width:720px;
		
	}
	
		#contentMain .topMop {
		
			padding:30px 60px 0px 70px;
			
		}
		
		#contentMain .basementMop {
		
			padding:30px 60px 0px 70px;
			
		}
		
		#contentMain .topMop a {
	
			color:#fff;
			font:700 14px "Trajan Pro", Georgia, "Times New Roman", Times, serif;
			font-variant:small-caps;
			text-decoration:none;
			
		}
		
		#contentmain .topMop a:hover {
		
			color:#CCCCCC;
			text-decoration:none;
			
		}
	
		
#contentAreaBottom {

	height:20px;
	background:url(../../../Images/bg_contentAreaBottom.gif) no-repeat top;
	width:960px;
	
}


/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	background:url(../../../Images/bg_footer.gif) repeat-x top;
	width:960px;
	height:50px;
	margin:0 auto;
	
}

	#footer p {
	
		color:#9c9c9c;
		font:11px Verdana, Arial, Helvetica, sans-serif;
		padding-top:10px;
		
	}

/*IE 6 top header image bug*/
/*
* html #logoTopFloor {margin-left: 15px;}*/
	
