/************************************/
/* General Page Layout Declarations */
body {
	text-align: center; /* Kludge for IE */
	font-family: times, serif;
	color: white;
	background: #000a40;
}

div#main {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

div#header {
	color: white;
	margin-bottom: 0;
}

div#textbox {
	color: black;
	background: white;
}

div#textbox table {
	color: black;
	background: white;
}

div#text {
	margin-left: 5%;
	margin-right: 5%;
	font-size: 120%;
}

div#text h1 { text-align: center; }

div#footer {
	color: black;
	background: #e0e0e0;
}

div#footer table {
	color: black;
	background: #e0e0e0;
}

img.link {
	border-style: none;
	border: none;
}

a.thin {
	border-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
}

/**********************************/
/* Location-specific declarations */

div.location_block {
	display: inline-table;
}

div.addr_block {
	clear: both;
}

span.locdata {
	font-size: 80%;
}

/******************************/
/* Schedule Page Declarations */

span.what {
	font-weight: bold;
}

span.when {
	font-weight: bold;
}

span.where {
	font-weight: bold;
}

div.schedule_announcement {
	margin-left: 5%;
}

div.schedule_event {
	margin-left: 5%;
	background: #f0f0ff;
}

tablex.schedule {
	background: white;
	color: black;
	font-size: 50%;
}

tablex.schedule th {
	font-family: helvetica, arial, sans;
	vertical-align: middle;
	font-size: 200%;
}

tablex.schedule td {
	font-family: helvetica, arial, sans;
	vertical-align: middle;
}

td.schedule_slot {
	text-align: center;
	font-weight: 200;
	background: #f0f0f0;
	font-size: 200%;
}

th.schedule_hour {
	text-align: right;
	font-weight: normal;
	font-size: 200%;
}

th.schedule_half {
	text-align: right;
	font-weight: normal;
	color: #808080;
	font-size: 200%;
}

td.schedule_gap {
	text-align: left;
	background: #ffc0c0;
	font-size: 200%;
}

/******************************/
/* Site-specific declarations */

span.title {
	font-family: times, serif;
	font-weight: bold;
	color: #c00000;
}

span.subtitle {
	font-family: arial, sans;
	font-weight: normal;
	color: f0c000
}

/*******************************/
/* Album-specific declarations */

div.thumbnail {
	display: inline-table;
}

div.thumbnail img {
	padding: 10px;
	border: 1px solid black;
	background-color: white;
}

span.media_title {
	text-align: center;
	font-family: times, serif;
	font-weight: bold;
}

span.media_comments {
	text-align: center;
	font-family: arial, sans;
	font-weight: normal;
	font-size: 80%;
}
