/* RESET */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0; padding: 0; list-style-type: none; list-style-image: none;
}

html, body {
	min-width: 982px;
	height: 100%;
}

a, img {
	text-decoration: none;
	border-style: none;
	font-size: inherit;
	color: inherit;
}

a.active_link, a:hover {
}

h2 {
	margin-bottom: 1em;
	margin-top: .2em;
	letter-spacing: -.1em;
}

h1, h2, h3, h4, h5, h6 {
	color: #134b73;
}

input[type="text"], input[type="password"], input[type="search"], input[type="file"] {
	height: 13px;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

textarea {
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	padding: 0;
	margin: 0;
	*font-size: 11px;
	*font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
}

input[type="file"] {
	height: 18px;
}

select {
	padding: 0;
	margin: 0;
	font-size: 11px;
} 

object { display:block; }


a span.FBConnectButton_Simple { background-image: none; }
a span.FBConnectButton_Simple span.FBConnectButton_Text_Simple { margin: 0; padding: 0; }


/* Hack to get IE to display fieldset/legend correctly */ 
html fieldset { 
  	position: relative; 
 	margin: 0;
	padding: 0;
	border: none;
} 

html legend { 
  	position: relative;  
} 


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


a.white_link { color: #ACCDE8; }
a.white_link:hover { color: #ACCDE8; text-decoration: underline; }


/* AJAX */

.ajax_busy {
	background:transparent url(/images/dots-white.gif) no-repeat scroll left center;
}

.ajax_busy input {
	visibility:hidden;
}


/* BODY */

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

#body_container {
    width: 100%;
    min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0px auto -191px;
    /*margin: 0;*/
    padding: 0px;
    text-align: left;
    position: relative;
}

.artist_body_container { background-color: #002034; }

#content {
	min-height: 200px; height:auto !important; height: 200px;
    margin: 0;
    padding: 0;
}

/* HEADER */

#header {
  position: relative;
	width: 100%;
	background-color: white;
}

#header_container {
  position: relative;
  width: 982px;
  height: 101px;
	margin: 0 auto 15px;
}

#logo {
	position: absolute;
	top:  10px;
	left: 0;
}


/* NAVBAR */

#beta_tag {
	position: absolute;
	top: -30px;
	left: -40px;
}

#navbar {
	position: relative;
	top:  46px;
	left: 208px;
	width: 774px;
	height: 38px;
}

#navbar ul li {
	display: inline;
} 

#navbar ul li a {
	float: left; 
	height: 0; 
	padding-top: 38px; 
	overflow: hidden;
}

#navbar.home_navbar ul li a, #navbar.fan_navbar ul li a, #navbar.artist_navbar ul li a, #navbar.band_navbar ul li a, #navbar.agency_navbar ul li a, #navbar.employer_navbar ul li a {
	width: 201px;
}


/* HOME NAVBAR */

#navbar.home_navbar ul li a {
	background: url(../images/shastic/navbar/home_navbar_v3.png) no-repeat;
}

#navbar ul li#nav_home_artists a { background-position: 0 0; }
#navbar ul li#nav_home_events a { background-position: -201px 0; }
#navbar ul li#nav_home_venues a { background-position: -402px 0; }

/* OVER STATES */

#navbar ul li#nav_home_artists a:hover { background-position: 0px -38px; }
#navbar ul li#nav_home_events a:hover { background-position: -201px -38px; }
#navbar ul li#nav_home_venues a:hover { background-position: -402px -38px; }

/* PRESSED STATES */

#navbar ul li#nav_home_artists a:active { background-position: 0px -76px; }
#navbar ul li#nav_home_events a:active { background-position: -201px -76px; }
#navbar ul li#nav_home_venues a:active { background-position: -402px -76px; }

/* ON STATES */

#navbar.home_navbar ul li#nav_home_artists a.active_link { background-position: 0 -114px; }
#navbar.home_navbar ul li#nav_home_events a.active_link { background-position: -201px -114px; }
#navbar.home_navbar ul li#nav_home_venues a.active_link { background-position: -402px -114px; }


/* FAN NAVBAR */

#navbar.fan_navbar ul li a {
	background: url(../images/shastic/navbar/fan_navbar_v3.png) no-repeat;
}

