/*
Excuse the horrid CSS. Going back to this project 5 months after
it was created I didn't have time to update the CSS in a way that
I would code it today, so it had to remain the same from April
with the new additions added to the bottom.
*/

*{
	margin: 0px auto;
	padding: 0px;
	font-family: "Lucida Grande",Helvetica,Verdana,Arial,sans-serif;
}
body{
	background: #1B2F54;
}
#main, #auth{
	position: relative;
	margin-top: 18px;
	width: 50%;
	min-width: 500px;
	max-width: 550px;
}
#auth{margin-top: 29px}
#header{
	height: 88px;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid black;
}
#nav, #auth_header{
	height: 20px;
	width: 100%;
	background: #87744C;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	word-spacing: 15px;
}
#news, #main_cont{
	height: 185px;
	width: 100%;
	background: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid black;
}
#main_cont{
	min-height: 421px;
	height: 100%;
}
#content{
	width: 100%;
	margin-bottom: 4px;
	overflow: auto;
}
#content_left{
	height: 230px;
	width: 49.5%;
	float: left;
	background: #F5F0DD;
	border: 1px solid black;
}
#mid{
	width: 4px;
	height: 232px;
	background: #CCCCCC;
	float:left;
}
#content_right, #correct, .correct{
	position: absolute;
	right: -2px;
	height: 230px;
	float: right;
	width: 49.5%;
	background: #F5F0DD;
	border: 1px solid black;
}
#footer{
	border: 1px solid black;
	height: 20px;
	width: 100%;
	background: #87744C;
	font-size: .8em;
	text-align: center;
	word-spacing: 15px;
}
.inner{
	margin: 10px;
	font-size: .8em;
	color: #1B2F54;
	text-align: justify;
}

/*
//////////////////////////////
////		Styles	      ////
/////////////////////////////
*/
a.log{
	color:#666666;
	text-decoration: none;
}
a.log:hover{
	color:#000000;
}
a.nav{
	color:#E7D5C8;
	text-decoration: none;
}
a.nav:hover{
	color: #FFFFFF;
}
/*
////		index	        ////
*/
.tabdate{
	padding-right: 18px;
	padding-left: 2px;
	font-weight: 600;
}
.row1{
	background: #CCCCCC;
}
#correct, .correct{
	display: none;
}
.newbg{
	background: #FFFFFF;
}
.newsdates{font-weight: bold; color: #87744C;}
.newscontent, .regcontent{font-size: .8em;}
.newsposts{margin-bottom: 10px;}
/*
////		Events	        ////
*/
.etabdate{
	padding-left: 2px;
}
.tabevnt{
	padding-right: 18px;
	width: 150px;
}
.tabdes{
	width: 220px;
}
#tabhead{
	background: #1B2F54;
	color: #FFFFFF;
}
/*
////		Forum	        ////
*/
#forum_form{
	width: 305px;
	margin-bottom: 14px;
}
label{display: block; font-weight: bold;}
input, textarea{
	width: 300px;
	border: 1px solid #999;
	margin-bottom: 4px;
	font-size: 1em;
	font-family: arial;
	font-weight: 700;
	color: #777777;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
}
#reg input{
	width: 150px;
	padding: 3px;
	border: 1px solid #999;
}
input#submit{
	display: block;
	margin-right: 0px;
	width: 50px;
	font-size: .9em;
	font-weight: 300;
	border: 1px solid #1B2F54; 
	background: #5277a3;
	padding: 3px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #ffffff;
	cursor: pointer;
}
.fhead{
	width: 85%;
	height: 16px;
	color: #FFFFFF;
	padding: 2px;
	text-indent: 20px;
	font-weight: 900;
	background: #1B2F54;
	border: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
}
.fbody{
	width: 85%;
	height: 100%;
	font-size: 10px;
	padding: 2px;
	background: #eeeeee;
	border: 1px solid #000000;
	margin-bottom: 4px;
}
.comment_poster{
	padding-top: 2px;
	font-size: .7em;
	color: #bbbbbb;
	float: right;
}
.form_error{
	margin: 0px auto;
	margin-bottom: 6px;
	width: 200px;
	text-align: center;
	border: 4px solid #cc0000;
	padding: 10px;
	background: #ffdddd;
	color: #cc0000;
}
/*
////		Photos	        ////
*/
#picview{
	height: 200px;
}
.gall{
	display: none;
}
/*
////		Register	        ////
*/
.norm_bord{
	border: 1px solid #000000;
}
.error{
	border: 1px solid #FF0000;
}
.form_success{
	margin: 0px auto;
	margin-bottom: 6px;
	width: 200px;
	text-align: center;
	border: 4px solid #007700;
	padding: 10px;
	background: #ddffdd;
	color: #007700;
}
#regstat{
	float: right;
	margin-right: 60px;
}
/*
////		about	        ////
*/
#school{
	float: right;
	border: 1px solid #000000;
	margin-left: 10px;
}

/*
//////////////////////////////
////		Auth   	      ////
/////////////////////////////
*/
#logout{
	text-align: right;
	color: #bbbbbb;
	font-size: .8em;
}
#welcome a, #logout a{
	color: #ffffff;
	font-size: .8em;
}
#auth_form{
	margin-top: 20px;
	width: 315px;
}
#auth_header p{color: #ffffff; font-size: .8em; padding-top: 2px;}
#auth_main{
	height: 240px;
	width: 100%;
	font-size: .8em;
	background: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid black;
}
#update_form{
	width: 315px;
}
#edit_text{
	height: 75px;
}
#about_text{
	height: 275px;
}
#edit_table{
	border: 1px solid #bbbbbb;
}
#edit_table td{
	padding: 2px 6px;
	border-bottom: 1px solid #bbbbbb;
}
#edit_table img{border: none;}
.label{font-weight: 600; display: inline;}
.delete{
	width: 10px;
	text-align: center;
}
img{border: none;}
#welcome{
	text-align: right;
	font-size: .7em;
	color: #dddddd;
}
#user{
	color: #bda269;
	padding-right: 12px;
}
#mustlogin{color: #cc0000; text-align: center;}
.gall{
	display: block;
	margin-bottom: 4px;
	border: 1px solid #000000;
}
