@import 'reset.css';

/* ---------- ---------- ---------- STRUCTURE ---------- ---------- ---------- */
body {
	background: #7a7a74;
	border-top: 3px solid #cbdc60;
	color: #404040;
	font: 14px Arial, Helvetica, sans-serif;	
	line-height: 1.5em;
	text-align: center;
	}

#wrap {
	margin: 0 auto; 
	width: 900px;	
	}

#header {
	background: url(../images/front-header.jpg) 50% 0 no-repeat;
	height: 149px;
	margin: 0 auto;
	}

#content {
	background: #fff;
	clear: left;
	text-align: left;
	padding: 15px 20px;
	overflow: visible;
	}

#footer {
	background: url(../images/front-footer.png) no-repeat;
	padding-top: 60px;
	height: 101px;
	color: #fff;
	font: 10px Arial, sans-serif;
	margin-bottom: 12px;
	}

/* ---------- ---------- ---------- LINKS ---------- ---------- ---------- */
a {color: #8e0b01;}
a:hover {color: red;}
#footer a{color: #fff;}
#footer a:hover{color: orange;}

a.page { /* Numbers at Bottom of Pages */
	padding: 6px 10px;
	color: #3b3b3b;
	border: 2px solid #3b3b3b;
	background: #e9e9e9;
	text-decoration: none;
}
a.page:hover {
	background: #bcbcbc;
	color: #3b3b3b;
}

h5 a {color:#fff;}

/* ---------- ---------- ---------- NAVIGATION ---------- ---------- ---------- */
#nav {
	margin: 0 auto;
	background: url(../images/front-navbg.png) no-repeat;
	border: none;
	height: 74px;
	font: 12pt Arial, sans-serif;
	font-weight: bolder;
}

#menu .sep {padding-top: 22px;} 		/*		 Spacers Between Items 		*/
#menu li {list-style: none;	float: left;}
#menu li a {
	display: block;
	float: left;
	height: 54px;
	padding: 20px 20px 0 20px;
	color: #fff;
	text-decoration: none; 
}
#menu li.leftCorner {margin-left: 25px;}  /* Prevent the Corner From Curve Overlap */
#menu li:hover, #menu a:hover {
	background: url(../images/front-navbg-hover.png) repeat-x;
	color: #fff;
}

/* ---------- ---------- ---------- LISTS: CONTENT ---------- ---------- ---------- */
ul.buttons li {padding-right: 15px;}
ul.buttons li a{display: block;}
ul.buttonsi li a {display: block;}	/*	 Use buttonsi for Inline Buttons 	*/
ul.buttonsi li {display: inline; float: left; padding-right: 2px;}
ul.buttons li a, ul.buttonsi li a {
	background: url(../images/h-button.jpg) 0 0 no-repeat;
	color: #fff;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	line-height: 275%;
	text-decoration: none;
	width: 145px;
	height: 34px;
	margin-bottom: 5px;
	}
	
ul.buttons li a:hover {
	color: #fff;
	background: url(../images/h-button.jpg) 0 -34px no-repeat;
}
	
/* ---------- ---------- ---------- TEXT: CONTENT ---------- ---------- ---------- */
.login_mostActive {width: 400px;}
.login_mostPopular {width: 400px;}
p {
	line-height: 140%;
	margin-bottom: 18px;
}

/* all:Header Settings */
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -.6px;
	margin: 5px 0;
	font-family: Arial, sans-serif;
	display: block;
	}

	
/* h1:For 75% Pg Width Headers */
h1 {
	background: url(../images/h-tan.jpg) no-repeat;
	height: 42px;
	width: 557px;
	font: 18pt Arial, sans-serif;
	padding: 7px 15px 0 15px;
	color: #464648;
	}

/* h2,h3:Identical For 75% Width Headers */
h2, h3 {
	background: url(../images/h-black.jpg) no-repeat;
	color: #fff;
	font-size: 12pt;
	height: 37px;
	width: 500px;
	padding: 7px 0 0 15px;
}

/* h4,h5:Identical Besides Width and BG Image */
h4, h5 {
	color: #fff;
	height: 34px;
	font-size: 11pt;
	padding: 7px 15px 0 15px;	
}
/* h4:For Half Pg Width Headers */
h4 {
	background: url(../images/h-half-black.jpg) no-repeat;
	width: 300px;
	}

/* h5:For Quarter Pg Width Headers */
h5 {
	background: url(../images/h-quarter-black.jpg) no-repeat;
	width: 200px;
}


/* ---------- ---------- ---------- MISC ---------- ---------- -------- */
.note {font-size: 10pt;}				/*		Smaller Text			*/

.ico {padding: 4px 2px 0 4px;}			/*		Icon Padding			*/
.shade {background: #f0f0f0;}			/*		Cycle Shade				*/
.shade2 { background: white;}			/*		Cycle2 Shade			*/
.shademed {background: #e5e5e5;}		/*		Medium Shade			*/

.top, table.top tr td {					/*		Table Text to Top		*/
	vertical-align: top;
}
.brd-bottom {border-bottom: 1px solid silver;}
.nop {padding: 0;}						/*		No Padding				*/
.nom {margin: 0;}						/*		No Margin				*/
.nopm {padding: 0; margin: 0;}			/*		No Padding/Margin		*/

.clear {clear: both;}					/*		Clear Floats			*/
.innerpad {padding: 0 15px;}			/*		For Tables/Divs			*/
.chubby {padding: 8px;}					/*		Give Chubby Padding		*/

.flright {float: right;}
.flleft {float: left;}

table tr td {padding: 2px 2px 8px 4px;}	/*		Table Fat				*/
.s {font-weight: bolder;}				/*		Make Font Heavy			*/
.pr {padding-right: 8px;}				/*		Padding Right			*/
.pr-fat {padding-right: 80px;}
strong {font-weight: bolder;}
em {font-style: italic;}
.c {									/*		Center as Block, Width?	*/
	display: block;
	margin: 0 auto;
	}
a img {border: none;}					/*		Image Links No Brd		*/
hr, .hide {display: none;}
.show {display: inline;}
pre, code {line-height: normal; font-size: 12px; color: #404040;}

/* ---------- ---------- ---------- FORMS ---------- ---------- ---------- */

form.small input, form.small option, form.small select, form.small textarea {
	padding: 1px;
	font: 10pt arial, sans-serif;
	font-weight: normal;
	color: #505050;
}

input, option, select, textarea {
	padding: 4px;
	font: 16px Arial, sans-serif;
	font-weight: bolder;
	color: #787878;
	
}

