/* --- Import Sitewide Styles
-------------------------------------------------------*/
@import url("nav.css");

/* --- Common Elements
-------------------------------------------------------*/

* { margin: 0; padding: 0; }
html {overflow-y: scroll;}

body {
	font-size: 13px;
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #999;
	letter-spacing: 0;
	}
body.clr0 { background: #00cdff url('../pics/clr0.png') top center repeat-x; }
body.clr1 { background: #ffff00 url('../pics/clr1.png') top center repeat-x; }
body.clr2 { background: #00fe00 url('../pics/clr2.png') top center repeat-x; }
body.clr3 { background: #ff00a2 url('../pics/clr3.png') top center repeat-x; }
body.clr4 { background: #00cd98 url('../pics/clr4.png') top center repeat-x; }
body.clr5 { background: #79efff url('../pics/clr5.png') top center repeat-x; }
body.clr6 { background: #7f5900 url('../pics/clr6.png') top center repeat-x; }
body.clr7 { background: #00ffb1 url('../pics/clr7.png') top center repeat-x; }
body.clr8 { background: #dfcda2 url('../pics/clr8.png') top center repeat-x; }
body.clr9 { background: #636464 url('../pics/clr9.png') top center repeat-x; }
body.clr10 { background: #abd0a2 url('../pics/clr10.png') top center repeat-x; }
body.clr11 { background: #ffff00 url('../pics/clr11.gif') top center repeat; }

ul, ol, li {
	list-style-type: none;
	}

img {
	border: 0;
	}
	

h1 {
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	}
h2, h2 a {
	font: normal 14px Georgia,"Times New Roman", Times, serif;
	color: #000;
	margin-bottom: 20px;
	text-transform: none;

	}
h3 {
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 2px 0;
	border-top: 1px solid #dddbc5;
	border-bottom: 1px solid #dddbc5;
	text-align: right;
	}

fieldset { }

hr { }

.softtxt {
	font-size: 10px;
	font-style: italic;
	color: #777;
	}

/* --- | anchors | --- */
a {
	text-decoration: none;
	outline: none;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	}
h1 a.chosen, a:link.chosen, a:visited.chosen {
	color: #000;
	text-decoration: underline;
	}
h3 a {
	display: block;
	}
h3 a:hover {
	color: #fff;
	background: #ff0066;
	}
a:link, a:visited { color: #ff0066; }
#footer h1 a:link, #footer h1 a:visited { color: #000; }
a:hover { text-decoration: none; color: #000; }
a:active {  }

/* --- General Layout
-------------------------------------------------------*/

/* --- | wrappers | --- */

#wrapper {
	width: 980px;
	margin: 0 auto 0;
	}
#banner {
	clear: both;
	float: left;
	width: 960px;
	padding: 10px;
	background: #fff;
	margin: 0 0 20px 0;
	}
#container {
	clear: both;
	float: left;
	width: 980px;
	padding: 0;
	background-image: url('../pics/header.gif');
	background-repeat: no-repeat;
	background-position: top center;
	}
	
/* --- Here we go!
-------------------------------------------------------*/

#header {
	clear: both;
	float: left;
	width: 980px;
	color: #777;
	padding: 0;
	height: 255px;
	}

#maillist {
	position:relative;
	top:0;     /*set the exact position of the navigation */
	left:9px;      /* set the exact position of the navigation */
	width:180px;
	height:20px;
	padding:2px;
	vertical-align:middle;
	float: left;
	}
#social {
	position:relative;
	top:0;     /*set the exact position of the navigation */
	left:20px;      /* set the exact position of the navigation */
	width:180px;
	height:22px;
	padding:2px;
	vertical-align:middle;
	float: left;
	}
#social a {
	position:relative;
	width:22px;
	height:22px;
	float: left;
	behavior: url(_css/iepngfix.htc);
	}
#social a.myspace { background: transparent url('../pics/myspace_icon.png') top center no-repeat; }
#social a.facebook { background: transparent url('../pics/fb_icon.png') top center no-repeat; }
#social a.twitter { background: transparent url('../pics/twitter_icon.png') top center no-repeat; }

#maillist input{vertical-align:middle;padding:3px;font-size:9px;}
#maillist #s{width:140px;color:#555;}
#maillist img {behavior: url(_css/iepngfix.htc); position:absolute;left:155px;margin:1px;}

ul#nav2 {
	position:relative;
	top:190px;     /*set the exact position of the navigation */
	left:9px;      /* set the exact position of the navigation */
	width:980px;
	height:18px;
	float: left;
	}
ul#nav2 li {
	padding:2px;
	margin:0;
	float:left;
	list-style-type:none;
	}
ul#nav2 li a {
	font: normal 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	border:0;
	display:block;
	text-decoration:none;
	padding: 2px 10px;
	background: #fff;
	color: #000;
	}
ul#nav2 li a:hover {
	background: #000;
	color: #00ff00;
	}

ul#nav2 li.storenav {
	
	} 
ul#nav2 li.storenav a {
	background: #000;
	color: #fff;
	border-bottom: 5px solid #ff0066; 
	} 

#underheader {
	clear: both;
	float: left;
	width: 980px;
	/*background: transparent url('../pics/header.gif') top center no-repeat;*/
	background-position:0px -142px;
	height: 50px;
	}

