/*************************************************
	Hillside - April 2010 
				
	Site by Barking Dog Studios
	http://www.barkingdogstudios.com/

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

/********** IMPORT **********/
@import url(fancybox.css);

/********** RESET **********/
body {
	font: normal 13px/18px "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: #709cc3;
	color: #fff;
	overflow: hidden; /* Hides the horizontal scrollbars */
}

div,dl,dd,dt,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table {
	margin: 0;
	padding: 0;
}

a:focus {
	outline: none;
}

a img {
	border: none;
	text-decoration: none !important;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#skip {
	display: none;
}


/********** COMMON **********/
#header_wrap {
	position: fixed;
	z-index: 11; /* Needs to be higher than sidebar for dropdown menus */
	left: 50%;
	margin-left: -465px;
}

#sidebar_right_wrap {
	position: fixed;
	z-index: 10;
	left: 50%;
	margin-left: 186px;	
}

#sidebar_left_wrap {
	position: fixed;
	z-index: 10;
	left: 50%;
	top: 175px;
	margin-left: -500px;
	width: 180px;
	height: 340px;
}

#footer_wrap {
	position: fixed;
	z-index: 10;
	top: 565px;
	width: 100%;
	height: 160px;
	background: url(../img/footer_bg.png) repeat-x center 0;
}

#header {
	position: relative; /* Needs relative positioning to contain logo */
	margin: 30px 0 0 65px;
	width: 572px;
}

#logo {
	position: absolute;
	z-index: 1;
	top: 0;
	left: -18px;
	display: block;
	width: 345px;
	height: 125px;
	background: url(../img/hillside_logo.png) no-repeat 0 0;
	text-indent: -9999px;
}

#logo a {
	display: block;
	width: 345px;
	height: 125px;
	overflow: hidden;
}

#search {
	/*display: none;*/
	position: absolute;
	top: 0;
	right: 0;
}

#search input.search_box {
	padding-left: 2px;
	width: 135px;
	color: #666;
}

#search input.submit {
	display: none;
}

h2#date {
	float: right;
	margin-top: 55px;
	color: #e389a9;
	font-weight: normal;
}

/* Navigation */
ul#nav {
	position: relative;
	z-index: 10 !important; /* Needs to be higher than z-index of #logo */
	float: right;
	margin: 20px 0 0 20px;
	padding: 1px 0 1px 5px;
	width: 475px;
	list-style: none;
	background: rgba(0,0,0,0.3);
}

ul#nav li {
	float: left;
	margin-right: 10px;
	font-size: 10px;
	text-transform: uppercase;
}

ul#nav li a {
	color: #fff;
	text-decoration: none;
}

ul#nav li a:hover, ul#nav li a.active {
	color: #e389a9;
}

ul#nav li:hover ul {
	display: block;
}

/* Dropdown menus */
ul#nav li ul {
	display: none;
	position: absolute;
	margin-left: -5px; /* Lines up the dropdown to left edge of ul#nav */
	padding-top: 1px;
	list-style: none;
	width: 150px;
}

ul#nav li ul li {
	background: rgba(0,0,0,0.9);
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
}

ul#nav li ul li a {
	display: block;
	padding: 3px 10px 3px 8px;
	width: 132px;
}

/* Sidebar */
#sidebar {
	width: 310px;
}

#buy_tickets {
	position: relative; /* Must be relative to contain child button */
	z-index: 10;
	padding-left: 64px;
	background: url(../img/buy_tickets_bg.png) no-repeat 0 0;
}

#buy_tickets h2 {
	position: absolute;
	top: 76px;
	left: 17px;
	width: 90px;
	height: 90px;
}

#buy_tickets h2 a {
	display: block;
	width: 90px;
	height: 90px;
	background: url(../img/buy_tickets_button-DT.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

#buy_tickets:hover h2 a {
	background: url(../img/buy_tickets_button-DT.png) no-repeat 0 -90px;
}

