/*

Eric Meyer's CSS Reset Reloaded
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End CSS Reset */

body {
	background: url(/images/site/site-bg_2.jpg) fixed no-repeat bottom right;
	font-family: helvetica;
}

a {
	color: #9fe4e4;
	font-weight: bold;
	text-decoration: none;
}

a img {
      border: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

#content {
	width: 600px;
	background: url(/images/site/50-percent.png) repeat;
	position: absolute;
	font-family: times new roman;
	font-size: 12pt;
	line-height: 13pt;
}

#header {
	width: 600px;
	background: url(/images/menu/header4.jpg) no-repeat top left;
	height: 250px;
}

#header ul {
	position: absolute;
	left: 348px;
	top: 26px;
}

#menuHome a {
	width: 202px;
	height: 26px;
	display: block;
	background: url(/images/menu/home.jpg) no-repeat;
	text-indent: -9999px;
}

#menuHome a:hover {
	background-position: 0 -26px;
}

#menuShows a {
	width: 202px;
	height: 25px;
	display: block;
	background: url(/images/menu/shows.jpg) no-repeat;
	text-indent: -9999px;
}

#menuShows a:hover {
	background-position: 0 -25px;
}

#menuBio a {
	width: 202px;
	height: 25px;
	display: block;
	background: url(/images/menu/bio.jpg) no-repeat;
	text-indent: -9999px;
}

#menuBio a:hover {
	background-position: 0 -25px;
}

#menuJournal a {
	width: 202px;
	height: 34px;
	display: block;
	background: url(/images/menu/journal.jpg) no-repeat;
	text-indent: -9999px;
}

#menuJournal a:hover {
	background-position: 0 -34px;
}

#menuMedia a {
	width: 202px;
	height: 28px;
	display: block;
	background: url(/images/menu/media.jpg) no-repeat;
	text-indent: -9999px;
}

#menuMedia a:hover {
	background-position: 0 -28px;
}

#menuMusic a {
	width: 202px;
	height: 22px;
	display: block;
	background: url(/images/menu/music.jpg) no-repeat;
	text-indent: -9999px;
}

#menuMusic a:hover {
	background-position: 0 -22px;
}

#menuBooking a {
	width: 202px;
	height: 39px;
	display: block;
	background: url(/images/menu/booking.jpg) no-repeat;
	text-indent: -9999px;
}

#menuBooking a:hover {
	background-position: 0 -39px;
}

#menuStore a {
	width: 202px;
	height: 19px;
	display: block;
	background: url(/images/menu/store.jpg) no-repeat;
	text-indent: -9999px;
}

#menuStore a:hover {
	background-position: 0 -19px;
}

#post {
	width: 360px;
	margin: 10px;
	padding: 10px;
	color: #FFF;
}

#latestMusing {
	background: url(/images/site/musings-header.png) no-repeat;
	height: 50px;
	text-indent: -9999px;
}

#post h3 {
	color: #9fe4e4;
	font-size: 16pt;
	font-weight: bold;
	margin: 10px;
}

#post p {
	margin: 10px;
	text-align: justify;
}

#post h4 {
	margin: 0 10px;
	font-size: 10pt;
	color: #AAA;
}

#post h5 {
	margin: 0 10px 10px 10px;
	font-size: 10pt;
	color: #AAA;
}

#endPost {
	width: 200px;
	height: 2px;
	color: #9fe4e4;
	margin-top: 20px;
	margin-bottom: 20px;
}

#journal a {
	height: 50px;
	display: block;
	color: #000;
	background: url(/images/site/journal-header.png) no-repeat;
	height: 50px;
	text-indent: -9999px;}

#archives {
	width: 160px;
	margin: 10px;
	padding: 10px;
}

#archiveHeader {
	height: 50px;
	color: #000;
	background: url(/images/site/archives-header.png) no-repeat;
	height: 50px;
	text-indent: -9999px;
}

#archives li {
	list-style-type: disc;
	color: #FFF;
	margin: 5px 0 5px 20px;
}

#comments h3 {
	margin: 10px;
	font-size: 14pt;
}

.comment {
	background: url(/images/site/50-percent.png) repeat;
	padding: 10px;
	margin: 2px 5px;
}

.comment h4 {
	padding-bottom: 5px;
}

.commentLink {
	padding-bottom: 5px;
}

#commentForm p {
	text-align: right;
}

.inputs {
	text-align: left;
	font-size: 10pt;
	padding: 5px;
	border: 2px solid #9fe4e4;
	background-color: #FFF;
	color: #8c181b;
	font-weight: bold;
	font-family: helvetica;
}

#subComment {
	text-align: center;
	font-size: 10pt;
	padding: 5px;
	border: 2px solid #9fe4e4;
	background-color: #FFF;
	color: #8c181b;
	margin-right: 8px;
	font-weight: bold;
}