#contents {
	clear: both;
	float: left;
	width: 980px;
	color: #333;
	padding: 0;
	min-height:300px;
  	height:auto !important;
  	height:300px;
	}

#detail {
	clear: both;
	float: left;
	width: 980px;
	color: #333;
	padding: 0;
	min-height:300px;
  	height:auto !important;
  	height:300px;
	}

/* --- | INDEX | --- */

#index-page #contents {
	background: transparent url('../pics/bg_contents_index.gif') top center no-repeat;
	background-position:0px 25px;
	}
#index-page #contents img {
	padding: 0px;
	background: #fff;
	}

#index-page #contents #left {
	float: left;
	width: 473px;
	padding: 0px 15px 15px 10px;
	}
#index-page #contents #left img {
	float: left;
	margin: 0 15px 0 0;
	}

#index-page #contents #mid {
	float: left;
	width: 200px;
	margin: 0 15px 15px 15px;
	}
#contents #mid p, #contents #left p, #contents #right p {
		padding-bottom: 15px;
		}

#index-page #contents #right {
	float: left;
	width: 225px;
	margin: 0 10px 15px 15px;
	}
	#index-page #contents #right li, #index-page #contents #mid li {
		padding-bottom: 10px;
		}
.headlines_date {
	color: #98956f;
	}

h2.section_divider {
	margin: 10px 0 10px 0;
	padding: 10px 0 5px 0;
	background: transparent url('../pics/bg_contents_shows.gif') top center no-repeat;
	}
.storepuff { margin-top: 15px;}

a.newsanchor {
	display: block;
	text-transform: none;
	font-size: 13px;
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #000;
	}


/* --- | NEWS | --- */

#news-page #contents {
	background: transparent url('../pics/bg_contents_artists.gif') top center no-repeat;
	background-position:0px 25px;
	}

#news-page #contents #left {
	float: left;
	width: 220px;
	text-align: center;
	padding: 0 15px 15px 10px;
	}

#news-page #contents #mid {
	float: left;
	width: 453px;
	margin: 0 15px 15px 15px;
	}
#news-page #contents #mid h2 {
	text-align: center;
	}
#news-page #contents #mid .section {
	padding-top: 30px;
	background: transparent url('../pics/bg_contents_shows.gif') top center no-repeat;
	}
#news-page #contents #mid .perma {
	text-align: right;
	color: #98956f;
	font-size: 90%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #98956f;
	}

#news-page #contents h1.rub {
	text-transform: uppercase;
	padding: 2px 0;
	margin-bottom: 10px;
	/*
	border-top: 1px solid #dddbc5;
	border-bottom: 1px solid #ecebda;
	text-align: center;*/
	font: bold 25px/23px helvetica, Arial, "Trebuchet MS", clean, sans-serif;
	letter-spacing: -0.05em;
	}

#news-page #contents h1.date {
	font-weight: normal;
	text-align: center;
	text-transform: none;
	color: #98956f;
	padding: 2px 0;
	margin-bottom: 10px;
	background: #ebe9d9 url('../pics/bg_header_trash_01.gif') top left no-repeat;
	}
#news-page #contents #mid .section h1 {
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 10px 16px;
	background: transparent url('../pics/bg_pil01.gif') top center no-repeat;
	background-position:0px 2px;
	}