#performances {
	display: none;
	position: relative;
	z-index: 9;
	margin: -15px 0 0 63px;
	padding-bottom: 65px;
	width: 225px;
	background: url(../img/sidebar_bottom_bg.png) repeat-x 0 bottom;
}

#performances div.top {
	padding: 30px 5px 5px;
	background: rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

#performances div.top h2 {
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: normal;
}

ul.performers {
	height: 224px;
	overflow: auto;
	list-style: none;
	background: rgba(0,0,0,0.3);
}

ul.performers li {
	position: relative;
	padding: 5px 5px 5px 60px;
	height: 45px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	-webkit-transition: background .2s ease-in-out;
	overflow: hidden;
}

ul.performers li:hover {
	background: rgba(0,0,0,0.25);
}

ul.performers li div.thumb {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 44px;
	height: 44px;
}

ul.performers li div.thumb a.mp3_controls {
	display: none; /* Commented out until a later phases */
	position: absolute;
	bottom: 0;
	right: -6px;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	background: url(../img/button_play.png) no-repeat 0 0;
	overflow: hidden;
}

ul.performers li div.thumb a.mp3_controls#jplayer_pause {
	background: url(../img/button_pause.png) no-repeat 0 0;
}

ul.performers li h3 {
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
}

ul.performers ul.actions {
	list-style: none;
	overflow: hidden;
}

ul.performers ul.actions li {
	float: left;
	margin-right: 8px;
	padding: 0;
	min-height: 1px;
	border: none;
	background: transparent;
}

ul.performers ul.actions li a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

ul.performers ul.actions li a:hover {
	color: #6c9ecb;
}

ul.performers li p.details {
	display: none;
}

p.showing {
	position: absolute; /* Removes element from the flow of document */
	margin: 2px 0 0 5px;
	font-size: 11px;
}

/* Footer */
#footer {
	margin: 0 auto;
	padding: 25px 0 0 175px;
	width: 785px;
}

#footer div.left {
	float: left;
}

#footer ul#social_network {
	position: absolute;
	top: 0;
	left: 0;
}

#footer ul {
	list-style: none;
	overflow: hidden;
}

#footer ul li {
	float: left;
	margin-right: 15px;
	font-size: 12px;
	text-transform: lowercase;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p.copyright {
	font-size: 10px;
}

#footer #credits {
	float: right;
	margin-right: 15px;
	width: 225px;
}

#footer #credits p {
	margin-top: -2px;
	font-size: 10px;
}

#footer #credits a {
	color: #fff;
	text-decoration: none;
}

#footer #credits a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Countdown to Hillside */
#countdown {
	position: absolute;
	top: 8px;
	left: -130px;
	padding-bottom: 12px;
	width: 55px;
	background: url(../img/countdown_bg.png) no-repeat center bottom;
}

#countdown p {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

#countdown p strong {
	display: block;
	padding-bottom: 6px;
	font-size: 32px;
	font-weight: normal;
}

/* Photo and caption */
div.photo {
	position: absolute;
	top: 0;
	left: -190px;
}

div.photo img {
	margin: 17px 0 0 16px;
}

div.photo .caption {
	margin: 10px 0 0 35px;
	font-size: 9px;
	line-height: 13px;
	font-weight: bold;
	width: 110px;
}

div.photo div.frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 175px;
	height: 195px;
	background: url(../img/photo_frame.png) no-repeat 0 0;
}

/* Social */
#social {
	position: absolute;
	right: 25px;
	bottom: 0;
}

#social h2 {
	margin-bottom: 6px;
	font-size: 17px;
	font-weight: normal;
	color: #e389a9;
}

ul#social_network {
	list-style: none;
	overflow: hidden;
}

ul#social_network li {
	float: left;
	margin-right: 6px;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
}

ul#social_network li a {
	display: block;
	width: 24px;
	height: 24px;
}

ul#social_network li.email {
	background: url(../img/social_icons.gif) no-repeat 0 0;
}

ul#social_network li.facebook {
	background: url(../img/social_icons.gif) no-repeat -27px 0;
}

