/**********************************************************************************************
	Website: S.C.E.N.E. Music Festival
	Author: Loud Advertising
	Url: www.scenemusicfestival.com
  
	Copyright (c) Loud Advertising.
	
***********************************************************************************************
	
	1. Global Reset
	
	2. General Elements
	
	3. Layout

***********************************************************************************************/

/* 1. Global Reset
-----------------------------------------------------------------------------------------------
===============================================================================================*/

img {
	border: none;
}

:focus {
	outline: 0;
}

/* 2. General Elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #271312;
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	overflow-x: hidden;	
}

img, div, input, .pngfix { behavior: url("../iepngfix.htc") }

 .superscript{font-size: 60%; vertical-align:top;} 

/* 3. Layout
-----------------------------------------------------------------------------------------------
===============================================================================================*/

.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }

.black { color: #000000; }
.blue { color: #02a4c6; }
.gray { color: #a7a9ac; }
.orange { color: #fbb040; }
.tan { color: #d3b993; }
.red { color: #e51c24; }
.yellow { color: #fef100; }
.white { color: #ffffff; }

.fontsize_26 { font-size: 26px; }
.fontsize_28 { font-size: 28px; }
.fontsize_30 { font-size: 30px; }

a.app-link:link, a.app-link:visited, a.app-link:active { color: #000000; font-size: 18px; font-weight: 700; letter-spacing: -1px; text-decoration: none; text-transform: uppercase; }
a.app-link:hover { color: #e51c24; }

a.searchlight:link, a.searchlight:visited, a.searchlight:active { color: #ffffff; font-size: 14px; font-weight: 700; letter-spacing: -1px; text-decoration: none; text-transform: uppercase; }
a.searchlight:hover { color: #fef100; }

#page-container {
	position: relative;	
	background: #271312 url(../images/bg-bomb-explosion2.jpg) no-repeat top center;
}

#top-navigation {
	position: relative;
	background: transparent url(../images/bg-topnav.png) repeat-x scroll 0px 0px;
	height: 60px;
}

#topnav-container {
	position: relative;
	margin: 0 auto;
	width: 950px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 950px;
	z-index: 1;
}

#scene-logo-container {
	position: relative;
	background: transparent url(../images/bg-scene-wired.png) no-repeat;
	margin-top: 10px;
	height: 350px;
	width: 950px;
}

#festival-info {
	position: absolute;
	top: 65px;
	left: 355px;
	text-align: center;
}

.festival-info-countdown {
	color: #e51c24;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -2px;
	text-transform: uppercase;
}

.festival-info-date {
	color: #ffffff;
	font-size: 52px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;	
}

#defaultCountdown {
	position: absolute;
	top: 198px;
	left: 395px;
}

#venue-info {
	position: absolute;
	top: 273px;
	left: 400px;
}

#venue-info P {
	color: #000000;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	text-transform: uppercase;
}

#facebookBtn {
	background: transparent url(../images/facebook-btn.png) no-repeat scroll 0px 0px;
	height: 30px;
	right: 0;
	position: fixed;
	top: 190px;
	width: 100px;
	z-index: 99;
}

div#facebookBtn:hover {
	background-position: -100px 0px;
	z-index: 100;
}

#facebookBtn a {
	display: block;
	height: 30px;
	width: 100px;
	z-index: 100;
}

#myspaceBtn {
	background: transparent url(../images/myspace-btn.png) no-repeat scroll 0px 0px;
	height: 30px;
	right: 0;
	position: fixed;
	top: 220px;
	width: 100px;
	z-index: 99;
}

div#myspaceBtn:hover {
	background-position: -100px 0px;
	z-index: 100;
}

#myspaceBtn a {
	display: block;
	height: 30px;
	width: 100px;
	z-index: 100;
}

#twitterBtn {
	position: absolute;
	background: transparent url(../images/twitter-btn.png) no-repeat scroll 0px 0px;
	height: 30px;
	right: 0;
	position: fixed;
	top: 250px;
	width: 100px;
	z-index: 99;
}

div#twitterBtn:hover {
	background-position: -100px 0px;
	z-index: 100;
}

#twitterBtn a {
	display: block;
	height: 30px;
	width: 100px;
	z-index: 100;
}

#video-container {
	position: relative;
	min-height: 375px;
	margin-top: 20px;
	z-index: 2;
	width: 950px;
	clear: both;
}

#mediaspace {
	float: left;
	border: 5px solid #ffffff;
	width: 512px;
}

#application-container {
	position: absolute;
	top: 20px;
	right: 50px;
	width: 320px;
	text-align: center;
}

#app-tbl {
	
}

#application-top {
	background: transparent url(../images/bg-application-top.png) no-repeat center top;
	color: #e51c24;
	font-size: 12px;
	padding: 40px 40px 10px 30px; 
	min-height: 250px;
	text-align: center;
}

.application-title {	
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 30px;
	text-transform:uppercase;
}

#application-bottom {
	background: transparent url(../images/bg-application-bottom.png) no-repeat center bottom;
	height: 16px;
	width: 320px;
}

#footer {
	position: relative;
	border-top: 1px solid #ffffff;
	font-size: 12px;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px;
	height: 120px;
}

#copyright {
	float: left;	
}

#facebook-event {
	float: right;	
	background: transparent url(../images/facebook-event-btn.png) no-repeat scroll 0px 0px;
	height: 25px;
	width: 107px;
	z-index: 99;
}

#searchlight {
	float: right;
	margin-left: 10px;
	text-align: center;
	z-index: 99;
}

div#facebook-event:hover {
	background-position: -107px 0px;
	z-index: 100;
}

#facebook-event a {
	display: block;
	height: 25px;
	width: 107px;
	z-index: 100;
}


.panel {
	position: absolute;
	top: 10px;
	right: 0;
	display: none;
	background: #271312;
	border:1px solid #111111;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	width: 300px;
	height: auto;
	padding: 30px 30px 30px 30px;
	filter: alpha(opacity=90);
	opacity: .90;
	z-index: 2;
}

.panel p {
	margin: 0 0 15px 0;
	padding: 0;
	color: #ffffff;
	font-weight: normal;
}

.panel a, .panel a:visited{
	margin: 0;
	padding: 0;
	color: #ffff66;
	text-decoration: none;
	border-bottom: 1px solid #ffff66;
}

.panel a:hover, .panel a:visited:hover{
	margin: 0;
	padding: 0;
	color: #fef100;
	text-decoration: none;
	border-bottom: 1px solid #fef100;
}

a.trigger, a.trigger:link, a.trigger:visited {
	position: absolute;
	text-decoration: none;
	top: 10px; right: 0;
	font-size: 16px;
	letter-spacing:-1px;
	color: #fff;
	padding: 5px 15px 5px 30px;
	font-weight: 700;
	background: #6f6f6f url(../images/plus.png) 5% 48% no-repeat;
	border-top: 1px solid #ffffff;
	border-right: none;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	display: block;
	z-index: 3;
}

a.trigger:hover {
	position: absolute;
	text-decoration: none;
	top: 10px; right: 0;
	font-size: 16px;
	letter-spacing:-1px;
	color:#ffffff;
	padding: 5px 20px 5px 30px;
	font-weight: 700;
	background: #271312 url(../images/plus.png) 5% 49% no-repeat;
	border-top: 1px solid #ffffff;
	border-right: none;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	display: block;
}

a.active.trigger {
	background:#ffffff url(../images/minus-burgundy.png) 5% 48% no-repeat;
	color: #271312;
}