#news-page #contents #right {
	float: left;
	text-align: center;
	width: 225px;
	margin: 0 10px 15px 15px;
	}
	#contents #right li, #contents #left li {
		padding-bottom: 3px;
		}
#linkback {
	padding-top: 10px;
	background: transparent url('../pics/bg_contents_shows.gif') top center no-repeat;
	background-position: 0 0px;
	}
.sharelinx {
	width: 450px;
	padding: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #4c696d;
	float: left;
	}
#contents #mid .txtlft {
	float: left;
	padding-bottom: 5px;
	margin: 0;
	}
#contents #mid .txtrght {
	float: right;
	padding-bottom: 5px;
	margin: 0;
	}


/* --- | ARTISTS | --- */

#artists-page #contents {
	background: transparent url('../pics/bg_contents_index.gif') top center no-repeat;
	background-position:0px 25px;
	}
#artists-page #contents img {
	padding: 0px;
	background: #fff;
	clear: right;
	}
#artists-page #contents .img {
	clear: right;
	}
#artists-page #contents #left {
	float: left;
	width: 473px;
	padding: 0 15px 15px 10px;
	}
#artists-page #contents #left img {
	float: left;
	margin: 0 15px 0 0;
	}

#artists-page #contents #mid {
	float: left;
	width: 200px;
	margin: 0 15px 15px 15px;
	}

#artists-page #contents #right {
	float: left;
	width: 225px;
	margin: 0 10px 15px 15px;
	}

/* --- | ARTISTS detail */

#artists-page #detail h1.rub {
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 0;
	margin-bottom: 10px;
	/*
	border-top: 1px solid #dddbc5;
	border-bottom: 1px solid #ecebda;
	*/
	text-align: center;
	}
#artists-page #detail {
	background: transparent url('../pics/bg_contents_artists_02.gif') top center no-repeat;
	background-position:0px 25px;
	}
#artists-page #detail #left {
	float: left;
	width: 250px;
	padding: 0 15px 15px 10px;
	}
#artists-page #detail #left img {
	padding-bottom: 10px;
	background: #fff;
	}
#artists-page #detail #left h1 {
	text-align: center;
	}
#artists-page #detail #left .pic {
	background: #fff;
	text-align: center;
	margin-bottom: 5px;
	font-size: 10px;
	}
#artists-page #detail #left .text {
	text-align: justify;
	}
#artists-page #detail #mid {
	float: left;
	width: 423px;
	padding: 0px 25px 15px 15px;
	}

#artists-page #detail #right {
	float: left;
	width: 225px;
	padding: 0px 10px 15px 5px;
	}
	#detail #right li, #detail #mid li {
		padding-bottom: 15px;
		}
#artists-page #detail .date {
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #000;
	}
#artists-page #detail .vdag {
	color: #98956f;
	}

#artists-page #detail .section {
	position: relative;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #999;
	text-align: center;
	}
#artists-page #detail #pressimgs ul {
	position: relative;
	}
#artists-page #detail #pressimgs li {
	float: none;
	text-align: center;
	padding: 5px 0;
	margin: 0;
	}
#artists-page #detail #pressimgs li img.pressthumb {
	padding: 5px;
	background: #fff;
	}

/* --- | RELEASES | --- */

#releases-page #contents, #releases-page #detail {
	background: transparent url('../pics/bg_contents_releases_01.gif') top center no-repeat;
	background-position:0px 25px;
	}
#releases-page #contents #left, #releases-page #detail #left {
	float: left;
	width: 200px;
	padding: 0 15px 10px 10px;
	}
#releases-page #contents #left img, #releases-page #detail #left img {
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	background: #fff;
	}
#releases-page #contents #right, #releases-page #detail #right {
	float: left;
	width: 730px;
	padding: 0 10px 15px 15px;
	}
#releases-page #contents #right table, #releases-page #detail #right table {
	width: 730px;
	}
#releases-page #detail .songlength {
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	}

#releases-page #info, #releases-page #puff, #releases-page #tracks {
	padding-bottom: 10px;
	}
#releases-page #detail #right #info td {
	vertical-align: middle;
	padding: 3px;
	border-bottom: 0px solid #dddbc5;
	}
#releases-page #detail #right #tracks {
	margin: 10px 0;
	}
#releases-page #contents #right td {
	vertical-align: middle;
	padding: 10px;
	border-bottom: 1px solid #dddbc5;
	}
