@media screen, projection {

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #EEE;
	color: #000;
	font: 75% Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0 20px;
}

a:link, a:visited, a:active {
	background: transparent;
	border-bottom: 1px solid #808080;
	color: #808080;
	text-decoration: none;
}

a:hover, a:focus {
	background: #EEE;
	border-bottom: 1px solid #000;
	color: #000;
	text-decoration: none;
}

h1 {
	border-bottom: 2px solid #808080;
	font-size: 1.4em;
	margin: 5px 0 .83em;
	padding-bottom: 2px;
	text-align: left;
}

h2 {
	border-bottom: 1px solid #C0C0C0;
	font-size: 1.2em;
	margin: 1em 0;
	padding-bottom: 2px;
	text-align: left;
}

h3 {
	font-size: 1.1em;
	margin: 1.33em 0 0;
	text-align: left;
}

hr {
	border: 0;
	border-top: 1px solid #000;
	height: 0;
}

img {
	border: 1px solid #000;
}

ol {
	margin-left: 0;
	padding-left: 2.5em;
	text-align: left;
}

ul {
	margin-left: 0;
	padding-left: 1.5em;
	text-align: left;
}

/* Page layout */
#page {
	background: #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
	margin: 0 auto;
	width: 750px;
	position: relative;
	min-height: 100%; /* for modern browsers */
	height: auto !important; /* for modern browsers */
	height: 100%; /* for IE */
}

#header {
	background: #FFF url("/images/sea.jpg") no-repeat top right;
	border-bottom: 1px solid #000;
	color: #000;
	height: 200px;
	width: 100%;
}

#header a {
	background: transparent;
	border: 0;
	color: #000;
	display: block;
	font-size: 2em;
	font-weight: bold;
	height: 184px;
	letter-spacing: .3em;
	margin: 0;
	padding: 8px 10px;
	text-align: left;
	width: 730px;
}

#header a:active {
	color: #666;
}

#home #header {
	background: #FFF none;
	border-bottom: 0;
	height: 44px;
	padding: 30px 20px 23px 20px;
	width: auto;
}

#home #header h1 {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

#home #header a {
	background: url("/images/chokebore.png");
	border: 0;
	height: 44px;
	overflow: hidden;
	padding: 0;
	text-indent: -666em;
	width: 283px;
}

#main {
	padding-bottom: 2em;
}

#home #main {
	padding-bottom: 8em;
}

#home #photo a {
	border: 0;
}

#home #photo img {
	border-top: 1px solid #000;
	border-right: 0;
	border-bottom: 1px solid #000;
	border-left: 0;
	display: block;
}

#home #photo p {
	font-size: .75em;
	margin: .5em 1em;
	text-align: right;
}

#home .quicklinks {
	list-style-type: none;
	margin: 3.5em 20px 0;
	padding: 0;
	text-align: center;
}

#home .quicklinks#social {
	margin-top: 2.5em;
}

#home .quicklinks li {
	display: inline;
	line-height: 1.5em;
	margin-right: 5em;
}

#home .quicklinks#social li {
	margin-right: 3em;
}

#home .quicklinks li.last,
#home .quicklinks#social li.last {
	margin-right: 0;
}

#home .quicklinks a {
	border-bottom: none;
}

#content-wrap {
	float: right;
	margin-left: -11em;
	text-align: justify;
	width: 100%;
}

#content {
	margin-left: 11em;
	padding: 1px 15px 1em 10px;
}

#content p, #content li {
	line-height: 150%;
}

sub, sup {
  line-height: 1em;
}

/* \*/
* html #content {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/* */

#menu {
	float: left;
	width: 11em;
}

#menu ul {
	font-size: .8em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu a:link, #menu a:visited, #menu a:active {
	background: #FFF;
	border-right: 1px solid #EEE; border-bottom: 1px solid #EEE;
	color: #808080;
	display: block;
	padding: 4px 10px;
	width: 10em;
}

#menu a:hover, #menu a:focus, #menu a#current {
	background: #EEE;
	border-top: 1px solid #000; border-right: 1px solid #000; border-bottom: 1px solid #000;
	color: #000;
	margin-top: -1px;
	padding-right: 15px;
}

#homemenu {
	border-top: 1px solid #000;
	margin-bottom: 1em;
	width: 100%;
	position: absolute;
	bottom: 1em !important;
	bottom: -1px; /* for certain IE widths */
	height: 1.9em;
}

#homemenu ul {
	color: #808080;
	font-size: .75em;
	height: 1.4em;
	list-style-type: none;
	margin: 3px 0 15px 0;
	padding: .2em 0;
	text-align: center;
}

#homemenu ul li {
	display: inline;
}

#homemenu a {
	border: 0;
	padding: 0 .3em;
}

#homemenu a:hover, #homemenu a:focus {
	background: #EEE;
}

#footer {
	border-top: 1px solid #000;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* for certain IE widths */
	height: 2em;
}

#footer p {
	font-size: .8em;
	margin: 0;
	padding: .5em 10px;
}

#footer p#update {
	float: right;
}

#footer p#update span {
	background: transparent;
	color: #F00;
}

.clr {
	clear: both;
}
/* /Page layout */

