@CHARSET "UTF-8";
/***************************
	Default styles for stand alone talent site
***************************/
html {
     overflow: scroll;
     overflow-x: auto;
}
body {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	background-color: #00496C;
}
body {
	text-align: center;
	margin: 0px;
}
a,
a:link,
a:active,
a:visited {
	color:#191970
}
a:hover {
	color:#B22222
}
a img {
	border: none;
}
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	color: #333;
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
p {
	margin: 10px 0px;
	font-size: 14px;
}
.success {
	margin: 10px 0px;
	padding: 4px 10px;
	background-color: #DCFFA1;
	border: 1px solid #580;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.error_message {
	margin: 10px 0px;
	padding: 4px 10px;
	background-color: #FFE7E7;
	border: 1px solid #A90000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.error_message p strong {
	color: #000;
	font-style: normal;
}

#wrap {
	position: relative;
	margin: 10px auto;
	width: 980px;
	text-align: left;
	background-image: url('../../images/themes/sketch_bg.png');
	background-repeat: repeat-y;
}
/***************************
	Header
***************************/
#header {
	background-image: url('../../images/themes/sketch_header_bg.png');
	background-repeat: no-repeat;
	height: 45px;
	line-height: 45px;
}
#header h1 {
	position: absolute;
	padding: 52px 0px 0px 60px;
	width: 310px;
	line-height: 20px;
}
#header a {
	color: #000;
	text-decoration: none;
}
/***************************
	Navigation
***************************/
#navigation {
	position: absolute;
	width: 300px;
	top: 100px;
	left: 60px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation ul li {
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 16px;
}
#navigation ul li.overview {
	background-image: url('../../images/themes/sketch_nav_home.png');
}
#navigation ul li.biography {
	background-image: url('../../images/themes/sketch_nav_biography.png');
}
#navigation ul li.performance {
	background-image: url('../../images/themes/sketch_nav_performance.png');
}
#navigation ul li.reviews {
	background-image: url('../../images/themes/sketch_nav_reviews.png');
}
#navigation ul li.media {
	background-image: url('../../images/themes/sketch_nav_media.png');
}
#navigation ul li.photos {
	background-image: url('../../images/themes/sketch_nav_photos.png');
}
#navigation ul li.contact {
	background-image: url('../../images/themes/sketch_nav_contact.png');
}
#navigation ul li a {
	display: block;
	height: 30px;
	text-decoration: none;
	color: #000;
	background-repeat: no-repeat;
	background-position: 0px 16px;
	outline: none;
}
#navigation ul li a:hover {
	background-image: url('../../images/themes/sketch_underline.png');
}
#navigation ul li.current a,
#navigation ul li.current a:hover {
	color: #C55100;
	font-weight: bold;
	background-image: url('../../images/themes/sketch_underline_dark.png');
}
/***************************
	Picture block
***************************/
#picture_block {
	position: absolute;
	width: 300px;
	top: 308px;
	left: 50px;
}
#picture_block p {
	margin: 0px;
}
#picture_block img {
	border: 1px solid #000;
}
/***************************
	Extras
***************************/
#extras {
	display: none;
}
/***************************
	Heading
***************************/
#page_heading {
	position: relative;
	margin-top: 7px;
	margin-left: 370px;
	color: #555;
}
#page_heading.full {
	
}
/***************************
	Content
***************************/
#content {
	position: relative;
	top: 10px;
	width: 550px;
	height: 800px;
	margin-left: 370px;
	padding-right: 30px;
	overflow: auto;
}
#content.full {
	margin-left: 50px
}
#content p {
	color: #777;
	line-height: 20px;
	font-style: italic;
}
#content p em {
	font-style: normal;
}
#content .book_now {
	
}
#content .book_now a {
	padding: 4px 22px 4px 6px;
	font-weight: bold;
	background-image: url('../../images/themes/arrow.png');
	background-repeat: no-repeat;
	background-position: right;
}
#content .book_now a:hover {
	background-color: #D5EEFF;
}
#content dl dt {
	float: left;
	width: 90px;
	padding: 4px;
	font-weight: bold;
	border: 1px solid #E5E1B7;
	background-color: #F0EDCA;
}
#content dl dd {
	margin-left: 100px;
	margin-bottom: 8px;
	padding: 5px;
}
/***************************
	Testimonials
***************************/
#content .testimonial {
	padding: 10px 10px 10px 40px;
	border: 1px solid #E5E1B7;
	background-color: #F0EDCA;
	background-image: url('../../images/themes/blockquote_sketch.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
#content .testimonial h4,
#content .testimonial p {
	margin: 0px;
}
#content .testimonial .blockquote {
	margin: 8px 0px;
}
/***************************
	Reviews
***************************/
#content .rating {
	padding: 10px;
	margin: 10px 0px;
	border: 1px solid #E5E1B7;
	background-color: #F0EDCA;
}
#content .rating h4 {
	margin-top: 0px;
}
#content .rating .rating_column_1 {
	float: left;
	width: 220px;
}
#content .rating .rating_column_2 {
	float: left;
	width: 300px;
}
#content .rating .unverified_review {
	float: right;
	margin: 0px;
	font-size: 11px;
}
#content .rating dl dt {
	border: none;
	background: none;
}
#content .rating dl dd {
	margin-bottom: 4px;
}
.rating .star {
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url('../../images/themes/default_icons_stars.png');
	background-repeat: no-repeat;
}
.rating .full_star {
	background-position: 0 0;
}
.rating .half_star {
	background-position: -15px 0;
}
.rating .no_star {
	background-position: -30px 0;
}
/***************************
	Audio / Video media page
***************************/
.media #content .book_now {
	display: none;
}
/***************************
	Audio files
***************************/
#content .song_box {
	margin-bottom: 4px;
	padding: 4px 4px 4px 40px;
	background-color: #E8EFDA;
	background-image: url('../../images/themes/audio_default.gif');
	background-repeat: no-repeat;
	background-position: left 4px;
	border: 1px solid #370;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .song_box h4,
