/* --- Import Sitewide Styles
-------------------------------------------------------*/
@import url("nav.css");
@import url("upwards.css");
@import url("bylinebar.css");

/* --- Common Elements
-------------------------------------------------------*/

* { margin: 0; padding: 0; }
html {overflow-y: scroll;}
body {
	font: normal 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #444;
	background: #fff url('../pics/bg_body_01.png') top center repeat-x;
	}
	
ul, ol, li { list-style-type: none; }
img { border: 0; }

/* --- | headers | --- */

h1, h1 a:link, h1 a:visited, h1 a:active {
	font: normal 13px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #000;
	}
	
h1 {
	margin: 5px 0 10px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px dashed #000;
	}
h1 a:hover { color: #666; }
h1 .easyheader { color: #999; }

h3 a { display: block; }
h3 a:hover {
	display: block;
	background: #dddbc5;
	}
h1.contentheader {
	border-top: 2px solid #ff0066;
	border-bottom: 1px dashed #ff0066;
	color: #555;
	background: #fff;
	padding-left: 5px;
	}
h1.contentheader2 {
	margin-top: 20px;
	}
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:link, h2 a:visited, h2 a:active, h2 a {
	font: normal 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 4px 0 2px 0;
	}

h3 {
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 2px 0;
	text-align: left;
	}

fieldset { }

hr {
	clear: both;
	border-bottom: 1px dashed #aaa;
	border-left: none;
	border-right: none;
	border-top: none;
	margin: 20px 0;
	color: #fff;
	}

.softtxt {
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999;
	}
.softtxt2 {
	color: #777;
	}
.strong {
	font-weight: 900;
	color: #000;
	}
.fatty {
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	}

/* --- | anchors | --- */

a {
	text-decoration: none;
	outline: none;
	font-weight: normal;
	}
a.chosen, a:link.chosen, a:visited.chosen {
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	background: transparent url('../pics/pil_03.gif') left center no-repeat;
	}
a:link, a:visited { color: #ff0066; }
#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;
	background: #fff;
	}
	
#container {
	clear: both;
	float: left;
	width: 960px;
	padding: 0;
	margin: 0;
	background: #ff9900;
	}

/* --- | 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;
	}
ul.dashed_up li {
	border-bottom: 1px dashed #dad8c2;
	padding: 2px 0;
	}
.dashed_up_indent li {
	border-bottom: 1px dashed #dad8c2;
	padding: 2px 0;
	padding-left: 5px;
	}
.dashed_top {
	border-top: 1px dashed #dad8c2;
	padding-top: 2px;
	}
#contact-page .module_2 li.noindent {
	padding-left: 0px;
	padding-bottom: 0px;
	}
.dashed_top {
	border-top: 1px dashed #dad8c2;
	padding-top: 10px;
	}
#contact-page .module_2 li {
	padding-bottom: 10px;
	padding-left: 15px;
	}
/* --- | Tables | --- */

table.gigtable_index {
	margin: 0;
	padding: 0;
	}
.gigtable_index {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	}
.gigtable_index .td_weekday, .gigtable_index .td_day, .gigtable_index .td_day_sun, .gigtable_index .td_mon {
	font-family: arial, helvetica, "Trebuchet", sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding-right: 10px;
	height:10px;
	}
.gigtable_index .td_weekday, .gigtable_index .td_mon {
	font-size: 10px;
	line-height: 9px;
	color: #999;
	}
.gigtable_index .td_day, .gigtable_index .td_day_sun {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -1px;
	}
.gigtable_index .td_day_sun { color: #f00; }
.gigtable_index .td_day { color: #000; }

.gigtable_index .td_club, .gigtable_index .td_town, .gigtable_index .td_country, .gigtable_index .newshead {
	padding-left: 10px;
	border-left: 1px solid #999;
	}
.gigtable_index .td_club, .gigtable_index .td_country {
	font-size: 10px;
	line-height: 9px;
	color: #999;
	}
.gigtable_index .td_town {
	color: #000;
	font-size: 11px;
	line-height: 10px;
	}
.gigtable_index .rowfiller {
	height: 15px;
	}

/* --- | Forms | --- */

.module_1_input1 {
	width: 200px;
	margin-bottom: 5px;
	}

#pimp-page #contents .module_1 select {
	width: 210px;
	height: 22px;
	font: 11px arial, helvetica, verdana, sans-serif;
	padding: 2px;
	}
#pimp-page #contents .module_1 select option {
	background: #fff url('../pics/pil_02.gif') left center no-repeat;
	border: 1px solid #ddd;
	border-bottom: 0px;
	padding: 2px 2px 2px 20px;
	}

#pimp-page #contents .module_2_2 textarea {
	border: 1px solid #bbb;
	padding: 2px;
	width: 464px;
	}
/* --- Here we go!
-------------------------------------------------------*/


