/*
Theme Name: HUSTLER WObig_bannerRLD
Theme URI: http://beta.hustlerworld.com/
Description: Hustlers New BLOG Theme.
Version: 1.6
Author: Keith Campbell
Author URI: http://hustlerworld.com/
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@charset "utf-8";
/*
Enter WP Design & Creation Comments Here
*/


/*////////// GENERAL //////////*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	/*background-image: url(../images/tour2-bkgd2.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;*/
	text-align: center;
}

body, td, tb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.75pt;
	line-height: 12.5pt;
	color: #000000;
}

form {
	margin: 0px;
	padding: 0px;
}
	

#container {
	padding: 0px;
	width: 940px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	text-align: left;
}

#container2 {
	float: left;
	width: 628px;
	height: auto;
	border-right: solid 1px #333333;
	border-bottom: 1px solid #666666;
}

#container4 {
	float: left;
	width: 914px;
	#width: 914px;
	height: auto;
	/*border-right: solid 1px #333333;
	border-bottom: 1px solid #666666;*/
}

#container5 {
	float: left;
	width: 930px;
	#width: 930px;
	height: auto;
	/*border-right: solid 1px #333333;
	border-bottom: 1px solid #666666;*/
}

#container3 {
	width: 940px;
}
/*/////////// IMAGE ///////////////*/



img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 100%;
	#max-width: 100%;
	max-height: 100%;
}

ul {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	
}

li {
	line-height: 16pt;
	/*list-style-type: square;*/
	color: #000033;	
}

/*////////// TYPEOGRAPHY //////////*/

h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #333333;
	margin-bottom: 7px;
	margin-top: 7px;
	#margin-bottom: 5px;
	#margin-top: 7px;
}

h2 {
	font-size: 16pt;
	font-weight: normal;
	padding-top: 8px;
	/*text-decoration: underline;*/
	color: #003366;
	line-height: 16pt;
	margin-bottom: 5px;
	margin-top: 0px;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 4px;
	padding-top: 12px;
	/*text-decoration: underline;*/
	color: #003366;
}

h4 {
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

h5 {
	font-size: 9pt;
	line-height: 9pt;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

h6 {
	font-size: 9pt;
	line-height: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

p {
	margin-top: 5px;
	margin-bottom: 10px
}

a {
	text-decoration: none;
	color: #0066FF;
}

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

a:visited {
	text-decoration: none;
	color: #3366FF;
}

h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #003366;
}

h2 a:hover, h2 a:active {
	text-decoration: underline;
	color: #003366;
}

h4 a:link, h4 a:visited {
	text-decoration: none;
	color: #003366;
}

h4 a:hover, h4 a:active {
	text-decoration: underline;
	color: #003366;
}

h6 a:link, h4 a:visited {
	text-decoration: none;
	color: #003366;
}

h6 a:hover, h4 a:active {
	text-decoration: underline;
	color: #003366;
}


/*////////// HEADERS //////////*/

#header {
	margin: 0px;
	paddig: 0px;
	background-color: #FFFFFF;
	background: url(images/header_3.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 940px;
	height: 65px;
	border-bottom: #DDDDDD solid 1px;
}
#date {
	color: #666666;
	float: right;
	height: 25px;
	width: auto;
	margin: 0px 15px 0px 0px;
	padding: 30px 0px 0px 0px;
	font-size: 9pt;
	font-weight: bold;
}

#big_banner {
	margin: 0px;
	paddig: 0px;
	background-color: #E3E3E3;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 940px;
	height: 100px;
	border-bottom: #666666 solid 1px;
	text-align: center;
	padding-top: 5px;
}

#banner {
	margin: 12px 15px 0px 0px;
	padding: 0px;
	width: 500px;
	height: 80px;
	float: right;
	background-color: #999999;
	/*border: 1px solid #DDDDDD;*/
}

#header p, #header h1, #header h2 {
/*display: none;*/
}

#page_title a:link,  #page_title a:visited {
	color: #333333;
	text-decoration: none;
}

#page_title a:hover,  #page_title a:active {
	color: #333333;
	text-decoration: none;
}

