/* ----- GLOBAL ----- */

@import url('/stylesheets/reset.css');

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #333;
}

a {
	color: #3256B6;
	border: 0;
}

strong,
.sponsors {
	font-weight: bold;
}

em {
	font-style: italic;
}

.darkred {
	color: #C00;
}

.hidden {
	display: none;
}



/* ----- STRUCTURAL ----- */

#page {
	width: 960px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#main {
	width: 960px;
	position: absolute;
 	top: 293px;
}

#header {
	width: 960px;
	height: 293px;
}

ul#navigation {
	width: 960px;
	margin: 0px 0 56px;
	padding: 0;
}

#content {
	float: left;
	width: 680px;
	min-height: 626px;
	padding: 20px;
}

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
        clear: left;
}

#sponsors {
	padding: 20px;
}

#footer {
	width: 920px;
	padding: 20px;
}



/* ----- DIV#MAIN ----- */

#main {
	background: #FFF;
}



/* ----- DIV#HEADER ----- */

#header {
	background: #FFF;
}


h1#gsc-logo {
	float: left;
	width: 580px;
	height: 72px;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 0.0625em;
	line-height: 1px;
	padding: 0;
	margin: 0;
	z-index: 2;
}

h1#gsc-logo a {
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -5000px;
	background: url('/images/gsc-logo.gif') no-repeat;
}

h2#highlight {
	float: left;
	width: 240px;
	height: 240px;
	position: relative;
	top: 44px;
	left: 160px;
	font-size: 0.0625em;
	line-height: 1px;
	padding: 0;
	margin: 0;
	z-index: 2;
}

h2#highlight a {
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -5000px;
	background: url('/images/tag_2010-2011-season.png') no-repeat;
}

ul#subnav {
	width: 560px;
	position: absolute;
	top: 40px;
	left: 160px;
	text-align: right;
	z-index: 3;
}

ul#subnav li {
	display: inline;
	margin: 0 0 0 1.0em;
	padding: 0 0 0 1.0em;
	line-height: 18px;
	font-size: 0.875em;
}

ul#subnav li.ada {
	margin: 0;
	padding: 0 0 0 20px;
	background: url('/images/ada_whlchr.png') no-repeat;
}

ul#subnav a,
ul#subnav a:visited,
ul#subnav a:active {
	color: #999;
}

ul#subnav a:hover {
	color: #000;
}

img#top {
	position: absolute;
	top: 72px;
	left: 0px;
}

#profile {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}


/* ----- DIV#MAIN ----- */

#main {
	background: #FFF url('/images/bg-main.gif') repeat 0px 372px;
}

/* ----UL#DROPDOWN ----- */

#dropdownnav, #dropdownnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
        z-index: 1;
}

ul#dropdownnav li.mainlevel {
	float: left;
	width: 160px;
	height: 60px;
}

ul#dropdownnav li.sublevel {
	color: #FFFFFF;
	font-size: 0.75em;
	height: 100%;
	width: 200px;
        padding: 10px;
	border-bottom: 1px solid #FFFFFF;
	background: #000000;
}

ul#dropdownnav li.sublevel:hover {
	color: #FFFFFF;
	font-size: 0.75em;
	height: 100%;
	width: 200px;
        padding: 10px;
	border-bottom: 1px solid #FFFFFF;
	background: #cc0000;
}

ul#dropdownnav li a{
	text-decoration: none;
	color: #FFFFFF;
}

#dropdownnav li ul{ /* second-level lists */
	position: absolute;
	color: #FFFFFF;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#dropdownnav li:hover ul, 
#dropdownnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

ul#dropdownnav li a.home {
	width: 160px;
	height: 100%;
	text-indent: -5000px;
	background: url('/images/nav_home.png') no-repeat;
	display: block;
}

ul#dropdownnav li a.home:hover,
ul#dropdownnav li a.home.current {
	width: 160px;
	height: 100%;
	text-indent: -5000px;
	background: url('/images/nav_home-over.png') no-repeat;
	display: block;
}

