/*****************************************/
/* DEFAULT CSS

Fixed-Width = 950px
2-Column Design with Top Navigation
Header Image: 250px width
****************************************/
html
{
	background: #000;
}

body
{
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #FFF;
}

a, a:visited, a:active
{
	cursor: pointer;
	color: #BDA;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
}

#global_wrapper
{
	margin: 0 auto;
	width: 950px;
}

#header
{
	margin-top: 50px;
	width: 1px;
	float: left;
	padding-bottom: 15px;
}

#header img
{
	width: 250px;
	max-height: 550px;
}

#navigation
{
	position: absolute;
	top: 15px;
	text-align: center;
}

#navigation ul
{
	width: 950px;
}

#navigation li
{
	text-transform: uppercase;
	display: inline;
	padding-right: 10px;
}

#navigation .selected
{
	color: #FFF;
}

#main
{
	overflow: auto;
	width: 670px;
	float: right;
	padding-left: 15px;
	border-left: solid 1px #160;
	margin-top: 50px;
	min-height: 600px;
}

#secondary
{
	width: 250px;
	margin-right: 14px;
	float: left;
	padding-top: 15px;
	border-top: solid 1px #160;
}

#footer
{
	clear: both;
	margin-top: 15px;
	text-align: center;
}

#footer ul
{
	padding-bottom: 25px;
	width: 950px;
}

#footer li
{	
	text-transform: uppercase;
	font-size: 14px;
	display: inline;
	padding-right: 10px;
}

#footer .selected
{
	color: #FFF;
}