/*////////// CONTENT //////////*/

#content {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 16px;
	width: 600px;
	float: left;
}

#content2 {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 10px 16px;
	width: 600px;
	float: left;
}

#content3 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 15px;
	width: 600px;
	float: left;
}

#content4 {
	width: 627px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

#content5 {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 10px 16px;
	width: 914px;
	#width: 914px;
	float: left;
}

#content6 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 10px;
	width: 930px;
	#width: 930px;
	float: left;
}

#hot_content {
	width: 600px;
	#width: 600px;
	height: auto;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 16px;
}

#hot_info {
	padding: 5px 5px 5px 7px;
	float: left;
	margin: 0px;
	width: 187px;
	#width: 188px;
	height: 140px;
	font-size: 8.5pt;
	color: #666666;
}

#hot_info2 {
	padding: 5px 5px 5px 7px;
	float: left;
	margin: 0px;
	width: 187px;
	#width: 188px;
	height: 140px;
	border-left: 1px solid #DDDDDD;
	font-size: 8.5pt;
	color: #666666;
}

#page_title {
	margin: 0px;
	width: 600px;
	#width: 600px;
	float: left;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 16px;
	background-color: #CCCCCC;
}

#page_title2 {
	margin: 0px;
	width: 914px;
	#width: 914px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 16px;
	background-color: #CCCCCC;
}

#page_title3 {
	margin: 0px;
	width: 600px;
	#width: 600px;
	float: left;
	padding-top: 5px;
	#padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	#padding-bottom: 3px;
	padding-left: 16px;
	background-color: #CCCCCC;
	color: #000000;
	border-bottom: #666666 1px solid;
}

#vid_player_container {
	padding: 0px;
	float: left;
	height: 280px;
	width: 920px;
	margin-top: 10px;
	margin-left: 0px;
}

#vid_player_big  {
	margin: 0px;
	padding: 0px;
	width: 480px;
	float: left;
	height: 290px;
	background: #999999;
}

#vid_selector_big {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 430px;
	float: left;
	height: 290px;
	background: #999999;
}

#vid_all {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 920px;
	/*float: left;*/
	height: 660px;
	#height: 660px;
}

#hardcore_text {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	width: 598px;
	float: left;
	height: auto;
	text-align: center;
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	border: solid 1px #666666;
}

#hardcore_frame {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	width: 598px;
	float: left;
	height: auto;
	border: solid 1px #666666;
}

#hardcore_cvrs {
	margin: 5px 0px 5px 10px;
	padding: 0px;
	width: auto;
	#width: 137px;
	float: left;
	height: auto;
	text-align: center;
}

#hardcore_titles {
	margin: 0px 5px 5px 15px;
	padding: 3px 0px 3px 0px;
	width: 127px;
	float: left;
	height: auto;
	text-align: center;
	font-weight: bold;
	font-size: 8.25pt;
	line-height: 10pt;
}

#subscribe_frame {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	width: 600px;
	float: left;
	height: auto;
	border-bottom: solid 1px #DDDDDD;
}

#subscribe_title {
	margin: 0px;
	padding: 5px 0px 5px 15px;
	width: 585px;
	float: left;
	height: auto;
	text-align: left;
	color: #990000;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}

#subscribe_img {
	margin: 0px 5px 0px 8px;
	padding: 7px;
	width: 150px;
	float: left;
	height: 289px;
	text-align: center;
}

#subscribe_text {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	width: 423px;
	float: left;
	height: auto;
	font-size: 8.25pt;
	line-height: 13pt;
}

#supprt_text {
	margin: 0px 5px 0px 8px;
	padding: 3px;
	width: 180px;
	float: left;
	height: auto;
	font-size: 8.5pt;
}

