/* General page stuff */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", sans-serif;
	background-color: #000000;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
/* Main container styles */

#container {
	width: 855px;
	margin-left: 8%;
}
/* Header styles */

#header {
	width: 700px;
	height: 175px;
	background-image: url(../images/headzup2.jpg);
	margin-left: 155px;
}
#header h1 {
	text-indent: -9999px;
}
/* Navigation styles */

#navigation {
	width: 150px;
	float: left;
}
#navigation a {
	display: block;
	border-bottom: dotted 1px;
	padding: 8px;
	color: #846850;
}
#navigation a:hover {
	color: #000000;
	background-color: #846850;
}
#navigation a:active {
	color: #cc6600;
}
.mainMenuLinkSelected {
	font-weight: bold;
}
.sub {
	padding-left: 10px;
}
/* Content styles */

#content {
	width: 700px;
	margin-left: 155px;
	color: #999999;
	font-size: 80%;
}
#content h2 {
	padding: 15px 0 15px 0;
}
#content p {
	padding-bottom: 1.2em;
	line-height: 2em;
	letter-spacing: 0.2em;
	text-align: justify;
}
#content p.center {
	text-align: center;
}
#content a:link {
	text-decoration: none;
	color: #cc6600;
	font-weight: bold;
}
#content a:visited {
	text-decoration: none;
	color: #cc6600;
	font-style: italic;
}
#content a:hover {
	border-bottom: 1px dotted;
}
#content a:active {
	color: #cc3300;
}
img.bigpic {
	display: block;
	margin-left:auto;
	margin-right: auto;
	padding: 15px;
}
img.littlepic {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
img.left-img {
	float: left;
	padding: 8px 8px 8px 0;
}
img.right-img {
	float: right;
	padding: 8px;
}
#content h3 {
	display: block;
	color: #846850;
	text-align: center;
	padding: 15px;
	font-size: 150%;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	letter-spacing: 0.2em;
	background-color: #252525;
}
#content ul {
	padding: 15px;
}
#content ul li {
	text-align: center;
	line-height: 1.4em;
}
.gig-info {
	font-size: 130%;
}
#links a {
	line-height: 2.5em;
}
span.cal {
	line-height: 42px;
	padding-left: 27px;
	text-align: center;
}
span.soldOut {
	font-size: 24px;
	color: #ff0000;
	font-weight: bolder;
	border-bottom: solid 2px;
	border-top: solid 2px;
	padding: 5px;
}
.map {
	font-variant: small-caps;
	font-size: 75%;
}
#film {
	width: 425px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}
blockquote {
	color: #846850;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 50px;
	font-weight: bold;
	text-indent: 50px;
	margin: 10%;
}
#blockhead {
	background-image: url(../images/blockhead.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#blockfoot {
	background-image: url(../images/blockfoot.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#cds li {
	float: left;
	padding: 50px;
}
#juke {
	width: 600px;
	margin-left: auto;
}
/* Footer styles */

#footer {
	text-align: center;
	clear: both;
	margin-left: 155px;
	padding: 30px;
	color: #333333;
}
#footer a, #footer a:active, #footer a:visited {
	color: #333333;
}
#footer a:hover {
	font-style: italic;
}
/* Contact Form Styles */

#contactForm {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#contactForm li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}
#contactForm label {
	display: block;
	float: left;
	width: 8em;
}
#contactForm input {
	font-size: 1.2em;
}
#tswname, #tswemail {
	width: 200px;
}
#tswcomments {
	margin-top: 10px;
}
#tswname, #tswemail, #contactForm textarea {
	background-color: #d0c0b1;
	padding: 2px;
	border: 2px #846850 inset;
	font-family: "Courier New", "Courier", monospace;
	color: #191919;
}
input.submitButton {
	background-color: #d0c0b1;
	padding: 4px;
	border: 2px #846850 outset;
	font-family: "Courier New", "Courier", monospace;
	color: #191919;
	cursor: pointer;
	font-weight: bold;
}
#contactForm h5 {
	clear: both;
}
