/* reset */

#ie6only .home_item a {background-image:url(http://thefunstar.com/site/wp-content/themes/sandbox_td/images/x.gif); } 
#ie6only #contact_wrap {background-image:url(images/contact_background.gif); } 
#ie6only #header h1 a {
	background-image:url(images/logo.gif);
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.centered {
	text-align:center;
}
.blog-search {
	padding: 20px;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/header_background2.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	color:#414141;
}
#wrapper {
	width:940px;
	margin:0 auto;
	position:relative;
}
#container {
	padding: 0 0 30px 0;
	overflow:hidden;
}
#contact_wrap {
	position:absolute;
	top:-204px;
	right:0;
	width: 165px;
	height: 238px;
	color:#fff;
	text-align:center;
	background-image:url(images/contact_background.png);
	background-repeat:no-repeat;
	background-position: bottom center;
}
#contact {
	padding: 20px 0 0 0;
}
#contact h2 {
	font-size:16px;
	position:absolute;
	bottom: 14px;
	left: 0px;
	width:165px;
	text-transform:uppercase;
	cursor: pointer;
}
#contact h3 {
	font-size:14px;
	font-style:italic;
}
#contact h3.contact_sep {
    border-top: 1px solid;
    margin: 10px 0 0;
    padding: 10px 0 0;
}
#contact p{
	font-size:12px;
	font-style:italic;
}
#contact a {
	font-size:11px;
	display:block;
	text-decoration:none;
	color:#FFF;
	margin: 0 0 9px 0;
}
#contact h3.phone {
	font-size:16px;
	font-style:normal;
}
#header {
	height: 197px;
	background-image:url(images/header_divider.png);
	background-repeat:no-repeat;
	background-position: bottom center;
}
#header h1 {
	padding: 117px 0 0 0;
}
#header h1 a {
	width: 627px;
	height: 63px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position: top center;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	margin: 0 auto;
}
#header h1 a:hover {
	background-position: bottom center;
}
#artist_nav {
    line-height: 20px;
    margin: 0 auto;
    min-height: 19px;
    padding: 0;
    position: relative;
    text-align: center;
}
#artist_nav span {
    display: block;
    padding: 10px 80px 30px;
}
#artist_nav h2 {
    background-image: url("images/artist_tab.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    bottom: 0;
    cursor: pointer;
    height: 20px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-indent: -9999px;
    width: 940px;
}
#artist_nav a {
	text-transform:uppercase;
	margin: 8px;
	color:#414141;
	font-size:17px;
	text-decoration:none;
	white-space: nowrap;
}
#artist_nav a:hover {
	color:#2f73ad;
}
#home_content {
	padding: 0 90px;
	text-align:center;
}
.home_item {
	overflow:hidden;
	position:relative;
	width:216px;
	height:164px;
	border: 2px solid #cacaca;
	xfloat:left;
	display:inline-block;
	margin: 10px;
	/* for ie to work */
	zoom:1; *display: inline; _height: 164px;
}
.home_item h2 {
	width:216px;
	text-align:center;
	position:absolute;
	bottom: 80px;
	left: 0px;
}
.home_item a {
	display:block;
	width:216px;
	height:328px;
	background-image:url(images/home_photo_shade.png);
	background-position:center left;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left: 0;
	text-decoration:none;
	color:#CCC;
	text-transform:uppercase;
}

.home_item a:hover {
	top:-164px;
	left: 0;
}

#newhome_content {
	margin: 30px 0;
}
/* 
- - - - - - - - - - - 
ARTIST and RELEASES PAGES 
- - - - - - - - - - - 
*/

/* Slider  */
.controllers {
	position:absolute;
	top: 200px;
	width: 940px;
}
.next, .prev {
	cursor:pointer;
	width:26px;
	height:24px;
	margin:0;
	padding:0;
	background-image:url(images/next_prev.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
.next {
	position:absolute;
	background-position:top right;
	right: 40px;
}
.prev {
	position:absolute;
	left: 30px;
}
.next:hover {
	background-position:bottom right;
}
.prev:hover {
	background-position:bottom left;
}
#download_pics {
	font-size:12px;
	color:#666;
	font-style:italic;
	margin: 0 0 20px 0;
	text-align:center;
}
#slider_holder {
	background-image:url(images/slider_back.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding:9px;
	position:relative;
}
#photo_slider {
	width: 780px;
	height: 348px;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	border: 2px solid #CCC;
}
#photo_slider ul {
	width: 4000px;
}
#photo_slider li {
	float:left;
}
#photo_slider a {
	display:block;
	margin: 0 4px 0 0;
}
#photo_slider p {
	height:20px;
	position:relative;
	top:-20px;
	color:#fff;
	font-size:11px;
	padding: 0 0 0 10px;
}

/* CONTENT */

