@import url(global_v1-2.css);
@import url(LittleRiverBlue_css/modules.css);
@import url(LittleRiverBlue_css/plugins.css);
@import url(adminLogin.css);
@import url(admin.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;
	font-size:100%;
}


h1 {
	
	color: #000;
	font: 2em Verdana, Arial, Helvetica, sans-serif;

}


h2 {
	
	color: #000;
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	
}

h3 {
	
	color: #1a386a;
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;

}

h4 {
	
	color: #000;
	font: 1.5em Impact, Haettenschweiler, “Arial Narrow Bold”, sans-serif;

}

h5 {
	
	color: #00549e;
	font: .85em/1 Arial, Helvetica, sans-serif;
	display: inline;

}

h6 {
	
	color: #fff;
	font: 1em/1.2 Arial, Helvetica, sans-serif;

}

p {
	
	color: #000;
	font: .975em/1.2 Verdana, Arial, Helvetica, sans-serif;

}

table, div {
	
	color: #000;
	font: .975em/1.2 Verdana, Arial, Helvetica, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #00549e;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #1a386a;
	font: inherit;
	text-decoration: none;

}

.page {
	
	background: #1a386a url(../../../Images/pageBG.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: LittleRiverBlue
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

a img {
border:none;
}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {
width:966px;
margin:0 auto;
margin-top:14px;
background:url(../../../images/siteWrapBG.png) 0 0 no-repeat;
}

.siteContainer {
width:960px;
bakcground:#fff;
margin:0 auto;
background:#fff;
}



/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {
width:960px;
margin:0 auto;
height:138px;

}

	.brandLeft {
	float:left;
	width:478px;
	}
	
	.brandRight {
	width:471px;
	float:right;
	padding:7px 0px;
	padding-right:7px;
	}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */



/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

.contentWrapper {
width:960px;
margin:0 auto;
background:url(../../../images/contentAreaBottom.jpg) bottom center no-repeat;
padding-bottom:110px;
}

#mediaWindow {
width:960px;
margin:0 auto;

}

#mediaWindow img {
/*display:block;*/
}

#nav {
width:960px;
background:url(../../../images/navBottomnew.jpg) bottom center no-repeat;
padding-bottom:20px;
}
	
	#nav .inside {
	width:960px;
	background:url(../../../images/hnavBG.jpg) top center no-repeat;
	height:60px;
	}
	
		#nav .inside .navLeft {
		float:left;
		width:508px;
		}
		
			#nav .inside .navLeft .links {
			width:445px;
			float:left;
			}
		
			#nav .inside .navLeft .logoHome {
			width:63px;
			float:right;
			}
			
		
		#nav .inside .navRight {
		float:right;
		width:441px;
		}

#contentArea {
	width:960px;
	margin:0 auto;
	text-align:left;
	padding-top:5px;
}

#photoAlbumpg {
width:940px;
margin:0 auto;
margin-left:10px;
}

	#sidebar {
	width:230px;
	padding-left:8px;
	float:left;
	}
	
	#mainContent {
	width:692px;
	float:right;
	/*margin-right:8px;*/
	/*margin-left:22px;*/
	}
	
		#textArea {
		width:440px;
		float:left;
		}
		
		#textArea .intro {
		padding-bottom:10px;
		}
		
		#secondary {
		width:230px;
		margin-left:22px;
		float:right;
		}
		
		
		.LRBelement, .poll {
		padding-top:75px;
		
		}
		
		
		.newsroom {
		background:#E8EDF6;
		padding-top:75px;
		}
		
		
		
		
		
		
		
		.poll hr {
		display:none;
		}
		

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {

width:960px;
margin:0 auto;
background:#1a386a url(../../../images/footerBG.jpg) 0 0 no-repeat;
padding:76px 0px;
}

/*#footer .row1 img {
width:90%;
height:90%;
}
*/
/*#footer .row1 a#clickToEditAnchor342822 img,
#footer .row3 a#clickToEditAnchor342823 img {
width:90px;
height:22px;
}*/

#footer .row2 {

}

/*#footer .row3 img {
width:90%;
height:90%;
}
*/
#footer .row4 {
text-align:center;
padding-top:20px;
}

#footer .row4 h6 a {
font:inherit;
color:#fff;
}
