/* --- Import Sitewide Styles
-------------------------------------------------------*/
@import url("nav.css");
@import url("upwards.css");
@import url("footer_links.css");

/* --- Common Elements
-------------------------------------------------------*/

* { margin: 0; padding: 0; }

body {
	font-size: 13px;
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #ccc;
	background: #111;
	letter-spacing: 0;
	}
	
ul, ol, li {
	list-style-type: none;
	}

img {
	border: 0;
	}
	

h1 {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-bottom: 1px ridge #ccc;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	color: #ccc;
	}
h1.tighthead {
	border-bottom: 1px ridge #ccc;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	color: #ccc;
	}
h1.section_divider {
	margin-top: 20px;
	}

h2, h2 a {
	font: bold 12px "Trebuchet MS", arial, helvetica, clean, sans-serif;
	color: #000;
	text-transform: uppercase;
	}

h3 {
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 2px 0;
	text-align: left;
	}

fieldset { }

hr { }

.softtxt {
	font-size: 10px;
	font-style: italic;
	color: #999;
	}
.softtxt2 {
	font-size: 11px;
	color: #777;
	}
.strong {
	font: bold 11px "Trebuchet MS", arial, helvetica, clean, sans-serif;
	text-transform: uppercase;
	color: #fff;
	}
/* --- | anchors | --- */
a {
	text-decoration: none;
	outline: none;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	}
h1 a {font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	}
a.chosen, a:link.chosen, a:visited.chosen {
	color: #99ffff;
	text-decoration: underline;
	}
h3 a {
	display: block;
	}
h3 a:hover {
	display: block;
	background: #dddbc5;
	}
a:link, a:visited { color: #00ccff; }
#footer h1 a:link, #footer h1 a:visited { color: #999; }
a:hover { text-decoration: none; color: #999; }
a:active {  }

/* --- General Layout
-------------------------------------------------------*/

/* --- | wrappers | --- */

#wrapper {
	/*width: 980px;*/
	margin: 0 auto 0;
	}
	
#container {
	clear: both;
	float: left;
	width: 960px;
	padding: 0;
	}

/* --- | lists | --- */
#contents li {
		padding-bottom: 5px;
		}
#contents li.header {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999;
	}
#contents li.sublist {
	margin-left: 10px;
	padding-bottom: 0px;
	}
#contents ul.header {
	margin: 0;
	padding: 0;
	}

/* --- | Forms | --- */

.input_01 {
	background: #111;
	border: 1px solid #444;
	width: 196px;
	color: #ccc;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	font-family: sans-serif;
	}


/* --- Here we go!
-------------------------------------------------------*/

#top {
	margin: 0 auto 0;
	position: relative;
	clear: both;
	float: none;
	height: 480px;
	}
#index-page #top {
	background: #000 url(../pics/bg_cover.gif) top center no-repeat;;
	}
#news-page #top {
	background: #000 url(../pics/bg_her.gif) top center no-repeat;
	}
#tourdates-page #top {
	background: #000 url(../pics/bg_bird.gif) top center no-repeat;
	}
#discography-page #top {
	background: #000 url(../pics/bg_angel.gif) top center no-repeat;
	}
#biography-page #top {
	background: #000 url(../pics/bg_mirror.gif) top center no-repeat;
	}
#photos-page #top {
	background: #000 url(../pics/bg_photo.gif) top center no-repeat;
	}
#press-page #top {
	background: #000 url(../pics/bg_poppies.gif) top center no-repeat;
	}
#guestbook-page #top {
	background: #000 url(../pics/bg_poison.gif) top center no-repeat;
	}
#contact-page #top {
	background: #000 url(../pics/bg_switchboard.gif) top center no-repeat;
	}
#links-page #top {
	background: #000 url(../pics/bg_hands.gif) top center no-repeat;
	}
#header_wrapper {
	width: 900px;
	margin: 0 auto 0;
	}

