/*-----------------//
//-- Main Layout --//
//-----------------*/

* {
	font-family : Helvetica, Arial, sans-serif;
	line-height: 120%;
	padding: 0;
	margin: 0;
}
html, body {
	font-size: 9pt;
	background: #000000 url(../gfx/wallpaper.png);
	color: #FFFFFF;
}
h1, h2 {
	display: inline;
}
h2 {
	color: #c50f17;
}
img {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a, a:visited {
	-moz-outline-style: none;
	outline-style: none;
}
#container {
	margin: 0 auto;
	padding-top: 153px;
	width: 949px;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	background: #171717;
}
#header {
	position: fixed;
	margin-left: -1px;
	width: 951px;
	height: 138px;
	top: 0px;
	z-index: 1;
}
#logo {
	margin: 12px 0 0 8px;
	height: 88px;
	float: left;
}
#logo a {
	width: 284px;
	height: 88px;
	display: block;
}
#logo span {
	display: none;
}
#messageContainer {
	position: absolute;
	top: 14px;
	left: 354px;
	width: 250px;
	height: 30px;
	text-align: center;
}
#flashMessage {
	width: 250px;
	height: 30px;
	font-size: 11px;
	padding-top: 8px;
	background: transparent url(../gfx/message.png) no-repeat;
	text-align: center;
}
#content, #content-profile {
	margin: 0 26px;
	clear: both;
}
.color_button {
	width: 304px;
	height: 32px;
	padding-top: 13px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	display: block;
}
.color_button:hover {
	text-decoration: none;
}
.color_info {
	width: 570px;
	height: 32px;
	padding-top: 13px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	display: block;
}
.color_info:hover {
	text-decoration: none;
}
.button_bar {
	width: 570px;
	height: 39px;
	background: #000000 url(../gfx/button_holder.gif) no-repeat;
}
.button_bar span {
	font-size: 10px;
	font-weight: bold;
	margin-top: -22px;
	margin-right: 20px;
	float: right;
}
.content_holder {
	padding: 6px;
	background: #000000;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

/*----------------//
//-- Form Items --//
//----------------*/

.formContainer {
	position: absolute;
	top: -300px;
	left: 180px;
	width: 590px;
	height: 300px;
	padding: 10px;
	text-align: left;
	background: transparent url(../gfx/form_back.png) no-repeat;
	z-index: 2;
}
.close_button {
	margin-top: 8px;
	margin-right: 10px;
	float: right;
	display: inline;
}
.close_button, .close_button a {
	width: 34px;
	height: 34px;
	display: block;
}
.close_button a {
	background: transparent url(../gfx/buttons.png) 0px 0px no-repeat;
}
.close_button a:hover {
	background: transparent url(../gfx/buttons.png) 0px -34px no-repeat;
}
.right_button, .right_button a, .left_button, .left_button a {
	width: 34px;
	height: 34px;
	display: block;
}
.right_button {
	float: right;
}
.right_button a {
	background: transparent url(../gfx/buttons.png) -204px 0px no-repeat;
}
.right_button a:hover {
	background: transparent url(../gfx/buttons.png) -204px -34px no-repeat;
}
.left_button a {
	background: transparent url(../gfx/buttons.png) -170px 0px no-repeat;
}
.left_button a:hover {
	background: transparent url(../gfx/buttons.png) -170px -34px no-repeat;
}
.form-big {
	width: 540px;
	padding: 15px;
	text-align: left;
	background: #000000;
}
.form-small {
	width: 274px;
	padding: 15px;
	text-align: left;
	background: #000000;
}
input, textarea {
	font-size: 100%;
	border: 1px solid #333333;
	padding: 6px;
	background: #000000;
	color: #FFFFFF;
}
input:focus, input:active, textarea:focus, textarea:active {
	border: solid 1px #999999;
	color: #FFFFFF;
}
.checkbox {
	cursor: pointer;
}
#comment {
	height: 45px;
}
.field-big {
	width: 510px;
}
.field-small {
	width: 257px;
}
.field-medium {
	width: 348px;
}
select {
	padding: 6px;
	width: 100px;
	background: #000000;
	color: #FFFFFF;
	border: 1px solid #333333;
}
.select-medium {
	width: 362px;
}
.select-half {
	width: 250px;
}
.select-small {
	width: 118px;
}
.form-table {
	padding: 5px;
	border: dashed 1px #333333;
}
.form-title {
	font-weight: bold;
	background-color: #333333;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 3px;
}
.form-left {
	font-weight: bold;
	width: 150px;
	background-color: #333333;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 3px;
}
.form-info {
	font-weight: bold;
	border: 1px solid #333333;
	padding: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
}
.form-half {
	font-weight: bold;
	width: 250px;
	background-color: #333333;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 3px;
}
.reset-button-small {
	margin-top: 15px;
	margin-right: 2px;
	width: 129px;
}
.submit-button-small {
	margin-top: 15px;
	margin-left: 2px;
	width: 129px;	
}
.reset-button-big {
	margin-top: 15px;
	margin-right: 2px;
	width: 263px;
}
.submit-button-big {
	margin-top: 15px;
	margin-left: 2px;
	width: 263px;	
}
.form-spacer {
	width: 20px;
	height: 20px;
	display: inline;
}
#loginOptions {
	text-align: center;
	margin-top: 15px;
}