ul#dropdownnav li a.concerts {
	width: 160px;
	height: 100%;
	text-indent: -5000px;
	background: url('/images/nav_concerts.png') no-repeat;
	display: block;
}

ul#dropdownnav li a.concerts:hover,
ul#dropdownnav li a.concerts.current {
	width: 160px;
	height: 100%;
	text-indent: -5000px;
	background: url('/images/nav_concerts-over.png') no-repeat;
	display: block;
}

ul#dropdownnav li a.tickets {
	width: 160px;
	height: 100%;
	text-indent: -5000px;
	background: url('/images/nav_tickets.png') no-repeat;
	display: block;
}

ul#dropdownnav li a.tickets:hover,
ul#dropdownnav li a.tickets.current {
	width: 160px;
	height: 100%;
	text-indent: -5000px;
	background: url('/images/nav_tickets-over.png') no-repeat;
	display: block;
}

ul#dropdownnav li a.education {
	width: 160px;
	height: 100%;
	text-indent: -5000px;
	background: url('/images/nav_education.png') no-repeat;
	display: block;
}

ul#dropdownnav li a.education:hover,
ul#dropdownnav li a.education.current {
	width: 160px;
	height: 100%;
	text-indent: -5000px;
	background: url('/images/nav_education-over.png') no-repeat;
	display: block;
}

ul#dropdownnav li a.support_us {
	width: 160px;
	height: 100%;
	text-indent: -5000px;
	background: url('/images/nav_support_us.png') no-repeat;
	display: block;
}

ul#dropdownnav li a.support_us:hover,
ul#dropdownnav li a.support_us.current {
	width: 160px;
	height: 100%;
	text-indent: -5000px;
	background: url('/images/nav_support_us-over.png') no-repeat;
	display: block;
}

ul#dropdownnav li a.about_us {
	width: 160px;
	height: 100%;
	text-indent: -5000px;
	background: url('/images/nav_about_us.png') no-repeat;
	display: block;
}

ul#dropdownnav li a.about_us:hover,
ul#dropdownnav li a.about_us.current {
	width: 160px;
	height: 100%;
	text-indent: -5000px;
	background: url('/images/nav_about_us-over.png') no-repeat;
	display: block;
}

/* ----- UL#NAVIGATION ----- */

ul#navigation {
	background: #000;
	color: #FFF;
}

ul#navigation li {
	float: left;
	width: 160px;
	height: 60px;
	position: relative;
	font-size: 0.0625em;
	line-height: 1px;
	padding: 0;
	margin: 0;
	z-index: 2;
	display: inline;
}

ul#navigation li a.home {
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -5000px;
	background: url('/images/nav_home.png') no-repeat;
}

ul#navigation li a.home:hover,
ul#navigation li a.home.current {
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -5000px;
	background: url('/images/nav_home-over.png') no-repeat;
}

ul#navigation li a.concerts {
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -5000px;
	background: url('/images/nav_concerts.png') no-repeat;
}

ul#navigation li a.concerts:hover,
ul#navigation li a.concerts.current {
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -5000px;
	background: url('/images/nav_concerts-over.png') no-repeat;
}

ul#navigation li a.tickets {
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -5000px;
	background: url('/images/nav_tickets.png') no-repeat;
}

ul#navigation li a.tickets:hover,
ul#navigation li a.tickets.current {
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -5000px;
	background: url('/images/nav_tickets-over.png') no-repeat;
}

ul#navigation li a.education {
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -5000px;
	background: url('/images/nav_education.png') no-repeat;
}

ul#navigation li a.education:hover,
ul#navigation li a.education.current {
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -5000px;
	background: url('/images/nav_education-over.png') no-repeat;
}

ul#navigation li a.support_us {
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -5000px;
	background: url('/images/nav_support_us.png') no-repeat;
}

ul#navigation li a.support_us:hover,
ul#navigation li a.support_us.current {
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -5000px;
	background: url('/images/nav_support_us-over.png') no-repeat;
}

