@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bg_main.jpg);
	margin: 0;
	color: #f5c379;
	font-family: Arial;
	font-size: 12px;
}

/* MAIN STYLES */

#wrapmain {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#wrap {
	width: 980px;
	float: left;
	margin-top: 25px;
}

#header {
	float: left;
	width: 960px;
	height: 140px;
	background: url(images/bg_header.jpg) no-repeat;
	padding: 0 10px;
}

#logo {
	float: left;
	width: 310px;
	height: 135px;
	padding-left: 10px;
	padding-top: 5px;
}

#navmain {
	float: left;
	width: 640px;
	height: 33px;
	padding-top: 63px;
	text-align: right;
}

#search-a {
	float: left;
	width: 640px;
	height: 44px;
	background: url(images/bg_search.jpg) no-repeat;
	text-align: right;
	text-align: right;
}

	.search-box {
		float: right;
		margin-top: 16px;
		width: auto;
	}
	
	#search form {
		margin: 0;
		padding: 0;
	}
	
	#search .submitbtn, .submitbtn2 {
		background: url(images/submit.jpg);
		width: 55px;
		height: 21px;
		border: none;
	}
	
	#search input {
		background: none;
		border: none;
		margin:0;
		padding:0;
		float: left;
	}
	
	#search .input, .input2 {
		background: url(images/bg_form_input.png) no-repeat;
		border: none;
		height: 21px;
		text-align: center;
		width: 149px;
		margin-right: 3px;
		padding-top: 2px;
		font-size: 12px;
		
	}

#player-main {
	float: left;
	background: #000;
	width: 980px
}

#player {
	float: left;
	width: 950px;
	margin: 10px;
	background: #191919;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

	.player-a {
		float: left;
		width: 748px;
	}
	
	.player-b {
		float: right;
		width: 183px;
		margin-right: 10px;
		text-align: center;
	}
	
		.player-b-1 {
			width: 183px;
			height: 340px;
			background: url(images/bg_social-icons.png) no-repeat;
		}
		
		.player-b-1 img { margin-top: 16px }

#content {
	float: left;
	width: 980px;
	background: #000;
	padding-top: 10px;
}


#content_left {
	float: left;
	width: 610px;
	margin-left: 10px;
}

#content_right {
	float: right;
	width: 340px;
	margin-right: 10px;
}

.content-sub {
	margin: 10px 10px 0 10px;
	float: left;
	width: 960px;
	background: #0d0d0d;
}
	.content-sub-top {
		width: 960px;
		height: 39px;
		float:left;
		background: url(images/bg_content-sub-top.jpg) no-repeat;
	}
	
	.content-sub-mid {
		float: left;
		width: 920px;
		margin-left: 10px;
		margin-right: 10px;
		padding: 10px;
		background: url(images/bg_content-sub-mid.jpg) repeat-x;
	}
	
	.content-sub-bot {
		width: 960px;
		height: 10px;
		float: left;
		background: url(images/bg_content-sub-bot.jpg) no-repeat bottom;
	}

	.content-sub h2 {
	margin:0;
	padding:0;
	padding-left: 50px;
	width: auto;
	height: 39px;
	line-height: 38px;
	color: #ff9900;
	font-size: 16px;
	background: url(images/bg_icon-title.gif) 10px 5px no-repeat;
	}

.mod-main {
	float: left;
	width: 610px;
	background: #191919;
	margin-bottom: 10px;
}

	.mod-main-top {
		height: 40px;
		width: 610px;
		float: left;
		background: url(images/bg_mod-main-top.jpg) no-repeat;
	}
	
		
		.mod-main-title {
			float: left;
			width: auto;
			height: 26px;
			padding-left: 45px;
			padding-top: 14px;
		}
		
		.mod-main-links {
			float: right;
			text-align: right;
			line-height: 30px;
			padding-right: 10px;
		}
	
	.mod-main-content {
		width: 580px;
		margin: 0 10px 10px 10px;
		background: url(images/bg_mod-main.jpg) repeat-x;
		float: left;
		padding: 10px 0 10px 10px;
	}
	
	.mod-main-bottom {
		width: 610px;
		height: 10px;
		background: url(images/bg_main-bottom.jpg) no-repeat;
		float: left;
	}