#header {
	position: relative; 
	clear: both;
	float: left;
	text-align: center;
	width: 100%;
	background: #000 url(../pics/header_bg_c_01.gif) top center no-repeat;
	margin-top: 200px;
	margin-bottom: 150px;
	height: 130px;
	}
#header #logo {
	margin: 30px 0 5px 0;
	clear: both;
	float: none;
	}
#header #navbar {
	clear: both;
	float: none;
	text-align: center;
	width: 900px;
	}
#contents_wrapper {
	width: 920px;
	margin: 0 auto 0;
	}
#contents_bg {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 auto 0;
	background: #1c1c1c url(../pics/contents_bg_222_x.gif) top repeat-x;
	}

#contents {
	position: relative; 
	clear: both;
	float: left;
	width: 900px;
	padding: 30px 10px 30px;
	min-height: 200px;
  	height: auto !important;
  	height: 200px;
	background: transparent url(../pics/contents_bg_222_y_02.gif) top repeat-y;
	}


#index-page #contents, #news-page #contents, #biography-page #contents, #contact-page #contents {
	background: transparent url(../pics/contents_bg_222_y_03.gif) top repeat-y;
	}
#tourdates-page #contents, #links-page #contents {
	background: transparent;
	}
#discography-page #contents, #press-page #contents, #guestbook-page #contents {
	background: transparent url(../pics/contents_bg_222_y_04.gif) top repeat-y;
	}
#photos-page #contents  {
	background: transparent url(../pics/contents_bg_222_y_05.gif) top repeat-y;
	}
#contents p, #contents ul {
	padding: 0 0 10px;
	}

/* --- Modules!
-------------------------------------------------------*/

.module_1 {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
	}
.module_2 {
	float: left;
	width: 340px;
	margin: 0 20px 0 20px;
	}
.module_3 {
	float: left;
	width: 280px;
	margin: 0 0 0 20px;
	}
.module_1_2 {
	float: left;
	width: 580px;
	margin: 0 20px 0 0;
	}
.module_2_2 {
	float: left;
	width: 500px;
	margin: 0 20px 0 20px;
	}
.module_3_2 {
	float: left;
	width: 120px;
	margin: 0 0 0 20px;
	}
.module_1_300 {
	float: left;
	width: 280px;
	margin: 0 20px 0 0;
	}
.module_2_300 {
	float: left;
	width: 260px;
	margin: 0 20px 0 20px;
	}
.module_3_300 {
	float: left;
	width: 280px;
	margin: 0 0 0 20px;
	}

.module_1_2_3 {
	float: left;
	width: 900px;
	margin: 0 20px 0 0;
	}

/* --- | Rubbar | --- */

h1.rub {
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 0;
	margin-bottom: 10px;
	border: 0px solid #dddbc5;
	text-align: center;
	}


/* --- | images | --- */

.releasesleeve {
	width: 196px;
	border: 1px solid #161616;
	padding: 1px;
	background: #0D0D0D;
	}
	
#container {
	clear: both;
	float: left;
	width: 960px;
	padding: 0;
	}


/* --- | INDEX | --- */

.headlines_date {
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #777;
	width: 50px;
	}
#index-page #contents #highlight_title {
	float: left;
	width: 580px;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	border-bottom: 1px ridge #ccc;
	}
#index-page #contents #highlight_title h1 {
	font: normal 50px/45px Georgia, "Times New Roman", Times, serif;
	padding: 0;
	text-align: left;
	border: none;
	}
#index-page #contents #highlight_img {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
	}

#index-page #contents #highlight_txt {
	float: left;
	width: 360px;
	padding: 0;
	}


/* --- | NEWS | --- */

.perma {
	text-align: right;
	color: #999;
	font-size: 90%;
	padding-bottom: 5px;
	margin-bottom: 0;
	border-bottom: 1px solid #555;
	}

#news-page h1.rub {
	/*background: transparent url(../pics/580px_shade_01.gif) top left no-repeat;*/
	font: normal 30px Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 0 0;
	text-align: left;
	}

/* --- | TOURDATES | --- */

#tourdates-page table {
	float: left;
	width: 900px;
	padding: 0;
	}