#artist_content {
	padding: 0 80px;
}
.artist_name, .artist_name a {
	font-size:36px;
	color:#464646;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	padding: 0 0 10px 0;
	margin: 11px 0 16px;
	background-image:url(images/divider.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.artist_name span {
	background-image:url(images/name_dart_1.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding: 0 50px;
}
.artist_name strong {
	background-image:url(images/name_dart_2.gif);
	background-position:center right;
	background-repeat:no-repeat;
	font-weight:normal;
}
#artist_content h3 {
	font-size:16px;
	font-weight:normal;
	color:#999999;
	margin: 0 0 10px 0;
	text-transform:uppercase;
}
#main_column {
	width: 540px;
	float:left;
}
#main_column p, #main_column ol {
	font-size: 11px;
	line-height:1.4;
	margin: 0 0 8px;
}
.content_title {
	font-size: 20px;
	color:#666;
	font-weight:normal;
	margin: 8px 0 10px 0;
	line-height:1.1;
}
#main_column ol {
	list-style:decimal;
	padding: 0 0 0 18px;
}
#main_column li {
	line-height:1;
	margin: 0 0 8px;
}
.bio_download, .release_download {
	background-color:#f2f2f2;
	padding: 4px;
	margin: 7px 0 4px 5px;
	border: 1px solid #999;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	display:block;
	float:right;
	color:#4e4e4e;
}
.bio_download {
    margin: 0 0 14px 35px;
}
.release_link { /* sidebar release headline link */
	text-decoration:none;
	font-size:14px;
	color:#333;
	display:block;
	margin: 0 0 5px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px dashed #999;
}
.release {/* adds margin to artist name on release pages */
	margin-top:30px;
}
.bio_download:hover {
	color:#5590bd;
}

/* SIDEBAR */
#sidebar {
	float:right;
	width: 220px;
	color:#4c4c4c;
}
#artist_content .artist_site {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #b8b8b8;
}
#artist_content .artist_site a {
	background-image:url(images/artist_site_back.gif);
	font-size:16px;
	font-weight:normal;
	color:#999999;
	padding: 0 25px 0 0;
	text-transform:uppercase;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: right center;	
}
#artist_content .artist_site a:hover {
	color:#000;
}
#sidebar_inner {
	padding: 10px 0 19px;
	background-image:url(images/sidebar_base.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#sidebar_wrap {
	background-image:url(images/sidebar_top.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
#sidebar .item {
	margin: 0 0 10px 0;
}
#sidebar p {
	font-size:11px;
	line-height:1.2;
	margin: 0 0 5px 0;
}
#sidebar .item {
	background-image:url(images/sidebar_back.gif);
	background-position:top center;
	background-repeat:repeat-y;
	padding: 0 12px;
}
.release_date {
	font-size:11px;
	color:#666;
	display:block;
	margin: 4px 0 4px;
}

.sidebar_links {
	font-size:10px;
	padding: 0 0 20px 0;
}
.sidebar_links a { /* sidebar release read and download links */
	text-decoration:none;
	color:#000;
	font-size:10px;
	text-transform:uppercase;
}
.sidebar_links a:hover { /* sidebar release read and download links */
	text-decoration:underline;
	color:#333;
	
}
#sidebar h4 { /* download music headline */
	text-transform:uppercase;
	color:#333;
	font-size:14px;
	font-weight:normal;
	padding: 20px 0 10px;
	border-top: 1px solid #b8b8b8;
}
.mp3_download a {
	text-decoration:none;
	font-size:14px;
	color:#000;
	display:block;
	margin: 0 0 5px 0;
}
#nav-below {
	clear:both;
}

/* FOOTER */
#footer {
	background-image:url(images/divider.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	clear:both;
	text-align:center;
	color:#6f6f6f;
	font-size:13px;
	line-height:1.5;
	padding-bottom:20px;
}
#footer p.divided {
	background-image:url(images/footer_divider_1.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding: 0 0 10px 0;
	margin: 0 0 5px 0;
}
#footer p#copyright {
	font-size:10px;
	font-style:normal;
	background-image:url(images/footer_divider_1.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding: 10px 0;
	margin: 0 0 15px 0;
}
#footer p {
    font-style: italic;
    margin: 0 0 5px;
}
#footer p a {
	font-style:normal;
	color:#000;
	text-decoration:none;
}
#footer p#phone {
	background-image:url(images/footer_divider_2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-size:16px;
	padding: 5px 0;
	margin: 5px 0 20px 0;
	font-style:normal;
}
.left {
    text-align: right;
	border-right: 1px solid #ccc;
	margin-right: 10px;
    padding-right: 10px;
}
.right {
    
    
    text-align: left;
}
.contact {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 40%;
}
#container .rsUni .rsGCaption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    bottom: 0;
    color: #FFFFFF;
    float: none;
    font-size: 16px;
    font-weight: normal;
    left: 0;
    letter-spacing: 1px;
    padding: 8px 18px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}