/* Version 1.01 
*  Released: 12/27/2007
*/

@import url(global.css);
@import url(adminLogin.css);
@import url(Abenaqui_css/modules.css);
@import url(Abenaqui_css/plugins.css);

/*
I. GLOBAL:  Global classes, header styles, link styles and .page class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS
/////////////////////////////////////////////////////*/

body {
	background:#fff;
	color:#4A493D;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	color:#304d23;
	font:400 30px Georgia, "Times New Roman", Times, serif;
	margin: 0px 0 10px;
}

h2 {
	color:#304d23;
	font:400 20px Georgia, "Times New Roman", Times, serif;
	margin: 15px 0 5px;
}

h3 {
	color:#000;
	font:400 16px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #333;
	font-style: italic;
	margin: 7px 0 4px;
}

h4 {
	color:#4A493D;
	font:14px Georgia, "Times New Roman", Times, serif;
}

h5 {
	color:#333;
	display:inline;
	font:400 12px Georgia, "Times New Roman", Times, serif;
}

h6 {
	color:#666;
	font:12px/1.8 Georgia, "Times New Roman", Times, serif;
}

p {
	color:#4A493D;
	font:11px Georgia, "Times New Roman", Times, serif;
}

table {
	font:11px Georgia, "Times New Roman", Times, serif;
color:#4A493D;
}

a,a.small,a.anchor,a.visited {
	color:#6F2904;
	font:inherit;
	text-decoration:none;
}

a:hover {
	color:#A83F06;
	font:inherit;
	text-decoration:underline;
}

.page {
	background: #0E370B url(../../../Images/site_bg.jpg) center top;
}

.CEMenu {
	margin:0;
	padding:0;
}

/* important edit global text boxes - default --------- */
.txtbox {
	background:#FFF;
	border-style:inset;
	border-width:2px;
	color:#000;
	font:11px Arial, Verdana, 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 Arial, Verdana, sans-serif;
}

/*= directory -> edit roster options -> close button --------- */
.membut {
	background:#eee;
	border:1px solid buttonface;
	color:#333;
	cursor:pointer;
	font:11px Arial, Verdana, sans-serif;
}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	background:#eee;
	border-style:outset;
	border-width:2px;
	color:#333;
	font:11px Arial, Verdana, sans-serif;
	margin-bottom:2px;
	margin-top:2px;
}

.adminbar {
	background:#eee;
	color:#333;
	font:400 12px Arial, Verdana, sans-serif;
}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	background:#eee;
	color:#000;
	font:400 11px Arial, Verdana, sans-serif;
}

.rowHover {
	background:#FFF;
	color:#000;
	font:400 11px Arial, Verdana, 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 Arial, Verdana, sans-serif;
	padding:2px;
	text-decoration:none;
}

a.cookieTrail,a.cookieTrail:hover {
	color:#333;
	font:400 11px Arial, Verdana, sans-serif;
	text-decoration:none;
}

/*///////////////////////////////////////
Layout and Custom Selectors for: (ABENAQUI)
///////////////////////////////////////*/

.hide-text, #banner_homeTable {

	display: none;
	
}

.imgBorder {

	border: 3px solid #bea361;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {

	margin: 0 auto;
	width: 794px;
	text-align: left;

}

/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#header {
	
	background: url(../../../Images/nav_bg.jpg) center bottom no-repeat;
	height: 155px;
	padding: 0 7px;
	

}

	#header #logo {
	
		background: url(../../../Images/logo.gif) left top no-repeat;
		clear: both;
		height: 103px;
		width: 103px;
	
	}
	
	
#mp-priv #header #logo {

	float: left;

}

#mp-priv #header #memArea {

	float: right;
	margin: 90px 10px 0 0;
	color: #fff;
	font-size: 14px;

}

/* -------------------------------------------------------------
= NAV
------------------------------------------------------------- */

#menuWrapper {
	
	padding: 10px 0 0;
	height: 25px;
	
}

#mp-priv #menuWrapper {  

	clear: both;
	/*padding: 10px 0 0;*/

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */
#contentWrapper {
	background: url(../../../Images/content_bg.gif) center top repeat-y;
	padding: 0 8px;
}

.contentArea {

	background: #DCCA99 url(../../../Images/content_watermark.jpg) right bottom no-repeat;

}

#contentMain {

	

}

#contentSub {

	width: 553px;
	padding: 0 20px 0 40px; 
	
}

	#contentSub .inside {
		
		padding: 15px 0 200px 0;
		width: 483px;
	}
	
	#thumbNails {
	
		width: auto;
	
	}
	
		#thumbNails td {
		
			padding: 0 15px 0 0;
		
		}


/* -------------------------------------------------------------
= SIDEBAR 
------------------------------------------------------------- */

#sidebar {

	background: #E3D6B4 url(../../../Images/sideBar_bg.gif) left bottom repeat-x;
	width: 225px;

}

	#sidebar .inside {
	
		padding: 20px 15px;
		
	}
	
.sweep {
	padding-right: 1px;
}

.sweepInside {
	padding: 10px;
}

#quickLinks {

	margin: 0 0 20px;
	padding: 0px;
	list-style: none;

}

	#quickLinks li {
	
		border-bottom: 1px dotted #666;
		padding: 3px 0;
		text-align: center;
	
	}

		#quickLinks li a {
			text-transform: uppercase;
			font: 400 11px Georgia, "Times New Roman", Times, serif
		
		}
		#quickLinks a:hover {
			text-decoration: none;		
		}
		
#clubInformation,
#memLogin {
	
	display: block;
	height: 30px;
	widows: 215px;
	margin: 15px 0 5px;
}

#clubInformation {
	background: url(../../../Images/sideBar_clubInfo.gif) left top no-repeat;
	clear: both;
}

#memLogin {
	background: url(../../../Images/sideBar_memLogin.gif) left top no-repeat;
}

		
/* -------------------------------------------------------------
= FOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	background: url(../../../Images/footer_bg.gif) center top no-repeat;
	padding: 3px 15px 30px;
	text-align: center;

}

#footer address {

	font: 400 11px Arial, Verdana, sans-serif;
	color: #fff;
	float: left;

}

#footer p {
	font: 400 11px Arial, Verdana, sans-serif;
	color: #fff;
	float: right;
}

	#footer #logo {
	
		background: url(../../../Images/footer_logo.gif) left top no-repeat;
		clear: both;
		height: 65px;
		margin: 30px auto 0;
		width: 176px;
		text-align: center;
		
	
	}
	
#moduleWrap {
	width: 778px;
}
