/*
Theme Name: Labyrinth
Theme URI: http://www.labpressco.com
Description: 
Version: 1.0
Author: Jonathan Bell
Author URI: http://d-formative.com
Tags: custom show listing

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #000;
}
body * {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
a {
	color: #669900;
}
a:hover {
	text-decoration: none;
}
#page {
	margin: 20px auto;
	width: 600px;
}
#content {
	width: 600px;
}
#nav {
	margin: 20px 0 40px;
}
#nav ul {
	display: inline;
	list-style: none;
}
#nav li {
	padding-right: 15px;
	display: inline;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
li.current_page_item a {
	text-decoration: none;
	color: #000;
}
table#labschedule {
	padding-bottom: 10px;
	width: 600px;
	border-spacing: 0;
}
table#labschedule th, td {
	border-spacing: 10px;
	padding: 8px 0;
	text-align: left;
	vertical-align: top;
}
table#labschedule th {
	border-bottom: 1px solid #000;
	font-weight: bold;
	text-transform: uppercase;
}
table#labschedule td {
	border-bottom: 1px dotted #000;
}
table#labschedule td.date {
	width: 85px;
}
table#labschedule td.time {
	width: 60px;
}
table#labschedule td.band {
	padding-right: 20px;
	width: 300px;
	font-size: 1.1em;
}
table#labschedule td.from {
	width: 135px;
}
h1 span, .description {
	display: none;
}
#headerimg a {
	padding-bottom: 30px;
	width: 600px;
	height: 69px;
	display: block;
	background: url(images/labyrinth.gif) no-repeat;
}
h3 {
	margin: 20px 0 8px;
	padding: 5px 0;
	border-top: 3px solid #000;
	font-size: 2em;
	clear: both;
}
p {
	padding-bottom: 5px;
}
form {
	width: 400px;
}
label {
	margin: 10px 0;
	width: 150px;
	clear: left;
	float: left;
}
input.easysms, select {
	margin: 10px 0;
	width: 200px;
	float: left;
}
input.easysms {
	padding: 3px;
}
p.easysms_text {
	padding: 5px 0;
	clear: left;
}
input.easysms_button, input.easysms_links {
	margin: 20px 10px 10px 0;
	width: 90px;
	height: 35px;
	border: none;
	background: #999;
	color: #fff;
	clear: left;
	float: left;
}
input#easysms_click {
	width: 150px;
	background: #669900;
	font-size: 1.2em;
}
form.easysms_links {
	width: 100px;
	float: left;
}
#footer {
	clear: both;
	margin-top: 20px;
	padding-top: 5px;
	border-top: 3px solid #000;
}
#footer p {
	margin-top: 10px;
	font-size: .8em;
}