.story_date {
	width: auto;
	#width: 600px;
	clear: right;
	font-size: 8.5pt;
	color: #666666;
	border-bottom: solid 1px #DDDDDD;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.story_date2 {
	width: auto;
	#width: 600px;
	clear: right;
	font-size: 8.5pt;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.image_look {
	margin: 3px 5px 0px 0px;
	padding: 2px;
	border: 1px solid #DDDDDD;
}

.image_look2 {
	margin: 3px 0px 0px 5px;
	padding: 2px;
	border: 1px solid #DDDDDD;
}

.image_look3 {
	margin: 0px 0px 0px 0px;
	padding: 2px;
	border: 1px solid #DDDDDD;
}

.image_look4 {
	margin: 3px 2px 0px 0px;
	padding: 2px;
	border: 1px solid #DDDDDD;
}


#next_posts {
	width: 598px;
	height: auto;
	#width: 598px;
	float: left;
	color: #DDDDDD;
	margin:5px 0px 5px 0px;
	padding: 5px 15px 5px 15px;
	text-align: center;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	background-color: #DDDDDD;
}

#next_posts2 {
	width: auto;
	#width: 598px;
	clear: both;
	color: #333333;
	margin:5px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	/*border-bottom: solid 1px #666666;*/
}

#next_posts_new {
	width: auto;
	height: auto;
	float: left;
	padding: 0px 5px 0px 0px;
	border-right: solid 1px #666666;
}

#next_posts_old {
	width: auto;
	height: auto;
	float: right;
	padding: 0px 0px 0px 5px;
	border-left: solid 1px #666666;
}

#dept {
	padding: 2px;
	float: left;
	margin: 0px 2px 0px 2px;
	width: 110px;
	height: 200px;
	border: 1px solid #DDDDDD;
	font-size: 8.5pt;
	color: #666666;
}

#margin_top {
	margin-top: 15px;
}

#location_1 {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	color: #333333;
	font-size: 8.5pt;
	border-top: solid 1px #999999;
}

#location_2 {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	color: #333333;
	font-size: 8.5pt;
	background-color: #DDDDDD;
	border-top: solid 1px #999999;
}

#location_row {
	background-color: #DDDDDD;
	border-bottom: solid 1px #666666;
	border-top: solid 1px #666666;
}

#location_row2 {
	border-bottom: solid 1px #666666;
	border-top: solid 1px #666666;
}

.spot {
	color: #990000;
}

.picLeft {
	float: left;
	margin-right: 2px;
}

/*////////// SIDEBARS //////////*/

#sidebarLT {
}

#sidebarRT {
	width: 280px;
	height: auto;
	float: right;
	/*border-left: solid 1px #333333;*/
	background-color: #FFFFFF;
	background-image: url(images/vid_news.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#sidebarRT_2 {
	width: 280px;
	height: auto;
	float: right;
	/*border-left: solid 1px #333333;*/
	/*background-color: #FFFFFF;
	background-image: url(images/vid_news.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#all_vids {
	margin: 10px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	float: right;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 8.25pt;
	border-top: solid 1px #DDDDDD;
	border-left: solid 1px #DDDDDD;
	border-right: solid 1px #DDDDDD;
	background-color: #333333;
}

#all_vids a:link, #all_vids a:visited {
	color: #FFFFFF;
}

#all_vids a:hover {
	color: #FFFFFF;
}


#vid_player {
	margin: 0px 0px 20px auto;
	#margin: 0px 0px 5px auto;
	_#margin: 0px 0px 5px auto;
	padding: 0px 0px 0px 0px;
	width: 280px;
	#width: 280;
	height: 193px;
}

#vid_selector {
	margin: 0px 0px 0px auto;
	#margin: 0px 0px 10px auto;
	padding: 0px 0px 0px 0px;
	width: 280px;
	#width: 280;
	height: 223px;
}

#newsletter_title {
	margin: 0px auto 0px auto;
	padding: 3px 0px 3px 5px;
	#padding: 3px 0px 3px 5px;
	width: 278px;
	#width: 268px;
	height: auto;
	color: #FFCC00;
	background-color: #333333;
	/*background-color: #333333;*/
	border: 1px solid #333333;
}

#newsletter_field {
	padding: 5px 0px 5px 0px;
	width: 283px;
	#width: 273px;
	height: auto;
	text-align: center;
	margin: 0px auto 10px auto;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