#subComment:hover {
	background-color: #c4e4e4;
}

.bookingField {
	text-align: left;
	font-size: 10pt;
	padding: 5px;
	border: 2px solid #9fe4e4;
	background-color: #FFF;
	color: #8c181b;
	margin-right: 8px;
	font-weight: bold;
}

#bookingSub {
	text-align: center;
	font-size: 10pt;
	width: 60px;
	padding: 5px;
	border: 2px solid #9fe4e4;
	background-color: #FFF;
	color: #8c181b;
	margin-left: 10px;
}

#bookingSub:hover {
	background-color: #c4e4e4;
}

#listAdd {
	width: 160px;
	margin: 10px 10px 0 10px;
	padding: 10px;
}

#signUp {
	background: url(/images/site/sign-header.png) no-repeat;
	height: 50px;
	text-indent: -9999px;
}

#email {
	text-align: center;
	width: 145px;
	font-size: 14px;
	margin: 10px 0;
	padding: 5px;
	border: 2px solid #9fe4e4;
	background-color: #FFF;
	color: #8c181b;
	font-weight: bold;
}

#sub {
	text-align: center;
	font-size: 10pt;
	width: 60px;
	padding: 5px;
	border: 2px solid #9fe4e4;
	background-color: #FFF;
	color: #8c181b;
}

#sub:hover {
	background-color: #c4e4e4;
}

#twitter_div {
	width: 160px;
	margin: 0 10px;
	padding: 10px;
	color: #FFF;
	font-size: 10pt;
}

.sidebar-title {
	height: 50px;
	background: url(/images/site/twitter-header.png) no-repeat;
	color: #000;
	text-indent: -9999px;
}

#twitter-link {
	padding: 5px;
	background-color: #8c181b;
	text-align: center;
	margin: 10px 0;
	display: block;
}

#twitter_div li {
	margin-top: 10px;
}

#bio {
	color: #FFF;
	margin-bottom: 10px;
}

#bio p {
	text-align: justify;
	padding: 10px;
}

#bio h2 {
	width: 360px;
	margin: 10px;
	background: url(/images/site/bio-header.png) no-repeat;
	height: 50px;
	text-indent: -9999px;
}

#bio img {
	margin: 10px;
	border: 1px solid #8c181b;
}

#store {
	color: #FFF;
	margin-bottom: 10px;
}

#store p {
	text-align: justify;
	padding: 10px;
}

#store h2 {
	width: 360px;
	margin: 10px;
	background: url(/images/site/store-header.png) no-repeat;
	height: 50px;
	text-indent: -9999px;
}

#store img {
	margin: 10px;
	border: 1px solid #8c181b;
}

#booking {
	color: #FFF;
}

#booking h2 {
	width: 360px;
	margin: 10px 10px 0 10px;
	background: url(/images/site/booking-header.png) no-repeat;
	height: 50px;
	text-indent: -9999px;
}

#booking p {
	text-align: justify;
	padding: 10px;
}

#shows {
	color: #FFF;
}

#shows h2 {
	width: 360px;
	margin: 10px;
	background: url(/images/site/shows-header.png) no-repeat;
	height: 50px;
	text-indent: -9999px;
}

.show {
	width: 570px;
	padding: 10px;
	margin: 10px 0 10px 0;
}

.showDate {
	width: 60px;
	padding: 15px 5px 5px 5px;
	text-align: center;
	margin: 0 10px 10px 0;
	background: #8c181b;
	font-size: 24pt;
}

.showDate small {
	font-size: 10pt;
}

.show h3 {
	font-size: 20pt;
	color: #9fe4e4;
	font-weight: bold;
	margin: 10px 0;
}

.show h5 {
	color: #AAA;
	font-size: 12pt;
}

.show p {
       margin: 10px 0;
}

.clickFor {
	color: #9fe4e4;
	font-size: 10pt;
	text-align: right;
	margin-top: 40px;
}

.clickFor :hover {
	color: #8c181b;
}

.showDetails {
	margin: 10px;
	text-align: justify;
}

.showDetails h4 {
	color: #8c181b;
	font-size: 14pt;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

#thanks {
	width: 400px;
	margin: 200px auto;
	background: url(/images/site/50-percent.png) repeat;
	padding: 20px;
	text-align: center;
	color: #FFF;
	font-size: 14pt;
}

#thanks p {
	margin: 10px;
}

#media {
	color: #FFF;
	margin-bottom: 10px;
}

#media h2 {
	width: 360px;
	margin: 10px;
	background: url(/images/site/media-header.png) no-repeat;
	height: 50px;
	text-indent: -9999px;
}

#media p {
      text-align: justify;
      margin: 5px 20px;
}