ul#navigation li a.about_us {
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -5000px;
	background: url('/images/nav_about_us.png') no-repeat;
}

ul#navigation li a.about_us:hover,
ul#navigation li a.about_us.current {
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -5000px;
	background: url('/images/nav_about_us-over.png') no-repeat;
}



/* ----- DIV#CONTENT ----- */

#content {
	font-size: 0.75em;
}

#content h1,
#content h2,
#content h3,
#content h4 {
	font-family: Georgia, 'Times New Roman', Times, serif;
}

#content h1 { 
	font-size: 260%;
	padding: 0 0 24px;
}

#content h2 {
	font-size: 175%;
	padding: 0 0 24px;
	color: #656565;
}

#content h3 {
	font-size: 125%;
	font-weight: bold;
	padding: 0 0 18px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #656565;
}

#content p,
#content ul {
	line-height: 18px;
	padding: 0 0 18px;
}

#content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0 0 0 5px;
}

#content .breadcrumb {
	font-size: 91.667%;
	font-style: italic;
	color: #999;
}



/* ---- DIV#CAREER ---- */

#career ul {
	list-style-type: disc;
	padding: 0 0 18px 18px;
	line-height: 18px;
}

#career ul li {
	padding: 0 0 0 12px;
}



/* ---- DIV.CONCERT ----- */

div.concert {
	padding: 20px 0;
}

div.concert.show {
	padding: 0;
}

div.concert.first {
	padding:  20px 20px 5px 20px;
	margin: -5px -20px 10px -20px;
	background: #FFEAC4;
}

div.concert.second,
div.concert.last {
	float: left;
	width: 320px;
	padding:  20px 20px 5px 20px;
}

div.concert.second {
	margin: 0 0 10px -20px; 
}

div.concert.last {
	margin: 0 -20px 10px 0; 
}

div.concert h3 {
	padding:  0 0 2px !important;
	margin: 0 0 15px !important;
	border-bottom: 1px dotted #A3A39C;
}

div.concert h3 a {
	text-decoration: none;
}

div.concert .event_date {
	font-weight: bold;
	padding: 0 0 36px;
}

div.concert p {
	padding: 18px 0 !important;
}

div.concert p img {
	float: left;
	margin: 5px 20px 10px 0;
}

div.concert ul,
div.concert dl {
	display: block;
	font-weight: bold;
	line-height: 18px;
	padding: 18px 0 !important;
}

div.concert dt.sponsors {
	font-weight: bold;
}

div.concert .activities li,
div.concert .guests li,
div.concert .dates li,
div.concert dd.sponsor_names {
	font-weight: normal;
	line-height: 18px;
	padding: 0 !important;
	list-style-type: none !important;
	margin: 0px !important;
}

div.concert .guests li {
	font-style: italic;
}



/* ----- DIV#SIDEBAR ----- */

#sidebar {
	font-size: 0.625em;
}

#sidebar h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 20px;
}

#sidebar h3#buy-tickets,
#sidebar h3#music-downloads {
	width: 200px;
	height: 40px;
	position: relative;
	padding: 0;
	margin: 0 0 20px;
}

#sidebar h3#buy-tickets a {
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -5000px;
	background: url('/images/button_buy-tickets-online.gif') no-repeat;
}

#sidebar h3#music-downloads a {
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -5000px;
	background: url('/images/button_music-downloads.gif') no-repeat;
}

#sidebar h3#glacier-national-park-centennial {
        width: 200px;
        height: 137px;
        position: relative;
        padding: 0;
        margin: 0 0 20px;
}

#sidebar h3#glacier-national-park-centennial a {
        width: 100%;
        height: 100%;
        position: absolute;
        text-indent: -5000px;
        background: url('/images/button_glacier-national-park-centennial.gif') no-repeat;
}

#sidebar li#festival-amadeus {
	width: 200px;
	height: 66px;
	position: relative;
	padding: 0;
	margin: 20px 0;
}

