/* General Elements */

body {
	line-height: 1.4;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
	background: #070707 url(../img/bg.png) left bottom repeat-x;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #FFF;
	font-weight: normal;
}

h1 {
	font-size: 26px;
	margin-bottom: 30px;
}

h2 {
	font-size: 21px;
	margin-bottom: 30px;
}

h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #727171;
}

a:hover {
	text-decoration: underline;	
}

p, pre {
	margin-bottom: 8px;
}

strong {
	color: #FFF;
	font-weight: bold;
}

.clear {
	clear:both;
}

/* END OF General Elements */

#header {
	height: 162px;
	background: url(../img/headerBg.png) bottom left repeat-x;
}

#logo {
	float: left;
	height: 44px;
	padding-top: 27px;
}

#logo h1 a {
	text-indent: -9999px;
	display: block;
	width: 239px;
	height: 44px;
	background: url(../img/logo.png) bottom left no-repeat;
}

#wrap {
	margin: auto auto;
	width: 930px;
}

#headerWrap {
	margin: auto auto;
	width: 930px;
}

#search {
	float: right;
	height: 24px;
	margin-top: 24px;
}

.searchInput {
	float: left;
	width: 151px;
	height: 20px;
	padding: 4px 0 0 4px;
	border: 1px #7f7f7f solid;
	background: transparent;
	color: #880111;
	font-size: 10px;
	margin-right: 12px;

}

.searchSubmit {
	float: left;
	width: 54px;
	height: 28px;
	background: url(../img/search.png) bottom left no-repeat;
	border: none;
}

#navigation {
	margin: auto auto;
	width: 930px;
}

#menu {
	margin-top: 6px;
	height: 63px;
}

#menu ul {
	margin: auto auto;
}

#menu ul li{
	float: left;
	border-right: 1px solid #292929;
	height: 16px;
	margin-top: 20px;
}

#menu ul .last{
	border-right: none;
}

#menu ul li a{
	text-decoration: none;
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
	font-weight: bold;
	text-transform: uppercase;
	width: 106px;
	height: 43px;
	display: block;
	padding-top: 20px;
	text-align: center;
	margin-top: -20px;
}

#menu ul li a:hover{
	text-decoration: none;
	background: url(../img/menu.png) top center no-repeat;
}

#menu ul li a:active{
	text-decoration: none;
	background: url(../img/menu.png) bottom center no-repeat;
}

#subMenu {
	margin-top: -4px;
	
	height:40px;
}

#subMenu ul {
	margin: 0 auto;
}

#subMenu ul li{
	float: left;
	height: 40px;
}

#subMenu ul li a{
	text-decoration: none;
	color: #666;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 20px;
	text-align: center;
	margin-top: -20px;
	display: block;
	height: 26px;
}

#subMenu ul li a:hover{
	text-decoration: none;
	background: url(../img/arrow.png) bottom center no-repeat;
	
}

.ads {
	background: #0f0f0f;
	border: 1px #292929 solid;
	text-align: center;
	margin-top: 12px;
}

.ads p {
	margin-bottom: -1px;
	padding: 2px;
}

.mainHead {
	color: #b70016;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 16px;
	height: 30px;
	margin-bottom: 4px;
}

#content {
	background: #0f0f0f;
	border: 1px #292929 solid;
}

#footerLogo {
	width: 235px;
	height: 20px;
	background: url(../img/footLogo.png) bottom left no-repeat;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 60px;
}

#footerLogo h1 {
	text-indent: -9999px;
	margin-bottom: 0px;
	padding: 0;
}

#footerLogo h1 a {
	width: 235px;
	height: 20px;
	display:block;
}

#footer .hr {
	border-bottom: #292929 1px solid;
	text-align: center;
	width: 600px;
	height: 1px;
	margin: 0 auto;
}

#freq ul {
	margin: auto auto;
	margin-top: -15px;
	float: right;
}

#freq ul li {
	float: left;
}

#freq ul li a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	width: 108px;
	height: 32px;
	padding-top: 8px;
	display: block;
	text-align: center;
	background: url(../img/freqBg.png) top center no-repeat;
}

#freq ul li a:hover {
	text-decoration: none;
	background: url(../img/freqBg.png) bottom center no-repeat;
}

#freq ul li a.freqSelected {
	background: url(../img/freqBg.png) bottom center no-repeat;
}


#videos {
	margin-top: 40px;
}

#videos h3 {
	color: #b70016;
	font-size: 16px;
	text-transform: uppercase;
}

#videos h3 a {
	color: #b70016;
	font-size: 16px;
	text-transform: uppercase;
}

#videos h3 a span {
	text-transform: none;
	font-size: 12px;
	color: #333;
}

#videos ul {
	width: 920px;
}

