div#mainContentContainer {
	background-image: url(../images/left-col-events.gif);
}

#content-box {
	margin-top: 10px;
}

#calendar {
	float: left;
	width: 260px;
	background-color: #1d170b;
}

#calendar a {
	color: #bacdea;
	text-decoration: line-through;
	font-size: 110%;
}

#calendar a:link, #calendar a:visited {
	color: #ffffff;
	text-decoration: none;
}

#calendar h2 {
	font-size: 110%;
	background: #272624;
	margin: 0;
	padding: 10px;
	color: #ffffff;
}

#calendar h3 {
	font-size: 110%;
	font-weight: normal;
}

#calendar h3 a {
	color: #ffffff;
}

#calendar div {
	text-align: center;
}

#calendar #year {
	word-spacing: 2ex;
	padding: 0.4ex;
	line-height: 2;
}

#calendar #year a {
	outline: 0;
	text-decoration: underline;
	color: #e7752a;
}

#calendar #year a.active {
	color: #ffffff;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
	font-size: 150%;
}

#calendar div#days {
	overflow: hidden;
	position: relative;
	margin: 3px;
	background-color: #231b19;
	width: 254px;
}

#calendar div#days .date {
	width: 3em;
	font-size: 110%;
	font-variant: small-caps;
	border-right: 1px dotted #333230;
	font-weight: normal;
}

#calendar div#days .date span {
	font-size: 120%;
	color: #e7752a;
}

#calendar div#days .info {
	text-align: left;
	padding: 1ex;
	vertical-align: top;
}

#calendar table {
	width: 254px;
	border-collapse: collapse;
	position: relative;
	top: 0;
	left: 0px;
	float: left;
	margin-right: 3px;
	table-layout: fixed;
	cursor: pointer;
	cursor: hand;
}

#calendar tr:hover {
	background: #272624;
}

#calendar th {
	text-align: center;
	vertical-align: middle;
}

#calendar th,
#calendar td {
	border-bottom: 1px dotted #333230;
	height: 65px;
	overflow: hidden;
	white-space: no-wrap;
	font-weight: normal;
}

#more {
	height: 1.2em;
}

/* Main text
*/

#main {
	width: 712px;
}

#main .header {
	background-image: url(../images/banners/events.jpg);
}

#main-text {
	margin: 20px;
}

#main-text h3,
#main-text h4 {
	font-weight: normal;
	color: #eb7c34;
	margin-top: 1em;
}

#main-text h3 {
	font-size: 14px;
}

#main-text form input,
#main-text form textarea,
#main-text form select {
	display: block;
	margin-top: 4px;
}

#main-text form li {
	padding: 0 5px 10px 0;
}

#main-text form .title,
#main-text form .email {
	float: left;
}

#main-text form textarea {
	width: 30em;
	height: 12em;
}

#main-text .date {
	margin-bottom: 1em;
	color: #000000;
}

#main-text .links {
	text-align: right;
	margin: 20px 2em;
}

#main-text .links a {
	background-color: #e7752a;
	padding: 4px;
	color: #ffffff;
}

#main-text p {
	margin-bottom: 1em;
}

#main-text .booking {
	margin-top: 40px;
	width: 375px;
}

#main-text .booking .head {
	background: url(../images/event-downarrow.png) 60px bottom no-repeat;
	padding-bottom: 7px;
}

#main-text .booking .head img {
	display: block;
}

#main-text .booking .body {
	width: 375px;
	padding-right: 20px;
	border-right: 1px solid #cccccc;
	display: none;
	overflow: hidden;
}

#main-text .booking .show {
	display: block;
}

#main-text .booking .email,
#main-text .booking .message {
	clear: left;
}

#main-text .booking .email input,
#main-text .booking .phone input {
	width: 175px;
}

#main-text .booking .email,
#main-text .booking .phone {
	width: 185px;
	margin: 0;
	padding-right: 0;
	float: left;
}

#main-text .booking .email {
	margin-right: 5px;
}

#main-text .booking .title select {
	width: 65px;
}

#main-text .booking .name {
	padding-top: 1.2em;
	padding-right: 0;
	float: left;
}

#main-text .booking .name input {
	width: 295px;
}

#main-text .booking .message textarea {
	width: 365px;
}

#main-text .booking .submit {
	text-align: right;
}

#main-text .booking .submit input {
	display: inline;
}