#header {
	position: relative; 
	clear: both;
	float: left;
	width: 960px;
	height: 370px;
	padding: 0 10px;
	background: #fff url('../pics/bg_header_01.jpg') top center no-repeat;
	}
#header #today {
	margin-top: 7px;
	}
#navbar {
	clear: both;
	float: none;
	text-align: center;
	width: 980px;
	}

#contents_bg {
	clear: both;
	float: left;
	}

#container {
	clear: both;
	float: left;
	width: 960px;
	padding: 0;
	}
	
#contents {
	position: relative; 
	clear: both;
	float: left;
	width: 960px;
	padding: 10px 10px 20px 10px;
	min-height: 280px;
  	height: auto !important;
  	height: 280px;
	}
#index-page #contents, #contact-page #contents, #photos-page #contents {
	background: #fff url('../pics/bg_contents_01.png') top center no-repeat;
	}
#news-page #contents {
	background: #fff url('../pics/bg_contents_02.png') top center no-repeat;
	}
#shows-page #contents, #links-page #contents {
	background: #fff;
	}
#discography-page #contents, #biography-page #contents, #press-page #contents, #guestbook-page #contents, #pimp-page #contents {
	background: #fff url('../pics/bg_contents_03.png') top center no-repeat;
	}
#audiovideo-page #contents {
	background: #fff url('../pics/bg_contents_04.png') top center no-repeat;
	}
#contents p, #contents ul {
	padding: 0 0 10px;
	}

/* --- Modules!
-------------------------------------------------------*/

.module_1 {
	float: left;
	width: 210px;
	margin: 0 0 0 10px;
	}
.module_2 {
	float: left;
	width: 440px;
	margin: 0 40px 0 40px;
	}
.module_3 {
	float: left;
	width: 200px;
	margin: 0px;
	}
.module_1_2 {
	float: left;
	width: 690px;
	margin: 0 40px 0 10px;
	}
.module_2_2 {
	float: left;
	width: 500px;
	margin: 0 40px 0 40px;
	}
.module_2_3 {
	float: left;
	width: 425px;
	margin: 0 40px 0 40px;
	}
.module_3_2 {
	float: left;
	width: 150px;
	margin: 0;
	}
.module_3_3 {
	float: left;
	width: 225px;
	margin: 0px;
	}
.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: 940px;
	margin: 0 10px 0 10px;
	}

/* --- | 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: 200px;
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	}
	
.borderpic {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	}

/* --- | INDEX | --- */

.headlines_date {
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #999;
	width: 50px;
	}
/*
#index-page #contents #highlight_title {
	float: left;
	width: 580px;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	}
#index-page #contents #highlight_title h1 {
	font: bold 40px/35px Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: -0.05em;
	padding: 0;
	text-align: left;
	border: none;
	color: #fff;
	}
*/
ul.highlight {
	float: left;
	}
#index-page #contents .highlight_img {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
	}
#index-page #contents .highlight_txt {
	float: left;
	width: 220px;
	padding: 0;
	}

#index-page #contents .newshead h2, #index-page #contents .newshead h2 a {
	font-weight: normal;
	line-height: 12px;
	}
#index-page #contents .newshead p {
	margin: 0;
	padding: 0;
	}
#index-page #contents .newshead p a {
	color: #999;
	display: block;
	line-height: 14px;
	}
#index-page #contents .indexphoto {
	width: 190px;
	display: block;
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	}
/* --- | NEWS | --- */

#news-page ul.newsreel {
	position:relative;
	float: left;
	width: 700px;
	margin: 0 0 20px 0;
	padding: 0;
	background: #fff;
	}
#news-page ul.newsreel .datebox, ul.newsreel .newsbox, ul.newsreel .linkbox {
	float: left;
	position: relative;
	}
#news-page ul.newsreel li.datebox {
	text-align: center;
	width: 100px;
	background: #fff;
	}

#news-page ul.newsreel li.newsbox {
	/*
	border-left: 1px dashed #333;
	border-right: 1px dashed #333;
	*/
	width: 445px;
	display: block;
	padding: 0 20px 10px 20px;
	background: #fff;
	}
ul.newsreel li.newsbox p {
	padding-bottom: 20px;
	display:block;
	}
#news-page ul.newsreel li.linkbox, #news-page ul.newsreel li.datebox { padding: 18px 5px; }
#news-page ul.newsreel li.linkbox {
	text-align: center;
	width: 80px;
	background: #fff;
	}
#news-page ul.newsreel li.linkbox a { margin: 2px; }

/* --- | SHOWS | --- */

#shows-page table {
	float: left;
	width: 940px;
	padding: 0;
	}
#shows-page td, #shows-page th {
	padding: 2px;
	margin: 2px;
	text-align: left;
	border-bottom: 1px dashed #dad8c2;
	/*border-bottom: 1px solid #ecebda;*/
	}
