body {
	font: 0.8em/1.3 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	color: #333;
}

a { color: #587d26; text-decoration: none; }
a:hover { text-decoration: underline; }
.more { font-weight: bold; }

#header > div, #about > div, #aboutFooter > div, #events > div,
#homepageIntro > div, #homepageWhatsOn > div, #homepageFooter > div {
	width: 960px;
	margin: 0 auto;
}

#header {
	background: #b7d02e;
	margin-bottom: 8px;
}

#header > div {
	height: 148px;
	padding-top: 22px;
	position: relative;
}

#header .texture {
	position: absolute;
	top: 0; right: -13px;
}

#menu { position: absolute; bottom: 0; left: 0; }
#menu li { float: left; }

#menu li a {
	display: block;
	background: url(../images/bg-tab.png) repeat-x 0 0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	color: #711D76;
	margin-right: 1px;
	padding: 9px 48px 0;
	min-height: 23px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#menu li.on a { font-weight: bold; background: #FFF none; }

#homepageIntro {
	background: url(../images/bg-homepageintro.png) repeat-x 0 0;
	min-height: 320px;
}

#homepageIntro > div {
	position: relative;
	padding: 44px 526px 0 0;
	width: 434px;
}

#homepageIntro h1 { margin-bottom: 2em; }
#homepageIntro h1 img { margin-left: -3px; }
#homepageIntro p { margin-bottom: 1em; }

#earth {
	position: absolute;
	top: -158px; right: -8px;
}

#homepageWhatsOn {
	background: #711d76;
}

#homepageWhatsOn > div {
	position: relative;
	padding: 32px 0 0 0;
	min-height: 358px;
	color: #B7D02E;
}

#homepageWhatsOn h2 { margin-bottom: 2em; }
#homepageWhatsOn h2 img { margin-left: -2px; }
#homepageWhatsOn h3 a { color: #FFF; }

#homepageWhatsOn ul li {
	background: url(../images/bg-dots-horz.png) repeat-x 0 0;
	margin-top: 1em;
	padding-top: 1.5em;
	width: 480px;
}
#homepageWhatsOn ul li:first-child { background: none; margin-top: 0; padding-top: 0; }

#windmills {
	position: absolute;
	bottom: -33px; right: -4px;
}

#homepageFooter {
	background: url(../images/bg-footer.png) repeat-x 0 bottom;
	min-height: 136px;
	font-size: 0.9em;
}

#homepageFooter > div {
	position: relative;
	padding-top: 16px;
}

#homepageFooter p { font-weight: bold; margin-bottom: 1.2em; }
#homepageFooter p img { vertical-align: 0; border: 1px solid #CCC; }
#homepageFooter .logo { position: absolute; top: -49px; right: -3px; }

/* About */
#about {
	background: url(../images/bg-homepageintro.png) repeat-x 0 0;
	min-height: 320px;
	padding-top: 2em;
}

#aboutFooter > div {
	clear: both;
	padding:  1em 0px 0 0;
	width: 960px;
	border-top: 1px solid #EEE;
}


#aboutFooter li { display: inline; line-height: 50px; margin-right: 15px; }

#logos {
	text-align: center;
}

#contactUs {
	float: right;
	width: 250px;
	background: #711d76;
	padding: 0.8em;
	color: #FFF;
}

#contactUs p, #contactUs h3 { margin-bottom: 1em; }
#contactUs address { font-style: normal; margin-bottom: 1em; }

#about h1 { font-size: 1.8em; margin-bottom: 0.5em; color: #711d76; }
#about h2 { font-size: 1.1em; margin-bottom: 1em; }

#aboutContent { margin-right: 300px; padding-bottom: 2em; }
#aboutContent p { margin-bottom: 1em; }

/* Events */
#events {
	background: url(../images/bg-homepageintro.png) repeat-x 0 0;
	min-height: 320px;
	padding-top: 2em;
}

#events > div > h1 { font-size: 1.8em; color: #711d76; }
#events > div > h2 { font-size: 1.1em; margin-bottom: 0.4em; }
#events > div > p { margin-bottom: 1em; }
#events table { border-collapse: collapse; }

#events table td, #events table th { padding: 0.3em 0.5em; }

#events table td { border: 1px solid #DDD; vertical-align: middle; }
#events table th {
	font-size: 0.85em;
	background: #711d76;
	color: #FFF;
	text-align: left;
}

#events table .date { width: 14em; font-size: 0.9em; color: #555; }
#events table .time { width: 10em; font-size: 0.9em; color: #555; }
#events table .title {
	font-size: 1.2em;
	font-weight: bold;
	color: #711D76;
}

#events table .closed, #events table .open { cursor: pointer; }

#events table tr:nth-child(4n-1) td, #events table tr:nth-child(4n) td { background: #edf3cb; }

#events table .description p { margin-bottom: 0.8em; }
#events table .audience, #events table .speaker, #events table .venue { margin-bottom: 0.4em; }