#navbar ul li#nav_fan_artists a { background-position: 0 0; }
#navbar ul li#nav_fan_events a { background-position: -201px 0; }
#navbar ul li#nav_fan_venues a { background-position: -402px 0; }

/* OVER STATES */

#navbar ul li#nav_fan_artists a:hover { background-position: 0px -38px; }
#navbar ul li#nav_fan_events a:hover { background-position: -201px -38px; }
#navbar ul li#nav_fan_venues a:hover { background-position: -402px -38px; }

/* PRESSED STATES */

#navbar ul li#nav_fan_artists a:active { background-position: 0px -76px; }
#navbar ul li#nav_fan_events a:active { background-position: -201px -76px; }
#navbar ul li#nav_fan_venues a:active { background-position: -402px -76px; }

/* ON STATES */

#navbar ul.search_artists_section li#nav_fan_artists a { background-position: 0px -114px; }
#navbar ul.events_index_section li#nav_fan_events a { background-position: -201px -114px; }
#navbar ul.search_venues_section li#nav_fan_venues a { background-position: -402px -114px; }


/* ARTIST NAVBAR || BAND NAVBAR || AGENCY NAVBAR */

#navbar.artist_navbar ul li a, #navbar.band_navbar ul li a, #navbar.agency_navbar ul li a { 
	background: url(../images/shastic/navbar/artist_navbar_v3.png) no-repeat;
}

#navbar ul li#nav_artist_artists a { background-position: 0 0; }
#navbar ul li#nav_artist_events a { background-position: -201px 0; }
#navbar ul li#nav_artist_booking a { background-position: -402px 0; }

/* OVER STATES */

#navbar ul li#nav_artist_artists a:hover { background-position: 0 -38px; }
#navbar ul li#nav_artist_events a:hover { background-position: -201px -38px; }
#navbar ul li#nav_artist_booking a:hover { background-position: -402px -38px; }

/* PRESSED STATES */

#navbar ul li#nav_artist_artists a:active { background-position: 0 -76px; }
#navbar ul li#nav_artist_events a:active { background-position: -201px -76px; }
#navbar ul li#nav_artist_booking a:active { background-position: -402px -76px; }

/* ON STATES */

#navbar ul.search_artists_section li#nav_artist_artists a { background-position: 0 -114px; }
#navbar ul.events_index_section li#nav_artist_events a { background-position: -201px -114px; }
#navbar ul.leads_index_section li#nav_artist_booking a { background-position: -402px -114px; }


/* EMPLOYER NAVBAR */

#navbar.employer_navbar ul li a { 
	background: url(../images/shastic/navbar/employer_navbar_v3.png) no-repeat;
}

#navbar ul li#nav_employer_artists a { background-position: 0 0; }
#navbar ul li#nav_employer_events a { background-position: -201px 0; }
#navbar ul li#nav_employer_booking a { background-position: -402px 0; }

/* OVER STATES */

#navbar ul li#nav_employer_artists a:hover { background-position: 0 -38px; }
#navbar ul li#nav_employer_events a:hover { background-position: -201px -38px; }
#navbar ul li#nav_employer_booking a:hover { background-position: -402px -38px; }

/* PRESSED STATES */

#navbar ul li#nav_employer_artists a:active { background-position: 0 -76px; }
#navbar ul li#nav_employer_events a:active { background-position: -201px -76px; }
#navbar ul li#nav_employer_booking a:active { background-position: -402px -76px; }

/* ON STATES */

#navbar ul.search_artists_section li#nav_employer_artists a { background-position: 0 -114px; }
#navbar ul.events_index_section li#nav_employer_events a { background-position: -201px -114px; }
#navbar ul.leads_index_section li#nav_employer_booking a { background-position: -402px -114px; }


/* SEARCH BAR */

#navbar ul li#nav_searchbar { 
	position: absolute;
	width: 171px; 
	height: 38px;
	background: url(../images/shastic/navbar/home_navbar.png) no-repeat -603px 0;
}

#navbar ul li#nav_searchbar div#searchbar_cloak {
	position: absolute;
	z-index: 50;
	top: 7px;
	left: 15px;
	width: 140px;
	height: 24px;
	background: url(../images/shastic/navbar/searchbar.png) no-repeat 0 0;
}