/*----------------//
//-- Navigation --//
//----------------*/

#nav {
	width: 412px;
	height: 46px;
	display: inline;
	float: right;
}

#nav-ul li { 
	margin-top: 54px;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	display: block;
	height: 46px;
}
#nav-ul a {
	display: block;
	height: 46px;
}
#nav-ul li span {
	display: none;
}

#nav1, #nav1_active { left: 582px; width: 074px; }
#nav2, #nav2_active { left: 666px; width: 098px; }
#nav3, #nav3_active { left: 774px; width: 079px; }
#nav4, #nav4_active { left: 863px; width: 079px; }
#nav5, #nav5_active { left: 863px; width: 079px; }

#nav1 a { background: transparent url(../gfx/nav.png) -000px 0px no-repeat; }
#nav2 a { background: transparent url(../gfx/nav.png) -074px 0px no-repeat; }
#nav3 a { background: transparent url(../gfx/nav.png) -172px 0px no-repeat; }
#nav4 a { background: transparent url(../gfx/nav.png) -251px 0px no-repeat; }
#nav5 a { background: transparent url(../gfx/nav.png) -330px 0px no-repeat; }

#nav1 a:hover { background: transparent url(../gfx/nav.png) -000px -46px no-repeat; }
#nav2 a:hover { background: transparent url(../gfx/nav.png) -074px -46px no-repeat; }
#nav3 a:hover { background: transparent url(../gfx/nav.png) -172px -46px no-repeat; }
#nav4 a:hover { background: transparent url(../gfx/nav.png) -251px -46px no-repeat; }
#nav5 a:hover { background: transparent url(../gfx/nav.png) -330px -46px no-repeat; }

#nav1_active a { background: transparent url(../gfx/nav.png) -000px -92px no-repeat; }
#nav2_active a { background: transparent url(../gfx/nav.png) -074px -92px no-repeat; }
#nav3_active a { background: transparent url(../gfx/nav.png) -172px -92px no-repeat; }
#nav4_active a { background: transparent url(../gfx/nav.png) -251px -92px no-repeat; }
#nav5_active a { background: transparent url(../gfx/nav.png) -330px -92px no-repeat; }

/*------------------//
//-- Home Sub-Nav --//
//------------------*/

#subnav {
	margin-top: 100px;
	width: 949px;
	height: 38px;
	border: solid 1px #333333;
	border-top: none;
	background: #000000;
}
#subnav ul {
	width: 951px;
	height: 38px;
}
#subnav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 100px;
	width: 96px;
	height: 30px;
	display: block;
}
#subnav ul a {
	width: 96px;
	height: 30px;
	display: block;
}
#subnav ul li span {
	display: none;
}