#sidebar li#festival-amadeus a {
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -5000px;
	background: url('/images/button_festival-amadeus.gif') no-repeat;
}

#sidebar p, 
#sidebar ul {
	line-height: 18px;
	margin: -10px 0 0;
	padding: 0 0 20px;
}

#sidebar ul li {
	padding: 0;
}

#sidebar ul li.season {
	padding: 0 0 0 20px;
	background: url('/images/sidebar-icon_calendar.gif') no-repeat;
}

#sidebar ul li.podcasts {
	padding: 0 0 0 22px;
	margin-bottom: 7px;
	background: url('/images/sidebar-icon_podcasts.png') no-repeat;	
}

#sidebar ul li.music-downloads {
	padding: 0 0 0 22px;
	margin-bottom: 7px;
	background: url('/images/sidebar-icon_music-downloads.gif') no-repeat;
}

#sidebar ul li.image-gallery {
	padding: 0 0 0 22px;
	margin-bottom: 7px;
	background: url('/images/sidebar-icon_image-gallery.png') no-repeat 0px 1px;	
}

#sidebar ul li.videos {
	padding: 0 0 0 22px;
	margin-bottom: 7px;
	background: url('/images/sidebar-icon_videos.png') no-repeat 1px 1px;	
}

#sidebar ul li.press-releases {
	padding: 0 0 0 22px;
	background: url('/images/sidebar-icon_press_releases.png') no-repeat 0px 1px;
}

#sidebar ul li.rss {
	padding: 0 0 0 20px;
	margin-bottom: 7px;
	background: url('/images/sidebar-icon_feed.png') no-repeat;
}

#sidebar ul li.facebook {
	padding: 0 0 0 20px;
	margin-bottom: 7px;
	background: url('/images/sidebar-icon_facebook.gif') no-repeat;
}

#sidebar ul li.newsletter {
	padding: 0 0 0 20px;
	background: url('/images/sidebar-icon_newsletter.gif') no-repeat;
}

#paypal {
        background: #f3fafc;
        border: 1px solid #6295a3; 
        width: 200px; 
        height: 88px; 
        padding-top: 10px; 
        text-align: center;
        font-size: 1.25em;
}

#paypal img#options {
        margin-top: 11px;
}

#paypal form {
        margin: 0px;
}

#paypal span {
        float: left; 
        margin-top: 12px; 
        margin-left: 18px;
}

#paypal input#submit {
        float: left; 
        margin-top: 12px; 
        margin-left: 10px;
}

/* ----- DIV#SPONSORS ----- */

#sponsors {
	font-size: 0.625em;
}

#sponsors h3,
#sponsors ul,
#sponsors ul li {
	display: inline;
	border: 0px;
}

#sponsors h3 {
	font-size: 110%;
	font-weight: bold;
}

#sponsors ul li {
	display: inline;
	padding: 0 1.0em 0 1.0em;

}


/* ----- DIV#FOOTER ----- */

#footer {
	font-size: 0.625em;
	background: #000;
	color: #656565;
}

#footer a,
#footer a:active,
#footer a.visited {
	color: #BBB;
}

#footer a:hover{
	color: #FFF;
}

/* .event_date,
.location {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.075em;
	display: inline;
} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 0.75em Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 0.625em Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

.gallery {
padding: 18px;
}

/* Video Gallery */

div.video-description {
	float: right;
	width: 400px;
}

img.video-thumbnail {
	float: left;
	margin-bottom: 15px;
}

/* Temporary */

h2#festival-amadeus-postcard {
	width: 680px;
	height: 502px;
	background: #ffffff url('/images/2010-festival-amadeus-postcard.jpg') top left no-repeat;
	text-indent: -5000px;
}

h2#league-logo {
	display: block;
	width: 489px;
	height: 146px;
	margin: 0 auto;
	background: #ffffff url('/images/logo_league-of-the-gsc.jpg') top left no-repeat;
	text-indent: -5000px;
}
