@import url(global_v1-2.css);
@import url(FriendlySonsofStPatrick_css/modules.css);
@import url(FriendlySonsofStPatrick_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;
}


h1 {
	
	color: #083d1c;
	font: 25px Helvetica, sans-serif;
	
	

}


h2 {
	
	color: #3e3403;
	font: 14px Helvetica, sans-serif;
	line-height:1.5;
	
}

h3 {
	
	color: #0b5527;
	font: 14px Helvetica, sans-serif;
	font-weight: bold;
	padding-top:4px;
}

h4 {
	
	color: #000;
	font: 14px Helvetica, sans-serif;
	line-height:1.5;
}

h5 {
	
	color: #616268;
	font: 12px Arial, Helvetica, sans-serif;
	border-bottom:solid #686a60 1px;
	text-align:left;
	font-weight:bold;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #1A1816;
	font: 11px/1.6 "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

table, div {
	
	font: 11px "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #0a3c19;
	font: 12px Helvetica, sans-serif;
	text-decoration: underline;

}

a:hover {
	
	color: #000;
	font: inherit;
	text-decoration: underline;

}



.page {
	
background:#396637 url(../../../Images/background.gif) repeat-x  top center;
text-align: center;
}

.Landingpage, .Contentpage {
	
background:#396637 url(../../../Images/background.gif) repeat-x  center;
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: CMAAGCleveland
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

.floatLeft {
float:left;
} 

.floatRight {
float:right;
} 

.clearBoth {
clear:both;
} 

.centered {
margin:0 auto;
text-align:center;
}

.treeNav{
padding-bottom:2px;
padding-top:4px;
}
.contentHed {
padding-bottom:4px;
}

.content {
font:12px Arial, Helvetica, sans-serif;
color:#000;
text-align:left;
width:520;
line-height:20px;
}

a img {
border:none;
}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {
width:960px;
margin:0 auto;
}


#pubContent {
}


	


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {
background: #1F351E url(../../../Images/headerBackground.jpg) no-repeat center bottom;
width: 100%;
height:92px;

}

#brandingLeft {

width:370px;
height:92px;}


#logo {
width:165px;
text-align:left;

}

#branding2 {
width:960px;
margin:0 auto;
}	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
	background:#132A11 url(../../../Images/navGradient.gif) repeat-x;
	width:100%;
	height:36px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:2px;
}


#topNav {

margin:0 auto;
width:960px;
height:30px;
}


#navHolder a {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	margin: 0 20px;
}

#navHolder {
	width:700px;
	text-align:right;
}
	#navHolder .inside {
		width:685px;
		text-align:left;
	}	



#globalLinks {
	color:#FFF;
	text-align:left;
	width: 135px;
}
	#globalLinks .inside {
		text-align:right;
		width:120px;
	}
	
	#globalLinks a {
		color:#FFF;
		font: 10px Arial, Helvetica, sans-serif;
	}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#mediaWindow {
width:929px;
margin-bottom:20px;
}

#contentArea {
width:960px;
padding: 20px 14px;
background:#fff
}





#contentContainer {
width:100%;
background:#FAF5C4 url(../../../Images/background.gif) repeat-x  top center;

}

#pubHome #contentContainer {
width:960px;
padding-top:20px;
}

#contentWrapper {
width:729px;
}

#FriendlySonslogo {
	float:left;
	height: 92px;
	width: 563px;
	margin-left:30spx;
	
	}
	
	a#FriendlySonslogo {
		height: 92px;
		width: 563px;
		background: url(../../../Images/logoRollovers.jpg);
		background-position:bottom;
		/*---display:block; - if inside table – FF ---*/
}
		a#FriendlySonslogo:hover {
			background-position:top;
		}




/**PUBLIC HOME START **/

#pubHome #contentArea {
width:960px;
padding: 20px 14px;
background:transparent; margin:0 auto;
text-align:center;
}

#pubHome #contentWrapper {
width:650px;
}

