html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #000;
	color: #999;
	font-family: 'Verdana';
	font-size: 10pt;
	height: 100%;
	width: 100%;
}

a {
	color: #900;
}

a:hover {
	text-decoration: none;
}

div#splash {
	color: #666;
	font-size: 8pt;
	float: left;
	margin: 31.2% 0 0 37.5%; 
	width: 600px;
}

div#splash div#title {
	color: #AAA;
	font-size: 72pt;
	font-weight: bold;
	letter-spacing: -9px;
	float: left;
}

div#splash div#title span {
	color: #900;
}

div#beta {
	float: right;
	position: absolute;
	margin-top: 12px;
	padding-left: 88px;
}

div#splash form {
	margin-top: 2px;
	text-align: right;
}

form div.tagline {
	color: #900;
	font-weight: bold;
	margin-right: 4px;
	text-align: right;
	width: 200px;
	float: right;
	margin-top: 4px;
	font-size: 13pt;
}

form div.tagline2 {
	color: #900;
	font-weight: bold;
	margin-right: 9px;
	text-align: right;
	margin-top: 2px;
	font-size: 13pt;
	float: left;
}

form div.search {
	float: right;
}

form div.search2 {
}

form input,
form select,
form textarea {
	background-color: #CCC;
	border: 1px solid #666;
	padding: 3px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

form input#inquiry {
	color: #999;
	text-align: center;
	width: 210px;
}

form input#submit {
	background-color: #666;
}

div#splash form select {
	width: 96px;
}

div#info {
	padding: 12px 0 10px 0;
	text-align: right;
	clear: both;
}

div#info span {
	color: #AAA;
}

div#copyright {
	padding: 30px;
}

div#header,
div#footer {
	padding: 5px;
}

div#header form {
	width: 700px;
}

div#header form input#zip_code {
	color: #000;
	font-weight: bold;
	width: 80px;
}

div#header div#title {
	color: #AAA;
	float: right;
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: -2px;
}

div#header div#title a {
	color: #AAA;
	padding: 2px 15px 0 0;
	text-decoration: none;
}

div#header div#title span {
	color: #900;
}

div#header, div#footer {
	height: 30px;
}

html, body, 
div#wrapper {
	height: 100%;
}

div#results {
	clear: both;
	padding: 10px;
	text-align: center;
}

div#results div#count {
	border-bottom: 1px dashed #333;
	color: #666;
	padding: 5px;
	text-align: center;
	font-size: 14pt;
}

div#results div.show {
	clear: both;
	margin: auto;
	margin-bottom: 20px;
	padding: 10px;
	width: 800px;
	text-align: left;
	border: 4px solid #333;
	background-color: #111;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#results div.show h1,
div#results div.show h1 a {
	color: #CCC;
	font-size: 16pt;
	text-decoration: none;
}

div#results div.show h1 a:hover {
	text-decoration: underline;
}

div#results div.show div.venue {
	border-bottom: 1px dashed #333;
	font-size: 8pt;
	font-variant: small-caps;
	margin-bottom: 4px;
	padding: 3px 0 5px 0;
}

div#footer {
	color: #666;
	text-align: center;
}

div#contact { 
	width: 350px;
	margin: auto;
	text-align: center;
}

.contact_form {
	text-align: left;
}

.contact_form input.contact_input,
.contact_form textarea.contact_textarea {
	width: 100%;
	margin-top: 3px;
}

.contact_form textarea {
	height: 150px;
}

.contact_form .contact_button {
	text-align: right;
}

div.status {
	border: 3px solid darkblue;
	padding: 6px;
	color: darkblue;
	background-color: lightsteelblue;
	margin: 0 auto;
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	top: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div.status a {
	color: darkblue;
}

div#pagination {
	font-size: 14pt;
}

div#pagination span.prev,
div#pagination span.current,
div#pagination span.next,
div#pagination a {
	padding: 2px 8px;
	margin: 2px;
	font-style: normal;
	border: 2px solid #333;
	background-color: #111;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#pagination a {
	text-decoration: none;
	border-color: #900;
}

div#pagination a:hover {
	color: #000;
	background-color: #900;
}
