
/*

main.css is for basic site elements and extremely common classes and ids like #header #footer #content etc...

site.css is for non-typical classes

*/



/* ********** Basic Elements ************** */
html
{
	margin:0;
	padding:0;
	font-family:  Arial, sans-serif;
	background-color: #000;
}

body
{
	margin: 0;
	padding: 0;

}

h1 {
  
  margin: 18px 0 18px 0;
	color:#134004;
}

h2 {
  font-size: 130%;
  margin: 15px 0 5px 0;

}

h3 {
  font-size: 115%;
  margin: 12px 0 5px 0;

}

h4 {
  margin: 10px 0 5px 0;

}

h5 {
  font-size: 85%;
  margin: 12px 0 5px 0;

}

h6 {
  font-size: 75%;
  margin: 15px 0 5px 0;

}

p {
	margin:5px 0 10px 0;
	font-size: 80%;
}


a img
{
	border:none;
}

a:link, a:hover, a:visited, a:active
{
	text-decoration: none;
	font-weight:bold;
	color: #388619;
}

a:hover{
	color:red;
}

.clear{
	float:none;
	clear:both;
	}

#header{
	background: url(../images/header_texture.jpg) top left repeat-x;
	height:188px;
	clear:both;
}

#logo{
	position:relative;
	left:50px;
	top:30px;	
}

#nav, #admin_nav{
	color:#fff;
	list-style-type:none;
	width:95%;
	border-bottom:2px solid #aaa;
	padding:3px 0 2px 5%;
	margin:0px;
	font-size: 90%;
}

#nav li, #admin_nav li{
		margin:0 10px;
		display:inline-block;
	}

#nav li a, #admin_nav li a{
	display:block;
	color:#fff;
	font-weight: normal;
	background: url(../images/dim_menu.png) center left no-repeat;
	padding:5px 5px 5px 20px;
	
}

#nav li.current a, #admin_nav li.current a{
	color:#e0f8c5;
	font-weight: bold;
	cursor:default;
	background: url(../images/lit_menu.png) center left no-repeat;
	padding-left:25px;
}

#admin_nav li.current a{
		background-image: url(../images/lit_admin_menu.png)
	}

#nav li.current a:hover, #admin_nav li.current a:hover{
	
	color:#e0f8c5;
	}

#nav li a:hover, #admin_nav li a:hover{
		color:red;
	}

#nav li a:active, #admin_nav li a:active{
		color: #CCFFCC;
	}

#content{
	background-color: #fff;
	margin:0 auto 0 auto;
	max-width:1280px;
	border-left:31px solid #000;
	border-right:31px solid #000;
	padding:5px 10px 10px 40px;
	min-height:350px;
	}



#footer{
	clear:both;
	color:#aaa;
	width:100%;
	}

	
#footer span.left{
	float:left;
	font-size:55%;
	margin-left: 10px;
	margin-top:25px;
	line-height: 160%;
	}
	
#footer span.right{
	float:right;
	background:url(../images/footer_lights.jpg) bottom right no-repeat;
	width:200px;
	height:80px;
	}


/**** Form Elements ****/

form{
	position:relative;
	margin: 0 0 0 8px;
	border:1px solid #888;
	background-color:#000;
	}

fieldset{
	margin:0 0 3px 0;
  background-color:#CCFFCC;
  border:solid 2px #012001;
  border-top:solid 1em #012001;
  position:relative;
  top:-3px;
  left:-5px;
  padding:3px 3px 5px 5px;
	}

legend {
	color:#000;
	font-weight:bold;
	line-height:1em;
	margin-left:8px;
}


label{
	font-size:.8em;
	line-height:.9em;
	margin:.1em .4em;
	width:9em;
}

label, input, textarea{
float:left;
}

input{
  width:9em;
  font-size:1em;
  letter-spacing:.05em;
}

.small input{
	width:3em;
}

label.small{
  min-width:3.25em;
  max-width:4.75em;
  width:auto;
  white-space: nowrap;

}

.large input{
	width:18em;
}

label.large{
  width:20em;
}

textarea{
  width:28em;
}

form br
{
	clear:both;
}

.req
{
  font-weight:bold;
	color:red;
}

.checkbox input
{
	width: .9em;
	height:.9em;
  margin:0 5px 0 0;
  padding:0;
}



label.checkbox
{
 width:22em 
}

.button
{
	margin:.3em 0;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	width:auto;
}



.button:active
{
border: 3px double #CCCCCC;
border-top-color: #999999;
border-left-color: #999999;
}


/**************** Form End ******************/



/******************* dglMessage() *********************/
p.message, .content p.message
{
	background-color:#ccc;
	color:red;
	border:2px solid black;
	font-weight:bold;
	font-size:120%;
	padding:.75em;
}

/**************** Other ***********************/
a.stealth_link, a.stealth_link:hover{
	cursor: default;
	color:#EEECCB;
	}


/*   Magic text editor (for adding bbcode, etc...) */   /* need to find a better system for extras like this */


/********************* ae_prompt *******************************/
#aep_ovrl {
background-color: black;
-moz-opacity: 0.7; opacity: 0.7;
top: 0; left: 0; position: fixed;
width: 100%; height:100%; z-index: 99;
}
#aep_ww { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 100%; text-align: center;}
#aep_win { margin: 20% auto 0 auto; width: 400px; text-align: left;}
#aep_w {background-color: white; padding: 3px; border: 1px solid black; background-color: #EEE;}
#aep_t {color: white; margin: 0 0 2px 3px; font-family: Arial, sans-serif; font-size: 10pt;}
#aep_text {width: 100%;}
#aep_w span {font-family: Arial, sans-serif; font-size: 10pt;}
#aep_w div {text-align: right; margin-top: 5px;}

#magic_editor{
display:block;
border:#CD0303 solid 1px;
background-color:#aaa;
padding:5px 0 0 5px;
}

#magic_editor img{
border:black solid 1px;
margin-right:5px;
}

#magic_text{
width:350px;
}

/**************** Magic text end ***************/