#sub1 { left: 013px; background: transparent url(../gfx/subhead_nav.jpg) -000px 0px no-repeat; }
#sub2 { left: 117px; background: transparent url(../gfx/subhead_nav.jpg) -096px 0px no-repeat; }
#sub3 { left: 221px; background: transparent url(../gfx/subhead_nav.jpg) -192px 0px no-repeat; }
#sub4 { left: 325px; background: transparent url(../gfx/subhead_nav.jpg) -288px 0px no-repeat; }
#sub5 { left: 429px; background: transparent url(../gfx/subhead_nav.jpg) -384px 0px no-repeat; }
#sub6 { left: 533px; background: transparent url(../gfx/subhead_nav.jpg) -480px 0px no-repeat; }
#sub7 { left: 637px; background: transparent url(../gfx/subhead_nav.jpg) -576px 0px no-repeat; }
#sub8 { left: 741px; background: transparent url(../gfx/subhead_nav.jpg) -672px 0px no-repeat; }
#sub9 { left: 845px; background: transparent url(../gfx/subhead_nav.jpg) -768px 0px no-repeat; }

#sub1 a:hover { background: transparent url(../gfx/subhead_nav.jpg) -000px -30px no-repeat; }
#sub2 a:hover { background: transparent url(../gfx/subhead_nav.jpg) -096px -30px no-repeat; }
#sub3 a:hover { background: transparent url(../gfx/subhead_nav.jpg) -192px -30px no-repeat; }
#sub4 a:hover { background: transparent url(../gfx/subhead_nav.jpg) -288px -30px no-repeat; }
#sub5 a:hover { background: transparent url(../gfx/subhead_nav.jpg) -384px -30px no-repeat; }
#sub6 a:hover { background: transparent url(../gfx/subhead_nav.jpg) -480px -30px no-repeat; }
#sub7 a:hover { background: transparent url(../gfx/subhead_nav.jpg) -576px -30px no-repeat; }
#sub8 a:hover { background: transparent url(../gfx/subhead_nav.jpg) -672px -30px no-repeat; }
#sub9 a:hover { background: transparent url(../gfx/subhead_nav.jpg) -768px -30px no-repeat; }

/*---------------------//
//-- Profile Sub-Nav --//
//---------------------*/

#portnav {
	margin-top: 100px;
	width: 949px;
	height: 38px;
	border: solid 1px #333333;
	border-top: none;
	background: #000000;
}
#portnav ul {
	width: 951px;
	height: 38px;
}
#portnav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 100px;
	width: 110px;
	height: 30px;
	display: block;
}
#portnav ul a {
	width: 110px;
	height: 30px;
	display: block;
}
#portnav ul li span {
	display: none;
}

#port1 { left: 304px; background: transparent url(../gfx/7/profile_tabs.jpg) -000px 0px no-repeat; }
#port2 { left: 422px; background: transparent url(../gfx/7/profile_tabs.jpg) -110px 0px no-repeat; }
#port3 { left: 540px; background: transparent url(../gfx/7/profile_tabs.jpg) -220px 0px no-repeat; }

#port1 a:hover { background: transparent url(../gfx/7/profile_tabs.jpg) -000px -30px no-repeat; }
#port2 a:hover { background: transparent url(../gfx/7/profile_tabs.jpg) -110px -30px no-repeat; }
#port3 a:hover { background: transparent url(../gfx/7/profile_tabs.jpg) -220px -30px no-repeat; }

/*--------------------//
//-- myHome Sub-Nav --//
//--------------------*/

#home1 { left: 186px; background: transparent url(../gfx/7/myhome_tabs.jpg) -000px 0px no-repeat; }
#home2 { left: 304px; background: transparent url(../gfx/7/myhome_tabs.jpg) -110px 0px no-repeat; }
#home3 { left: 422px; background: transparent url(../gfx/7/myhome_tabs.jpg) -220px 0px no-repeat; }
#home4 { left: 540px; background: transparent url(../gfx/7/myhome_tabs.jpg) -330px 0px no-repeat; }
#home5 { left: 658px; background: transparent url(../gfx/7/myhome_tabs.jpg) -440px 0px no-repeat; }

#home1 a:hover { background: transparent url(../gfx/7/myhome_tabs.jpg) -000px -30px no-repeat; }
#home2 a:hover { background: transparent url(../gfx/7/myhome_tabs.jpg) -110px -30px no-repeat; }
#home3 a:hover { background: transparent url(../gfx/7/myhome_tabs.jpg) -220px -30px no-repeat; }
#home4 a:hover { background: transparent url(../gfx/7/myhome_tabs.jpg) -330px -30px no-repeat; }
#home5 a:hover { background: transparent url(../gfx/7/myhome_tabs.jpg) -440px -30px no-repeat; }

