/* The typeface unit used here is ems.  Remember that ems are inherented
and relative -- .5em is half the size of the inherented .9em, or .45em.
This should probably be switched to some other unit at some point. */


/* Without the TD in here, the main body text goes to hell. */

body {
	background-color: #005b7f;
	text-align: justify;
	padding: 0;
	margin: 0;
}
body, td {
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 78%;
}

a:active {
	color: #005b7f; 
	text-decoration: underline;
}

a:hover {
	color: #005b7f; 
	text-decoration: underline;
}

a:link {
	color: #005b7f; 
	text-decoration: none
}

a:visited {
	color: #700070;
	text-decoration: none
}

a.stealth {
	font-style: normal;
	color: #000;
}

a.menu {
	font-weight: bold;
}

h1 {
	font-family: 'Gill Sans', Futura, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 10px;
}
h2 {
	font-family: 'Gill Sans', Futura, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 10px;
}
h3 {
	font-family: 'Gill Sans', Futura, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	margin: 0;
}

h4 {
	font-family: 'Gill Sans', Futura, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	margin: 0;
}

h5 {
	font-family: 'Gill Sans', Futura, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	margin: 0;
}

.title {
	font-family: 'Gill Sans', Futura, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.menu {
	font-size: .9em;
	text-align: right;
	vertical-align: top;
	color: #005B7F;
	font-weight: bold;
}

.column {
	font-size: .85em;
	text-align: justify;
	vertical-align: top;
	letter-spacing: normal;
}

ul {
	padding-left: 0.5cm;
	margin-left: 0.0cm;
	margin-top: 0.2cm;
}

abbr, acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
	font-style: normal;
}

blockquote {
	margin: 5px;
	border: 2px solid #333;
	padding: 5px;
	background-color: #ccc;
}

.setlist-review {
	margin-bottom: 2em;
}

.setlist-review-date {
	color: #666;
	font-size: .85em;
}

.setlist-body {
	padding-left: 0;
}

.setlist-notes {
	background-color: #ccc;
	border: 2px solid #005b7f;
	padding: 2px 6px 4px 6px;
	margin: 1em 0 2em 0;
	width: 40%;
	float: left;
	display: inline;
	clear: left;
}

.news-caption {
	font-size: .8em;
}
div.news-abstract p {
	margin-top: 0;
}

.footer {
	font-size: .75em;
	font-family: Georgia, Times New Roman, Times;
	word-spacing: 3px;
	text-align: left;
}

.main-content {
	margin: 5px;
	line-height: 140%;
}

table.listing {
	border: 0;
	padding: 0;
	margin: 0;
}

table.listing td.even {
	padding-right: 1.25em;
	border-bottom: 1px solid #000;
	background-color: #ccc;
}

table.listing td.odd {
	padding-right: 1.25em;
	border-bottom: 1px solid #000;
	background-color: #abc;
}

table.listing th {
	background-color: #999;
	text-align: left;
}

.pagination {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	white-space: nowrap;
}

.pagination .current {
	font-weight: bold;
	padding: .1em .25em;
	margin: 0 .25em 1em 0;
}

.pagination a {
	border: 1px solid #ccc;
	text-decoration: none;
	padding: .1em .25em;
	margin: 0 .25em 1em 0;
}

.pagination a:hover {
	background-color: #ccc;
}

div.calendar {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	a:link
}

div.calendar a:link, a:visited {
	text-decoration: none;
	color: #000;
}
div.calendar table td, div.calendar table th {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 1px;
	margin: 0;
	text-align: right;
}
div.calendar div.month {
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}
div.calendar td a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #005b7f;
}