﻿/*****************************************/
/* SUSAN GRAHAM CSS

Fixed-Width = 950px
2-Column Design with Top Navigation
Header Image: 950px width
****************************************/

body
{
	font-family: Corbel, Arial, Helvetica;
	font-size: 16px;
	color: #666;
}

a
{
    color: #339;
    text-decoration: none;
    cursor: pointer;
}

a:hover
{
    color: #653;
}

#global_wrapper
{
    background-image: url(http://instantencore.com/web/templates/primero/wrapper_background.png);
    background-position: top center;
    background-repeat: repeat-y;
    background-color: #EEE;
}

#header
{
    text-align: center;
    border-top: solid 10px #333;
}

#header img
{
    width: 950px;
}

.chrome #header img, .safari #header img
{
	width: 951px;
}

#navigation
{
    background-image: url(http://instantencore.com/web/templates/primero/nav_gradient.png);
    background-position: bottom left;
    background-repeat: repeat-x;    
    background-color:#333;
}

.ie7 #navigation
{
	position: relative;
	top: -4px;
}

#navigation ul
{
    width: 950px;
    margin: 0px auto;
}

#navigation ul li
{
    display: inline;
}

#navigation a
{
	font-weight: bold;
    color: #FFF;
    font-size: 18px;
    padding: 9px 10px 9px 10px;
    line-height: 40px;
}

#navigation .selected, #navigation a:hover
{
    background: #333;
    color: #FFF;
}

#page_wrapper
{
    width: 930px;
    margin: 0px auto;
    padding: 10px 0px;
}

#main
{
    width: 610px;
    float: left;
}

#secondary
{
    margin-left: 620px;
    border-left: solid 1px #CCC;
    padding-left: 10px;
    font-size: 14px;
}

#footer
{
    text-align: center;
    border-top: solid 10px #333;
    background-image: url(http://instantencore.com/web/templates/primero/footer_background.png);
    background-position: top center;
    background-repeat: repeat-y;
    background-color: #CDD0C7;
}

#footer ul
{
    width: 950px;
    margin: 25px auto;
}

#footer ul li
{
    display: inline;
    margin-right: 3px;
}

#footer li + li
{
    border-left: solid 1px #333;
    padding-left: 5px;
}

#footer .branding
{
    padding-bottom: 25px;
}

/************************************************************************************/
/* COMMON STYLES */

h1, h2, h3, h4
{
    color: #333;
    text-transform: lowercase;
	background: #CCC;
	padding: 5px 10px;
}

h2
{
	font-size: 28px;
	margin-bottom: 15px;
}

h3
{
	font-size: 22px;
	margin-bottom: 15px;
}

h4
{
	font-size: 22px;
}

.title
{
	color: #333;
	font-size: 18px;
}

.image
{
	float: left;
}

.image img
{
	width: 150px;
	border: solid 1px #CCC;
}

.details
{
	margin-left: 166px;
}

.item
{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #CCC;
	overflow: hidden;
	width: 100%;
}

.list
{
	margin-top: 15px;
	overflow: hidden;
	width: 100%;
}

.menu
{
	margin: 15px 0px;
}

.menu a
{
	margin-right: 10px;
}

.button
{
	font-family: Corbel, Arial, Helvetica;
	font-size: 14px;
	padding: 1px 3px;
	background: #333;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	border: none;
}

.play
{
	cursor: pointer;
}

.details_links
{
	text-align: right;
	float: right;
	margin-right: 10px;
	position: relative;
	top: -47px;
	height: 0px;
}

.details_links a + a
{
	margin-left: 3px;
	padding-left: 5px;
	border-left: solid 1px #333;
}

.paging
{
	margin-bottom: 10px;
}

.paging a
{
	margin: 2px;
	padding: 1px 3px;
}

.paging .paging_current
{
	padding: 1px 3px;
	margin: 2px;
}

/*
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: Corbel, Arial, Helvetica;
	text-transform: lowercase;
	color: #999;
}

/* Auto Clear Floats in Mozilla, Firefox, Safari - browsers that support :after */

#page_wrapper:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/************************************************************************************/
/* SECONDARY COMMON STYLES */

#secondary h3
{
	font-size: 20px;
}

/************************************************************************************/
/* EVENT CALENDAR */

.event_calendar
{
	margin-bottom: 15px;
}

.calEvents
{
	width: 300px;
}

.calEvents_TitleStyle
{
	text-transform: lowercase;
	color: #333;
	font-size: 20px;
	background: #CCC;
	padding: 5px 10px;
}

.calEvents_DayHeaderStyle
{
	text-transform: lowercase;
	font-size: 12px;
	padding: 5px 0px;
}

.calEvents_DayStyle
{
    color: #333;
	height: 25px;
}

.calEvents_OtherMonthDayStyle
{
	height: 0px;
}

.calEvents_Active a
{
	display: block;
	background: #CCC;
	margin: 1px;
	line-height: 23px;
}

.calEvents_Active a:hover
{
	background: #333;
	color: #FFF;
}

/************************************************************************************/
/* FEATURED RECORDING */

.featured_recording
{
	margin-bottom: 15px;
}

.featured_recording .item
{
	padding: 0px;
	border-bottom: none;
}

.featured_recording .image
{
	width: 62px;
}

.featured_recording .image img
{
	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 EVENT */

.featured_event
{
	margin-bottom: 15px;
}

.featured_event .item
{
	padding: 0px;
	border-bottom: none;
}

.featured_event .image
{
	width: 62px;
}

.featured_event .image img
{
	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_date
{
	font-size: 12px;
	margin-bottom: 5px;
	font-style: italic;
}

.featured_event .event_menu
{
	font-size: 12px;
	margin: 0px;
}

.featured_event .event_menu a
{
	color: #339;
	background: none;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}

.featured_event .event_menu a:hover
{
	color: #653;
	background: none;
}


/************************************************************************************/
/* DOWNLOAD CODE */

.download_code
{
	margin-bottom: 15px;
}

.download_form
{
	margin-top: 15px;
}

.download_form input[type="text"]
{
	font-family: Corbel, Arial, Helvetica;
	border: solid 1px #CCC;
	height: 19px;
	width: 200px;
}

/************************************************************************************/
/* LINKS */

.links
{
	margin-bottom: 5px;
}

.links .item
{
	float: left;
	padding: 0px;
	margin: 0px;
	border-bottom: none;
	width: 60px;
	height: 65px;
}

.links .image img
{
    width: 50px;
    border: none;    
}

.links .details
{
    margin: 0px;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

/************************************************************************************/
/* RADIO */

.radio
{
	margin-bottom: 5px;
}

.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;
}

/************************************************************************************/
/* CUSTOM */

.custom
{
	margin-bottom: 15px;
}

/************************************************************************************/
/* HOME PAGE */

.slideshow
{
	height: 343px;
	margin-bottom: 15px;
}

.custom_html, .featured_item
{
	margin-bottom: 15px;
}

.featured_item_item 
{
	padding: 15px 0px;
	background: #F9F9F9;
	border-bottom: none;
}

.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: right;
	margin: 0px 0px 10px 15px;
}

.bio_image img
{
	border: solid 1px #CCC;
	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: #333;
}

.event_menu a
{
	font-size: 12px;
	padding: 1px 3px;
	background: #333;
	color: #FFF;
	margin-right: 5px;
}

.event_menu a:hover
{
	background: #CCC;
	color: #333;
}

/************************************************************************************/
/* MUSIC PAGES */

.music_work_list
{
	margin: 0px;
	padding: 0px;
	border: none;
}

.music_work
{
	float: left;
	width: 100%;
	margin-top: 7px;
	background: #F9F9F9;
	padding: 2px 0px;
	font-size: 12px;
}

.music_work_title
{
	float: left;
	width: 400px;
	padding: 1px 0px 2px 0px;
	margin-left: 10px;
}

.music_work .play
{
	margin-right: 5px;
	padding: 1px 3px 2px 3px;
	float: right;
}

#music_details .featured_recording .music_details
{
	border: none;
	margin: 0px;
	padding: 0px;
}

.music_details_menu a
{
	font-size: 14px;
	padding: 1px 3px;
	background: #333;
	color: #fff;
	margin-right: 5px;
}

.music_details_menu a:hover
{
	background: #CCC;
	color: #333;
}

.music_date
{
	font-style: italic;
}

.work_list
{
	margin: 0px;
	padding: 0px;
	border: none;
}

.work
{
	margin-top: 15px;
	font-size: 12px;
}

.work_title
{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
}

.work_title span
{
	float: left;
	display: block;
	width: 400px;
}

.work_title .play
{
	margin-right: 5px;
	padding: 1px 3px 2px 3px;
	float: right;
	font-size: 12px;
}

.track_list
{
	padding: 0px;
	margin-top: 7px;
	border: none;
}

.track
{
	float: left;
	width: 100%;
	margin-top: 7px;
	background: #F9F9F9;
	padding: 2px 0px;
	font-size: 12px;
}

.track_title
{
	float: left;
	width: 390px;
	margin-left: 10px;
	font-style: italic;
}

.track .play
{
	margin-right: 5px;
	padding: 1px 3px 2px 3px;
	float: right;
}

/************************************************************************************/
/* PHOTOS PAGES */

.photo_list .item
{
	border-bottom: none;
	display: inline;
}

.photo_list .item img
{
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 1px #CCC;
}

.photo_details_photo
{
	padding: 10px;
	margin: 5px 0px;
	background: #F9F9F9;
	text-align: center;
}

.photo_details_photo img
{
	max-width: 590px;
}

.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: #F9F9F9;
	height: 343px;
}

.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 #775;
	border-bottom: solid 1px #775;
}

.buzz_date, .buzz_details_date
{
	font-style: italic;
	margin-bottom: 5px;
}

.buzz_menu, .buzz_details_menu
{
	margin-bottom: 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: 14px;
	padding: 1px 3px;
	background: #333;
	color: #fff;
	margin-right: 5px;
}

.mobile_menu a:hover
{
	background: #CCC;
	color: #333;
}

.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;
}

/************************************************************************************/
/* 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: 20px;
}

.repertoire_work
{
	margin-top: 5px;
	background: #F9F9F9;
	padding: 3px 0px 3px 15px;
}

.repertoire_work .play
{
	float: right;
	margin-right: 5px;
}

.repertoire_role, .repertoire_notes
{
	font-size: 12px;
	margin: 0px 15px;
}

/************************************************************************************/
/* PRESS KIT PAGE */
.presskit_image img
{
	border: none;
}

.presskit_description
{
	font-size: 18px;
	color: #333;
}

/************************************************************************************/
/* REVIEWS PAGE */

.review_summary
{
	margin: 10px 0px;
}

.review_source
{
	font-style: italic;
}

.review_menu
{
	margin: 10px 0px 0px 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 #CCC;
	padding-top: 15px;
}

.contact_form, .confirmation_message, .validation_message
{
	width: 300px;
}

.contact_name
{
	color: #333;
	font-size: 18px;
}

.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 #CCC;
	color: #FFF;
	padding: 10px;
	background: #333;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}


/************************************************************************************/
/* SPLASH PAGE */

#splash
{
	text-align: center;
	margin-top: 50px;
}

.splash_slideshow
{
	width: 950px;
	height: 533px;
	margin: 0px auto;
}

.splash_link
{
	text-transform: lowercase;
	font-size: 24px;
	margin-top: 20px;
}