/* --MAIN PAGE LAYOUT-- */

body {
	background-color:#0c0d0e;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:15px 0 5px 0;
	margin-left:0; /* compensate for crappy IE */
}

/* Send page margins to IE6, 7 & 8 only */
* html body {
	background-color:#0c0d0e;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:15px 0 5px 0;
	/* for IE only */
	margin-left:15%;
}

*+html body {
	background-color:#0c0d0e;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:15px 0 5px 0;
	/* for IE only */
	margin-left:15%;
}

/* end */

a:link, a:visited {
	color:#fff;
	font-weight:bold;
}

a:hover {
	color:#090;	
	text-decoration:underline;
}

.main-cont {
	width:905px;
	/*min-height:600px;*/
	margin:0 auto;
	/*border:1px solid #ccc;*/
}

.col-1 {
	float:left;
	width:200px;
}

.col-2 {
	float:left;
	width:430px;
	margin:0 10px;
}

.col-2w {
	float:left;
	width:680px;
	margin:0 10px;
}

.col-3 {
	float:right;
	width:250px;
	
}

/* MAIN PAGE CONTENT */

.content {
	margin:15px 0px;
}

.content-box {
	border:1px solid #fff;
	margin-top:15px;
}

.box-head {
	background-image:url(../images/gr_sml_bg.gif);
	background-repeat:repeat-x;
	background-color:#090;
	padding:3px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}

.box-text {
	background-color:#fff;
	color:#333;
	text-align:center;
	padding:10px 5px;
}

.box-text a:link, .box-text a:visited {
	color:#333;	
}

.box-text a:hover {
	color:#090;	
	text-decoration:underline;
}

html>/**/body .box-text ul {
	text-align:left;
	margin:0px 5px 5px -10px;
}

.box-text ul li {
	line-height:150%;	
	text-transform:uppercase;
}

/*IE Specific */
.box-text ul {
	text-align:left;
	margin:0px 5px 5px 20px;
}

/* --USED BY SCRIPTS TO GENERATE TEAM BOX */

.admin_team {
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	margin:5px;
	width:107px;
	float:left;
	border:1px solid #ccc;
	padding:5px 0;
}

.admin_team div {
	padding:3px 0;	
}

.admin_team a:link, .admin_team a:visited {
	color:#ff0004;	
}

.admin_team a:hover {
	color:#090;	
	text-decoration:underline;
}

.mod_team {
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	margin:5px;
	width:107px;
	float:left;
	border:1px solid #ccc;
	padding:5px 0;
}

.mod_team div {
	padding:3px 0;	
}

.mod_team a:link, .mod_team a:visited {
	color:#090;	
}

.mod_team a:hover {
	color:#090;	
	text-decoration:underline;
}

/* --TOP OF PAGE-- */

.header {
	text-align:center;
	padding:10px;
	background-color:#0c0d0e;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.logo-btm {
	background-image:url(../images/header_btm.jpg);
	background-repeat:no-repeat;
}

/* --BOTTOM OF PAGE-- */

.footer {
	text-align:center;
	padding:5px;
	background-color:#0c0d0e;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.footer-links {
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:10px;
}

.skin-chooser {
	margin:20px 0 -5px 0; 
	padding:0 0 0 10px;
	text-align:left;
	width:100%;
	border:1px solid #ccc;
	background-color:#333;
	color:#fff;
}

/* RANDOM IMAGE GALLERY MODULE */

#ImageGallery { 
	height:210px;
	overflow:hidden;
	margin-left:2px;
}

.img_gal_cont {
	background-image:url(../images/gal_img_bg.jpg);	
	height:210px;
	overflow:hidden;
}

.img_gal_cont img {
	height:180px;
	overflow:hidden;
}

/* LATEST TOPICS MODULE */

html>/**/body ul.topics {
	width:190px;
	overflow:hidden;
	margin:0 0 0 -20px;
	list-style-type:square;
}

ul.topics li {
	margin:0 0 0 5px;
}

/* IE Specific */
ul.topics {
	width:180px;
	overflow:hidden;
	margin-left:5px;
}

/* end */

a.topic_title {
	font-size:11px;
	text-transform:none;
}

span.member_name {
	font-size:10px;
	color:#090;
}

/* FORMS STYLING */

h1 {
	font-weight:bold;
	color:#333;
	font-size:16px;
	text-decoration:underline;
}

h2 {
	font-weight:bold;
	color:#666;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:underline;
}

.description {
	color:#090;
	font-size:10px;
	padding-left:15px;
}

.main-desc {
	color:#090;
	font-size:12px;
	padding:0 10px;
}

.form-content {
	border:1px solid #333;
	padding:10px 0 5px 20px;
	line-height:224%;
	font-weight:bold;
	text-align:left;
	height:220px;
}

.form-col-1 {
	float:left;
	width:140px;
	text-align:left;
}

.form-col-2 {
	float:left;
	width:500px;	
}