#newsletter_field2 {
	padding: 5px 0px 5px 0px;
	width: 283px;
	#width: 273px;
	height: auto;
	text-align: center;
	margin: 0px auto 10px auto;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	color: #990000;
	font-size: 9pt;
	font-weight: bold;
}

#sidebar_title {
	margin: 0px auto 0px auto;
	padding: 3px 0px 3px 5px;
	width: 278px;
	height: auto;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #333333;
}

#sidebar_title2 {
	margin: 0px auto 0px auto;
	padding: 3px 0px 3px 5px;
	width: 278px;
	#padding: 3px 0px 3px 5px;
	#width: 268px;
	height: auto;
	color: #FFFFFF;
	background-color: #333333;
	/*background-color: #000033;*/
	border: 1px solid #333333;
}

#sidebar_content {
	padding: 5px 5px 5px 5px;
	#padding: 5px 0px 5px 5px;
	width: 273px;
	#width: 268px;
	height: auto;
	margin: 0px auto 10px auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#sidebar_info {
	padding: 5px 0px 10px 0px;
	margin: 0px;
	width: auto;
	#width: 100%;
	height: auto;
	border-bottom: 1px solid #DDDDDD;
	font-size: 8.5pt;
	color: #666666;
}

.newsletter_txt {
	height: 20px;
	width: 260px;
}

/*////////// NAV //////////*/
#top_navlist {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 940px;
	#width: 940px;
	height: 30px;
	#height: 30px;
	background-color: #0076A3;
	border-top: #666666 solid 1px;
	font-weight: normal;
	font-size: 8.75pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#mid_navlist {
	padding: 0px;
	width: 629px;
	float: none;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0076A3;
	margin-top: 5px;
}

/*#top_navlist h2{
	display: none;
}*/

/*#navlist{

}*/

/*#navlist li{
	list-style: none;
	display: inline;
	background-image: url(images/splash2_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 125px;
}*/

/*#navlist li a{
	text-decoration: none;
	background-position: 0px 0px;
	height: 30px;
	width: 127px;
	background-image: url(images/home_on.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
}*/

/*#navlist li a:link {

}*/

/*#navlist li a:visited {

}*/

/*#navlist li a:hover{

}*/

/*#navlist li a#current{

}*/

ul#globalnav{
	/*background-image: url(images/splash2_button.jpg);*/
	width: 940px;
	height: 30px;
	#height: 29px;
	/*text-indent: -9999px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

#globalnav li  {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left: 1px solid #84979e;
	/*border-right: 1px solid #CCCCCC;*/
	border-bottom: 1px solid #666666;
	margin-left: 0px;
}

li#news a:link, li#news a:visited {
	height: 24px;
	#height: 24px;
	/*width: 104px;*/
	display: block;
	background-color: #999999;
	background-image: url(images/splash2_button.jpg);
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	/*text-indent: -9999px;*/
	background-position: 0px 0px;
	padding: 5px 10px 0px 10px;
	#padding: 5px 10px 0px 10px;
	margin: 0px;
}

li#news a:hover, li#news a:active {
	height: 24px;
	#height: 24px;
	/*width: 104px;*/
	display: block;
	background-color: #999999;
	background-image: url(images/splash2_button.jpg);
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	/*text-indent: -9999px;*/
	background-position: 0px -31px;
	padding: 5px 10px 0px 10px;
	#padding: 5px 10px 0px 10px;
	margin: 0px;
}

li#news2 a:link, li#news2 a:visited {
	height: 24px;
	#height: 24px;
	/*width: 104px;*/
	display: block;
	background-color: #999999;
	background-image: url(images/splash2_button.jpg);
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	/*text-indent: -9999px;*/
	background-position: 0px 0px;
	padding: 5px 10px 0px 10px;
	#padding: 5px 10px 0px 10px;
	margin: 0px;
	border-right: 1px solid #84979e;
}