#videos ul li {
	float: left;
	width: 160px;
	height: 170px;
	margin: 12px;
}

#videos ul li p {
	padding: 0px;
	margin: 0px;
}

.vImage img{
	border: 3px solid #333;
	width: 153px;
	height: 114px;
}

.vImage a:hover img{
	border: 3px solid #490009;
}

.vLink {
	color: #b70016;
}

.vLink a {
	color: #b70016;
}

.vTime {
	float: left;
	font-weight: bold;
}

.vView {
	float: right;
	font-style: italic;
}

#videoMenu {
	margin: 10px;
}

#videoMenu ul li {
	float: left;
	margin-left: 4px;
	margin-right: 4px;
}

#videoMenu ul li .selected {
	color: #b70016;
}

#left {
	float: left;
	width: 616px;
}


#extras {
	background: #0f0f0f;
	border: 1px #292929 solid;
}

#extras #videos ul {

}

#singleVideo {
	background: #0f0f0f;
	border: 1px #292929 solid;
	height: 480px;
	margin-bottom: 20px;
}

#shareEmbed {
	width: 617px;
	height: 107px;
	background: #0f0f0f;
	background: url(../img/shareEmbed.png) bottom center no-repeat;
	margin-bottom: 20px;
}

#right {
	float: right;
	width: 304px;
}

#rightAds {
	margin-top: 50px;
	width: 284px;
	padding: 10px;
	background: #0f0f0f;
	border: 1px #292929 solid;
}

.inputShare {
	width: 393px;
	height: 21px;
	padding: 8px 0 0 4px;
	border: 1px #292929 solid;
	background: transparent;
	color: #880111;
	font-size: 10px;
	margin-top: 15px;
	margin-left: 197px;
}

.inputEmbed {
	width: 393px;
	height: 21px;
	padding: 8px 0 0 4px;
	border: 1px #292929 solid;
	background: transparent;
	color: #880111;
	font-size: 10px;
	margin-top: 13px;
	margin-left: 197px;
}

#pagination {
	text-align: center;
	border: 1px #292929 solid;
	background: #070707;
	margin: 8px;
	padding: 4px;
}

.paginate {
	margin-left:4px;
	margin-right: 4px;
	color: #FFF;
}

.prev , .next {
	color: #737373;
}

.current {
	color: #b70016;
}

.inactive {
	margin-left:4px;
	margin-right: 4px;
}


/* Contact Page START */

#contactPage {
	width: 560px;
	margin: 0 auto;	
	margin-top: 24px;
}


#contactPage p#tip {
	font-weight: bold;
	font-size: 13px;
}

#contactPage #contact_us {
	width: 560px;
	margin: 25px 0px 0px;
}

#contactPage p.label_name, #contactPage p.input_form {
	float: left;
}

#contactPage p.label_name {
	width: 180px;
	clear: both;
	color: #7f7e7e;
	font-size: 14px;
}

#contactPage #contact_us input, #contactPage #contact_us textarea {
	width: 370px;
	background: #f3f3f3;
	border: 1px solid #eae9e9;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}

#contactPage #contact_us input.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #272727;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
	width: 60px;
	border: 0px;
	cursor: pointer;
}

#contactPage div#feedback {
	margin-top: 20px;
}

#contactPage p.error {
	display: none;
	padding: 5px 0px;
	color: #8dadc7;
	font-weight: bold;
}

#contactPage p#submit {text-align:right;}

#contactPage p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}

/* Contact Page END */


/* Admin Panel START */

#adminMenu {
	width: 576px;
	margin: 10px auto;	
	height: 80px;
}

#adminMenu ul {
 
}

#adminMenu ul li {
	float: left;
	margin: 0px 16px;
	color:#FFF;
	width: 64px;
}

#adminMenu ul li a{
	color:#FFF;
}

#adminMenu ul .selected a{
	color: #b70016;
}

#adminMenu ul li p{
	text-align: center;
}

#content .hr {
	border-bottom: #292929 1px solid;
	text-align: center;
	width: 600px;
	height: 1px;
	margin: 10px auto;
}

#adminVideo{
	width: 640px;
	margin: 0 auto;	
}

#adminVideo ul li{
	width: 630px;
	height: 20px;
	padding-top: 4px;
	padding-left: 10px;
	float: none;
}

#adminVideo ul li:hover{
	background: #000;
}

#adminVideo .vLink{
	float: left;
	width: 240px;
}

#adminVideo .vTime{
	float: left;
	width: 120px;
}

#adminVideo .vView{
	float: left;
	width: 120px;
}

#adminVideo .edit{
	float: right;
	width: 20px;
}

#adminVideo .delete{
	float: right;
	width: 20px;
}





/* Admin Panel END */