/*------------------//
//-- Footer & Ads --//
//------------------*/

#footer {
	margin-top: -5px;
	height: 185px;
	text-align: center;
	color: #666666;
	background: #0d0d0d;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
}
#footer ul {
	margin: 0;
	padding-top: 20px;
}
#footer li {
	list-style: none;
	display: inline;
}
.footer-ad {
	margin: 15px auto;
	padding: 2px;
	width: 728px;
	height: 90px;
	background: #000000;
	border: 1px #333333 solid;
}
.box-ad {
	margin: 25px auto;
	padding: 2px;
	width: 300px;
	height: 250px;
	background: #000000;
	border: 1px #333333 solid;
}
.banner-ad {
	margin: 25px auto;
	padding: 2px;
	width: 468px;
	height: 60px;
	background: #000000;
	border: 1px #333333 solid;
}

/*------------------//
//-- Home Content --//
//------------------*/

#left_big {
	width: 570px;
	float: left;
}
#right_small {
	width: 304px;
	float: right;
}
.section {
	margin-bottom: 25px;
	text-align: center;
}
.title_big {
	width: 570px;
	height: 51px;
	text-align: left;
	border-bottom: dashed 1px #333333;
	background: #000000 url(../gfx/title_back.gif) repeat-x;
}
.title_small {
	width: 304px;
	height: 51px;
	text-align: left;
	border-bottom: dashed 1px #333333;
	background: #000000 url(../gfx/title_back.gif) repeat-x;
}
.title {
	float: left;
}
.title_big h1, .title_small h1 {
	font-size: 21px;
	font-weight: bold;
}

#title_news {
	height: 36px;
	padding: 15px 0 0 65px;
	background: transparent url(../gfx/title_icons.png) 0px -255px no-repeat;
}
#title_login, #title_signup {
	height: 36px;
	padding: 15px 0 0 65px;
	background: transparent url(../gfx/title_icons.png) 0px -357px no-repeat;
}
#title_horizons {
	height: 36px;
	padding: 15px 0 0 65px;
	background: transparent url(../gfx/title_icons.png) 0px -306px no-repeat;
}

#homevid {
	margin-left: -1px;
}
#member_login {
	padding: 15px;
	text-align: left;
	background: #000000;
}
.newsImage {
	float: left;
	margin-right: 15px;
	border: 1px solid #333333;
	padding: 4px;
}
.article {
	width: 540px;
	padding: 15px;
	text-align: left;
	background: #000000;
}
.article p {
	margin-top: 15px;
}
.article li {
	margin-left: 15px;
}
.controls {
	width: 340px;
	height: 34px;
	margin-top: 15px;
	text-align: center;
	display: block;
	float: right;
	background: transparent url(../gfx/controls_back.png) no-repeat;
}
.readMore {
	width: 100px;
	height: 34px;
	margin-left: 120px;
	display: block;
	background: transparent url(../gfx/buttons.png) -306px 0px no-repeat;
}
.readMore:hover {
	width: 100px;
	height: 34px;
	display: block;
	background: transparent url(../gfx/buttons.png) -306px -34px no-repeat;
}

/*---------------------//
//-- Profile Content --//
//---------------------*/

#right_big {
	width: 570px;
	float: right;
}
#left_small {
	width: 304px;
	float: left;
}