li#news2 a:hover, li#news2 a:active {
	height: 24px;
	#height: 24px;
	/*width: 104px;*/
	display: block;
	background-color: #999999;
	background-image: url(images/splash2_button.jpg);
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	/*text-indent: -9999px;*/
	background-position: 0px -31px;
	padding: 5px 10px 0px 10px;
	#padding: 5px 10px 0px 10px;
	margin: 0px;
	border-right: 1px solid #84979e;
}

li#casino a:link, li#casino a:visited {
	height: 30px;
	width: 137px;
	display: block;
	background-color: #999999;
	background-image: url(images/splash2_button.jpg);
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	/*text-indent: -9999px;*/
	background-position: -126px 0px;
	padding-top: 5px;
}

li#casino a:hover, li#casino a:active {
	height: 30px;
	width: 137px;
	display: block;
	background-color: #999999;
	background-image: url(images/splash2_button.jpg);
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	/*text-indent: -9999px;*/
	background-position: -126px -31px;
	padding-top: 5px;
}


li#vids a:link, li#vids a:visited {
	height: 30px;
	width: 137px;
	display: block;
	background-color: #999999;
	background-image: url(images/splash2_button.jpg);
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	/*text-indent: -9999px;*/
	background-position: -263px 0px;
	padding-top: 5px;
}

li#vids a:hover, li#vids a:active {
	height: 30px;
	width: 137px;
	display: block;
	background-color: #999999;
	background-image: url(images/splash2_button.jpg);
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	/*text-indent: -9999px;*/
	background-position: -263px -31px;
	padding-top: 5px;
}

li#store a:link, li#store a:visited {
	height: 30px;
	width: 137px;
	display: block;
	background-color: #999999;
	background-image: url(images/splash2_button.jpg);
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	/*text-indent: -9999px;*/
	background-position: -400px 0px;
	padding-top: 5px;
}

li#store a:hover, li#store a:active {
	height: 30px;
	width: 137px;
	display: block;
	background-color: #999999;
	background-image: url(images/splash2_button.jpg);
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	/*text-indent: -9999px;*/
	background-position: -400px -31px;
	padding-top: 5px;
}

li#tv a:link, li#tv a:visited {
	height: 30px;
	width: 137px;
	display: block;
	background-color: #999999;
	background-image: url(images/splash2_button.jpg);
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	/*text-indent: -9999px;*/
	background-position: -537px 0px;
	padding-top: 5px;
}

li#tv a:hover, li#tv a:active {
	height: 30px;
	width: 137px;
	display: block;
	background-color: #999999;
	background-image: url(images/splash2_button.jpg);
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	/*text-indent: -9999px;*/
	background-position: -537px -31px;
	padding-top: 5px;
}

li#mag a:link, li#mag a:visited {
	height: 30px;
	width: 137px;
	display: block;
	background-color: #999999;
	background-image: url(images/splash2_button.jpg);
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	/*text-indent: -9999px;*/
	background-position: -674px 0px;
	padding-top: 5px;
}

li#mag a:hover, li#mag a:active {
	height: 30px;
	width: 137px;
	display: block;
	background-color: #999999;
	background-image: url(images/splash2_button.jpg);
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	/*text-indent: -9999px;*/
	background-position: -674px -31px;
	padding-top: 5px;
}

li#trailers a:link, li#trailers a:visited {
	height: 30px;
	width: 128px;
	display: block;
	background-color: #999999;
	background-image: url(images/splash2_button.jpg);
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	/*text-indent: -9999px;*/
	background-position: -811px 0px;
	padding-top: 5px;
}

li#trailers a:hover, li#trailers a:active {
	height: 30px;
	width: 128px;
	display: block;
	background-color: #999999;
	background-image: url(images/splash2_button.jpg);
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	/*text-indent: -9999px;*/
	background-position: -811px -31px;
	padding-top: 5px;
}

li#sub a:link, li#sub a:visited {
	height: auto;
	width: auto;
	padding: 5px 7px 5px 7px;
	color: #333333;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	background-position: right 0px;
	background-color: #006699;
	font-weight: bold;
	font-size: 8.25pt;
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}