#navbar ul li#nav_searchbar input {
	position: absolute;
	z-index: 100;
	top: 10px;
	left: 43px;
	width: 100px;
	height: 19px;
	border: none;
	background: none;
	color: #666;
}

/* ROLE BAR */

#rolebar {
	position: absolute;
	top:  10px;
	right: 0;
	width: 774px;
	height: 34px;
}

#rolebar, #footerbar, #accountbar {
	color: #01577f;
	text-align: center;
	font-size: 13px;
	*font-size: 12px;
}

#rolebar #notice_box {
	float: right;
	height: 15px;
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 3px;
	padding: 5px 15px 4px;
	margin-right: 5px;
}

#rolebar ul li {
	display: inline;
}

#rolebar ul li a {
	color: inherit;
	float: right; 
	height: 0; 
	padding-top: 32px; 
	overflow: hidden;
	*color: #005780;
}

#rolebar ul.access_bar li#rolebar_simple_signup a {
	width: 55px;
	height: 16px;
	padding: 0;
	font-weight: bold;
	margin-top: 6px;
	margin-right: 5px;
}
#rolebar ul.access_bar li#rolebar_simple_signup p {
	float: right;
	width: 130px;
	margin-top: 6px;
}
#rolebar ul.access_bar li#rolebar_simple_login a {
	float: right; 
	overflow: hidden;
	width: 84px; 
	height: 0;
	padding-top: 28px;
	background: url(../images/shastic/buttons/simple_log_button.png) no-repeat 0 0;
}
#rolebar ul.access_bar li#rolebar_simple_login a:active { 
	background-position: 0 -28px; 
}
#rolebar ul.access_bar li#rolebar_login_form {
	float: right; 
	width: 410px; 
	height: 20px;
	text-align: left;
	margin-left: 15px;
	background-image: url(../images/shastic/navbar/signup_bar.png);
	padding: 7px 35px 5px;
	margin-top: 4px;
}

#rolebar ul li a#login_trigger, #rolebar ul li a#signup_link  {
	width: 48px;
	height: 10px;
	background: url(../images/shastic/navbar/signup_trigger.png) no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 3px 11px 7px;
	margin-top: 16px;
	margin-right: 15px;
}
#rolebar ul li a#login_trigger { margin-right: 0; }
#rolebar ul li a#signup_link { width: 60px; padding: 3px 5px 7px; }


.soft_prompt_coating {
	font-size: 11px;
	color: #777777;
	font-weight: normal;
	font-style: normal;
}

#rolebar_pass_placeholder_field {
	position: absolute; left: 3px; top: 0;
}

/* Rolebar Backgrounds */
#rolebar ul.role_bar li a {
	background: url(../images/shastic/navbar/profile_section_icon.png) no-repeat 0 0;
	margin-right: 10px;
}

/* Normal */
#rolebar ul.role_bar li#fan_role a {
	width: 67px;
	background-position: 0 0;
}

/* Hover */
#rolebar ul.role_bar li#fan_role a:hover {
	background-position: 0 0;
}

/* Active */
#rolebar ul.role_bar.fan li#fan_role a, 
#rolebar ul.role_bar li#fan_role a:active {
	background-position: 0 0;
} 

/* ACCOUNTBAR */

#accountbar {
	position: absolute;
	top:  84px;
	left: 208px;
	width: 774px;
	height: 15px;
}

#accountbar ul li {
	display: inline;
}

#accountbar ul li a, #accountbar ul li span {
	float: right; 
	height: 11px;
	font-size: 11px;
	margin-left: 10px;
	color: #134B73; /* #156491, #134B73 */
	padding-top: 4px;
	padding-bottom: 5px;
}

#accountbar ul li a:hover {
	text-decoration: underline;
	font-weight: normal;
}

#accountbar ul li a#signup_link {
	color: #FFF;
	font-weight: bold;
	background: url(../images/shastic/navbar/express_portfolio_link.png) no-repeat;
	width: 170px;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 15px;
	padding-bottom: 7px;
	fon\t-size: 10px; /* IE Hack */
}
#accountbar ul li a#signup_link:hover {
	text-decoration: underline;
	font-weight: bold;
}

