
html, body{ height:100%; background-color:#000000; font-size:12px; font-family:"Helvetica", "Arial", "sans-serif";margin:0; padding:0; text-align:center; color:#FFF;}


.clear { clear:both; height:1px; line-height:1px; }
 
img {border:0;}


#wrapper {
	height: auto !important;
    min-height: 100%;
    height: 100%;
    position: relative; /* Required to absolutely position the footer */
}

#header {
	 position: relative; /* Required to absolutely position the footer */
	width:100%;	
	height:50px;
	top:0px;
	z-index: 3;
}

#main {
	 position: absolute; top: 50px; left: 0; right: 0; bottom: 0px;

	background: black url('../images/logo.jpg') center no-repeat;
	padding-bottom: 65px; /* This should match the height of the footer */

}
* html #main { height: 100%; } /* for IE */


#footer {
	height: 65px; /* Define height of the footer */
    position: absolute;
    bottom: 0; /* Sit it on the bottom */
    left: 0;
    width: 100%; /* As wide as it's allowed */
	font-size:10px; font-family:"Helvetica", "Arial", "sans-serif";
	color:#afafaf;
	background-color:#3a3837;
	
}
#footerCenter {
	width:970px;
	margin:0px auto;
	height: 30px; /* Define height of the footer */
}

#navCenter {
	margin: 0 auto;
	text-align: center;
	 position:absolute;
    top:55%; /* Sit it on the bottom */
	left: 50%;
	width:800px;
	margin-left:-400px;
	height:171px;
	overflow:visible;
}




#navCenter li
{
	list-style-image: none;
	list-style-type: none;
	display:inline;
	margin:30px 0px 0px 0px;
	
}
.item {	color:#fff; }




#navCenter .largebutton a:link,#navCenter .largebutton a:visited, #navCenter .largebutton a:active{	
	font-size:16px; font-family:"Helvetica", "Arial", "sans-serif";
	background-color:#333;
	text-decoration:none; 
	padding:10px 30px 8px;
	margin:10px 0px 18px 0px;
	width:245px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#bad2ce;
	line-height:.7em;
	display:block;
	
	text-align: center;
}

	
#navCenter .smallbutton a:link,#navCenter .smallbutton a:visited, #navCenter .smallbutton a:active{	
	font-size:10px; font-family:"Helvetica", "Arial", "sans-serif";
	background-color:#657c7f;
	text-decoration:none; 
	padding:6px 10px 4px;
	margin:0px 40px 0px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#333; 
	
	text-align: center;
}


#navCenter a:hover, #navCenter .smallbutton a:hover, #navCenter .largebutton a:hover{	text-decoration:none; color:#e93333; }

#navLeft {
	margin: 0 auto;
	text-align: left;
	width:350px;
	float:left;
	
	margin: 0px 0px 0px 68px;
}

#navRight {
	margin: 0 auto;
	width:381px;
	
	float:right;
}

#footer a:link, #footer a:visited {	text-decoration:none; color:#afafaf; }

#footer a:hover, #footer a:active {	text-decoration:none; color:#e93333; }

#footerLeft, #headerLeft {
	width:230px;
	position:absolute;
	padding-top:22px; margin-left:5px;
}

.shareItemL {
	float:left;
	margin-left:5px;
	width:60px;	height:100%;
}

.shareItemR {
	float:right;
	margin-left:5px;
	width:45px;	height:100%;
}

#shareFBLike { width:85px; }

#headerRight {
	width:220px;
	position:absolute;
	right:0px;	
	padding-top:22px; margin-right:60px;
}


#footerLinks {
	text-align:center;
	float:left;
	width:640px; height:100%;
	padding-top:30px;
}

#footerRating {
	float:left;
	width:115px; height:100%;
	margin-right:5px; padding-top:12px;
}

#weinsteinLogo {
	float:left;
	width:105px; height:100%;
	margin-left:5px; padding-top:6px;
}

#audioButton {
	position:fixed;
	right:100px; top:15px;
	cursor:pointer;
	width:102px; height:33px;
}

.audioButton_off {	background:url(../images/misc/audio_off.png); }
.audioButton_on { background:url(../images/misc/audio_on.png); }

#tester {
	position:fixed; color:#fff; font-size:20px; width:1000px; height:20px; top:0px; left:0px; font-family:Arial, sans-serif;
}



/* Modal popup*/
#basic-modal-content {display:none;
font-size:13px; font-family:"Helvetica", "Arial", "sans-serif";
line-height:1.4em;
}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:220px; width:500px; color:#bbb; background-color:#333; padding:12px;-moz-border-radius: 3px; border-radius: 3px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer; padding:0;}
#simplemodal-container h3 {color:#84b8d9;}
