﻿body {
	padding: 0;
	background: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	padding: 5px 0 0 0;
	text-transform:none;
	font-weight: bold;
	font-size: 2.5em;
	color:red;
	text-align:center;
	width:900px;
}
h2 {
	padding: 5px 0 0 0;
	text-transform:none;
	font-weight: bold;
	font-size: 1.6em;
	color:#FFFF99;
	text-align:center;
	width:900px;
	line-height:1.7em;
	letter-spacing:1px;
}
h3 {
	padding: 5px 0 0 0;
	text-transform:none;
	font-weight: bold;
	font-size: 1.4em;
	color:#FFFF99;
	text-align:center;
	width:900px;
	line-height:1.7em;
	letter-spacing:1px;
}
h4 {
    padding: 5px 0 0 0;
	text-transform:none;
	font-weight: bold;
	font-size: 1.8em;
	color:red;
	text-align:center;
	width:900px;
	line-height:1.7em;
	letter-spacing:1px;
	
}
/* Wrapper */
#wrapper {
}
/* Page */
#calendar {
	width: 341px;
	padding: 0;
	margin-left: 310px;
	border-left: 1px solid #A2ADBC;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bolder;
	color:#FFFF00;
	text-align: center;
	background-color:black;
	margin-right:15px;
}
.nav, .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: black;	
	text-align: center;
	text-decoration: none;
}	
th {
	font: bold 14px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFCC;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}
td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 46px;
	height: 20px;
	text-align: center;
	color:#FFFF99;
	background:black
}
td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}
td a:link, td a:visited {	
	color:#FFFF99;
	background:black;
}
td a:hover, td a:active {
	color:black;
	background:white;
	font-size:30px;
}
#page {
	width: 940px;
	margin: 0 auto;
	padding: 0px;
}
#page-bg {
}
/* Content */
#content {
	float: left;
	width: 560px;
}
.post {
	padding-bottom: 15px;
	line-height: 200%;
}
.post h1 {
	font-weight: bold;
	font-family:"Trebuchet MS";
	color:#FFFF99;
	text-align:center;
	font-size:18px;
	margin-bottom:18px;
}
.entry {
	padding: 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	width:900px;
}
.datebox {
	width:500px;
	background:#FFFF66;
	margin-top:40px;
	margin-left:210px;
	margin-bottom:10px;
	border:medium;
	border-style:ridge;
	border-color:red;
	padding:6px;
}
.datebox h3 {
	color:#000066;
	font-family:"Trebuchet MS";
	font-size:18px;
	font-weight:bold;
}
.datebox h5 {
	color:#000066;
	font-family:"Trebuchet MS";
	font-size:19px;
	font-weight:bold;
	text-align:center;
	line-height:1.4em;
}
.datebox h6 {
	color:red;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.datebox p {
	font-family:"Trebuchet MS";
	color:black;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.datebox a {
	color:navy;
	padding:15px;
}
.paypalbox {
	text-align:center;
}
.fullybooked h3 {
    font-family:"Arial Black";
	font-weight:bold;
	font-size:14px;
	background:red;
	color:black;
	width:400px;
	text-align:center;
	margin-left:50px;
}