/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/       

html, body {border: 0; margin: 0; padding: 0;}

body {
  	font: 85%/0.9 arial, helvetica, sans-serif;
	background: #000;
  	line-height: 130%;
  	width: 100%;
	background: #000 url(../images/bg.jpg) no-repeat center top; 
  	min-width: 970px;
  	color: black;
}

a {
	color: #1887e0;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

a img {
  border: none;/*remove border for linked images*/
}

h1 {
	font-size: 1.6em;
	height: 20px;
	padding-top: 0;
}

h2{
	font-size: 1.2em;
	height: 20px;
	padding-top: 0;
}

.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}


#toTop{ 
width:100px;
background:#1887e0;
display: block;
text-align:center;
padding:5px;
position:fixed;
bottom:10px;
right:10px;
cursor:pointer;
color:#fff;
text-decoration:none;
z-index: 999;

}


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #1a1a1a;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #1a1a1a;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { 
	font-weight: bold;
	color: #fff;  
}
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
	color: #fff;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}




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


#imageslider {
	width: 100%;
  	height: 100%;
	padding-top:380px;
	position: relative;
  	text-align: center;/* IE fix to center the page */
	left: -9px;

}

#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}


#top_pan_container {
  	width: 960px;
  	margin: 0 auto;/* center the page in Firefox */
	height:345px;
	text-align: left;
  	


	
}

#logo {
	width: 399px;
	height:345px;
	position: relative;
	display: block;
	left: -90px;
}
	



#twitter_update_list {
	padding-left:15px;
}

#twitter_update_list li{
	padding-bottom:10px;
}

#twitter-link {
	display:block;
	float: right;
	background:#414141;
	color: #fff;
	padding: 5px;
	width: 270px;
	text-align: center;
	
}


#content_container {
  	width: 960px;
  	margin: 0 auto;/* center the page in Firefox */
  	
	
}

#content_container h1{
  	width: 399px;
	height: 345px;
	float: left;
  	
  	
	
}

#content {
  	width: 960px;
  	
  	text-align: center;
	padding: 20px 0 60px;
	display: block;
	float: center
}
#content p {
	color: #414141;
	padding: 10px 0;
	margin: 0;
	font-size:.90em;
	text-align: center;
}

#content .thumbs {
	border: 10px solid #1a1a1a;
	margin:0 20px 20px 0;
	width: 200px;
	height: 200px;
	float: left;
	
}

#content .dvdthumbs {
	border: 10px solid #1a1a1a;
	margin:0 20px 20px 0;
	width: 200px;
	height: 279px;
	float: left;
	
}

#content .logobcthumbs {
	border: 10px solid #1a1a1a;
	margin:0 20px 20px 0;
	width: 920px;
	height: 460px;
	float: left;
	
}

#footer {
	background: #bb431e url(../images/bottom-panel-bg.jpg) repeat scroll 0 0;
	bottom: 0;
	display: block;
	height: 50px;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 999;
	position: fixed;
}

#footer_container {
  	width: 960px;
	height: 50px;
  	margin: 0 auto;/* center the page in Firefox */
  	
	
}

#footer p {
	color: #fff;
	padding: 18px 0 0 10px;
	margin: 0;
	width: 400px;
	text-align: left;
}

#navmenu  {
	margin: 0; padding: 0 0 0 20px; 
	ist-style-type: none; list-style-image: none; 
	height: 50px;
	position: relative;
	float: right;
	right: 64px;
	
}

#navmenu ul{
	margin: 0; padding: 18px 0 0 20px; 
	ist-style-type: none; list-style-image: none; 
	height: 50px;
	
}
	#navmenu li {display: inline; }
	#navmenu ul li a {
	text-decoration:none;  margin: 0px;
	padding: 0 0 0 30px;
	text-style: bold;
	 
	
}

#footer a {
	color:#1a1a1a;
}

	

#footer a:hover {
	color:#fff;
}

.player {
	height: 50px;
	display: block;
	width:240px;
	float: right;
	position: relative;
	padding-right: 20px;
}

#gototop {
	
	margin: 0 auto;
	background: url(../images/gototopbg.png) no-repeat 0 0;
	width: 178px;
	height: 32px;
}