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

@import url(global_v1-2.css);
@import url(adminLogin.css);
@import url(Tupelo_css/modules.css);
@import url(Tupelo_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:#000;
	font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Verdana,sans-serif;
}

h1 {
	border-bottom: 1px dotted #333;
	color:#603312;
	font:400 30px "Times New Roman", Georgia, Times, serif;
	padding: 0 0 10px;
	margin: 5px 0 15px;
}

h2 {
	color:#6f2904;
	font:400 17px "Times New Roman", Georgia, Times, serif;
}

h3 {
	color:#5c532d;
	font:400 14px "Times New Roman", Georgia, Times, serif;
	margin: 10px 0 7px;
	font-style: italic;
}

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

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

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

/* ::TODO:: look into the best solution for this */
p {
	color:#333;
	font: 400 11px normal;
	line-height: 1.5em;
}

table {
	font: 400 11px normal;
}

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:#212110 url(../../../Images/site_bg.jpg) center bottom repeat-y;
}

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

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

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

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

.adminbar {
	background:#eee;
	color:#333;
	font:400 12px normal;
}

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

.rowHover {
	background:#FFF;
	color:#000;
	font:400 11px normal;
}

.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 normal;
	padding:2px;
	text-decoration:none;
}

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

/*///////////////////////////////////////
Layout and Custom Selectors for: (SITE NAME)
///////////////////////////////////////*/

.hide-text {

	display: none;

}

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

.siteWrapper {

	background: url(../../../Images/content_bg.gif) center top repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 830px;

}

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

#header {

	background: url(../../../Images/header_bg.gif) left top no-repeat;
	margin: 0 6px;
	

}

	#header #logo {
	
		background: transparent none;
		display: block;
		float: left;
		height: 90px;
		width: 400px;
		
	}
	
	#header #logo:hover {
	
		/*background: transparent none;*/
		text-decoration: none;
		
	}
	
	#header address {
	
		font: 400 11px "Lucida Grande", Arial, sans-serif;
		font-style: normal;
		float: right;
		margin: 55px 10px 0 0;
		text-align: right;
	
	}

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

#nav {

	clear: both;
	background: url(../../../Images/nav_bg.gif) left top repeat-x;
	height: 30px;

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentWrapper {

	padding: 0 6px;

}

.contentArea {

	background: url(../../../Images/content_watermark.jpg) left bottom no-repeat;
	width: 818px;

}

/* main image - top portion */
	#contentMain {

	}

/* content portion - bottom */
	#contentSub {
	
		float: left;
		width: 555px;

	}
	
	#contentSub .inside {
	
		padding: 20px 40px 30px 30px;
	
	}

#sidebar {

	float: right;
	width: 260px;
	
}
	
	#sidebar .inside {
	
		padding: 30px 20px 30px 5px;
	
	}
	
/* member login button */
#memLogin {

	background: url(../../../Images/memLogin_btn.gif) left top no-repeat;
	display: block;
	margin: 0 0 10px 25px;
	height: 42px;
	width: 182px;

}

#memLogin:hover {

	background-position: left bottom;

}

/* right side images */
#callOuts {

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

}
	
	#callOuts li {
	
		margin: 0 0 15px;
		padding: 0px;
	
	}
	
	#banner_homeTable{ 
		display: none; visibility: hidden;
		
	}
	
/* -------------------------------------------------------------
= CONTENT PAGES
------------------------------------------------------------- */
/* extend content portion all the way across page */
#pub-content #contentSub,
#priv-content #contentSub {

	float: none;
	width: 815px;

}



/* -------------------------------------------------------------
= PRIVATE
------------------------------------------------------------- */
/* member info bar below image */
#memInfo {

	padding: 5px 10px;
	background: #a8a86b;
	text-align: right;

}

	#memInfo span {
	
		font: 400 11px normal;
		text-align: right;
	
	}


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

#footer {

	background: url(../../../Images/footer_bg.jpg) left top no-repeat;
	padding: 4px 5px 105px;
	margin: 0px;
	font: 400 10px normal;
	color: #f3e9ba;
	text-align: center;

}