ul#social_network li.twitter {
	background: url(../img/social_icons.gif) no-repeat -54px 0;
}

ul#social_network li.youtube {
	background: url(../img/social_icons.gif) no-repeat -82px 0;
}


/********** SECTION **********/
#wrapper {
	position: relative;
	z-index: 1;
	width: 5000px;
	height: 580px;
	background: #000;
}

div.section {
	position: relative;
	float: left;
	height: 580px;
}

div.content {
	display: block;
	position: absolute;
	top: 175px;
	left: 50%;
	margin-left: -308px;
	width: 470px;
	height: 342px;
}

div.content div.inner {
	padding-right: 20px;
	width: 470px;
	height: 292px;
	overflow: auto; /* Adds scrollbars to div if content is too long */
}

#performers div.content.performer div.inner {
	padding-right: 20px;
	width: 470px;
	height: 262px;
	overflow: auto; /* Adds scrollbars to div if content is too long */
}


/* Style elements from CMS */
div.content h1 {
	margin-bottom: 14px;
	font-size: 32px;
	line-height: 32px;
}

div.content h2 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #e389a9;
}

div.content h3 {
	margin-bottom: 6px;
	font-size: 14px;
	color: #e389a9;
}

div.content p {
	margin-bottom: 10px;
	font: normal 13px/18px "Trebuchet MS", Helvetica, Arial, sans-serif;
}

div.content a {
	color: #e389a9;
	text-decoration: none;
}

div.content a:hover {
	color: #e389a9;
	text-decoration: none;
	border-bottom: 1px solid #e389a9;
}

div.content ul, div.content ol {
	margin: 0 0 15px 25px;
}

ul.days_and_locations {
	margin: 0 0 15px !important;
	list-style: none;
	font-size: 11px;
}

ul.days_and_locations li span {
	font-size: 10px;
	font-weight: bold;
	color: #e389a9;
	text-transform: uppercase;
}

div.content ul li, div.content ol li {
	margin-bottom: 2px;
} 

div.content table {
	border-collapse: collapse;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	border-left: 1px solid rgba(255,255,255,0.5);
	border-right: 1px solid rgba(255,255,255,0.5);
}

div.content table td {
	padding: 5px;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-right: 1px solid rgba(255,255,255,0.5);
	background: rgba(0,0,0,0.2);
}

div.content table tr:first-child td {
	background: rgba(0,0,0,0.5);
	color: #e389a9;
}

/* Background images for each section */
#home {
	background: url(../img/backgrounds/MainPage-2010-KarolinaKuras.jpg) no-repeat center 0;
}

#how {
	background: url(../img/backgrounds/HowTo-Sparkler-KarolinaKuras.jpg) no-repeat center 0;
}

#tickets {
	background: url(../img/backgrounds/Tickets-MainStage-2009.jpg) no-repeat center 0;
}

#performers {
	background: url(../img/backgrounds/Performers-BeerTent-KinneStar-2004-DeanPalmer.jpg) no-repeat center 0;
}

#merch {
	background: url(../img/backgrounds/Merch-Icecream-2009.jpg) no-repeat center 0;
}

#volunteers {
	background: url(../img/backgrounds/Volunteer-GreatLakeSwimmers-JulianKatz.jpg) no-repeat center 0;
}

#media {
	background: url(../img/backgrounds/About-Slides-2008-JulianKatz.jpg) no-repeat center 0;
}

#supporters {
	background: url(../img/backgrounds/Supporters-BikeLockup-2004-DeanPalmer.jpg) no-repeat center 0;
}

#about {
	background: url(../img/backgrounds/Media-AboriginalTeepee-2004-DeanPalmer.jpg) no-repeat center 0;
}

#general {
	background: url(../img/backgrounds/About-Landscape-2004-DeanPalmer.jpg) no-repeat 0 0;
}


/********** EMAIL FORM **********/
/* Styling had to be moved into email-signup.php because it loads in an iframe */





#ajax_search_results {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width:  400px;
	height: 600px;
	z-index: 999999 !important;
}



