body
{
	margin: 0;
	padding: 0;
	background: #000 url(images/background.jpg) no-repeat fixed top center;
		scrollbar-face-color: #600;
		scrollbar-track-color:#000;
		scrollbar-highlight-color:#f80;
		scrollbar-3dlight-color:#000;
		scrollbar-darkshadow-color:#000;
		scrollbar-shadow-color:#f80;
		scrollbar-arrow-color:#f80;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, legend { color: #fff; font-family: Courier New, Courier, sans-serif; margin: 16px 0 3px 0; }
h1, h2, h2 a { text-decoration: underline overline; }
h1 { font-size: 26px; font-style: italic; }
h2 { font-size: 22px; font-style: italic; }
h3 { font-size: 18px; font-style: italic; }
h4 { font-size: 16px; }
h5 { font-size: 13px; clear: both; }
h6 { font-size: 11px; }

a           { text-decoration: none; }
a:link      { color:#ff6; }
a:visited   { color:#ffa; }
a:hover     { color:#000; background-color: #ff8; }
a:active    { color:#aa8; background-color: transparent; }

img { border: 0; }
hr { color: #a00; background-color: #a00; margin: 0; padding: 0; height: 1px; }
big   { font-size: 18px; }
small, sup { font-size: 10px; }
p, td, div, li {  }
p, ul, ol { margin-top: 3px; margin-bottom: 8px; }

.center  { text-align: center; }
.right   { text-align: right; }
.justify { text-align: justify; }
.nowrap  { white-space: nowrap; }
.new     { background-color: #048; }
.note    { border-bottom: 1px dotted; cursor: help; }

ul.file { margin-left: 5px; padding-left: 0; list-style: none; }
ul.file li { padding-left: 20px; background-repeat: no-repeat; }
ul.file li.pdf   { background-image: url(images/icon_pdf.gif);   background-position: 3px 2px; }
ul.file li.word  { background-image: url(images/icon_word.gif);  background-position: 3px 2px; }
ul.file li.ppt   { background-image: url(images/icon_pps.gif);   background-position: 3px 2px; }
ul.file li.ppt   { background-image: url(images/icon_pps.gif);   background-position: 3px 2px; }
ul.file li.email { background-image: url(images/icon_email.gif); background-position: 0; }
ul.file li.audio { background-image: url(images/icon_audio.gif); background-position: 1px 1px; }

fieldset { margin: 10px; background: black; padding: 5px; }
legend { font-size: 16px; font-style: italic; font-weight: bold; }

#layout {
	display: block;
	position: relative;
	width: 770px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
}
#topmenu {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px 0;
	background-color: #300;
}
#topmenu li { display: inline; list-style-type: none; }
#topmenu a {
	padding: 2px 15px;
	font-size: 1.3em;
	font-weight: bold;
	border: none;
}
#topmenu a:hover {
	background-color: #900;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#content {
	display: block;
	position: relative;
	height: 420px;
}

#col1heading, #col2heading, #col3heading {
	display: block;
	position: absolute;
	top: 15px;
	margin: 0;
}

#col1a, #col2a, #col3 {
	display: block;
	position: absolute;
	overflow: auto;
	top: 50px;
}
#col1a { height: 280px; }
#col2a { height: 180px; top: 15px; }
#col3 { height: 390px; }

#col1b, #col2b {
	display: block;
	position: absolute;
	margin: 0;
}
#col1b { height: 70px; top: 330px; }
#col2b { top: 210px; }

#col1a, #col1b, #col1heading {
	width: 230px;
	left: 0;
	padding: 0 5px;
}
#col1 h5 a { display: block; }

#col2a, #col2b, #col2heading {
	width: 260px;
	left: 243px;
}

#col3, #col3heading {
	width: 260px;
	right: 0;
	vertical-align: center;
	top: 10px;
	height: 420px;
}

#copyright {
	display: block;
	clear: both;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 10px;
	color: #aaa;
}

#head {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 80px;
	margin-bottom: 10px;
}

h1#logo-top {
	position: absolute;
	left: 50px;
	margin: 0;
	text-decoration: none;
	width: 400px;
	height: 80px;
	background: url(images/nitidus.gif);
}
h1#logo-top span { display: none; }

p#definition {
	position: absolute;
	right: 50px;
	top: 5px;
	color: #fff;
	font-size: 11px;
}

#shoutbox {
	display: block;
	width: 234px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	border: 3px inset red;
	overflow: hidden;
	color: #fff;
	background-color: #000;
}

#upcomingshows {
	padding-left: 0;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #fa0;
	width: 234px;
}

#upcomingshows li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #fa0;
}

#upcomingshows li a {
	display: block;
	height: 22px;
	padding: 2px;
	width: 230px;
	font-weight: bold;
}
#upcomingshows li.nextshow a {
	font-size: 1.2em;
}
#upcomingshows li a.poster {
	height: 330px;
	width: 234px;
	padding: 2px 0;
	text-align: center;
}

#subscribe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	border: 2px outset #c30;
	background-color: #f60;
	text-align: center;
}
#subscribe form { margin: 3px; }
#subscribe input { font-size: 10px; text-align: center; }