.mod-right {
	float: left;
	width: 340px;
	background: #191919;
	margin-bottom: 10px;
}

	.mod-right-top {
		float: left;
		width: 340px;
		height: 40px;
		background: url(images/bg_mod-right-top.jpg) no-repeat;
	}
	
			.mod-right-title {
			float: left;
			width: auto;
			height: 26px;
			padding-left: 45px;
			padding-top: 14px;
		}

	
	.mod-right-content {
		float: left;
		width: 300px;
		margin: 0 10px 10px 10px;
		background: url(images/bg_mod-right-main.jpg) repeat-x;
		padding: 10px;
	}
	
	.mod-right-bottom {
		float: left;
		width: 340px;
		height: 10px;
		background: url(images/bg_mod-right-bottom.jpg) no-repeat;
	}
	

#footer {
	width: 980px;
	height: 46px;
	background: #000 url(images/bg_footer.jpg) no-repeat bottom;
	text-align: center;
	float: left;
	line-height: 46px;
	color: #ca5506;
}

	#footer a { color: #ca5506; text-decoration: none }
	#footer a:hover { color: #f5c379; text-decoration: none }

#footer2 {
	width: 980px;
	height: 75px;
	float: left;
	background: url(images/bg_footer-reflect.png) 0 3px no-repeat;
	font-size: 11px;
	color: #000;
}

	#footer2 a { color: #000; text-decoration: none; }
	#footer2 a:hover { color: #ca5506; text-decoration: none; }

.footer2-a {
	float: left;
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
}

.footer2-b {
	float: right;
	height: 32px;
	line-height: 32px;
	margin-right: 10px;
}


.tabcontent {
	display: none;
	float: left;
	width: 100%;
}

.tagline {
	position: absolute;
	left: 627px;
	top: 45px;
}

/* COMMON */

a:link { color: #ff9900; text-decoration: none; }
a:active { color: #ff9900; text-decoration: none; }
a:visited { color: #ffe9c8; text-decoration: none; }
a:hover { color: #ff9900; text-decoration: underline; }

.browse-videos a, .vid-holder a { color: #ff9900; text-decoration: none }
.browse-videos a:hover, .vid-holder a:hover { color: #ff9900; text-decoration: underline;}
.browse-videos img, .vid-holder img { padding: 1px }
.browse-videos img:hover, .vid-holder img:hover { background: #fff; }

.col_a { float: left; width: 50% }
.col_b { float: left; width: 50% }

ul.tablinks {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 320px;
}

	ul.tablinks li {
		float: left;
	}
	
	ul.tablinks li a {
		text-decoration: none;
		color: #f5c379;
		
	}
	
	ul.tablinks li a.selected { color: #eb800a; }

	ul.tablinks li a:hover {
		text-decoration: none;
		color: #eb800a;
	}


.blue { color: #6a8ffa !important; }

.clear { clear: both; }
.navbutton {
	float: right;
	width: auto;
	margin-left: 5px;
}

.thumbnail {
	float: left;
	width: 125px;
	margin-right: 20px;
	margin-bottom: 15px;
}

	.thumbnail img { margin-bottom: 5px }

.thumb_title {
	color: #eb800a;
	font-weight: bold;
}

.thumb_views {
	color: #9b9a9a;
	font-size: 11px;
}

.vid-holder {
	width: 440px;
	margin: 0 auto;
}

.widthfull {
	width: 98% !important;
}

.col-1 {
	float: left;
	width: 45%;
	padding: 10px;
	background: #171717;
	border: #333333 1px solid;
}

.field-holder {
	width: 100%;
	float: left;
	padding-top: 5px;
}

.label {
	width: 25%;
	float: left;
}

.value {
	width: 75%;
	float: left;
}

.input {
	width: 100%;
}

/*search*/
.description { color: #fff; }
.title { font-weight: bold; }
#results b { text-decoration: underline; }
#result_report { font-size: 16px; font-weight: bold; color: #ff9900; margin-bottom: 15px; }

/*popular tags*/
a.rank_1 { font-size: 28px; color: #ff9900; font-weight: bold; }
a.rank_2 { font-size: 24px; color: #ff9900; font-weight: bold; }
a.rank_3 { font-size: 20px; color: #ff9900; font-weight: bold; }
a.rank_4 { font-size: 16px; color: #ff9900; font-weight: bold; }
a.rank_5 { font-size: 12px; color: #ff9900; font-weight: bold; }


.empty { margin: 20px 0; width: auto; float: left }
