/* Version 1.01 
*  Released: 12/27/2007
*/

@import url(global.css);
@import url(adminLogin.css);
@import url(Aldarra_css/aldarra_modules.css);
@import url(Aldarra_css/aldarra_plugins.css);

/*
I. GLOBAL:  Global classes, header styles, link styles and .page class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS
/////////////////////////////////////////////////////*/

body {
	background:#234f33;
	color:#333;
}

h1 {
	color:#f2d121;
	font:normal 30px Georgia, Times, serif;
	margin: 5px 0 10px;
}

h2 {
	color:#fff;
	font:normal 20px Georgia, Times, serif;
	margin: 2px 0 5px;
}

h3 {
	color:#f2d121;
	font:normal 17px Georgia, Times, serif;
	margin: 2px 0 5px;
}

h4 {
	color:#fff;
	font: 700 16px Georgia, Times, serif;
	margin: 2px 0 3px;
}

h5 {
	color:#f2d121;
	display:inline;
	font:normal 12px Georgia, Times, serif;
	margin: 0 0 3px;
}

h6 {
	color:#FFF;
	font:12px/1.8 Georgia, Times, serif;
}

/* ::TODO:: look into the best solution for this */
p {
	color:#252525;
	font:12px/1.4 Arial, Verdana, sans-serif;
	margin: 2px 0 4px;
}



table {
	font:12px Arial, Verdana, sans-serif;
	text-align: left;
}

a,a.small,a.anchor,a.visited {
	color:#f2d121;
	font:inherit;
	text-decoration:none;
	outline: none;
}

a:hover {
	color:#DDCCA5;
	font:inherit;
	text-decoration:underline;
}

.page {
	background:#234f33;
	font:12px Arial, Verdana, sans-serif;
	
}

.CEMenu {
	margin:0;
	padding:0;
}


/* important edit global text boxes - default --------- */
.txtbox {
	background:#FFF;
	border-style:inset;
	border-width:2px;
	color:#000;
	font:12px 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:12px Arial, Verdana, sans-serif;
}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	background:#eee;
	border-style:outset;
	border-width:2px;
	color:#333;
	font:12px 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 12px Arial, Verdana, sans-serif;
}

.rowHover {
	background:#FFF;
	color:#000;
	font:400 12px 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 12px Arial, Verdana, sans-serif;
	padding:2px;
	text-decoration:none;
}

a.cookieTrail,a.cookieTrail:hover {
	color:#333;
	font:400 12px Arial, Verdana, sans-serif;
	text-decoration:none;
}

/*///////////////////////////////////////
Layout and Custom Selectors for: ALDARRA
///////////////////////////////////////*/

span.hideText {
	display: none;
}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

div.siteContainer {

	width: 804px;
	margin: 5px auto 0;
	background: url(../../../Images/border.gif) center top repeat-y;
}

/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

div#header {

	width: 804px;
	height: 145px;
	background: url(../../../Images/header.gif) top left no-repeat;

}

a#hdr-logo {

	float: left;
	width: 260px;
	height: 125px;
	margin: 20px 0 0 20px;

}

div#hdr-links {
	
	float: right;
	text-align: right;
	margin: 125px 30px 5px 0px;
	width: 300px;
	color: #d7c69f;
	font: 10px arial, verdana, sans-serif;
}

div#hdr-links a {
	color: #d7c69f;
	text-decoration: none;
	/*display: block;
	float:left;*/
	padding: 2px 5px;
}

div#hdr-links a:hover {

	color: #fff;
	text-decoration: none;

}

/* -------------------------------------------------------------
= MENU CONTAINER CLASSES 
------------------------------------------------------------- */

div#menuContainer {

	clear: both;
	background: url(../../../Images/border.gif) center top repeat-y;
	padding: 0 17px;
	height: 20px;
	
}

/* -------------------------------------------------------------
= CONTENT AREA CLASSES 
------------------------------------------------------------- */

div#contentAreaContainer {

	/*background: url(../../../Images/border.gif) center top repeat-y;*/
	width: 770px;
	/*padding: 0px 17px;*/

}

/* -------------------------------------------------------------
= FOOTER CLASSES 
------------------------------------------------------------- */

div#footer {
	clear: both;
	background: url(../../../Images/footer.gif) center top no-repeat;
	height: 35px;
	padding: 4px 40px 0;
	color: #f2d121;
	font-size: 10px
}

div#footer a{
	color: #f2d121;
	text-decoration: underline;
}
div#footer a:hover {
	text-decoration: none;
}

/*////////////////////////////////////////////////////////////////
= PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

div.pageContainer {
	text-align: left;
}

div.topSection {
	border-bottom: solid 1px #fff;
}

div.sideSection {
	width: 188px;
	float: left;
	padding: 5px;
	text-align: left;
}

div.mainSection {
	color: #fff;
	float: right;
	width: 571px;
	background: #434134 url(../../../Images/content_bg.jpg) center bottom no-repeat;
	border-left: solid 1px #fff;
	
}

div.mainSection p {
	color: #fff;
}

div.bottomSection {
	
}

/* -------------------------------------------------------------
= MEMBER LOGIN BUTTON
------------------------------------------------------------- */

a#memberLogin {

	display: block;
	width: 190px;
	height: 30px;
	background: url(../../../Images/memLogin_btn.gif) center top no-repeat;

}

a#memberLogin:hover {

	background-position: center bottom;

}

/*////////////////////////////////////////////////////////////////
= CONTENT PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

div.pageContainer#pub-content div.mainSection {
	float: right;
	width: 571px;
	background: #aba896 none;
	border-left: solid 1px #fff;
}

div#pub-content.pageContainer div.mainSection p {
	color: #333;
}

/*////////////////////////////////////////////////////////////////
= PRIVATE PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

div.pageContainer#priv-home div.mainSection,
div.pageContainer#priv-content div.mainSection {
	float: right;
	width: 571px;
	background: #aba896 none;
	border-left: solid 1px #fff;
}

div#priv-home.pageContainer div.mainSection p
div#priv-content.pageContainer div.mainSection p {
	color: #333;
}