li#sub a:hover, li#sub a:active {
	height: auto;
	width: auto;
	padding: 5px 7px 5px 7px;
	color: #333333;
	display: block;
	background-color: #003366;
	text-decoration: none;
	color: #FFA200;
	text-align: center;
	background-position: right 0px;
	font-weight: bold;
	font-size: 8.25pt;
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
}

/*////////// BLOG ELEMENTS //////////*/
/*////////// FORMS //////////*/
/*////////// FOOTER //////////*/

#pushbottom {
	clear:both;
	width: 940px;
}

#footer {
	width: 940px;
	height: auto;
	text-align: center;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
	border-top: 1px solid #666666;
	color: #999999;
	font-size: 9pt;
	line-height: 16pt;
	background-image: url(images/ftr.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
/*////////// IMAGES //////////*/
/*////// FUN CLASSES ///////////*/
/*any little extra flares and fun design
elements you want to add can go here*/

#video_tabs {
	float:left;
	width:100%;
	background:#ffffff;
	font-size: 12px;
	line-height:normal;
	font-weight: bold;
}
#video_tabs ul {
	margin:0;
	padding:10px 10px 0 5px;
	list-style:none;
}
#video_tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#video_tabs a {
	float:left;
	background:url("/wp-content/themes/hustler/images/tableft3.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#video_tabs a span {
	float:left;
	display:block;
	background:url("/wp-content/themes/hustler/images/tabright3.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#video_tabs a span {float:none;}
/* End IE5-Mac hack */
#video_tabs a:hover span {
	color:#FFF;
}
#video_tabs a:hover {
	background-position:0% -42px;
}
#video_tabs a:hover span {
	background-position:100% -42px;
}  

.video_list {
	border: 1px solid #000000;
	clear: both;
	padding: 3px;
	height: 100%;
	font-size: 8pt;
}

.video_list dl {
	clear: both;
	width: 100%;
}

.video_list dd {
	margin: 0 0 5px 110px;
}

.video_list dd.image {
	float: left;
	margin: 0px;
}

.video_list dt {
	float: right;
}

/* SITES */
/*.site_page_site_container {
	padding: 0px;
	float: left;
	width: 195px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 2px;
	background-color: #F4F4F4;
	border: 1px solid #CACACA;
	height: 315px;
}

.hustlerwolrd_site_section {
	float: left;
	height: auto;
	width: 600px;
}

.site_page_title_holder {
	font-weight: bold;
	color: #4594D7;
	text-align: left;
	float: left;
	height: auto;
	width: 195px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

.site_page_description {
	color: #5F5F5F;
	text-align: left;
	float: left;
	height: auto;
	width: 193px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding: 0px 0px 6px 0px;	
}

a.site_page_name:link {
	color: #0097FB;
	text-decoration: underline;
	font-weight: bold;
}

a.site_page_name:visited {
	color: #0097FB;
	text-decoration: underline;
	font-weight: bold;
}

a.site_page_name:hover {
	color: #0097FB;
	text-decoration: none;
	font-weight: bold;
}

a.site_page_name:active {
	color: #0097FB;
	text-decoration: underline;
	font-weight: bold;
}*/

.site_page_site_container {
	padding: 0px;
	float: left;
	width: 195px;
	margin: 5px 0px 5px 2px;
	background-color: #F4F4F4;
	border: 1px solid #CACACA;
	height: 318px;
}

.hustlerwolrd_site_section {
	float: left;
	height: auto;
	width: 600px;
}

.site_page_title_holder {
	margin: 2px 0px 0px 2px;
	padding: 0px 2px 0px 2px;
	font-size: 10pt;
	font-weight: bold;
	color: #4594D7;
	text-align: left;
	float: left;
	height: auto;
	width: 195px;
}

.site_page_description {
	margin: 2px 0px 0px 2px;
	padding: 0px 2px 0px 2px;
	color: #5F5F5F;
	text-align: left;
	float: left;
	height: auto;
	width: 193px;
}

a.site_page_title_holder:link, a.site_page_title_holder:visited {
	color: #0097FB;
	text-decoration: underline;
}

a.site_page_title_holder:hover, a.site_page_title_holder:active {
	color: #0097FB;
	text-decoration: none;
}
