@import 'custom/jquery.ui.all.css';
@import 'reset.css';

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

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

#header {
	background: url(../images/front-header.jpg) 50% 0 no-repeat;
	height: 100px;
	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			*/
.note-small {font-size: 8pt;}			/*		Even Smaller 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;}
img{ max-width:100px; }
/* ---------- ---------- ---------- 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;
	
}

/* ---------- ---------- ---------- NAVIGATION ---------- ---------- ---------- */

.sep {padding-top: 20px;}
/* Admin Bar */
.sf-menu {float: left;}
.sf-menu a {
	padding: 20px 10px;
	text-decoration:none;
}

.sf-menu a, .sf-menu a:visited {color: #fff;}
.sf-menu li li {
background: url(../../../admin/templates/images/admin-lili.jpg) repeat-x;	
	text-align: left;
	font: 11pt 'Trebuchet MS', arial, sans-serif;
}
.sf-menu li li li {}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: url(../../../admin/templates/images/admin-navbg-hover.png) repeat-x;
	color: #fff;
}
.sf-menu li li a {padding: 8px 5px;}
.sf-menu li li a:hover {
	padding: 8px 5px;
	background: url(../../../admin/templates/images/admin-lili-hover.jpg) repeat-x;
	color: #fff;
	}

/* Required Settings for Nav Bar */
.sf-menu ul{position:absolute;top:-999em;width:10em;}.sf-menu ul li{width:100%;}.sf-menu li:hover{visibility:inherit;}.sf-menu li{float:left;position:relative;}.sf-menu a{display:block;position:relative;}.sf-menu li:hover ul,.sf-menu li.sfHover ul{left:0;top:54px;z-index:99;}ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em;}ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:10em;top:0;}ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul{top:-999em;}ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul{left:10em;top:0;}


/* Easy Slider */

#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{margin-top:1em;}
#slider li, #slider2 li
{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:350px;
	height:104px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:97px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
	}	
#nextBtn, #slider1next{ 
	left:350px;
	}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:97px;
	background:url(../images/slider/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a, #slider1next a{ 
	background:url(../images/slider/btn_next.gif) no-repeat 0 0;	
	}	
	
/* numeric controls */	

ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;	
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