#tourdates-page td, #tourdates-page th {
	padding: 2px;
	margin: 2px;
	text-align: left;
	border-bottom: 1px solid #333;
	/*border-bottom: 1px solid #ecebda;*/
	}
#tourdates-page th {
	/*
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	*/
	}
#tourdates-page td.events_td_day, #tourdates-page td.events_td_year {
	font-size: 10px;
	font-style: italic;
	color: #777;
	width:10px;
	}
#tourdates-page td.events_td_day, #tourdates-page td.events_td_date, #tourdates-page td.events_td_url {
	width:10px;
	}
#tourdates-page td.events_td_year {
	width:30px;
	}
#tourdates-page td.events_td_breaker {
	height: 15px;
	border-bottom: 0;
	}

/* --- | DISCOGRAPHY | --- */


#discography-page .module_2_2 li {
	border-bottom: 1px solid #111;
	padding: 2px 0;
	}
#discography-page table {
	padding: 10px 0;
	width: 500px;
	}
#discography-page #info h1 {
	border: none;
	margin: 0;
	padding: 0;
	}
#discography-page #info table td {
	vertical-align: middle;
	padding: 3px;
	border-bottom: 0px solid #dddbc5;
	}

#discography-page table {
	/*border-bottom: 1px solid #333;*/
	padding: 10px 0;
	width: 500px;
	}
#discography-page #tracks td {
	vertical-align: middle;
	padding: 3px;
	border-bottom: 1px solid #333;
	}
#discography-page .section  {
	padding: 10px 0;
	}

#discography-page .module_2_2 td {
	border-bottom: 1px solid #111;
	padding: 10px 20px 10px 0;
	}
#discography-page .module_2_2 .thumbtd {
	width: 50px;
	}
#discography-page .module_2_2 table {
	width: 500px;
	}



/* --- | BIO | --- */

.author {
	text-align: right;
	color: #999;
	font-size: 90%;
	padding-top: 5px;
	margin-bottom: 0;
	border-top: 1px solid #555;
	}

#biography-page h1.rub {
	background: transparent url(../pics/580px_shade_01.gif) top left no-repeat;
	padding: 10px;
	}

#biography-page p {
	padding: 10px 0;
	}

/* --- | PHOTOS | --- */

#photos-page .module_1 {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
	}
#photos-page .module_2_2 {
	float: left;
	width: 420px;
	margin: 0 20px 0 20px;
	}

#photos-page .module_3_2 {
	float: left;
	width: 200px;
	margin: 0 0 0 20px;
	}

#photos-page .gallerythumb {
	margin: 0;
	width: 50px;
	height: 50px;
	}
#photos-page .thumbs a {
	display: block;
	background: #000;
	text-decoration: none;
	border: none;
	padding: 6px;
	margin: 0 7px 7px 0;
	border: 1px solid #333;
	}
#photos-page .thumbs a:hover {
	text-decoration: none;
	background: #ccc;
	padding: 1px;
	border: 6px solid #000;
	}
#photos-page .gallerypic {
	padding: 1px;
	margin: 0 10px 10px 0;
	border: 9px solid #000;
	background: #ccc;
	}
#photos-page .module_3_2 .softtxt {
	display: block;
	margin: 3px 0 10px 0;
	line-height: 10px;
	color: #555;
	}

/* --- | PRESS | --- */

.artikel_text {
	margin: 10px 0;
	}
.artikel_skribent {
	text-align: right;
	border-top: 1px solid #333;
	width: 500px;
	padding-top: 3px;
	}

/* --- | GUESTBOOK | --- */

#guestbook-page #contents .input1 {
	width: 190px;
	font-size: 12px;
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #333;
	padding: 0;
	}
#guestbook-page #contents .module_2_2 li {
	padding-bottom: 25px;
	}
#guestbook-page #contents .sender {
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #333;
	}
#guestbook-page #contents .reply {
	color: #98956f;
	font-style: italic;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
	border-top: 1px dashed #555;
	}
.blacktxt01 {
	color: #000;
	font-weight: bold;
	}