#pubHome #contentSecondary {
width:180px;
padding-left:10px;
}

#pubhome #contentMain {text-align:left; width:400px; margin-left:20px; margin-top:10px;}

.upcomingEvents { background-color:#274e23; }

#sidebar {
width:187px;
padding-left:16px;
}

#events { margin-right:28px;}

#pubHome .tablebackground { background-color:#274e23; }

.text {margin-left:20px; font:12px Helvetica, sans-serif; color:#fff}

#newsHighlights {width:300px;}

/**PUBLIC HOME ENDS **/



/**PUBLIC Landing START **/

#pubLanding #contentArea {
width:960px;
padding: 20px 14px;
background:transparent; margin:0 auto;
text-align:center;
}

#pubLanding #contentWrapper {
width:860px;
}

#pubLanding #contentSecondary {
width:180px;
padding-left:10px;
}

#pubLanding #contentMain {text-align:left; width:630px; margin-left:20px;}

.upcomingEvents { background-color:#274e23; }

#sidebar {
width:187px;
padding-left:16px;
}

#events { margin-right:28px;}

#pubLanding .tablebackground { background-color:#274e23; }

.text {margin-left:20px; font:12px Helvetica, sans-serif; color:#fff}

#newsHighlights {width:300px;}

/**PUBLIC Landing ENDS **/



/**PUBLIC Contnet START **/

#pubContent #contentArea {
width:960px;
padding: 20px 14px;
background:transparent;
 margin:0 auto;
text-align:center;
}

#pubContent #contentWrapper {
width:860px;
}


#pubContent #contentMain {text-align:left; width:805px; margin-left:20px; margin-bottom:20px;}

.upcomingEvents { background-color:#274e23; }

#sidebar {
width:187px;
padding-left:16px;
}

#events { margin-right:28px;}

#pubContent .tablebackground { background-color:#274e23; }

.text {margin-left:20px; font:12px Helvetica, sans-serif; color:#fff}

#newsHighlights {width:300px;}

/**PUBLIC Content ENDS **/

/**PUBLIC List START **/

#pubList #contentArea {
width:960px;
padding: 20px 14px;
background:transparent; margin:0 auto;
text-align:center;
}

#pubList #contentWrapper {
width:860px;
}

#pubList #contentSecondary {
width:180px;
padding-left:10px;
}

#pubList #contentMain {text-align:left; width:630px; margin-left:20px;}

.upcomingEvents { background-color:#274e23; }

#sidebar {
width:187px;
padding-left:16px;
}

#events { margin-right:28px;}

#leftCol {width:200px; margin-right:10px}
#middleCol {width:200px}
#rightCol {width:200px; margin-left:10px;}
/**PUBLIC List ENDS **/


#privContent #sidebar {
width:187px;
padding-left:12px;
}

#contentSecondary {
width:193px;
font:10px Arial, Helvetica, sans-serif;
margin-left:20px;
text-align:left;
}

#colLeft {
width:252px;
text-align:left;
}

#colRight {
width: 252px;
text-align:left;
}

#contentMain {
width:520px;

font:10px Arial, Helvetica, sans-serif;

}


#title {
width:960px;
background-color:#276b27;
text-align:left;
}

#contentAreaContainer {
width:960px;
}



#viewnews{color:#94ac33; font: 10px Arial, Helvetica, sans-serif; margin-left:420px}



/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */



#footer {
width:100%;

 background:#396637 url(../../../Images/footerPattern.gif) repeat-x top center;
 height:150px;
font:9px Helvetica, sans-serif;
color:#edfdef;
padding-top:5px;

}

#pubHome #pubLanding #footer, #privHome #footer {
width:100%;
background-color: #396637;
font:9px  Helvetica, sans-serif;
color:#edfdef;
padding-top:20px;
/*padding-left:85px;*/
}

#footer .inside {
width:100%;
margin:0;
padding-top:20px;
}