/* HOMEPAGE Style */

h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
	color: #14527f;
}

#content.homepage .guest.form_box, .fan.form_box, .artist.form_box, .employer.form_box {
	margin-top: 3em;
	margin-bottom: 3em;
	width: 692px;
}

.display_box {
	position: relative;
	margin: 25px auto;
	padding: 22px;
	font-size: 11px;
}

.box_row {
	padding-bottom: 5px;
}

.right_column_field {
	margin-left: 185px;
}

/* SECTIONS */

#about_section { 
	width: 646px;
	margin-top: 0;
}
#contact_section { 
	width: 500px;
	margin-top: 35px;
}
#privacy_section {
	width: 600px;
	margin-top: 35px;
}
#terms_section {
	width: 600px;
	margin-top: 35px;
}

#invitation_section {
	width: 650px;
	margin-top: 35px;
}

/* COATINGS */

.container_coating {
	background-color: #e3f5fa;
	color: #14527f;
	border: 1px solid #a5bed0;
}

.inside_container_coating {
	background-color: #f3fcf9;
	color: #14527f;
	border: 1px solid #a5bed0;
}

/* End of COATINGS */


#homepage_image {
	position: relative;
	width: 600px;
	height: 400px;
	margin: 2em auto 1em;  
	color: #2d8cbb;
	background: url(../images/shastic/assets/homepage/band.png) no-repeat;
	border-color: #2d8cbb;
}



#content.homepage a {
	color: inherit;
	font-size: inherit;
	max-width: inherit;
	*color: #007fb8;
}




/* HOMEPAGE LAYOUT */

#homepage_content_wrapper {
	width: 982px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	font-size: 11px;
}



/* TALENT SCREEN */

#talent_screen {
	width: 100%;
	min-height: 430px;
	border: 1px solid #1e496a;
	background-color: #093858;
	position: relative;
	border-top-style: none;
	border-bottom-style: none;
}
#talent_screen #spinner {
	position: absolute;
	right: 13px;
	top: 15px;
}

#talent_screen_inner_wrapper {
	min-height: 260px;
	margin-left: auto;
	margin-right: auto;
	background-color: #052C47;
	border: 1px solid #073f63;
	padding: 30px 20px 20px;
	position: relative;
	color: #1E7FB6;
	border-top-style: none;
	border-bottom-style: none;
	*height: 260px;
	width: 710px;
}

#talent_screen .talent_screen_top {
	width: 984px;
	height: 8px;
	position: absolute;
	z-index: 5;
	top: 0;
	left: -1px;
	background: url(../images/shastic/assets/portfolio/tops/talent_screen_top.png) no-repeat;
}

#talent_screen .talent_screen_bottom {
	width: 984px;
	height: 8px;
	position: absolute;
	z-index: 5;
	bottom: 0;
	*bottom: -6px;
	left: -1px;
	background: url(../images/shastic/assets/portfolio/bottoms/talent_screen_bottom.png) no-repeat;
}

/* Talent screen portfolio scroller */

#talent_screen_portfolio_slider {
	width: 100%;
	height: 120px;
	background-color: #093858;
	color: #1E7FB6;
	position: relative;
}
#talent_screen_portfolio_slider_container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 119px;
	background-color: #002236;
	border-right: 1px solid #073f63;
	border-left: 1px solid #073f63;
	border-top: 1px solid #073f63;
	overflow: hidden;
}
#ts_portfolio_slider_contents {
	height: 100%;
	float: left;
}
#ts_portfolio_slider_contents .section {
	width: 720px;
	height: 100%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

#ts_portfolio_slider_contents .artist_box {
	width: 100px;
	height: 98px;
	padding: 10px;
	float: left;
	font-size: 11px;
	*font-size: 10px;
}
#ts_portfolio_slider_contents .artist_box div {
	text-align: center;
}
#ts_portfolio_slider_contents .artist_box .thumb_box {
	width: 100px;
	height: 70px;
	vertical-align: bottom;
}
.artist_box .thumb_box a {
	margin-top: auto;
	margin-bottom: auto;
}