#guestbook-page #contents .module_3_2, #guestbook-page #contents .module_3_2 a {
	font-size: 9px;
	font-family: sans-serif;
	padding: 0;
	}
#guestbook-page #contents #gbnavlist {
	border-top: 1px solid #333;
	width: 500px;
	padding-top: 10px;
	}
#guestbook-page #contents #gbnavlist p {
	text-align:center;
	}
#guestbook-page #contents #gbnavlist li {
	}
#guestbook-page #contents #gbnavlist .box, #guestbook-page #contents #gbnavlist a.boxchosen {
	padding: 2px;
	font-size: 9px;
	font-weight: bold;
	font-family: sans-serif;
	}
#guestbook-page #contents #gbnavlist a.boxchosen {
	padding: 2px;
	background: #00ccff;
	color: #000;
	}
#guestbook-page #contents #gbnavlist a.box:hover {
	background: #00ccff;
	color: #fff;
	}

#gbpages {
	background: #222;
	border: 1px solid #333;
	color: #fff;
	font-size: 9px;
	padding: 0px;
	width: 120px;
	}
#gbpages option {
	background: #111;
	border-bottom: 1px solid #333;
	color: #fff;
	padding: 2px 2px 2px 2px;
	}

/* --- | CONTACT | --- */

#contact-page .module_1_2 table {
	float: left;
	width: 580px;
	padding: 0;
	}
#contact-page .module_3 table {
	float: left;
	width: 280px;
	padding: 0;
	}
#contact-page th, #contact-page td {
	text-align: left;
	}
#contact-page th {
	text-align: left;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	color: #ccc;
	border-bottom: 1px ridge #ccc;
	}
#contact-page td {
	padding: 5px 2px;
	border-bottom: 1px solid #333;
	}
#contact-page td.blank {
	border-bottom: none;
	}
#contact-page td.blank2 {
	border-bottom: none;
	padding: 20px;
	}
#contact-page td a:link, #contact-page td a:visited {
	/*text-transform: none;*/
	}

#contact-page .module_3 a {
	float: left;
	display: block;
	background: #000;
	text-decoration: none;
	border: none;
	padding: 6px;
	margin: 7px 7px 7px 0;
	border: 1px solid #333;
	}

#contact-page .module_3 a:hover {
	text-decoration: none;
	background: #ccc;
	padding: 1px;
	border: 6px solid #000;
	}
/* --- | LINKS | --- */

#links-page table {
	float: left;
	width: 900px;
	padding: 0;
	}
#links-page th, #links-page td {
	text-align: left;
	}
#links-page th {
	text-align: left;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	color: #ccc;
	border-bottom: 1px ridge #ccc;
	}
#links-page td {
	padding: 5px 2px;
	border-bottom: 1px solid #333;
	}
#links-page td.blank {
	border-bottom: none;
	}
#links-page td.blank2 {
	border-bottom: none;
	padding: 20px;
	}
#links-page td a:link, #links-page td a:visited {
	/*text-transform: none;*/
	}

/* --- Footer
-------------------------------------------------------*/
#footer_bg {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 auto 10px;
	background: transparent url(../pics/footer_bg_x_02.gif) top repeat-x;
	}
#footer_wrapper {
	width: 920px;
	margin: 0 auto 0;
	}

#footer {
	position:relative;
	clear: both;
	float: none;
	width: 900px;
	margin: 0 auto 0;
	color: #888;
	font-size: 90%;
	padding: 10px 0 30px;
	}
#footer #lefty {
	float: left;
	padding: 10px 0;
	margin: 0;
	}
#footer #lefty a {
	text-transform: uppercase;
	color: #555;
	padding: 5px;
	}
#footer #lefty a:hover {
	color: #999;
	}
#footer #lefty p {
	padding: 5px;
	}
#footer #producer {
	position:relative;
	float: right;
	padding: 5px 10px;
	margin: 0;
	}
#footer a:link, #footer a:visited { color: #888; }
#footer a:hover { text-decoration: none; color: #000; }
















