/* Proudly coded and designed by Dustin Senos http://dustinsenos.com */

body {
	padding: 0;
	margin: 0;
	font: 11px verdana;
	text-align: center;
}

#content {
	width: 500px;
	margin: 0 auto;
	text-align: left;
}

a {
	text-decoration: none;
	color: #774724;
}
a:hover { border-bottom: 1px solid #000; }

p { margin-top: 0; }

h1 {
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	height: 60px;
	background: url('img/ladyhawk.jpg') -24px -10px;
}

#topNav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #000;
	padding: 7px 0 22px 0;
}

#topNav li { float: left; }

#topNav a {	color: #000; margin-right: 38px; }
#topNav .last { margin-right: 0; }
#topNav a:hover, #topNav .current a { background: #000; color: #fff; }

/* News */
.news {	padding-top: 15px; }

.news h2 {
	font-size: 10px;
	margin: 0 0 2px 0;
	padding: 0;
}

.news p { text-align: justify; line-height: 16px; }

/* Contact */
.contact ul {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

/* Discography */

.discography .album { float:left; margin: 10px 6px;}
.discography ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	font-size: 9px;
}
.discography li { margin-bottom: 6px; }
.discography img { border: 2px solid #ddd; margin-bottom: 10px; }
.discography a:hover img { border: 2px solid #000; }
.discography a:hover { border: none; }

/* Tour */
.tour table {
	border-collapse: collapse;
}
.tour td {
	width: 140px;
	padding: 2px;
	height: 30px;
	border-top: 1px solid #ccc;
}
.tour th { padding: 10px 0 4px 0; }
.tour .d { width: 80px; }
.tour .past { color: #999; }


/* Footer */
#footer {
	clear: both;
	border-top: 1px solid #bbb;
	padding-top: 4px;
	margin-top: 6px;
}
#footer a { color: #888; }
#footer a:hover { color: #000; }

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	float: left;
	color: #bbb;
	letter-spacing: 4px;
}
#footer li a { letter-spacing: normal; }
#footer .current a { color: #000; }

#footer .copy {
	clear:left;
	padding-top: 6px;
	line-height: 16px;
}
#footer .copy, #footer .copy a { color: #aaa; }
#footer .copy a:hover { color: #000; }