/* Thumbnail menu for disco, reviews, pictures, lyrics & links */
ul.tnmenu {
	margin: 3.5em 0 0 0;
	padding: 0;
	position: relative;
}

ul.tnmenu li {
	display: inline;
	list-style-type: none;
}

ul.tnmenu a:link, ul.tnmenu a:visited, ul.tnmenu a:hover, ul.tnmenu a:active {
	background: transparent;
	border-bottom: 0;
	color: #000;
}

ul.tnmenu img {
	margin: 0 10px 10px 0;
}

a span.pop {
	display: none;
}

a:hover span.pop {
	display: inline;
	position: absolute; top: -2.5em; left: 0;
}
/* /Tn menu */

/* Navigation menu for disco, gigs & photos */
ul#nav {
	font-size: .8em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#nav li {
	display: inline;
}

ul#nav a {
	background: #FFF;
	border: 1px solid #EEE;
	color : #808080;
	display: block;
	float: left;
	margin: 0 1px;
	padding: 1px;
	text-align: center;
	width: 5em;
}

ul#nav a:hover, ul#nav a:focus {
	background: #FFF;
	border: 1px solid #555;
	color: #000;
}

ul#nav a#nolink {
	visibility: hidden;
}
/* /Nav menu */

/* Image gallery */
div.gallery a:link, div.gallery a:visited, div.gallery a:hover, div.gallery a:active {
	background : transparent no-repeat 50% 50%;
	border: 1px solid #EEE;
	display: block;
	float: left;
	height: 120px;
	margin: 5px 10px 5px 0;
	width: 120px;
}

div.gallery a:hover, div.gallery a:focus {
	border: 1px solid #555;
}

div.gallery img {
	display: none;
}
/* /Image gallery */

/* Side thumbnails for sounds & videos */
.sidetn li {
	clear: both;
	margin-bottom: 1em;
}
/* /Side tn */

.txtimg img {
	float: right;
	margin-bottom: 1em; margin-left: 1em;
}

/* Contained float clearing */
/* http://www.csscreator.com/attributes/containedfloat.php */
#main:after, #nav:after, .gallery:after {
	content: ".";
	clear: both;
	display: block;
	font-size: 0; /* (update) */
	height: 0;
	visibility: hidden;
}

#main, #nav, .gallery {
	display: inline-block; /* inline-block is a css 2.1 property that does not validate in css 2.0 */
}

/* Mark Hadley's fix for IE Mac */
/* Hides from IE Mac \*/
* html #main, * html #nav, * html .gallery {
	height: 1%;
}
#main, #nav, .gallery {
	display: block;
}
/* End Hack */
/* /Contained float clearing */

/* Common classes */
.new {
	background: transparent;
	color: #F00;
}

.encore {
	margin-top: 1em;
}

.disc {
	margin-bottom: 1em;
}

.highlight {
	font-weight: bold;
}

.artistname {
	background: transparent;
	color: #776655;
}

.artistname:hover {
	background: #F7F6F5;
	color: #776655;
}

.labelname {
	background: transparent;
	color: #556677;
}

.labelname:hover {
	background: #F5F6F7;
	color: #556677;
}

.recordname {
	font-style: normal;
	font-weight: bold;
}

.songname {
	font-style: italic;
}

/* /Common classes */

/* Reviews */
.author, .source {
	font-weight: bold;
	text-align: right;
}

.itwq {
	font-weight: bold;
	margin: 1.5em 0 1em;
}

.itwq .recordname {
	font-style: italic;
}

.itwa {
	margin: 1em 0;
}

cite, q {
	background: transparent;
	color: #808080;
}

/* /Reviews */

/* Forms */
form {
	margin: 0;
	padding: 0;
}

input, textarea {
	background: #FFF;
	border: 1px solid #000;
	color: #000;
	font: 1em Verdana, Arial, sans-serif;
	padding-right: 2px;
	padding-left: 2px;
}

input:focus, input:hover, textarea:focus, textarea:hover {
	background: #EEE;
	color: #000;
}

form#newsletter {
	margin-bottom: 1.5em;
	text-align: right;
}

form#newsletter label {
	font-weight: bold;
}

form#contact label {
	display: block;
	float: left;
	margin-right: .6em;
	text-align: right;
	width: 10em;
}

form#contact input, form#contact textarea {
	margin-bottom: 1em;
}

form#contact input.button {
	display: block;
	margin: 0 auto 1em;
}

label.incomplete {
	background: transparent;
	color: #F00;
}

input.incomplete, textarea.incomplete {
	border: 1px solid #F00;
}
/* /Forms */

/* Social */
#social {
	text-align: right;
}

#social a {
	background-position: 0 50%;
	background-repeat: no-repeat;
	border: 0;
	padding: 2px 0 2px 23px;
}

#facebook {
	background-image: url("/images/icons/facebook.png");
}
#myspace {
	background-image: url("/images/icons/myspace.png");
}
#twitter {
	background-image: url("/images/icons/twitter.png");
}
/* /Social */

/* Tour dates */
#tour-dates {
	margin: 2.5em 0;
}

#tour-dates li {
	margin-bottom: .25em;
}
/* /Tour dates */

}

@media print {

#social, #menu, #footer, form {
	display: none;
}

}
