/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	
	font: inherit;
	vertical-align: baseline;
}



/* 	Fullscreen Background Jquery related */

*{ margin:0; padding:0; }
body { background:#000000; }
	img{ border:none; }
	
/*#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url(img/progress.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}

#supersized { position:fixed; left:0; top:94px; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{ height:auto; width:auto; position:relative; outline:none; border:none; -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }*/
		
		
a {
	outline: none;
}
body {
	font-family: Georgia, Helvetica Neue, Helvetica, sans-serif;
	font-size: 11px;
}




/*  Basic Structure */

#header {
	height: 94px;
	width: 100%;
	min-width: 933px;
	position: absolute;
	top: 0;
	background: black;
	border-bottom: 1px solid #fff;
	filter: alpha(opacity=30);
	opacity: 0.35;
}

#content-wrap {
	position: absolute;
	top: 95px;
	left: 70px;
	width: 300px;
}

#footer {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	background: #404040;
	filter: alpha(opacity=30);
	opacity: 0.35;
	}

#nav-left, #nav-right {
	position: absolute;
	top: 50%;
	margin: -10px 0 -50px;
	background: #32C8FA;
	height: 65px;
	width: 55px;
	background: url(img/arrow-bg.png) no-repeat 0 0;
}
#nav-left:hover, #nav-right:hover {
	background: url(img/arrow-bg.png) no-repeat 0 -65px;
}
#nav-left a, #nav-right a {
	width: 55px;
	height: 65px;
	display: block;
	text-indent: -9999em;
}
#nav-left a {
	background: url(img/arrow-l.png) no-repeat 10px 12px;
}
#nav-right a {
	background: url(img/arrow-R.png) no-repeat 13px 12px;
}
#nav-left {
	left: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.4);
	
}

#nav-right {
	right: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.4);
	box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.4);
}


/* Header */

#features {
       position: absolute;
       margin:-25px 0 0 120px;
       padding:0;
       text-align:left;
       font-size:10px;
       line-height: 1em;
       color:#fff;
}
#features p {
    font-size: 16px;
	font-family: Helvetica Neue,Helvetica,sans-serif;
	font-weight: bold;
	letter-spacing: -.5px;
    color: #fff;  
}

#logo {
	width: 120px;
	height: 94px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
}
#logo a {
	width: 120px;
	height: 94px;
	display: block;
	background: url(img/logo.gif) no-repeat 0 0;
	text-indent: -9999em;
	opacity:0.8;
	filter:alpha(opacity=80);
	
}
#ad {
	width: 728px;
	height: 90px;
	position: absolute;
	top: 2px;
	left: 70px;
}

#social-buttons {
	float: left;
	top: 2px;
	height: 90px;
	border-right: 1px solid #fff;
	padding-right: 10px;
	width: 32px;
	margin-bottom:10px;
	
}
#social-buttons a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999em;
}
#social-buttons a.tw {
	background: url(img/tw.png) 0 0 no-repeat;
	margin: 8px 0;
}
#social-buttons a.fb {
	background: url(img/fb.png) 0 0 no-repeat;
}
#social-buttons a.tw:hover {
	background: url(img/tw.png) 0 -32px no-repeat;
}
#social-buttons a.fb:hover {
	background: url(img/fb.png) 0 -32px; no-repeat;
}


/* Content */

#content-wrap {
	background:#111; 
	background:rgb(0,0,0); 
	background:rgba(0,0,0,0.75);
	filter:alpha(opacity=75);
	color: #ddd; 
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
#content {
	padding: 10px;
	line-height: 20px;
	/*height: 490px;*/
	overflow: hidden;
	margin-bottom: -5px;
	font-size: 14px;
}

#content b {
	font-size: 12px;
	font-weight: bolder;
}

