html {
	background-color: rgb(247, 244, 220);
}

#header {
	background: url("header.png") no-repeat center;
	height: 261px;
}

#blog-title, #blog-description  {
	display: none;
}

#menu {

}

#menu ul {

}

#menu li ul {
	display: none;
}

#menu li {
	float: left;
	width: 125px;
}

#menu li a {
	display: block;
	text-align: center;
	font-size: 1.5em;
	padding: 1em 0;

	font-weight: bold;
	text-transform: uppercase;

	color: #333333;
	text-decoration: none;
	margin-bottom: 3em;
}

#menu li a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
}


#menu li.current_page_item a {
	background-color: #F1E4BC;
}

#nav {
	background: red;
}

.content {
	font-size: 1.3em;
	color: rgb(60, 55, 43);
}

.content h1 {
	color: #FF6600;
	padding-bottom: 0.3em;
	border-bottom: 2px #FF6600 dashed;
}

.content b {
	font-weight: bold;
}

.content ul {
	list-style: none;
}

.content {

}

.sidebar .content  {
	color: #7D7359;
}

.content h3 {
	border-bottom: 1px solid #F1E4BC;
	padding: 0.5em;
}

#event-calendar {
	display: none;
}

.content a {
	color: #FF6600;
}

.content a:hover {
	color: #FF9933;
}

.content th {
	background-color: #FF9933;
	color: black;
	border: 1px solid #FF9933;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.content td {
	border: 1px solid rgb(247, 244, 220);
	border-bottom: 1px solid #F1E4BC;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.content tr.even, .content tr.even td{
	background-color: #F1E4BC;
	border: 1px solid #F1E4BC;
}

#footer {
	margin-top: 4em;
	padding: 1em;
	border-top: 1px solid #F1E4BC;
}

.content .months {
	display: block;
}

.content .weeks {
	display: block;
}

.content .days {
	display: block;
}

.content .hours {
	display: block;
}

.content .minutes {
	display: block;
}

