@CHARSET "ISO-8859-1";

body, html, input, select, option, textarea {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

#logo-container {
	text-align: center;
	}

#content {
	min-height: 300px;
	}

/* Hide all event descriptions to start off with */
.hidden {
	display: none;
}

select[name="event_select"]{
	width: 100%;
	padding: 10px;
}


/* Hide subcontent by default */
DIV#subcontent {
	display: none;
}

/* Children and adult labels */
label.checkAvail {
	width: 60px;
	display: inline-block;
}

/* Button styling */
DIV#content INPUT[type="submit"] {
	border: 1px solid #466E26;
	background-color: #00AA81;
	color: white;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 6px;
	margin: 0;
	}
DIV#content INPUT[type="submit"]:hover {
	cursor: pointer;
	}

/* error divs */
DIV.error {
	display: inline-block;
	color: #888;
	margin-left: 10px;
}

DIV.subnote {
	color: #888;
	font-size: 0.8em;
	}

/*** BOOKNOW.PHP PAGE ***/
label.makeBooking {
	width: 120px;
	display: inline-block;
	vertical-align: top;
	}
DIV#marketing-block {
	display: inline-block;
	}
DIV.bn_error {
	display: inline-block;
	color: #00AA81;
	font-weight: bold;
	}
textarea {
	width: 400px;
	}
