@import url(global_v1-2.css);
@import url(providence2009_css/modules.css);
@import url(providence2009_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: #09326c;
	font: 24px "Century Gothic", Arial, Verdana, sans-serif;

}


h2 {
	
	color: #09326c;
	font:15px "Century Gothic", Arial, Verdana, sans-serif;
	
}

h3 {
	
	color: #031f4d;
	font:700 12px Verdana, Arial, Helvetica, sans-serif;

}

h4 {
	
	color: #284e85;
	font: italic 16px/1.6 Garamond, "Times New Roman", Times, serif;

}

h5 {
	
	color: #3e5b7e;
	font:14px/1.6 "Century Gothic", Arial, Verdana, sans-serif;
	display: inline;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #1d1f2d;
	font:12px/1.6 Verdana, Arial, Helvetica, sans-serif;

}

table, div {
	
	color:#1d1f2d;
	font:12px/1.2 Verdana, Arial, Helvetica, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #6b8abf;
	font: inherit;
	text-decoration: underline;

}

a:hover {
	
	color: #848D74;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background:#032250 url(../../../Images/bg_site.jpg) center top 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: providence2009
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

#siteWrapper {

	width:100%;
	margin:0 auto;
	text-align:center;
	
}

#branding {

	width:943px;
	height:93px;
	margin:0 auto;

	
}

	#branding .logo {
	
		float:left;
		width:400px;
		padding-top:17px;
		text-align:left;
		
	}
	
	#branding .slogan {
	
		float:right;
		padding-top:17px;
		text-align:right;
		
	}

#navBar {

	width:100%;
	height:38px;
	background:url(../../../Images/bg_nav.gif) repeat-x top center;
	margin:0 auto;
	
}

	#navHolder {
	
		width:943px;
		margin:0 auto;
		
	}

	.nav {
	
		float:left;
		height:38px;
		width:800px;
		text-align:left;
		
	}
	
	.weather {
	
		float:right;
		height:38px;
		width:130px;
		
	}
	
#pageWrapper { /*NOTE:To achieve border gradient. Repeating Portion.*/

	width:943px;
	margin:5 auto 0;
	background:url(../../../Images/bg_contentRepeat.gif) repeat-y top center;
	
}

	#contentTop { /*NOTE:To achieve border gradient. Top Portion.*/
	
		width:943px;
		margin:0 auto;
		background:url(../../../Images/bg_contentTop.gif) no-repeat top center;
		
	}
	
	#contentBottom { /*NOTE:To achieve border gradient. Bottom Portion.*/
	
		width:943px;
		margin:0 auto;
		height:17px;
		background:url(../../../Images/bg_contentBottom.gif) no-repeat bottom center;
		
	}
	

/* -------------------------------------------------------------
= Pub Home 
------------------------------------------------------------- */

#contentSpace {

	width:916px;
	padding:15px 0px 0px;
	margin:0 auto;
	
}

#flash {

	width:916px;
	margin:0 auto;
	
}

#pubHome {

	float:left;
	width:700px;
	
}

	#pubHome .inside {
	
		padding:50px 15px 30px 25px;
		text-align:left;
		
	}
	
#login {

	float:right;
	width:200px;
	
}

	#login .inside {
	
		padding:50px 35px 30px 0px;
		
	}
	
	/* edit login fields globally */

		.advLogUsername {
			color:#446ca9;
			font: bold 9px Arial, Helvetica, serif;
			text-transform:none;
			background:#fff url(../../../Images/login_username.jpg) no-repeat top left;
			/*background:#c2cedb;*/
			border-color:#d7d7db;
			height:16px;
			width:159px;
			display:block;
		}
			
			#login .advLogUsername {
				width:159px;
			}
		
		
		.advLogPassword {
			color:#446ca9;
			background:#fff url(../../../Images/login_password.jpg) no-repeat top left;
			/*background:#c2cedb;*/
			border-color:#d7d7db;
			height:16px;
			width:159px;
			display:block;

		}
			#login .advLogPassword {
				width:159px;
			}
		
		/* overwrite Global Login Divs ---not on this site----start implementing */
		#login_error {
			display:none;
		}
		
		#login #login_error {
			height:20px;
		}
		
		.login_fields {
		}
		
		.login_input {
		}
		
		#username {
			
		}
		
		#un_box {
			display:inline;
			width:140px;
		}
		
		#password {
		}
		
		#pw_box {
			display:inline;
			width:140px;
		}
		
		#login_forgotPassword {
			display:inline;
			width:150px;
		}
		
		#login_link {
			display:inline;
			width:50px;
		}
		
		#login_cookieMessage {
			color:#163360;
			display:inline;
			margin-right:12px;
			width:106px;
		}
			/* styles text of remember me */
			.advLogRemoveChk {
				
			}
		
	
/* -------------------------------------------------------------
= CONTENT PAGES 
------------------------------------------------------------- */

#areaTop { /*NOTE: To achieve sideBar gradient. Top section.*/

	width:916px;
	background:url(../../../Images/bg_pgTop.gif) no-repeat top center;
	margin:0 auto;
	
}


#areaWrapper { /*NOTE: To achieve sideBar gradient. Repeating section.*/

	width:916px;
	background:url(../../../Images/bg_pgRepeat.gif) repeat-y top center;
	margin:0 auto;

}

#areaBottom { /*NOTE: To achieve sideBar gradient. Bottom section.*/

	width:916px;
	background:url(../../../Images/bg_pgBottom.gif) no-repeat bottom center;
	margin:0 auto;
	height:9px;
	
}

#contentArea { /* NOTE: Creates spacing at top of content pages*/

	width:916px;
	padding:10 0 0;
	text-align:center;
	
}

#contentWrapper {

	float:right;
	text-align:left;
	width:700px;
	
}

	#pgHeader {
	
		width:690px;
		text-align:center;
		
	}
	
	#contentMain {
	
		width:700px;
		text-align:left;
	
	}
	
		#contentMain .inside {
		
			padding:30px 20px 50px 30px;
		
		}
		
		#contentMain hr {
		
			color:#d4dfed;
			
		}
	
#sideBar {

	float:left;
	width:195px;
	text-align:left;
	
}

	#sideBar .inside {
	
		padding:30px 10px;
	
	}
	
	#sideBar .lower {
	
		padding:30px 0px 30px 8px;
	
	}
	
		#sideBar p {
		
			color:#2e5389;
			font:11px Verdana, Arial, Helvetica, sans-serif;
			
		}
		
		#sideBar hr {
		
			color:#fff;
			
		}


/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footerWrapper {

	width:100%;
	background:#052f6b;
	height:40px;
	text-align:center;
	margin:15 auto 93px;

}

	#footer {
	
		width:943px;
		height:40px;
		margin:0 auto;
		
	}
	
		#footer .inside {
		
			padding:10px 0px;
			
		}
		
		#footer table {
		
			color:#e6e5e5;
			font:11px "Century Gothic", Arial, sans-serif;
			
		}
		
		#footer p {
		
			color:#e6e5e5;
			font:11px "Century Gothic", Arial, sans-serif;
			
		}
			