/* jScroll styles specific to this particular page */
@media all and (max-height: 900px) and (min-height: 769px) {
.scroll-pane
{
	width: 100%;
	height: 500px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 200px;
}
}
@media all and (max-height: 768px) and (min-height: 319px) {
.scroll-pane
{
	width: 100%;
	height: 300px;
	overflow: auto;
	
}
.horizontal-only
{
	height: auto;
	max-height: 200px;
}
}

#content-control {
	text-align: right;
	padding: 5px 5px 5px 0;
}
#content.cover {
	height: auto;
}
#content p {
	line-height: 18px;
	margin-bottom: 12px;
}
p.title {
	font-size: 16px;
	font-family: Helvetica Neue,Helvetica,sans-serif;
	font-weight: bold;
	letter-spacing: -.5px;
	margin-top: 20px;
	clear: both;
	
	
	
}
p.credits {
	font-family: Helvetica Neue,Helvetica,sans-serif; 
	font-size: 12px;
	text-transform: uppercase;
}
p.credits span {
	display: block;
	font-weight: bold;
}
p.credits span em {
	font-size: 11px;
	font-weight: normal;
	margin-right: 2px;
}


/* buttons */ 

.cont {
	background: url(img/content-button.png) no-repeat 0 0;
	width: 48px;
	height: 16px;
	text-indent: -9999em;
	display: block;
	border: 0;
	float: right;
}
button.cont:hover {
	background: url(img/content-button.png) no-repeat 0 -16px;
	cursor: pointer;
}

button.footer2 {
	background: url(img/more.png) no-repeat 0 0;
	height: 23px;
	width: 100px;
	margin-top: -23px;
	margin-right: 20px;
	display: block;
	border: 0;
	float: right;
	padding: 0;
	outline: none;
}
button.footer2:hover {
	background: url(img/more.png) no-repeat 0 -23px;
	cursor: pointer;
}


/* Footer */

#footer { 
	text-align: center;
	height: auto;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	color: #fff;
}
#pages 
{
    margin-left:60px;
    padding: 5px 0;
	font-size:9px;
	
		
}
#pages span {
	font-size: 10px;
	letter-spacing: 3px;
	margin-right: 10px;
	color: #ffffff;
}
#pages ul {
	list-style-type: none;
	display: -moz-inline-box; /* for Mozilla based browsers */
	display: inline-block;
	display:inline;
}
#pages li {
	display: -moz-inline-box; /* for Mozilla based browsers */
	display: inline-block;
	display:inline;
}
#pages a {
	color: #fff;
	text-decoration: none;
	margin-left: 8px;
	font-weight: bold;
	padding: 3px;
}
#pages a:hover {
	color: #666;
}
#pages #currentpage a {
	color: #404040;
	background: #fff;
}


/* Footer2 */
.footer2 {
	margin: 0 10px;
}
#sections {
	float: right;
	margin-right: 20px;
}
.section, .section2 {
	float: left;
	border-left: 1px dotted #666;
	padding: 5px;
	text-align: left;
}
.section2 {
	border-right: 1px dotted #666; 
}
#links 
{
    filter: alpha(opacity=99);
	opacity: 0.99;
}
#links a {
	color: #fff;
	font-weight: bold;
	
	text-decoration: none;
	margin-bottom: 5px;
}
#links a:hover {
	color: #ddd;
	font-weight: bold;
	cursor: pointer;
}


/* Social */

#twit-button {
	float: left;
	margin-bottom: 20px;
}
#social {
	height: 65px;
	overflow: hidden;
}
#fb-button {
	float: left;
	clear: left;
}
.fb_iframe_widget {
	float: left;
}
.fb_edge_widget_with_comment {
	float: left;
}

/*------------------------------------*\
	IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 480px){
body{
  -webkit-text-size-adjust:none;
}
#footer {
	display: none;
}
}

/* Iphone retina only */
@media screen and (-webkit-min-device-pixel-ratio: 2){
body{
  -webkit-text-size-adjust:none;
}
#footer {
	display: none;
}
}