@media screen, projection {

table.grid, table.grid th, table.grid td {
	border-collapse: collapse;
	border: 1px solid #000;
	vertical-align: top;
	
}
table.grid {
	margin: 20px 0px;
}

table.grid th, table.grid td {
	width: 13%;
}

table.grid th {
	background: #7c2e16;
}

table.grid th.cal_top {
	background: #360001;
	font-size: 16pt;
}

table.grid td {
	background: #360001;
}

.footer {
	margin-left:auto;
	margin-right:auto;
	width:761px;
	font-size:0.7em;
	text-align:left;
	margin-top:5px;
	padding-bottom:10px;
	margin-bottom:15px;
	}
	
.footer-left {
	float:left;
	}
	
.footer-right {
	float:right;
	text-align:right;
	}



html,body {
	background-color : #410000;
	background-image:url(../../images/bg.jpg);
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:100%;
	font-family:"Trebuchet MS",Helvetica,"Sans Serif";
	color:#e4e398;
}

A {
	color:#bc7650;
	text-decoration:none;
	font-weight:normal;
}
.top_nav {
	/*float: right;*/
	text-align:left;
}
.top {
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	width:751px;
	height:171px;
	background-image:url(../../images/header.jpg);
	/*background-color : #B0E0E6;
	color: #000;
	padding: 10px;
	border-bottom: 1px solid #000;
	*/
}

.main {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	background-color:#410000;
	border:1px solid #560002;
	text-align:left;
	}
	
.main-small {
	background-color:#410000;
	text-align:left;
	margin-top:30px;
	}
	
.main-wrap {
	padding:15px;
	font-size:0.75em;
	}

.nav {
	clear:both;
	/*background-color : #ffe4b5;
	color: #000;
	padding: 0px 10px;
	border-bottom: 1px solid #000;
	line-height: 30px;
	*/
}
.top A, .nav A, .cal_top A, .bottom A {
	color: #bc7650;
	text-decoration: none;
}
.nav A, .cal_top A {
	color: #bc7650;
}

.bottom {
	clear: left;
	background-color : #B0E0E6;
	color: #000;
	padding: 5px 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.top h1 {
	margin: 0em;
	padding: 0em;
}
.content {
	padding: 0.8em;
}
.item {
	font-size:0.9em;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
	margin:0px;
	font-weight:normal;
	}
h1 {
	font-size: 1em;	
}
h2 {
	font-size: 1em;	
}
h3 {
	font-size: 1em;	
}
h4 {
	font-size: 1em;
	margin: 0em;
	padding: 0em;
}
input {
	font-size: 1em;
	font-family:"Trebuchet MS",Helvetica,"Sans Serif";
}
.element {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
form {
	margin: 0em;
	padding: 0em;
}
.morning {
	background: #ffc;
}
.noon {
	background: #fcc;
}
.afternoon {
	background: #cff;
}
.evening {
	background: #ccf;
}
.midnight {
	background: #ccc;
}
div#timelayer {
	position:absolute;
	visibility:hidden;
}

form.top_form {
	margin: 0px;
	padding: 0px;
	float: right;
}
.time {
	font-size: 0.95em;
}
.title {
	font-weight: bold;
}
.venue {
	font-size: 0.8em;
}
.location {
	font-size: 0.8em;
}
.edit {
	font-size: 0.8em;
}
/*.day ul {
	margin: 0px;
	padding: 0px 0px;
}*/
.day_of_month {
	text-align: right;
	float: right;
	font-size: 1.6em;
	font-weight: bold;
	color:#e4e398;
}
/* Added v0.2.0 */
.error {
	background: #7c2e16;
}
td, th {
	vertical-align: top;
	text-align:left;
}
.sidebar {
	width: 300px;
	border: 1px solid #000;
	background: #fff;
	padding: 5px;
	float:right;
}

ul {
	/*list-style-type:none;*/
	margin:10px;
	padding:10px;
	}

}