@CHARSET "UTF-8";
/***************************
	Default styles for stand alone talent site
***************************/
html {
     overflow: scroll;
     overflow-x: auto;
}
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 12px;
}
body {
	text-align: center;
	margin: 0px;
}
a, a:link, a:active, a:visited {
	color: #2767BB;
}
a:hover {
	color: #06C;
}
a img {
	border: none;
}
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;
}

#wrap {
	margin: 0px auto;
	width: 800px;
	text-align: left;
}
/***************************
	Header
***************************/
#header {
	padding: 30px 15px;
	background-color: #412E1E;
	border-top: 10px solid #000;
	border-bottom: 1px solid #111;
}
#header a {
	text-decoration: none;
}
#header h1 {
	margin: 0px;
}
#header h1 a {
	color: #FFF;
}
/***************************
	Navigation
***************************/
#navigation {
	float: left;
	width: 800px;
	margin-bottom: 20px;
	border-top: 1px solid #EEE;
	background-color: #DDD;
	border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation ul li {
	display: inline;
	font-size: 16px;
}
#navigation ul li a {
	display: block;
	float: left;
	padding: 5px 15px;
	text-decoration: none;
}
#navigation ul li a:hover {
	background-color: #EEE;
}
#navigation ul li.current a {
	background-color: #FFF;
	color: #C55100;
}
#navigation ul li.first a {
	border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
}
/***************************
	Picture block
***************************/
#picture_block {
	float: left;
	width: 220px;
	margin-left: 5px;
	text-align: center;
}
#picture_block p {
	margin: 0px;
}
#picture_block img {
	border: 1px solid #000;
}
/***************************
	Extras
***************************/
#extras {
	clear: left;
	float: left;
	width: 200px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding: 10px;
}
#extras p {
	margin: 0px;
}
#extras a {
	padding-left: 20px;
	background-image: url('../../images/themes/mail.png');
	background-repeat: no-repeat;
	text-decoration: underline;
}
.reviews #extras {
	display: none;
}
/***************************
	Heading
***************************/
#page_heading {
	margin: 0px 0px 0px 240px;
	padding: 10px 0px;
	border-bottom: 1px solid #333;
}
#page_heading.full {
	margin: 0px;
}
/***************************
	Content
***************************/
#content {
	margin: 0px 0px 0px 240px;
	border-top: 1px solid #DDD;
}
#content.full {
	margin: 0px;
}
#content .book_now {
	margin-top: 20px;
}
#content .book_now a {
	padding: 4px 22px 4px 10px;
	font-weight: bold;
	background-image: url('../../images/themes/arrow.png');
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #036;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #CCE2F2;
}
#content .book_now a:hover {
	background-color: #D5EEFF;
}
#content dl dt {
	background-color: #DDD;
	font-weight: bold;
}
#content dl dd {
	margin-bottom: 8px;
}
/***************************
	Testimonials
***************************/
#content .testimonial {
	padding: 10px 10px 10px 40px;
	background-image: url('../../images/themes/blockquote_default.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 #CCC;
	background-color: #EEE;
}
#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 {
	float: left;
	width: 80px;
	background: none;
}
#content .rating dl dd {
	margin-bottom: 8px;
}
.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 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;
	text-align: center;
}
#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;
}
/***************************
	Press Photos
***************************/
#press_photos {
	margin-bottom: 30px;
}
#press_photos ul {
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
}
#press_photos ul li {
	margin: 4px 0px;
}
/***************************
	Share site page
***************************/
.share #wrap {
	width: 750px;
}
.share #navigation {
	width: 750px;
}
.share #content dl dt {
	float: left;
	width: 150px;
	text-align: right;
	background: none;
}
.share #content dl dd {
	margin-left: 160px;
	margin-bottom: 6px;
}
.share .return {
	font-weight: bold;
}
/***************************
	Footer
***************************/
#footer {
	clear: both;
	margin-top: 20px;
	padding: 10px;
	border-bottom: 1px solid #DDD;
	text-align: right;
	background-color: #EFEFEF;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}
#footer p {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
#footer .gig {
	color: #FFC032;
}
#footer .salad {
	color: #9CF;
}
#footer .footer_links {
	text-align: left;
}
#footer .footer_links a {
	color: #2767BB;
}
#footer .gigsalad_brand {
	display: none;
}