#shows-page th {
	/*
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	*/
	}
#shows-page td.events_td_day, #shows-page td.events_td_year {
	font-size: 10px;
	color: #999;
	width:10px;
	}
#shows-page td.events_td_day, #shows-page td.events_td_date, #shows-page td.events_td_url {
	width:10px;
	}
#shows-page td.events_td_year {
	width:30px;
	}
#shows-page td.events_td_breaker {
	height: 15px;
	border-style: none;
	}

#shows-page h1 a:link, #shows-page h1 a:visited, #shows-page h1 a:active {
	color: #aaa;
	}


/* --- | DISCOGRAPHY | --- */

#discography-page table {
	padding: 0 0 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 dashed #dad8c2;
	}
#discography-page #tracks td {
	vertical-align: middle;
	padding: 3px;
	border-bottom: 1px dashed #dad8c2;
	}
#discography-page .section  {
	padding: 10px 0;
	}

#discography-page .module_2_2 td {
	border-bottom: 1px dashed #dad8c2;
	padding: 10px 20px 10px 0;
	}
#discography-page .module_2_2 .thumbtd {
	width: 50px;
	}
#discography-page .module_2_2 table {
	width: 500px;
	}
#discography-page .module_2_2 p {
	padding: 0 5px;
	}
#discography-page ul#releaselist {
	margin-top: 10px;
	}
#discography-page ul#releaselist li {
	margin: 0;
	border-bottom: 1px dashed #dad8c2;
	padding: 1px 0;
	}
#discography-page ul#releaselist li a, #discography-page ul#releaselist li a:visited {
	font-size: 10px;
	color: #999;
	padding: 0;
	display: block;
	}
#discography-page ul#releaselist li a.chosen, #discography-page ul#releaselist li a:hover  {
	color: #333;
	background: #fff;
	}

/* --- | BIO | --- */

.author {
	text-align: right;
	color: #999;
	font-size: 90%;
	padding-top: 5px;
	margin-bottom: 0;
	border-top: 1px solid #555;
	}

#biography-page p {
	padding: 10px 0;
	}

/* --- | PHOTOS | --- */

#photos-page .gallerythumb {
	margin: 0;
	width: 50px;
	height: 50px;
	}
#photos-page .thumbs a {
	display: block;
	background: #fff;
	text-decoration: none;
	border: none;
	padding: 6px;
	margin: 0 11px 11px 0;
	border: 1px solid #ccc;
	}
#photos-page .thumbs a:hover {
	text-decoration: none;
	/*
	background: #999;
	padding: 1px;
	border: 6px solid #dad8c2;
	*/
	border: none;
	background: #f0efe3;
	padding: 6px;
	border: 1px solid #ccc;
	/*
	background: transparent url('../pics/bg_pattern_01.gif') top center no-repeat;
	*/
	}
#photos-page .module_3_2 .softtxt {
	display: block;
	margin: 3px 0 10px 0;
	line-height: 10px;
	color: #555;
	}
#photos-page .module_3 li {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
	text-align: center;
	}
#photos-page #contents .module_3 li.byline {
	float: left;
	border-top: 2px solid #ff0066;
	color: #555;
	background: #fff;
	margin-bottom: 10px;
	}

/* --- | 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 .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_3 li {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
	text-align: center;
	}
#contact-page #contents .module_3 li.byline {
	float: left;
	border-top: 2px solid #ff0066;
	color: #555;
	background: #fff;
	margin-bottom: 10px;
	}
#contact-page .module_3 a {
	float: left;
	}

/* --- | LINKS | --- */

#links-page table {
	float: left;
	width: 940px;
	padding: 0;
	background: #fff;
	}
#links-page th, #links-page td {
	text-align: left;
	}
#links-page td {
	padding: 0 20px 0 0;
	}
#links-page td.last {
	padding: 0;
	background: #fff;
	}
#links-page td a:link, #links-page td a:visited {
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #dad8c2;
	}

/* --- Footer
-------------------------------------------------------*/

#footer {
	position:relative;
	clear: both;
	float: left;
	width: 980px;
	margin: 0;
	color: #777;
	font-size: 10px;
	line-height: 10px;
	padding: 0;
	text-align:center;
	background: #fff url('../pics/bg_footer_01.png') top center no-repeat;
	}
#footer #lefty {
	float: left;
	width: 980px;
	padding-bottom: 10px;
	margin: 0;
	}
#footer #lefty a {
	text-transform: uppercase;
	color: #777;
	padding: 0;
	margin: 0 1px;
	border-bottom: 1px dotted #777;
	}
#footer #lefty a:hover {
	color: #333;
	}
#footer #lefty p {
	padding: 5px;
	}
#footer #producer {
	position:relative;
	clear: both;
	text-align:center;
	width: 425px;
	padding: 5px 0;
	margin: 0 auto 30px;
	}