#title_member {
	height: 36px;
	padding: 15px 0 0 65px;
	background: transparent url(../gfx/title_icons.png) 0px -102px no-repeat;
}
#title_recommendations, #title_add-recommendations {
	height: 36px;
	padding: 15px 0 0 65px;
	background: transparent url(../gfx/title_icons.png) 0px -51px no-repeat;
}
#title_featured {
	height: 36px;
	padding: 15px 0 0 65px;
	background: transparent url(../gfx/title_icons.png) 0px -153px no-repeat;
}
#title_about {
	height: 36px;
	padding: 15px 0 0 65px;
	background: transparent url(../gfx/title_icons.png) 0px 0px no-repeat;
}
.photo {
	background: #000000;
}
.photo img {
	margin: 6px 6px 0 6px;
	padding: 4px;
	border: 1px solid #333333;
}
.member_rating {
	background: #000000;
	padding-bottom: 15px;
}
.rating_holder {
	width: 290px;
	height: 31px;
	margin-left: 6px;
	padding-top: 4px;
	color: #FFFFFF;
	font-size: 11px;
	border: solid 1px #333333;
	border-top: none;
	background: #000000 url(../gfx/member_grad.gif) repeat-x;
}
.rating {
	margin: 4px 0;
}
#member_info {
	width: 292px;
	padding: 6px;
	font-size: 11px;
	background-color: #000000;
}
.left-side {
	width: 77px;
	padding-top: 4px;
	text-align: right;
	float: left;
}
.right-side {
	padding-top: 4px;
	padding-left: 93px;
	text-align: left;
}
.cap_small {
	width: 304px;
	height: 13px;
	margin-top: -12px;
	padding: 0;
	display: block;
	background: transparent url(../gfx/cap_small.gif) no-repeat;
}
.cap_big {
	width: 570px;
	height: 13px;
	padding: 0;
	display: block;
	background: transparent url(../gfx/cap_big.gif) no-repeat;
}
.info_item {
	width: 292px;
	height: 24px;
	padding-top: 6px;
	margin-bottom: 6px;
	background: transparent url(../gfx/member_info.png) no-repeat;
	display: block;
}

		#movieHolder {
			width: 548px;
			margin: 0 auto;
			background: black;
			padding: 4px;
			border: solid 1px #333333;
			position: relative;
		}
		.buttonHolder {
			width: 136px;
			margin: 0 auto;
		}
		#playBtn a, #pauseBtn a, #rewindBtn a, #prevBtn a, #nextBtn a {
			float: left;
			width: 34px;
			height: 34px;
			display: block;
		}
		#playBtn a {
			background: transparent url(../gfx/buttons.png) -68px 0px no-repeat;
		}
		#playBtn a:hover {
			background: transparent url(../gfx/buttons.png) -68px -34px no-repeat;
		}
		#pauseBtn a {
			background: transparent url(../gfx/buttons.png) -102px 0px no-repeat;
		}
		#pauseBtn a:hover {
			background: transparent url(../gfx/buttons.png) -102px -34px no-repeat;
		}
		#rewindBtn a {
			background: transparent url(../gfx/buttons.png) -136px 0px no-repeat;
		}
		#rewindBtn a:hover {
			background: transparent url(../gfx/buttons.png) -136px -34px no-repeat;
		}		
		#prevBtn a {
			background: transparent url(../gfx/buttons.png) -238px 0px no-repeat;
		}
		#prevBtn a:hover {
			background: transparent url(../gfx/buttons.png) -238px -34px no-repeat;
		}
		#nextBtn a {
			background: transparent url(../gfx/buttons.png) -272px 0px no-repeat;
		}
		#nextBtn a:hover {
			background: transparent url(../gfx/buttons.png) -272px -34px no-repeat;
		}
				
.drop_button {
	margin-top: 8px;
	margin-right: 10px;
	float: right;
	display: inline;
}
.drop_button, .drop_button a {
	width: 34px;
	height: 34px;
	display: block;
}
.drop_button a {
	background: transparent url(../gfx/buttons.png) -34px 0px no-repeat;
}
.drop_button a:hover {
	background: transparent url(../gfx/buttons.png) -34px -34px no-repeat;
}

#expandable, .article_holder {
	width: 570px;
	text-align: left;
	background: #000000;
}
.divider {
	height: 1px;
	width: 570px;
	display: block;
	background: #000000;
	border-bottom: dashed 1px #333333;
}

/*--------------------//
//-- Backend & Misc --//
//--------------------*/

#title_search {
	height: 36px;
	padding: 15px 0 0 65px;
	background: transparent url(../gfx/title_icons.png) 0px -204px no-repeat;
}
#soon{
	padding: 6px;
	background: #000000;
}
#blankButton {
	padding-top: 12px;
	font-size: 18px;
	height: 45px;
	width: 304px;
	display: block;
	background: transparent url(../gfx/7/blank_button.png) no-repeat;
}
.resumeItem {
	width: 540px;
	height: 21px;
	font-size: 8pt;
	padding: 9px 0 0 15px;
	display: block; 
	background: transparent url(../gfx/resume_category.png) no-repeat;
}