#releases-page #detail #right td {
	vertical-align: middle;
	padding: 3px;
	border-bottom: 1px solid #dddbc5;
	}
#releases-page #contents #right td.thumb {
	width: 40px;
	}
#releases-page #contents #right td.thumb img {
	padding: 5px;
	background: #fff;
	}
#releases-page #detail ul {
	margin-bottom: 15px;
	}
#releases-page #detail li {
	display: block;
	padding: 2px 0;
	border-bottom: 1px dashed #dddbc5;
	}

#releases-page #tracks td {
	height: 30px;
	padding: 0 5px;
	}
#releases-page #tracks .tracknumber {
	width: 15px;
	text-align: right;
	letter-spacing: -2px;
	padding: 0 5px 0 0;
	vertical-align: middle;
	}
#releases-page #tracks .td_icon {
	width: 16px;
	}
#releases-page #tracks .td_player {
	width: 16px;
	}
#releases-page #tracks .softtext1, #releases-page #tracks .tracknumber {
	color: #999;
	}
/* --- | SHOWS | --- */

#shows-page #contents {
	background: transparent url('../pics/bg_contents_shows.gif') top center repeat-y;
	background-position:0px 25px;
	}
#shows-page #contents #across {
	float: left;
	width: 950px;
	padding: 0 15px 15px 15px;
	}
#shows-page #contents #across table {
	float: left;
	width: 950px;
	padding: 0;
	}
#shows-page #contents #across td, #shows-page #contents #across th {
	padding: 2px;
	margin: 2px;
	text-align: left;
	border-bottom: 1px solid #dddbc5;
	/*border-bottom: 1px solid #ecebda;*/
	}
#shows-page #contents #across th {
	/*
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	*/
	}
#shows-page #contents #across td.events_td_day, #shows-page #contents #across td.events_td_year {
	font-size: 10px;
	font-style: italic;
	color: #777;
	width:10px;
	}
#shows-page #contents #across td.events_td_day, #shows-page #contents #across td.events_td_date {
	width:10px;
	}
#shows-page #contents #across td.events_td_year {
	width:30px;
	}
#shows-page #contents #across td.events_td_breaker {
	height: 15px;
	border-bottom: 0;
	}
a.sort, a:link.sort, a:hover.sort, a:visited.sort  {
	text-decoration: underline;
	color: #000;
	}


/* --- | MEDIA | --- */

#media-page #contents {
	background: transparent url('../pics/bg_contents_artists.gif') top center no-repeat;
	background-position:0px 25px;
	}
#media-page #contents #left {
	float: left;
	width: 220px;
	padding: 0 15px 15px 10px;
	}
#media-page #contents #mid {
	float: left;
	text-align: center;
	width: 453px;
	padding: 0 15px 15px 15px;
	}
#media-page #contents #right {
	float: left;
	text-align: center;
	width: 225px;
	padding: 0 10px 15px 15px;
	}
#media-page #contents #right h2 {
	text-align: center;
	}
	#media-page #contents #right li, #media-page #contents #left li {
		padding: 0;
		margin: 0;
		}
	#media-page #contents #right li a {
		display: block;
		padding: 5px 0;
		margin: 0;
		border-bottom: 1px solid #dddbc5;
		}
	#media-page #contents .title {
		color: #333;
		font: 13px "Times New Roman", Times, Georgia, serif;
		text-transform: none;
		}
#media-page ul.audio {
	float: left;
	display: block;
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 220px;
	border-bottom: 1px solid #dddbc5;
	}
#media-page ul.audio li {
	float: left;
	margin: 0;
	}
#media-page #contents #left ul.audio li.audioplay {
	width: 20px;
	}
#media-page #contents #left ul.audio li.audioplay_title {
	width: 200px;
	}
/* --- | GUESTBOOK | --- */

#guestbook-page #contents {
	background: transparent url('../pics/bg_contents_artists.gif') top center no-repeat;
	background-position:0px 20px;
	}
#guestbook-page #contents #left {
	float: left;
	width: 220px;
	padding: 0 15px 15px 15px;
	}
#guestbook-page #contents #left .input1 {
	width: 210px;
	padding: 0;
	}
#guestbook-page #contents #left p {
	padding: 0 0 5px 0;
	}
#guestbook-page #contents #mid {
	float: left;
	width: 440px;
	padding: 0 25px 15px 25px;
	}