#footer .branding
{
	padding: 25px 0px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

/************************************************************************************/
/* FLOATS */

/* Auto Clear Floats in Mozilla, Firefox, Safari - browsers that support :after */

#page_wrapper:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Auto Clear Floats the easy way */
.item, .photo_list, .buzz_details_entry
{
	overflow: hidden;
	width: 100%;
}

/************************************************************************************/
/* GENERAL STYLES */

h1, h2, h3, h4
{
	text-transform: uppercase;
}

h2
{
	font-size: 24px;
	margin-bottom: 15px;
}

h3
{
	font-size: 18px;
	margin-bottom: 15px;
}

h4
{
	font-size: 18px;
}

#secondary h3
{
	font-size: 16px;
}

.image
{
	float: left;
}

.image img
{
	width: 150px;
	border: solid 1px #BDA;
}

.details
{
	margin-left: 166px;
}

.item
{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #160;
}

.list
{
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #160;
}

.menu
{
	margin: 15px 0px;
}

.menu a
{
	margin-right: 10px;
}

.details_links
{
	text-align: right;
	float: right;
	position: relative;
	top: -35px;
	height: 0px;
}

.details_links a
{
	margin-left: 5px;
	padding: 3px 5px;
	background: #BDA;
	color: #000;
}

.details_links a:hover
{
	background: #FFF;
}

.title
{
	color: #BDA;
	font-size: 16px;
}

.bold
{
	color: #DDC;
}

.zero
{
	display: block;
	margin: 10px 0px;
}

.button
{
	font-family: Georgia, Times, serif;
	font-size: 14px;
	padding: 1px 3px;
	background: #BDA;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	border: none;
}

.paging
{
	margin-bottom: 10px;
	text-align: right;
}

.paging a
{
	margin: 2px;
	padding: 1px 3px;
}

.paging .paging_current
{
	padding: 1px 3px;
	margin: 2px;
	color: #FFF;
}

/*
NOTE:
The watermark class applies to text within an input field that will dissapear
on focus.  This is not visible in the example files.
*/

.watermark
{
	font-family: Georgia, Times, serif;
	text-transform: capitalize;
	color: #999;
}

/************************************************************************************/
/* EVENT CALENDAR */

.event_calendar
{
	padding-bottom: 15px;
	font-size: 14px;
	border-bottom: solid 1px #160;
	margin-bottom: 15px;
}

.calEvents
{
	width: 250px;
}

.calEvents_TitleStyle
{
	text-transform: uppercase;
	color: #FFF;
	font-size: 16px;
	padding: 3px 5px 3px 5px;
}

.calEvents_DayHeaderStyle
{
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px 0px;
}

.calEvents_DayStyle
{
	color: #BDA;
	height: 25px;
}

.calEvents_OtherMonthDayStyle
{
	height: 0px;
}

.calEvents_Active a
{
	display: block;
	background: #BDA;
	margin: 1px;
	line-height: 23px;
	color: #000;
}

.calEvents_Active a:hover
{
	background: #FFF;
}

/************************************************************************************/
/* DOWNLOAD CODE */

.download_code
{
	border-bottom: solid 1px #160;
	margin-bottom: 15px;
}

.download_code p
{
	font-size: 10px;
	color: #BDA;
}

.download_form
{
	padding: 15px 0px;
}

.download_form input[type="text"]
{
	font-family: Georgia, Times, serif;
	border: solid 1px #BDA;
	height: 19px;
	width: 150px;
}

/************************************************************************************/
/* FEATURED RECORDING */

.featured_recording
{
	border-bottom: solid 1px #160;
	margin-bottom: 15px;
}

.featured_recording .item
{
	padding: 0px;
	border-bottom: none;
}

.featured_recording .image
{
	width: 62px;
	float: left;
}

.featured_recording .image img
{
	border: solid 1px #BDA;
	height: 50px;
	width: 50px;
}

.featured_recording .details
{
	margin-left: 62px;
}

.featured_recording .music_title
{
	font-size: 14px;
}

.featured_recording .music_date
{
	font-size: 12px;
	margin-bottom: 5px;
}

.featured_recording .music_menu
{
	font-size: 12px;
	margin: 0px;
}

.featured_recording .menu a
{
	color: #BDA;
	background: none;
}

.featured_recording .menu a:hover
{
	color: #FFF;
	background: none;
}

/************************************************************************************/
/* FEATURED EVENT */

.featured_event
{
	border-bottom: solid 1px #160;
	margin-bottom: 15px;
}

.featured_event .item
{
	padding: 0px;
	border-bottom: none;
}

.featured_event .image
{
	width: 62px;
	float: left;
}

.featured_event .image img
{
	border: solid 1px #BDA;
	height: 50px;
	width: 50px;
}

.featured_event .details
{
	margin-left: 62px;
}

.featured_event .event_title
{
	font-size: 14px;
}

.featured_event .event_venue, .featured_event .event_location
{
	font-size: 12px;
}

.featured_event .event_venue
{
	margin-top: 2px;
}

.featured_event .event_date
{
	font-size: 12px;
	margin: 2px 0 5px 0;
	font-style: italic;
}

.featured_event .event_menu
{
	font-size: 12px;
	margin: 0px;
}

.featured_event .menu a
{
	color: #BDA;
	background: none;
}

.featured_event .menu a:hover
{
	color: #FFF;
	background: none;
}


/************************************************************************************/
/* LINKS */

.links
{
	border-bottom: solid 1px #160;
	margin-bottom: 15px;
}

.links .list
{
	margin-bottom: 15px;
	border: none;
	padding: 0px;
}

.links .item
{
	margin-bottom: 10px;
	padding: 0px;
	border-bottom: none;
}

.links .title
{
	font-size: 12px;
}

.links .image
{
	float: left;
	width: 30px;
}

.links .image img
{
	height: 25px;
	width: 25px;
	border: none;
}

.links .details
{
	margin-left: 32px;
}

/************************************************************************************/
/* BECOME A FAN */

.become_a_fan
{
	border-bottom: solid 1px #160;
	margin-bottom: 15px;
}

.become_a_fan p
{
	font-size: 10px;
	color: #BDA;
}

.become_a_fan_menu a
{
	font-size: 12px;
	padding: 1px 3px;
	background: #BDA;
	color: #000;
	margin-right: 5px;
}

.become_a_fan_menu a:hover
{
	background: #FFF;
}

/************************************************************************************/
/* RADIO */

.radio
{
	border-bottom: solid 1px #160;
	margin-bottom: 15px;
}

.radio_marquee
{
	white-space: nowrap;
}

.radio_marquee_item
{
	display: inline;
	margin-right: 20px;
}

.radio_marquee_image, .radio_marquee_text
{
	display: inline;
}

.radio_marquee_image img
{
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.radio_menu a
{
	font-size: 12px;
	padding: 1px 3px;
	background: #BDA;
	color: #000;
	margin-right: 5px;
}

.radio_menu a:hover
{
	background: #FFF;
}

/************************************************************************************/
/* HOME PAGE */

.slideshow
{
	height: 376px;
	margin-bottom: 15px;
}

.custom_html, .featured_item, .latest_updates
{
	margin-bottom: 15px;
}

.featured_item h4, .latest_updates h4
{
	margin-bottom: 15px;
}

.featured_item_item 
{
	margin: 15px 0px;
	padding: 15px 0px;
	border-top: solid 1px #160;
	border-bottom: solid 1px #160;
	background: #333;
}

.featured_item_item .image
{
	margin-left: 15px;
}

.featured_item_item .details
{
	margin-left: 181px;
	margin-right: 15px;
}

/************************************************************************************/
/* BIO PAGE */

.bio_title
{
	margin-bottom: 15px;
}

.bio_image
{
	float: left;
	margin: 0px 15px 10px 0px;
}

.bio_image img
{
	border: solid 1px #BDA;
	width: auto;
}

.bio_details
{
	margin: 0px;
}

/************************************************************************************/
/* EVENTS PAGE */

.event_sponsor /* element is not depicted */
{
	margin: 10px 0px;
}

.event_sponsor img  /* element is not depicted */
{
	display: block;
	max-height: 150px;
	max-width: 150px;
}

.event_date
{
	margin-top: 5px;
}

.event_program_title
{
	font-weight: bold;
	margin-top: 10px;
	color: #BDA;
}

.event_menu a
{
	font-size: 12px;
	padding: 1px 3px;
	background: #BDA;
	color: #000;
	margin-right: 5px;
}

.event_menu a:hover
{
	background: #FFF;
}

/************************************************************************************/
/* MUSIC PAGES */

.music_date, .music_details_date
{
	font-style: italic;
}

.music_work_list
{
	margin: 0px;
	padding: 0px;
	border: none;
}

.music_work
{
	background: #333;
	margin-bottom: 5px;
	padding: 2px 0px;
	overflow: auto;
	width: 100%;
}

.music_work_title
{
	float: left;
	margin-left: 10px;
	width: 450px;
}

.music_work .play
{
	margin-left: 10px;
}

#music_details .music_details
{
	margin: 15px 0px;
	padding: 15px 0px;
	border-top: solid 1px #160;
	border-bottom: solid 1px #160;
}

#music_details .featured_recording .music_details
{
	border: none;
	margin: 0px;
	padding: 0px;
}

.music_details_menu a, .music_menu a
{
	font-size: 12px;
	padding: 1px 3px;
	background: #BDA;
	color: #000;
	margin-right: 5px;
}

.music_details_menu a:hover, .music_menu a:hover
{
	background: #FFF;
}

.work_list
{
	margin: 0px;
	padding: 0px;
	border: none;
}

.work
{
	margin-top: 15px;
}

.work_title
{
	color: #BDA;
	float: left;
	width: 100%;
}

.work_title span
{
	display: block;
	width: 450px;
	float: left;
	font-weight: bold;	
}

.work_title .play
{
	font-weight: normal;
	margin-right: 5px;
	padding: 1px 3px 2px 3px;
	float: right;
}

.ie7 .work_title .play  /* Conditional CSS - only applies to IE7 */
{
	position: relative;
	top: -17px;
}

.track_list
{
	padding: 0px;
	margin-top: 7px;
	border: none;
}

.track
{
	margin-top: 7px;
	background: #333;
	font-size: 12px;
	padding: 3px 0px;
	overflow: auto;
	width: 100%;
}

.track_title
{
	margin-left: 10px;
	font-style: italic;
	display: block;
	float: left;
	width: 460px;
}

/************************************************************************************/
/* PHOTOS PAGES */

.photo_list
{
	border-bottom: solid 1px #160;
	margin-bottom: 10px;
}

.photo_list .item
{
	border-bottom: none;
	display: inline;
}

.photo_list .item img
{
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 1px #BDA;
}

.photo_details_photo
{
	padding: 10px;
	margin: 5px 0px;
	background: #333;
	text-align: center;
}

.photo_details_photo img
{
	max-width: 630px;
}

.photo_details_date
{
	font-style: italic;
	margin-bottom: 5px;
}

/************************************************************************************/
/* VIDEOS PAGES */

.video_date
{
	font-style: italic;
}

.video_details_video
{
	margin: 5px 0px;
	padding: 7px;
	text-align: center;
	background: #333;
	height: 395px;
}

.video_details_date
{
	font-style: italic;
	margin-bottom: 5px;
}

/************************************************************************************/
/* BUZZ PAGES */

#buzz_details .buzz_details p
{
	margin: 10px 0px;
}

#buzz_details .buzz_details
{
	margin: 15px 0px;
	padding: 15px 0px;
	border-top: solid 1px #160;
	border-bottom: solid 1px #160;
}

.buzz_date, .buzz_details_date
{
	font-style: italic;
	margin-bottom: 5px;
}

.buzz_feed, .buzz_details_feed
{
	font-weight: bold;
}

.buzz_menu, .buzz_details_menu
{
	margin-bottom: 0px;
}

/************************************************************************************/
/* REPERTOIRE PAGE */

.repertoire_group_list, .repertoire_group_item, .repertoire_work_list, .repertoire_work_item
{
	border: none;
	margin: 0px;
	padding: 0px;
}

.repertoire_group_item
{
	margin-bottom: 15px;
}

.repertoire_work_list
{
	margin-top: 5px;
}

.repertoire_work
{
	margin: 4px 0px 1px 0px;
	background: #333;
	padding: 3px 0px 3px 0px;
}

.repertoire_work_name
{
	margin-left: 10px;
}

.repertoire_notes, .repertoire_role
{	
	margin-left: 10px;
	font-size: 12px;
	font-style: italic;
	color: #CCC;
}

.repertoire_work .play
{
	float: right;
	margin-right: 10px;
}

/************************************************************************************/
/* PRESS KIT PAGE */
.presskit_image
{
	float: right;
}

.presskit_image img
{
	border: none;
	height: 50px;
	width: 50px;
}

.presskit_details
{
	margin: 0px;
}

.presskit_file_type
{
	float: right;
	clear: right;
}

.presskit_size
{
	float: right;
	clear: right;
}


/************************************************************************************/
/* REVIEWS PAGE */

.review_summary
{
	margin: 10px 0px;
}

.review_source
{
	font-style: italic;
}

.review_menu
{
	margin: 10px 0px 0px 0px;
}

/************************************************************************************/
/* MOBILE PAGE */

/* 
NOTE:
The iPhone image is actually two images overlayed on top of each other.
.mobile_loading_screen img is places on top of .mobile_phone img with
CSS positioning.
*/

.mobile_menu a 
{
	font-size: 12px;
	padding: 1px 3px;
	background: #BDA;
	color: #000;
	margin-right: 5px;
}

.mobile_menu a:hover 
{
	background: #FFF;
}

.mobile_image
{
	float: right;
	margin: 0px 10px 0px 0px;
	width: 250px;
	text-align: center;
}

.mobile_image img
{
	border: none;
}

.mobile_phone img
{
	width: 250px;
	margin-left: 10px;
}

.mobile_loading_screen
{
	height: 0px;
}

.mobile_loading_screen img
{
	position: relative;
	top: -380px;
	right: -11px;
	width: 208px;
}

.mobile_details
{
	margin: 0px;
}

/************************************************************************************/
/* CONTACT PAGE */

/*
NOTE:
The appropriate .validation_message or .confirmation message not be rendered until 
the send button has been clicked.
*/

.contact_list
{
	width: 250px;
	float: right;
	border-top: solid 1px #160;
	margin-right: 50px;
}

.contact_form, .confirmation_message, .validation_message
{
	width: 300px;
}

.contact_name
{
	color: #BDA;
}

.contact_position
{
	font-style: italic;
}

.contact_email, .contact_phone, .contact_address
{
	margin-top: 5px;
}

.input_title
{
	margin-bottom: 2px;
}

.input_form
{
	margin-bottom: 10px;
}

.contact_form_send
{
	margin: 20px 0px;
}

.validation_message, .confirmation_message 
{
	border: solid 3px #EEC;
	color: #000;
	padding: 10px;
	background: #BDA;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

/************************************************************************************/
/* CUSTOM PAGE */

.custom
{
	border-bottom: solid 1px #160;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

/************************************************************************************/
/* SPLASH PAGE */

#splash
{
	text-align: center;
	margin-top: 50px;
}

.splash_slideshow
{
	width: 950px;
	height: 533px;
	margin: 0px auto;
}

.splash_link
{
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 20px;
}
