@CHARSET "UTF-8";
@import url('http://fonts.googleapis.com/css?family=Satisfy');
/***************************
	Default styles for stand alone talent site
***************************/
html {
     overflow: scroll;
     overflow-x: auto;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	margin: 0px;
	background-image: url('../../images/themes/star_bg.png');
	background-repeat: repeat;
}
a, a:link, a:active, a:visited {
	color: #2767BB;
	text-decoration: none;
}
a:hover {
	color: #06C;
}
a img {
	border: none;
}
h1 {
	font-size: 24px;
	font-family: 'Satisfy', cursive;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	font-family: 'Satisfy', cursive;
	font-weight: normal;
}
h3 {
	color: #d3d3fd;
	font-size: 14px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-family: 'Satisfy', cursive;
	font-weight: normal;
}
p {
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 21px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.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 {
	width: 1000px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: right 100;
	color: #FFFFFF;
}
/***************************
	Header
***************************/
#header {
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 30px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 6px;
	border-top-style: none;
	border-top-color: #d3d3fd;
	border-right-color: #d3d3fd;
	border-bottom-color: #d3d3fd;
	border-left-color: #d3d3fd;
	background-repeat: repeat;
	padding-bottom: 30px;
	margin-bottom: 10px;
}
#header a {
	color: #d3d3fd;
	font-size: 60px;
}
#header h1 {
	margin-bottom: 0;
}
#header h1 a {
	font-size: 36px;
}
/***************************
	Navigation
***************************/
#navigation {
	float: left;
	width: 100%;
	margin-bottom: 60px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #d3d3fd;
	height: 65px;
	border-left-style: none;
}
#navigation ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
	padding: 0px;
}
#navigation ul li {
	display: inline;
	font-size: 16px;
}
#navigation ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 40px;
	padding-right: 15px;
	padding-left: 15px;
	top: auto;
	bottom: auto;
}
#navigation ul li a:hover {
	color: #FFFFFF;
	background-image: url('../../images/themes/star_bluestar.png');
	background-repeat: no-repeat;
	background-position: center top;
}
#navigation ul li.current a {
	color: #FFFFFF;
	background-image: url('../../images/themes/star_greenstar.png');
	background-repeat: no-repeat;
	background-position: center top;
}
/***************************
	Picture block
***************************/
#picture_block {
	float: left;
	width: 220px;
	margin-left: 5px;
	left: 9px;
	top: 150px;
}
#picture_block p {
	margin: 0px;
}
#picture_block img {
	border: 4px solid #FFFFFF;
}
/***************************
	Extras
***************************/
#extras {
	display: none;
	visibility: hidden;
}
/***************************
	Heading
***************************/
#page_heading {
	left: 0px;
	top: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 260px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 21px;
	color: #d3d3fd;
}
#page_heading.full {
	margin: 0px;
}
/***************************
	Content
***************************/
#content {
	margin-right: 120px;
	margin-bottom: 75px;
	margin-left: 240px;
	padding: 22px;
	border: 1px none #BDDDD3;
}
#content.full {
	margin: 0px;
}
#content .book_now {
	margin-top: 20px;
	display: none;
}
#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 {
	font-weight: bold;
}
#content dl dd {
	margin-bottom: 8px;
}
/***************************
	Testimonials
***************************/
#content .testimonial {
	padding: 10px 10px 10px 40px;
	background-image: url('../../images/themes/blockquote_darkwood.png');
	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 {
	width: 530px;
	padding: 10px;
	margin: 10px 0px;
	border: 1px solid #222;
	background-color: rgba(0, 0, 0, .2);
}
#content .rating h4 {
	margin-top: 0px;
	color: #FFF;
}
#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;
	color: #CCC;
}
.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: 12px;
	background-color: #E8EFDA;
	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: 12px;
	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: left;
}
#content .highslide-gallery h4 {
	margin-top: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #d3d3fd;
}
#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 #page_heading {
	position: static;
	padding: 8px 32px;
	background: none;
	font-size: 14px;
} 
.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: 45px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #d3d3fd;
	border-bottom-color: #d3d3fd;
}
#footer p {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
#footer .gig,
#footer .salad {
	font-family: 'Fontdiner Swanky', cursive;
}
#footer .gig {
	color: #3B6B7C;
}
#footer .salad {
	color: #E17F31;
}#footer .footer_links {
	float: left;
	text-align: left;
}
#footer .footer_links a {
	color: #FFFFFF;
}
#footer .gigsalad_brand {
	margin: 0px;
}
#footer .gigsalad_brand a {
	color: #FFFFFF;
	padding: 3px;
	text-decoration: none;
	font-size: 11px;
}

#footer .gigsalad_brand a: hover {
	background-color: #333333;
	text-decoration: none;
}
