body {
	background-image: url(/images/background.jpg);
	background-position: top left;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-style: normal;
	font-size: 13px;
	color: #fff;
}

h3 {
	color: #fff;
}

img {
	border: 0;
}

fieldset.register {
	width: 151px;
	
}

input.register {
	width: 138px;
}

.error {
	width: 163px;
}

#calendar {
	font-size: 12px;
}

thead.calendar th {
	  background-color: transparent;
}

#calendar input.date {
	width: 75px;
}
#calendar input.name {
	width: 150px;
}
#calendar input.file {
	width: 70px;
}

a {
	color: #c3c3c3;
}

a:hover {
	color: #999;
}

span.date {
	text-transform: capitalize;
}

/* events */

.events ul {
	list-style: none;
}
.events li {
	float: left;
	padding-right: 15px;
}


/* menu */

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 0;
	float: left;
}

.menu li {
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	margin-right: 10px;
	width: 103px;
	height: 32px;
	text-align: center;
	background: transparent url(/images/menu-button.png) top center no-repeat;
	/* text-transform: uppercase; */
}

.menu li:hover {
	background: transparent url(/images/menu-button-red.png) top left no-repeat;		
}

.menu li.on {
	font-weight: bold;
}

.menu a {
	text-decoration: none;
}

.footer {
	margin-top: 20px;
}

.message {
	border: 1px solid #fff;
}

.message p {
	padding: 10px;
	margin-bottom: 0px;
}