#accountbar ul li a#home_icon {
	/*position: absolute;
	top:  80px;
	left: 85px;*/
	padding-top: 12px;
	padding-bottom: 0;
	overflow: hidden;
	height: 0;
	width: 12px;
	background: url(../images/shastic/buttons/home_icon.png) no-repeat;
	margin-top: 4px;
}
#accountbar ul li#accountbar_home a { margin-left: 5px; }


/* CONTAINER */

.container {
	width: 982px;
	margin: 0 auto;
	padding: 0px;
}


/* WHITE DIVISION BAR */

.white_division {
	height: 14px;
	padding: 2px 0px 4px;
	
	background: transparent url(../images/shastic/assets/portfolio/tops/white_frametop_littl.png) repeat-x scroll 0 0;
	color: #222324;
}

.white_division .container {
	width: 952px;
	margin: 0 auto;
	padding: 0px 15px;
	
	font-weight:bold;
	letter-spacing: -1px;
}


/* PORTFOLIO FRAMES */

.portfolio_bottom_frame {
	height:23px;
	padding:20px 0 17px;
	
	font-size:12px;
	background:transparent url(../images/shastic/assets/portfolio/tops/portfoliodisp_top.png) repeat-x scroll 0 0;
}


/* NOTICE & ERROR FLASH Styles */

#notice, #error {
	min-height: 45px; height:auto !important; height: 45px;
	position: relative;
	display: block;
	width: 100%;
	background-color: white;
}

#content.mild_blue_bg div#notice, #content.mild_blue_bg div#error {
	background-color: #002740;
}

#flash_wrapper {
	position: relative;
	width: 100%;
	display: block;
	float: left;
	padding: 20px 0px; 
	margin: 25px auto; 
	font: 16px sans-serif;
	text-align: center;
	clear: both;
}

#flash_wrapper .flash_container {
	position: relative;
	width: 982px;
	margin: 0 auto;
	line-height: 22px;
}

#floating_flash_wrapper {
	position: relative;
	/*width: 930px;*/
	display: block;
	padding: 25px 20px 20px;
	margin: 0 auto; 
	font: 13px sans-serif;
	text-align: center;
}

#message #flash_wrapper { 
	border: 1px solid #2d8cbb;
	background-color: #e9f1f6;  
	color: #2d8cbb;
	border-right-style: none;
	border-left-style: none;
}

#notice #flash_wrapper, .success_coating { 
	border: 1px solid #88caa0;
	background-color: #9de9b9;  
	color: #609072;
	border-right-style: none;
	border-left-style: none;
}

#error #flash_wrapper, .attention_coating { 
	border: 1px solid #d6d49f;
	background-color: #f3eab7;  
	color: #9d9776;
	border-right-style: none;
	border-left-style: none;
}

#warning #flash_wrapper, .warning_coating { 
	border: 1px solid #8c3535;
	background-color: #ff6464;  
	color: #8c3535;
	border-right-style: none;
	border-left-style: none;
}

.attention_side_open_coating {
	background-color: #f3eab7;
	color: #343434; /* #343434 */
	border: 2px dashed #d9c785;
	border-right-style: none;
	border-left-style: none;
	font-weight: bold;
	font-size: 12px;
} 

.inner_success_coating {
	background: #9de9b9;
	color: #343434; /*#001d2f*/
	border: 1px dashed #40604c;
	border-right-style: none;
	border-left-style: none;
}
.inner_attention_coating {
	background: #f3eab7;
	color: #343434; /*#001d2f*/
	border: 1px dashed #433d29;
	border-right-style: none;
	border-left-style: none;
}
.inner_warning_coating {
	background: #ff6464;
	color: #343434; /*#001d2f*/
	border: 1px dashed #8c3535;
	border-right-style: none;
	border-left-style: none;
}

.warning_message_coating {
	color: #ff6464;
	font-weight: bold;
	font-size: 11px;
}

body .attention_measures {
	position: relative;
	padding: 11px;
	margin-bottom: 20px;
}
body .attention_measures a:hover {
	text-decoration: underline;
}

.instruction_badge_coating {
	width: 11px;
	height: 11px;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/shastic/buttons/instruction_badge.png) no-repeat;
	color: #FFF;
	padding: 2px 6px 4px 5px;
	margin-right: 10px;
}