#content .song_box p {
	margin: 0px;
}
/***************************
	Video files
***************************/
#content .video_box {
	margin-bottom: 4px;
	padding: 4px;
	background-color: #DAE7EF;
	border: 1px solid #4C7994;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .video_box h4 {
	margin: 0px;
}
#content .video_box p {
	margin: 4px 0px;
}
/***************************
	Photo Gallery
***************************/
#content .highslide-gallery {
	margin-top: 10px;
	margin-bottom: 20px;
}
#content .highslide-gallery h4 {
	margin-top: 4px;
}
#content .highslide-gallery a img {
	border: 1px solid #777;
}
#content .highslide-gallery a:hover img {
	border: 1px solid #000;
}
/***************************
	Photos page
***************************/
.photos #content {
	width: 560px;
}
.photos #content .book_now {
	display: none;
}
/***************************
	Press Photos
***************************/
#press_photos {
	margin-bottom: 20px;
}
#press_photos ul {
	
}
#press_photos ul li {
	margin: 6px 0px;
}
/***************************
	Overview / home page
***************************/
.overview #content {
	
}
.overview #picture_block {
	
}
/***************************
	Share site by email page
***************************/
.share {
	margin: 0px;
	padding: 0px;
}
.share #wrap {
	width: 770px;
	margin-bottom: 0px;
	background-image: url('../../images/themes/sketch_bg_narrow.png');
}
.share #navigation {
	
}
.share #header {
	background-image: url('../../images/themes/sketch_header_bg_narrow.png');
}
.share #content {
	width: 650px;
	height: auto;
	padding-bottom: 100px;
	overflow: visible;
}
.share #content dl dt {
	float: left;
	width: 150px;
	padding: 4px;
	text-align: right;
	border: none;
	background: none;
}
.share #content dl dd {
	margin-left: 160px;
	margin-bottom: 8px;
	padding: 4px;
}
.share .return {
	font-weight: bold;
}
/***************************
	Footer
***************************/
#footer {
	clear: both;
	height: 130px;
	background-image: url('../../images/themes/sketch_footer_bg.png');
	background-repeat: no-repeat;
}
#footer div {
	margin-top: 40px;
}
#footer p {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
#footer .gig {
	color: #FFC032;
}
#footer .salad {
	color: #9CF;
}
#footer .footer_links {
	width: 43%;
	float: left;
	clear: left;
	margin-left: 40px;
	text-align: center;
}
#footer .footer_links a {
	color: #2767BB;
}
#footer .gigsalad_brand {
	width: 43%;
	float: right;
	clear: right;
	margin-right: 40px;
	text-align: center;
}
#footer .gigsalad_brand p {
	display: inline;
	padding: 4px 6px;
	color: #FFF;
	background-color: #000;
}
