td, th, table, body, h1, h2, h3 {
	font-family: Arial, sans-serif;
	font-size: 11pt;
}
p {
	font-family: Arial, sans-serif;
}
body {
	text-align: center;
	background-image: url(page/bg2.jpg);
	background-position: top center;
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: black;
	margin: 0;
	padding: 0;
	color: #d0d0d0;
}
a, a:visited {
	text-decoration: none;
	color: #cc0000;
}
a img { border: none; }
a:hover {
	text-decoration: none;
	color: white;
}
a:hover img { border: none; }

/* Buttons */
.button-small, .button-small:visited {
	display: block;
	height: 47px;
	width: 137px;
	color: black;
	font-weight: bold;
	font-size: 12pt;
	background-image: url('images/button-small.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}
.button-small:hover {
	color: #222;
	background-position: 0 -47px;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 0;
}

div#dp-main {
	text-align: left;
	width: 710px;
	margin: 0 auto;
	background: black;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #444444;
}
div#dp-header {
	margin: 0 5px; 
	text-align: left;
}
#headercredit {
	font-size: 10px;
	margin-left: 7px;
	position: absolute;
	top: 0;
}
#headercredit:link { color: #333; }
#headercredit:visited { color: #333; }
#headercredit:hover { color: #fff; }
div#navbar {
	padding-left: 7px;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	letter-spacing: -1pt;
}
div#navbar a {
	color: #555;
	margin-right: 23px;
}
div#navbar a:hover {
	color: white;
}
div#dp-body {
	text-align: left;
	padding: 0px 10px 10px 10px;
	font-size: 11pt;
}
div#dp-footer {
	text-align: center;
	font-size: 6pt;
	padding: 2px;
	color: #444444;
}
div#sponsorf {
	float: right;
	width: 190px;
}
#sponsors img { 
	border: none; 
	margin-bottom: 20px;
}

.center {
	text-align: center;
}
.noborder {
	border: none;
}
.nextpage {
	text-align: center;
	font-size: 14pt;
	font-style: italic;
	clear: both;
	padding-top: 15px;
}

/*
 * Home page and news
 */
iframe#news { 
	overflow: hidden;
	border: none;
	width: 690px;
	height: 500px;
}
body#dp-news {
	margin: 0;
	padding: 0;
	background: black;
	text-align: left;
}
div#dp-news-main {
	width: 490px;
}
div.news-date {
	float: right;
	color: #777;
}
div#dp-news-main div.post {
	margin-top: 16px;
	background: #0f0f0f;
	padding: 4px 0;
}

/*
 * Tour page
 */
div#loading {
	width: 500px;
	padding: 20px 0;
	text-align: center;
	font-size: 16pt;
}
div#tour { width: 500px; }
div#tour .gig {
	margin-top: 8px;
}
div#tour .loc { 
	margin-left: 7px;
	font-size:17pt;
}
div#tour .details { display: none; }
div#tour .price { margin: 0.6em 0; }
div#tour .note { margin-top: 1em; }
div#tour .gigopen { 
	background: #222;
	color: white; 
}
div#tour .gighighlight { 
	background: #444; 
	color: white;
}
div#tour .moreinfo {
	margin-left: 5px;
	color: #c66b14;
	font-weight: bold;
	display: none;
}


/*
 * Music and album pages
 */
 div.album-playlist { margin-bottom: 40px; }
div.album-playlist a {
	display: block;
	text-align: left;
}
div.album-playlist a span {
	color: #999; 
	font-size: 80%;
}
div.album-playlist a.playing {
	color: white; 
	font-weight: bold;
}

div.tracklist {
	text-align: left;
	margin-left: 340px;
}
div.tracklist ol {
	margin: 0;
	padding: 0;
}
div.tracklist a {
	display: block;
	color: #cccccc;
}
div.tracklist a:hover {
	color: white;
	background: #222222;
}
div#gydget {
	display: none;
}
img.orderbutton {
	margin-bottom: 5px;
	margin-left: 10px;
}

div.error-message, div#authMessage { color: red; }
div#flashMessage {
	text-align: left;
	background-color: #222;
	border: 2px solid #bb3;
	padding: 6px;
	margin: 10px;
}
/* User signup form */
#UserSignupForm table {
	border-collapse: collapse;
}
#UserSignupForm td { padding: 4px 0; text-align: left; }
#UserSignupForm td.label { text-align: right; width: 100px; }
#UserSignupForm label {
	margin-right: 4px;
}
#UserSignupForm td.label label:after {
	content: ':';
}
#UserSignupForm input {
	text-align: left;
}
#UserSignupForm div.submit {
	margin: 20px;
}
#UserSignupForm {
	width: 450px; 
	margin: 10px auto;
	text-align: center;
	background: #222222;
	padding: 10px;
}
#UserSignupForm td {
	border-bottom: 2px solid #2e2e2e;
}

/* Contact form */
#ContactForm div { margin-bottom: 1em; }
#ContactForm label { font-weight: bold; }

/* Image gallery */

div#dp-flashcontent {
	width: 690px;
	height: 650px;
}

/* Tables */

tr.hovered {
	background-color: #666;
	color: white;
}
table.gigs {
	width: 690px;
	margin: 0 10px;
}
table.gigs td {
	font-size: 12pt;
	text-align: left;
	padding-bottom: 14px;
}
table#bio { width: 100%; margin: 0; }
table#bio td { text-align: center; }
table#bio img { border: 0px; margin-bottom: 7px; }

/* Cake styles */
#LoginBar {
	font-size: 8pt;
	text-align: right;
	margin: 5px 10px;
	background: #222;
}
#LoginBar div { display:inline; } 
#LoginBar label {
	margin-left: 4px;
}
#LoginBar form { margin: 0; padding: 0; }
#LoginBar input {
	font-size: 8pt;
	margin-left: 4px;
	background: #000;
	color: #d0d0d0;
	border: 1px solid #d0d0d0;
	width: 70px;
}
#LoginBar div.submit input {
	background: #222;
	border: 1px solid #555;
	width: 40px;
	color: #c66b14;
}
#LoginBar div.submit input:hover {
	color: white;
}

/* Press page */

div.press-block {
	background: #292929;
	padding: 10px 10px 0 10px;
	margin-bottom: 20px;
}
div.press-block h2 {
	font-size: 12pt;
	margin: 0 0 0.5em 0;
	padding: 0;
}
#press-info { width: 100%; }
#press-info, #press-formats {
	border-collapse: collapse;
}
#press-info p { margin: 0 0 1em 0; }
table#press-info td {
	vertical-align: top;
	margin: 0;
	padding: 10px 0 10px 10px;
	border-top: solid 1px #444;
}
#press-info td.thumb {
	text-align: center;
	width: 120px;
	padding: 10px 0;
}
table#press-formats td {
	vertical-align: top;
	text-align: center;
	padding: 0 8px 0 0;
	border: none;
}
#press-formats .details { font-size: 8pt; }