.attention_badge_coating {
	width: 11px;
	height: 11px;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/shastic/buttons/attention_badge.png) no-repeat;
	color: #FFF;
	padding: 2px 6px 4px 5px;
	margin-right: 10px;
}

/* MEASURES */

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


/* End of MEASURES */

/* COATINGS */



/* End of COATINGS */


/* FORM Styles */

fieldset { 
	clear: left;
	border: none;
	width: 100%;
} 

legend {
	padding: .4em 0 2em;
} 



.basic_item {
	padding: 19px 26px;
}
#homepage_item.basic_item {
	padding-top: 0; 
	padding-bottom: 0;
}

.basic_item label {
	font-size: 11px;
	font-weight: bold;
	color: #778a93;
	float: left; 
	text-align: right; 
	margin-right: 16px; 
	display: block;
	width: 170px;
}

.basic_item .form_row_contents {
	display: block;
	margin-left: 186px;
}

.form_row, .box_row, .contact_row { 
	position: relative;
	display: block;
	padding-bottom: 5px; 
	white-space: normal; 
} 

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	width: 99%;   /* remove horizontal scroll-bar when viewing in IE7 */
}

.box_row_content {
	position: relative;
}

.form_row #spinner {
	display: inline;
}

.form_box a.forgot_link {
	letter-spacing: -.1em;
	font-weight: bold;
	display: inline;
	margin-right: 15px;
	*font-size: 10px;
	*color: #004b74;
	*letter-spacing: normal;
}
a.signup:hover, .form_box a.forgot_link:hover {
	text-decoration: underline;
}

.form_required_field {
	display: inline;
	left: 5px;
	font-size: 13px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

#recaptcha_widget_div { margin-top: 20px; }
#recaptcha_area { margin: 0 auto; }

/* BASIC FORM Styles */

#content.users fieldset {
	background: none;
	border: none;
}

.guest.form_box, .fan.form_box, .artist.form_box, .employer.form_box, .basic_tab_box, .portfolio_tab_box, .group.form_box { 
	clear: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
} 

.guest.form_box {
	margin-top: 3em;
	color: #134b73;
}

.form_box {
	width: 640px;
	background-color: #e3f5fa;
	border: 1px solid #0483bf;
	padding-top: 2em;
	padding-bottom: 2em;
	position: relative;
}

.basic_header {
	padding: 2em;
}

.form_box h4, .form_box p, .form_box a {
	display: inline;
}

.form_box h4 {
	color: #333131;
	width: 15em;
}

.form_box p {
	color: inherit; /* #778a93 */
	font-size: inherit;
}

.form_box a {
	font-size: 11px;
}

.paragraph_block {
	margin: 0 0 15px 10px;
	white-space: pre-wrap;
}


/* SIGNUP BOX Style */

#signup_box, #login_box {
	width: 500px;
	margin-top: 40px;
	*width: 550px;
}
#signup_box label, #login_box label { width: 170px; }
#signup_box .right_column_field, #login_box .right_column_field { margin-left: 185px; }

#express_signup_box {
	width: 650px;
	margin-top: 40px;
	*width: 550px;
	padding: 22px;
}

.solitary_message_block {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	font-size: 12px;
	padding: 30px 11px;
}

/* ERROR REPORTING Style */

.fieldWithErrors { 
	margin: 2px; 
	padding: 2px; 
	background-color: #ff6464; 
	display: table; 
} 

#errorExplanation { 
	background-color: white;
	margin: 0px auto;
	padding: 20px 0px 30px;
	display: block;
	width: 100%;
} 

#errorExplanation #errorExplanationWrapper {
	border: 2px solid #ff6464; 
	background-color: #f0f0f0;
	margin: 0px auto;
	padding: 0;
	display: block;
	width: 980px;
}

#errorExplanation h2, #flash_wrapper h2 {
	font-weight: bold; 
	font-size: 12pt; 
	background-color: #ff6464; 
	color: #fff;
	margin: 0;
	padding: 5px 5px 5px 15px;
} 

#errorExplanation a {
	text-decoration: underline;
}

#errorExplanation p { 
	color: #ff6464;
	display: block;
	clear: both;
	text-align: left;
	float: left;
	padding: 20px 15px 15px 20px;
	font-size: small;
} 
#errorExplanation ul, #flash_wrapper ul {
	display: block;
	padding: 5px 15px 10px 35px;
	clear: both;
}