a.left_arrow, a.right_arrow {
	position: absolute;
	top: 52px;
	background: url(../images/shastic/assets/profile/tools/profile_arrows_talentscreen.png) no-repeat 0 0;
	overflow: hidden;
	height: 0;
	width: 21px;
	padding-top: 21px;
	z-index: 5;
}

a.left_arrow {
	left: 103px;
	background-position: 0 0;
}
a.right_arrow {
	right: 104px;
	background-position: -21px 0;
}

a.left_arrow:hover {
	background-position: -42px 0;
}
a.right_arrow:hover {
	background-position: -63px 0;
}

/* Contentbar Sidebar */

#talent_screen_contentbar {
	width: 115px;
	height: 310px;
	margin: 0;
	padding: 0;
}

#talent_screen_contentbar .content_button {
	margin: 0;
	background-color: #005487;
	color: #051B28;
	font-size: 11px;
	padding: 5px 3px;
	text-align: center;
	border-bottom: 1px solid #063355;
	font-weight: bold;
	width: 109px;
	height: 13px;
	display: block;
}
#talent_screen_contentbar .content_button_active  {
	
}

#talent_screen_contentbar .content_list {
	display: block;
	height: auto;
	overflow: hidden;
}


#talent_screen #avatar_column {
	width: 280px;
	height: 250px;
	float: left;
	text-align: right;
	padding-right: 20px;
}

#talent_screen #info_column {
	/* width: 450px; */
	min-height: 250px;
	float: left;
	width: 350px;
	/* margin-right: 50px; */
}

#homepage_content_wrapper #talent_screen h2 {
	color: inherit;
	font-size: 18px;
	letter-spacing: -0.1em;
	position:relative;
	text-align: left;
	width: auto;
	margin: 0;
}

#talent_screen #info_column p {
	margin: 0;
	display: inline;
	color: #1E7FB6;
}
#info_column .info_label {
	width: 100px;
	float: left;
	color: #004a77;
}
#info_column .info_block {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	*font-size: 11px;
}
#info_column .genre {
	font-size: 11px;
	*font-size: 10px;
}

.blue_playbutton {
	width: 17px;
	height: 17px;
	position: relative;
	left: 20px;
	top: 3px;
}

/* ABOUT US Style */

#content.homepage #about_us.basic_item {
	width: 640px;
	height: 890px;
}

#content.homepage #about_us h3 {
	width: auto;
	height: auto;
	margin-right: 1em;
	margin-left: 1em;
}

#content.homepage #about_us h4 {
	width: auto;
	height: auto;
	margin-right: 1.5em;
	margin-left: 1.5em;
	display: block;
	color: #004974;
}



#content.homepage ul {
	margin-left: 3em;
	margin-right: 1.5em;
	display: block;
}
#content.homepage ul li {
	list-style-position: inside;
	list-style-type: square;
	color: #004974;
}

#content.homepage h1 {
	letter-spacing: -1px;
	margin: 5px 0 25px 0;
}

#content.homepage h2 {
	margin: 0 0 10px 0;
}

#content.homepage h3 {
	margin: 0 0 15px 0;
}

#content.homepage h2#centered_statement {
	text-align: center;
	margin: 10px 30px 30px;
}

#content.homepage p {
	display: block;
	margin: 1.5em;
	color: #004a77;
}

.left_homepage_column {
	width: 255px;
	float: left;
	margin-top: 1em;
}

.right_homepage_column {
	width: 60%;
	float: left;
	margin-top: 1em;
	border-left: 1px solid #0483bf;
}

.team_photos_box {
	width: 692px;
	margin-left: auto;
	margin-right: auto;
	height: 350px;
	margin-top: 3em;
	border-bottom: 10px solid #a5bed0;
	text-align: center;
}

.mail_to_link {
	text-decoration: underline;
	font-weight: bold;
}

/* ABOUT US Style */

#content.homepage #jobs.basic_item {
	width: inherit;
	height: 180px;
}

/* DEMO STYLE */
.demo_button {
	float: left;
	width: 163px;
	height: 0;
	padding-top: 52px;
	overflow: hidden;
	background: url(../images/shastic/buttons/demo_button.png) no-repeat;
}


hr {
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom: 1px solid #a5bed0;
	padding: 0 0 11px;
	*height: 1px;
	margin: 0 10px 22px;
}