.banner_button, #addfav, #subscribe {
	margin-top: 8px;
	margin-bottom: 8px;
}

.banner_button a:link, .banner_button a:visited, #addfav a:link, #addfav a:visited {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 234px;
	border: 2px dashed #a00;
}

.banner_button a:link, .banner_button a:visited, .banner_button a:hover {
	height: 60px;
}
.banner_button a:hover, #addfav a:hover {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 234px;
	border: 2px solid #f00;
	background-color: #a00;
	color: #fff;
}

#addfav {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 238px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background: #000;
}

#addfav a {
	padding: 5px 0;
}

#newsnav ul li {
	font-size: 16px;
	font-weight: bold;
}

#news {
	display: block;
	position: relative;
	border: 1px dashed #fa0;
	border-top: 0;
	padding: 0 5px;
}
#news p {
	margin: 3px 3px 8px 3px;
}
#news ul, #news ol, #news li {
	margin-top: 3px;
	margin-bottom: 8px;
}

h4.nextshow {
	background-color: #060;
	color: #fff;
	padding: 2px;
}

#bioquote {
	display: block;
	width: 350px;
	float: right;
	font-size: 16px;
	text-align: right;
	color: #eef;
}

#bioquote em {
	font-weight: bold;
}

#bioquote p {
	margin: 20px;
}

.merch1, .merch2 {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
	width: 350px;
	padding: 10px;
	background-color: #000;
	font-size: 15px;
}

.merch1 {
	border: 2px dashed #8f8;
	float: left;
}

.merch2 {
	border: 2px dashed #f88;
	float: right;
}

#shows table.gig {
	border: 2px outset #800;
	background-color: #fd8;
	margin: 5px;
}

#shows table.gig th {
	padding-bottom: 2px;
	text-align: left;
	background-color: #b30;
	color: #ff0;
	font-size: 13px;
	font-weight: bold;
}

#shows table.gig td {
	padding: 4px;
	color: #300;
	vertical-align: top;
}

#shows table.gig .price {
	color: #ff0;
	background-color: #a40;
	padding: 1px;
	text-align: center;
}

#shows .where strong {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

#shows .where small {
	font-size: 11px;
	color: #000;
}

#shows .where a {
	color: #800;
}

#shows .where a:hover {
	background-color: #fff;
}

#shows .what {
	font-size: 11px;
}

#shows .what strong {
	color: #000;
	font-size: 14px;
}

#shows .what ul {
	margin-top: 3px;
	margin-bottom: 3px;
	list-style: disc;
}

#shows .what li {
	margin: 2px 0;
	font-size: 10px;
	color: #000;
}

#shows .what a {
	color: #000;
	background-color: #ffc;
}

.cancelled {
	text-decoration: line-through;
	color: #f53;
}

#shows .what a:hover {
	color: #fff;
	background-color: #a50;
}

#shows div.tour {
	margin: 5px;
	padding: 0 0 10px 15px;
	border-left: 5px double #a50;
}

div.tour {
	padding: 0 0 10px 15px;
	border-left: 5px double #a50;
}

#radio {
	position: relative;
	width: 100%;
	height: 195px;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
	background-repeat: repeat-x;
}

#radio table td { vertical-align: top; padding: 5px; }

#radio table div {
	display: block;
	border: 2px outset #f00;
	background-color: #500000;
	height: 206px;
}

#radio table div ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

#radio table div h5 {
	margin: 5px;
	white-space: nowrap;
}

#radio a {
	cursor: pointer;
}

#radio a.block:hover {
	color: #fff;
	background-color: #000;
}

#radio a.block {
	display: block;
	text-decoration: none;
	padding: 3px;
	height: 200px;
}

#disc table {
	width: 600px;
	background-color: #000;
	border: 2px outset #fb0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#disc table td, #disc table th { padding: 5px; }

.items {
	width: 100%;
	text-align: center;
}

.items td {
	border: outset red 2px;
	background-color: #000;
}

.items td ul {
	margin: 10px 0;
}

#lyrics-box {
	display: block;
	width: 380px;
	height: 380px;
	overflow: auto;
	text-align: center;
}

#stillheread {
	display: block;
	width: 220px;
	border: outset 4px #08f;
	padding: 5px;
	background: #068;
	margin-left: auto;
	margin-right: auto;
	color: #0ff;
	text-align: center;
}

#stillheread h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 1px 0;
	color: #fff;
}

#stillheread p {
	margin: 1px 0;
}

#stillheread strong {
	font-size: 16px;
}

table#songs {
	width: 100%;
}
table#songs td {
	border-bottom: 1px solid #800;
	padding: 4px;
}

/* Flickr Badge */
/*
Images are wrapped in divs classed "flickr_badge_image" with ids
"flickr_badge_imageX" where "X" is an integer specifying ordinal position.
Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {text-align: center;}
#flickr_badge_wrapper {padding: 5px 0;}
.flickr_badge_image {margin: 3px; display: inline;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_links {display:block; padding:0 10px 0 10px !important; font: 8px !important;}
#flickr_links .flwww {color:#3993ff !important;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#ffffff !important;}