#errorExplanation ul li, #flash_wrapper ul li { 
	font-size: 10pt; 
	display: list-item;
	list-style: disc;
	clear: left;
	margin-bottom: 6px;
} 


#flashErrorMessages { 
	background-color: #FF6464;
	border-color: #98393a; /*#8C3535;*/
	border-style: solid none;
	border-width: 1px;
	color: #8C3535;
	text-align: center;
	margin: 25px auto;
	padding: 20px 0px;
	display: block;
	width: 100%;
	float: left;
} 

#flashErrorMessages #flashErrorMessagesWrapper {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	display: block;
	width: 980px;
}

#flashErrorMessages h2 {
	margin-bottom: 10px; 
	font-size: 24px; 
	letter-spacing: -1px;
	color: #8c3535;
	font-weight: bold; 
}

#flashErrorMessages p {
	font-size: 16px;
	margin-bottom: 10px; 
}

#flashErrorMessages ul { padding-top: 5px; }
#flashErrorMessages ul li {
	font-size: 13px; 
	display: list-item;
	list-style: disc;
	clear: left;
	margin-bottom: 6px;
}


/* FOOTER */

#footer_container, #footer_push {
	position: relative;
	height: 191px;
	clear: both;
}

#footer {
  position: absolute;
  bottom: 0;
  min-height: 101px;
  width: 100%;
	background-color: #e3f5fa;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	float: left;
	border-top: 1px solid #a5bed0;
	clear: both;
}

#footerbar {
	position: relative;
	width: 982px;
	height: 30px;
	background: url(../images/shastic/navbar/footer_bar.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}

#footerbar ul {
	margin-left: 45px;
}

#footerbar ul li {
	display: inline;
}

#footerbar ul li a {
	color: #14527f;
	float: left; 
	width: 156px; 
	height: 20px;
	padding-top: 8px;
}

#footerbar ul li a:hover, #footerbar ul li a:active {
	text-decoration: underline;
	font-weight: normal;
}


/* ARTIST FOOTER */

.artist_footer_push { background-color: #002034; }

#artists_footer {
  position: absolute;
  bottom: 0;
  height: 101px;
  width: 100%;
	background-color: #002034;
	padding-top: 60px;
	padding-bottom: 30px;
	clear: both;
}
#artists_footer #footerbar, #multimedia_footer  #footerbar {
	background: url(../images/shastic/navbar/artist_footer_bar.png) no-repeat;
}

#artists_footer #footerbar ul li a {
	color: #1e71ab;
}

#multimedia_footer {
	position: relative;
    min-height: 101px;
    width: inherit;
	background-color: #0f0f0f;
	padding-top: 60px;
	padding-bottom: 30px;
}


/* DEBUG Style */

#debug {
    width: 982px;
	padding-top: 1em;
	padding-left: 13em;
	padding-right: 14em;
	float: left;
	margin-right: auto;
	margin-left: auto;
}

#debug a, #debug a.visited {
  text-decoration: none;
  color: #2d8cbb;
}
fieldset.debug_info {
  text-align: left; 
  margin: 1em; 
  background: #eee;
}

/* SCROLLBOX Style */

.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 20px;
}

.scrollbox_scrollbar {
	background-color: #001f32;
	height: 100%;
	width: 18px;
	border: 1px solid #003455;
	border-top-style: none;
	border-bottom-style: none;
}

.scrollbox_up_button {
	background: transparent url(../images/shastic/assets/portfolio/tools/scroll_up_button.jpg) no-repeat right;
	height: 20px;
}

.scrollbox_down_button {
	background: transparent url(../images/shastic/assets/portfolio/tools/scroll_down_button.jpg) no-repeat right bottom;
	height: 20px;
}

.scrollbox_handle {
	background-color: #004e7e;
}


#powered_by {
	margin-top: 20px; 
	color: #063759; 
	font-size: 11px; 
	text-align: center;
}
#powered_by span { margin-right: 5px;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 11px;
	color: #accde8;
}

#portfolio_copyright, #profile_copyright {
	margin-top: 20px; 
	color: #063759; 
	font-size: 11px; 
	text-align: center;
}
#profile_copyright { color: #8da3b3; }