#guestbook-page #contents #mid li {
	padding-bottom: 10px;
	margin-bottom: 15px;
	}
#guestbook-page #contents #mid .sender {
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #dddbc5;
	}
#guestbook-page #contents #mid .reply {
	color: #98956f;
	font-style: italic;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
	border-top: 1px dashed #dddbc5;
	}
.blacktxt01 {
	color: #000;
	font-weight: bold;
	}
#guestbook-page #contents #right {
	float: left;
	width: 210px;
	padding: 0 15px 15px 15px;
	}

/* --- | PRESS | --- */

#press-page #contents {
	background: transparent url('../pics/bg_contents_artists.gif') top center no-repeat;
	background-position:0px 25px;
	}
#press-page #contents #left {
	float: left;
	width: 220px;
	padding: 0 15px 15px 10px;
	}
#press-page #contents #left li {
	padding: 2px 0;
	margin: 0;
	}
	
	#press-page #contents #left li.sublist {
		padding-left: 10px;
		}
	#press-page #contents #left li.sublist {
		
		}
#press-page #contents #mid {
	float: left;
	width: 453px;
	margin: 0 15px 15px 15px;
	}
.artikel_skribent {
	margin-top: 10px;
	text-align: right;
	border-top: 1px solid #dddbc5;
	}
#press-page #contents #right {
	float: left;
	width: 225px;
	margin: 0 10px 15px 15px;
	}

/* --- | CONTACT | --- */

#contact-page #contents {
	background: transparent url('../pics/bg_contents_artists.gif') top center no-repeat;
	background-position:0px 25px;
	}

#contact-page #contents #left {
	float: left;
	width: 220px;
	text-align: center;
	padding: 0 15px 15px 10px;
	}

#contact-page #contents #mid {
	float: left;
	width: 453px;
	padding: 0 15px 15px 15px;
	}
#contact-page #contents #mid h2 {
	text-align: center;
	}
#contact-page #contents #mid .section {
	padding-top: 30px;
	}
#contact-page #contents #mid .perma {
	text-align: right;
	color: #98956f;
	font-size: 90%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #98956f;
	}
#contact-page #contents h1.rub {
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 0;
	margin-bottom: 0;
	/*
	border-top: 1px solid #dddbc5;
	border-bottom: 1px solid #ecebda;
	*/
	text-align: center;
	}

#contact-page #contents h1.date {
	font-weight: normal;
	text-align: center;
	text-transform: none;
	color: #98956f;
	padding: 2px 0;
	margin-bottom: 10px;
	background: #ebe9d9 url('../pics/bg_header_trash_01.gif') top left no-repeat;
	}
#contact-page #contents #mid .section h1 {
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 10px 16px;
	background: transparent url('../pics/bg_pil01.gif') top center no-repeat;
	background-position:0px 2px;
	}


#contact-page #contents #right {
	float: left;
	text-align: center;
	width: 225px;
	margin: 0 10px 15px 15px;
	}
	#contents #right li, #contents #left li {
		padding-bottom: 10px;
		}


/* --- | LINKS | --- */

#links-page #contents {
	background: transparent url('../pics/bg_contents_shows.gif') top center no-repeat;
	background-position:0px 25px;
	}
#links-page #contents #across {
	float: left;
	width: 950px;
	padding: 0 15px 15px 15px;
	}
#links-page #contents #across table {
	float: left;
	width: 950px;
	padding: 0;
	}
#links-page #contents #across ul {
	padding: 0 0 15px 0;
	}
/* --- | Rubbar | --- */

/* --- Footer
-------------------------------------------------------*/
#footer {
	position:relative;
	width: 960px;
	float: left;
	color: #343434;
	background: #fff;
	font-size: 90%;
	padding: 10px;
	margin: 0;
	margin: 10px 0;
	}
#footer #lefty {
	position:relative;
	float: left;
	padding: 0;
	margin: 0;
	}
#footer #lefty a {
	text-transform: uppercase;
	color: #343434;
	padding: 5px;
	}
#footer #lefty a:hover {
	color: #777;
	}
#footer #lefty p {
	padding: 5px;
	}
#footer #producer {
	position:relative;
	float: right;
	padding: 2px 10px;
	margin: 0;
	}
#footer a:link, #footer a:visited { color: #adadad; }
#footer a:hover { text-decoration: none; color: #fff; }

















