/**
 * resets
 */

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #333; color:#fff; text-shadow: none; }
::selection { background:#333; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }



/**
 * easterfest specific styles
 */


/* font specifications */
@font-face {
    font-family: 'GeoSlb712MdBTBold';
    src: url('web-font/geo712b-webfont.eot');
    src: url('web-font/geo712b-webfont.eot?#iefix') format('embedded-opentype'),
         url('web-font/geo712b-webfont.woff') format('woff'),
         url('web-font/geo712b-webfont.ttf') format('truetype'),
         url('web-font/geo712b-webfont.svg#GeoSlb712MdBTBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GeoSlb712MdBTMedium';
    src: url('web-font/geo712m-webfont.eot');
    src: url('web-font/geo712m-webfont.eot?#iefix') format('embedded-opentype'),
         url('web-font/geo712m-webfont.woff') format('woff'),
         url('web-font/geo712m-webfont.ttf') format('truetype'),
         url('web-font/geo712m-webfont.svg#GeoSlb712MdBTMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GeoSlb712LtBTLight';
    src: url('web-font/geo712l-webfont.eot');
    src: url('web-font/geo712l-webfont.eot?#iefix') format('embedded-opentype'),
         url('web-font/geo712l-webfont.woff') format('woff'),
         url('web-font/geo712l-webfont.ttf') format('truetype'),
         url('web-font/geo712l-webfont.svg#GeoSlb712LtBTLight') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* font sizing */
body 
{
	color: #000;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

p 
{
	font-size: 1em; /* 12px */
	line-height: 1.5em; /* 18px */
	margin: 0 0 1.5em 0;
}
/* h1 - 36px */
h1 
{
	font-size: 3em; /* 36px */
	line-height: 1em; /* 36px */
	margin-top: 0.5em;
	margin-bottom: 0em;
	font-family: 'GeoSlb712MdBTBold';
}

/* h2 - 36px */
h2 
{
	font-size: 3em; /* 36px */
	line-height: 1em; /* 36px */
	margin-top: 0.5em;
	margin-bottom: 0em;
	font-family: 'GeoSlb712MdBTBold';
}
/* h3 - 28px */
h3 
{
	font-size: 2.3333em; /* 28px */
	line-height: 1.2857em; /* 36px */
	margin-top: 0.6429em;
	margin-bottom: 0em;
	font-family: 'GeoSlb712MdBTMedium';
}
/* h4 - 24px */
h4 
{
	font-size: 2em; /* 24px */
	line-height: 1.5em; /* 36px */
	margin-top: 0.75em;
	margin-bottom: 0em;
	font-family: 'GeoSlb712MdBTMedium';
}
/* h5 - 18px */
h5 
{
	font-size: 1.5em; /* 18px */
	line-height: 1em; /* 18px */
	margin-top: 1em;
	margin-bottom: 0em;
	font-family: 'GeoSlb712MdBTMedium';
}
/* h6 - 14px */
h6 
{
	font-size: 1.1667em; /* 14px */ 
	line-height: 1.2857em; /* 18px */ 
	margin-top: 1.2857em; 
	margin-bottom: 0em;
	font-family: 'GeoSlb712MdBTMedium';
}




/* page-level backgrounds */
body 
{
	background: #FFF url('../img/page_bg.jpg') no-repeat center top;
	height: 2300px;
}





/* header */
header
{
	position: relative;
	margin-bottom: 14px;
}

/* main page heading */
header h1
{
	position: absolute;
	display: block;
	top: 103px;
	left: 180px;
	width: 580px;
	height: 149px;
	margin: 0;
	padding: 0;
}
header h1 a
{
	display: block;
	height: 149px;
	text-decoration: none;
	background: transparent url('../img/easterfest_logo.png') no-repeat center center;
	margin: 0;
	padding: 0;
	text-indent: -30000em;
	overflow: hidden;
}

/* supp nav */
header nav#supp_nav {}
.textshadow header nav#supp_nav
{
	text-shadow: 0px 1px 0px #000;
}
header nav#supp_nav ul
{
	text-align: right;	
	padding-top: 2em;
}
header nav#supp_nav ul li
{
	display: inline;	
	color: #EEE;
}
header nav#supp_nav ul li:after
{
	content: '\0000a0\0000a0|\0000a0\0000a0';
}
header nav#supp_nav ul li.last_item:after
{
	content: none;
}
header nav#supp_nav ul li a
{
	text-decoration: none;
	color: #CCC;
	text-transform: uppercase;
	font-family: 'GeoSlb712MdBTMedium';
}
header nav#supp_nav ul li a:hover
{
	color: #FFF;
}

/* main nav */
header nav#main_nav {}
header nav#main_nav ul 
{
	margin-top: 224px;
	display: block;
	height: 23px;
	overflow: hidden;
}
header nav#main_nav ul li 
{
	display: block;
	float: left;
	height: 22px;	
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #444;
}
header nav#main_nav ul li a 
{
	display: block;
	height: 22px;
	width: 100px;	
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -3000em;
}
header nav#main_nav ul li.artists-speakers a 
{ 
	width: 162px;
	background: transparent url('../img/main_nav2.png') no-repeat 0px 0px;
}
header nav#main_nav ul li.artists-speakers.selected a,
header nav#main_nav ul li.artists-speakers a:hover
{ 
	background: transparent url('../img/main_nav2.png') no-repeat -197px 0px;
}
header nav#main_nav ul li.more-than-music a 
{
	width: 144px;
	background: transparent url('../img/main_nav2.png') no-repeat 0px -22px;
}
header nav#main_nav ul li.more-than-music.selected a,
header nav#main_nav ul li.more-than-music a:hover
{
	background: transparent url('../img/main_nav2.png') no-repeat -197px -22px;
}
header nav#main_nav ul li.feature-events a 
{
	width: 129px;
	background: transparent url('../img/main_nav2.png') no-repeat 0px -44px;
}
header nav#main_nav ul li.feature-events.selected a,
header nav#main_nav ul li.feature-events a:hover
{
	background: transparent url('../img/main_nav2.png') no-repeat -197px -44px;
}
header nav#main_nav ul li.schedule a 
{
	width: 85px;
	background: transparent url('../img/main_nav2.png') no-repeat 0px -66px;
}
header nav#main_nav ul li.schedule.selected a,
header nav#main_nav ul li.schedule a:hover
{
	background: transparent url('../img/main_nav2.png') no-repeat -197px -66px;
}
header nav#main_nav ul li.easter-services a 
{
	width: 140px;
	background: transparent url('../img/main_nav2.png') no-repeat 0px -88px;
}
header nav#main_nav ul li.easter-services.selected a,
header nav#main_nav ul li.easter-services a:hover
{
	background: transparent url('../img/main_nav2.png') no-repeat -197px -88px;
}


/* precinct nav */
header nav#precinct_nav {}
header nav#precinct_nav ul 
{
	margin-top: 193px;
	display: block;
	float: right;
}
header nav#precinct_nav ul li 
{
	display: block;
	height: 22px;	
	padding: 0;
	margin: 0;
	float: right;
	clear: both;
	margin-top: 4px;
	border-bottom: 1px solid #444;
}
header nav#precinct_nav ul li a 
{
	display: block;
	height: 22px;
	width: 100px;	
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -3000em;
}
header nav#precinct_nav ul li.city-precinct a 
{ 
	width: 131px;
	background: transparent url('../img/main_nav2.png') no-repeat 0px -110px;
}
header nav#precinct_nav ul li.city-precinct.selected a,
header nav#precinct_nav ul li.city-precinct a:hover
{ 
	background: transparent url('../img/main_nav2.png') no-repeat -197px -110px;
}
header nav#precinct_nav ul li.queens-park-precinct a 
{
	width: 197px;
	background: transparent url('../img/main_nav2.png') no-repeat 0px -132px;
}
header nav#precinct_nav ul li.queens-park-precinct.selected a,
header nav#precinct_nav ul li.queens-park-precinct a:hover
{
	background: transparent url('../img/main_nav2.png') no-repeat -197px -132px;
}

/* balloons */
header nav#balloons {
	
}
header nav#balloons ul {}
header nav#balloons li 
{
	z-index: 99999999;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
header nav#balloons li a 
{
	display: block;
	overflow: hidden;
	text-indent: -3000em;
}
header nav#balloons li.buy_tickets 
{
	width: 117px;
	height: 148px;
	top: 60px;
	left: 800px;
}
header nav#balloons li.buy_tickets a 
{
	height: 148px;
	background: transparent url('../img/buy_tickets_balloon.png') no-repeat top left;
}
header nav#balloons li.like_facebook 
{
	top: 100px;
	left: 10px;
	width: 110px;
	height: 161px;
}
header nav#balloons li.like_facebook a 
{
	height: 161px;
	background: transparent url('../img/like_facebook_balloon.png') no-repeat top left;
}


/* the black/white/blue/grey containers */
div.black_container
{
	background: transparent url('../img/black_bg.png') repeat top left;
	padding: 10px;
	color: #FFF;
}
.textshadow div.black_container
{
	text-shadow: 0px 1px 0px #000;
}
div.white_container
{
	background: transparent url('../img/white_bg.png') repeat top left;
	padding: 10px;
}
.textshadow div.white_container
{
	text-shadow: 0px 1px 0px #FFF;
}
div.blue_container
{
	background: transparent url('../img/blue_bg.png') repeat top left;
	padding: 10px;
}
.textshadow div.blue_container
{
	text-shadow: 0px 1px 0px #E1EEF5;
}
div.grey_container
{
	background: transparent url('../img/grey_bg.png') repeat top left;
	padding: 10px;
}
.textshadow div.grey_container
{
	text-shadow: 0px 1px 0px #FFF;
}
div.orange_container
{
	background: transparent url('../img/orange_bg.png') repeat top left;
	padding: 10px;
}
.textshadow div.orange_container
{
	text-shadow: 0px 1px 0px #FFF;
}


/* the main content */
div#main {}
	
/* the left/right content */
div#left_column {}
div#right_column {}

div#left_column div.black_container
{
	margin-bottom: 20px;
}
div#left_column div.black_container h5
{
	margin-top: 0;
}
div#right_column div.scroll-pane
{
	position: relative;
	max-height: 600px;
	overflow: auto;
}
div#right_column div.white_container
{
	position: relative;
}
div#right_column div.white_container h2
{
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 0.2em;
}




/* footer */
footer 
{
	margin-top: 20px;
}
footer div.footer_sponsors { }
footer div.footer_sponsors ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}
footer div.footer_sponsors ul li
{
	display: block;
	float: left;
	margin-right: 20px;
}
footer div.footer_sponsors ul li a
{
	display: block;
	text-decoration: none;
}
footer div.footer_sponsors ul li a:hover
{
	opacity: 0.8;
}

/* footer nav */
footer nav#footer_nav {}
.textshadow footer nav#footer_nav
{
	text-shadow: 0px 1px 0px #FFF;
}
footer nav#footer_nav ul
{
	text-align: right;	
}
footer nav#footer_nav ul li
{
	display: inline;	
	color: #F18925;
}
footer nav#footer_nav ul li:after
{
	content: '\0000a0\0000a0|\0000a0\0000a0';
}
footer nav#footer_nav ul li.last_item:after
{
	content: none;
}
footer nav#footer_nav ul li a
{
	text-decoration: none;
	color: #F18925;
	text-transform: uppercase;
	font-family: 'GeoSlb712MdBTMedium';
}
footer nav#footer_nav ul li a:hover
{
	color: #333;
}


/* breadcrumbs */
div.breadcrumb {
	padding: 7px 10px;
}
div.breadcrumb p
{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'GeoSlb712MdBTMedium';
	color: #666;
}
div.breadcrumb p a
{
	color: #666;
	text-decoration: none;
}
div.breadcrumb p a:hover
{
	color: #333;
}



/* jump button */
a.jump_button
{
	display: block;
	float: right;
	padding: 5px 10px;
	background-color: #F9A12A;
	text-transform: uppercase;
	font-family: 'GeoSlb712MdBTMedium';
	border-bottom: 1px solid #444;
	color: #FFF;
	text-decoration: none;
}
a.jump_button.small
{
	font-size: 0.85em;
	padding: 3px 5px;
	padding-bottom: 2px;
}
.textshadow a.jump_button
{
	text-shadow: 0px -1px 0px #444;
}
a.jump_button:hover
{
	background-color: #666;
}


/* artists list */
div.artist_title 
{
	height: auto;
	overflow: hidden;
}
ul.artist_list
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	height: auto;
	overflow: hidden;
	margin-left: -5px;
}
ul.artist_list li
{
	width: 160px;
	display: block;
	margin: 0 0 5px 5px;
	padding: 0;
	float: left;
}
ul.artist_list li a
{
	width: 160px;
	display: block;
	position: relative;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
ul.artist_list li a img
{
	margin: 0;
	display: block;
}
ul.artist_list li a span
{
	display: block;
	width: 150px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url('../img/black_bg.png') repeat top left;
	padding: 5px;
	color: #FFF;
	font-family: 'GeoSlb712LtBTLight';
	text-transform: uppercase;
}
.textshadow ul.artist_list li a span
{
	text-shadow: 0px 1px 0px #000;
}
ul.artist_list li a:hover
{
	opacity: 0.8;
}



/* sponsor list */
ul.sponsor_list
{
	display: block;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	list-style: none;
	margin: 1em 0 0 0;
	padding: 20px 0 0 20px;
}
ul.sponsor_list li
{
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}
ul.sponsor_list li a
{
	display: block;
	text-decoration: none;
}
ul.sponsor_list li a img
{
	display: block;
}
ul.sponsor_list li a:hover
{
	opacity: 0.8;
}




/* twitter feed */
ul.twitter_feed
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.twitter_feed li
{
	display: block;
	font-size: 0.9em;
}
ul.twitter_feed li p
{
	margin: 0 0 0.75em 0;
}
ul.twitter_feed li p.twitter-date
{
	font-size: 0.9em;
	font-weight: bold;
	color: #CCC;
	margin: 0;
}



/* plan your trip list */
div#plan_your_trip {}	
div#plan_your_trip ul.trip_list 
{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	margin: 0.5em 0 1em 0;
}
.textshadow div#plan_your_trip ul.trip_list 
{
	text-shadow: none;
}
div#plan_your_trip li 
{
	display: block;
	margin: 0 0 4px 0;
	border-bottom: 1px solid #000;
}
div#plan_your_trip li a 
{
	display: block;
	padding: 3px 5px 3px 34px;
	background-color: #FFF;
	color: #000;
	font-family: 'GeoSlb712MdBTMedium';
	text-transform: uppercase;
	
	background-image: url('../img/icons/tent.png');
	background-repeat: no-repeat;
	background-position: center left;
	
	text-decoration: none;
}
div#plan_your_trip li a:hover
{
	opacity: 0.8;
}
div#plan_your_trip li.accommodation a 
{
	background-image: url('../img/icons/tent.png');
}
div#plan_your_trip li.transport a 
{
	background-image: url('../img/icons/bus.png');
}
div#plan_your_trip li.buy_tickets a 
{
	background-image: url('../img/icons/ticket.png');
}



/* take a tour */
div#take_a_tour 
{
	position: relative;
}
div#take_a_tour a
{
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
	width: 92px;
	height: 121px;
	background: transparent url('../img/tour_balloon.png') no-repeat top left;
	overflow: hidden;
	text-indent: -3000em;
}
div#take_a_tour a:hover
{
	opacity: 0.8;	
}
div#take_a_tour h5,
div#take_a_tour h3
{
	text-transform: uppercase;
	margin: 0;
}
div#take_a_tour h5
{
	padding-top: 1em;
}
div#take_a_tour h3
{
	margin-top: -0.15em;
	margin-bottom: 1em;
}




/* text/email updates form */
form#txt_email_form 
{
	margin-top: 1em;
}
form#txt_email_form input
{
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #555;
	border: none;
	color: #FFF;
	border-bottom: 1px solid #222;
}
form#txt_email_form input:focus
{
	background-color: #5F5F5F;
	border-bottom: 1px solid #000;
}
form#txt_email_form input#first_name_field,
form#txt_email_form input#last_name_field
{
	width: 82px;
}
form#txt_email_form input#email_field
{
	width: 182px;
}
form#txt_email_form input#mobile_number_field
{
	width: 110px;
}
form#txt_email_form input#txt_email_submit_field
{
	background-color: #999;
	width: 64px;
	cursor: pointer;
}
form#txt_email_form input#txt_email_submit_field:hover
{
	background-color: #AAA;
}






/* call to action tiles */
ul.action_tiles
{
	display: block;
	list-style: none;
	margin: 20px 0;
	padding: 0;	
}
ul.action_tiles li {}
ul.action_tiles li a
{
	text-decoration: none;
}
ul.action_tiles li a img.active
{
}
ul.action_tiles li a img.hover
{
	display: none;
}
ul.action_tiles li a:hover img.active
{
	display: none;
}
ul.action_tiles li a:hover img.hover
{
	display: inline;
}



/* homepage styles */
div#homepage_banner 
{
	position: relative;
	color: #FFF;
	margin-bottom: 20px;
}
div#homepage_banner div#plan_your_trip,
div#homepage_banner div#take_a_tour,
div#homepage_banner div#txt_email_updates,
div#homepage_banner div#twitter_feed
{
	background: transparent url('../img/black_bg.png') repeat top left;
	padding: 10px;
	width: 200px;
	z-index: 999;
}
.textshadow div#homepage_banner div#plan_your_trip,
.textshadow div#homepage_banner div#take_a_tour,
.textshadow div#homepage_banner div#txt_email_updates,
.textshadow div#homepage_banner div#twitter_feed
{
	text-shadow: 0px 1px 0px #000;
}

div#homepage_banner div#plan_your_trip h5,
div#homepage_banner div#txt_email_updates h5,
div#homepage_banner div#twitter_feed h5
{
	margin: 0 0 0.25em 0;
}
div#homepage_banner div#plan_your_trip
{
	position: absolute;
	top: 10px;
	left: 10px;
	height: 90px;
	overflow: hidden;
}
div#homepage_banner div#take_a_tour
{
	position: absolute;
	top: 120px;
	left: 10px;
	height: 70px;
	z-index: 9999;
}
div#homepage_banner div#take_a_tour h5
{
	padding-top: 0.5em;
}
div#homepage_banner div#txt_email_updates
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	height: 110px;
}
div#homepage_banner div#twitter_feed
{
	position: absolute;
	top: 10px;
	right: 10px;
	height: 320px;
}



/* photos/videos */
div.official_videos,
div.fan_videos,
div.official_photos,
div.fan_photos
{
	margin-top: 20px;
}
div.official_videos h5,
div.fan_videos h5,
div.official_photos h5,
div.fan_photos h5
{
	margin-top: 0;
	text-transform: uppercase;
}

ul.thumb_list
{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
	margin-left: -10px;
	margin-top: 7px;
}
ul.thumb_list li
{
	position: relative;
	display: block;
	float: left;
	width: 80px;
	height: 65px;
	margin-left: 10px;
	border-bottom: 1px solid #E1EEF5;
}
ul.thumb_list li a
{
	display: block;
	width: 80px;
	height: 65px;
	text-decoration: none;
}
ul.thumb_list li a:hover
{
	opacity: 0.8;
}



/* artist detail */
div.artist_detail
{
	height: auto;
	overflow: hidden;
}
div.artist_detail ul.social_networks
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	padding: 5px 0 0 0;
}
div.artist_detail ul.social_networks li
{
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}
div.artist_detail ul.social_networks li a
{
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -3000em;
}
div.artist_detail ul.social_networks li.twitter a
{
	background: transparent url('../img/social_icons/twitter_16.png') no-repeat top left;
}
div.artist_detail ul.social_networks li.facebook a
{
	background: transparent url('../img/social_icons/facebook_16.png') no-repeat top left;
}
div.artist_detail ul.social_networks li.youtube a
{
	background: transparent url('../img/social_icons/youtube_16.png') no-repeat top left;
}
div.artist_detail ul.social_networks li.myspace a
{
	background: transparent url('../img/social_icons/myspace_16.png') no-repeat top left;
}
div.artist_detail ul.social_networks li.website
{
	width: auto;
	height: auto;
	margin-left: 20px;
}
div.artist_detail ul.social_networks li.website a
{
	text-indent: 0;
	overflow: none;
	white-space: nowrap;
	width: auto;
	height: auto;
	font-size: 0.9em;
	padding: 4px 8px;
	background-color: #F9A12A;
	text-transform: uppercase;
	font-family: 'GeoSlb712MdBTMedium';
	border-bottom: 1px solid #444;
	color: #FFF;
	text-decoration: none;
}
.textshadow div.artist_detail ul.social_networks li.website a
{
	text-shadow: 0px -1px 0px #444;
}
div.artist_detail ul.social_networks li.website a:hover
{
	background-color: #666;
}



div.artist_detail div.artist_photo_bio
{
	float: left;
	width: 390px;
}
div.artist_detail div.artist-sidebar 
{	
	width: 280px;
	float: right;
}
div.artist_detail div.artist-sidebar h5
{
	margin-top: 0;
	margin-bottom: 0.5em;
}
div.artist_detail div.artist-sidebar div.music_sampler
{
	margin-bottom: 10px;
}
div.artist_detail div.artist-sidebar div.music_sampler ul.music_actions
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 70px;
	height: 70px;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
div.artist_detail div.artist-sidebar div.music_sampler ul.music_actions li,
div.artist_detail div.artist-sidebar div.music_sampler ul.music_actions li a
{
	display: block;
	width: 70px;
	height: 70px;
}
div.artist_detail div.artist-sidebar div.music_sampler ul.music_actions li a
{
	text-decoration: none;
}
div.artist_detail div.artist-sidebar div.music_sampler ul.music_actions li a:hover
{
	opacity: 0.8;
}


div.artist_detail div.artist-sidebar div.music_sampler img
{
	float: left;
	margin-right: 10px;
}
div.artist_detail div.artist-sidebar div.music_sampler h6,
div.artist_detail div.artist-sidebar div.music_sampler p
{
	margin: 0;
}
div.artist_detail div.artist-sidebar div.music_sampler p
{
	color: #333;
}
div.artist_detail div.artist-sidebar div.twitter_feed
{
	margin-bottom: 10px;
}
div.artist_detail div.artist_photo
{
}
div.artist_detail div.artist_photo img
{
	margin: 0;
	padding: 0;
	display: block;
}
div.artist_detail div.artist_bio
{
	margin-top: 10px;
}



/* table styles */
table.content_display {}
table.content_display td, table.content_display th {
	padding: 5px 7px;
	width: 100%;
}



/* splash */
body#splash
{
	background: #FFF url('../img/splash_bg.jpg') no-repeat center top;
	height: 820px;
}
body#splash h1
{
	display: none;
}
body#splash div#links
{
	position: relative;
	margin: 0 auto;
	width: 960px;
}
body#splash div#links a
{
	display: block;
	position: absolute;
}
body#splash div#links a:hover
{
	opacity: 0.9;
}
body#splash div#links a span
{
	display: none;
}
body#splash div#links a#site_link
{
	width: 242px;
	height: 295px;
	background: transparent url('../img/splash_balloon_enter_site.png') no-repeat top left;
	top: 120px;
	right: 0px;	
}
body#splash div#links a#tour_link
{
	width: 204px;
	height: 285px;
	background: transparent url('../img/splash_balloon_tour.png') no-repeat top left;
	top: 180px;
	left: 20px;
}



/* take a tour */
body#tour
{
	background: #FFF url('../img/tour_bg.jpg') no-repeat center top;
	height: 1300px;
}
body#tour h1
{
	display: none;
}
body#tour div#links
{
	position: relative;
	margin: 0 auto;
	width: 960px;
}
body#tour div#links a
{
	display: block;
	position: absolute;
}
body#tour div#links a:hover
{
	opacity: 0.9;
}
body#tour div#links a span
{
	display: none;
}
body#tour div#links a#site_link
{
	width: 242px;
	height: 295px;
	background: transparent url('../img/splash_balloon_enter_site.png') no-repeat top left;
	top: 120px;
	right: 0px;	
}
body#tour div#video
{
	width: 378px;
	height: 220px;
	margin: 0 auto;
	padding-top: 450px;
}


/**
 * final styles
 */


.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

