/**********************************

Use: Layout Styles
Author: Puretic Media Ltd

***********************************/

body { font: normal 10pt verdana, arial, helvetica; }
		
/* Header
---------------------------*/
	
div#header { display: none; }
	
/* Nav
---------------------------*/

ul#nav { display: none; }
	
/* Content
---------------------------*/
	
div#content h2,
div#content p,
div#content ul,
div#content ol,
div#content dl,
div#content table {
	margin-bottom: 1em;
	line-height: 1.6em;
	}
	
div#content h1 {
	padding: 5px 0;
	margin-bottom: 1em;
	border-bottom: 1px solid #000;
	font-size: 110%;
	}
	
div#content h2 {
	font-size: 105%;
	border-bottom: 1px solid #000;
	}
	
div#content h3 {
	font-size: 100%;
	margin-bottom: 0.2em;
	}
	
div#content ul,
div#content ol { margin-left: 30px; }

div#content div { margin-bottom: 1em; } 
div#content div.dl p { margin: 0; }
	
div#content a { color: #000; }

div#content p.fully-booked { font-weight: strong; }	

/* Latest events */

div#content table#latest-events { width: 100%; }

div#content table#latest-events td {
	padding: 3px;
	vertical-align: top;
	}

div#content table#latest-events td.date {
	font-weight: bold;
	width: 95px;
	}

div#content ul#items { margin-left: 0; }

div#content ul#items li {
	list-style: none;
	border: 1px solid #333;
	margin-bottom: 10px;
	padding: 7px 10px;
	}
	
div#content ul#items li h2 { margin: 0 0 0.5em; }

div#content ul#items li h3 {
	margin: 0 0 0.5em;
	font-size: 105%;
	border-bottom: 1px solid #333;
	}

div#content ul#items li p {
	margin: 0.3em 0;
	line-height: normal;
	}
	
p#badges { display: none; }

/* Forms */

div#content form,
div#content fieldset { border: none; margin: 0; padding: 0; }

div#content form label { vertical-align: top; font-weight: bold; }

div#content form legend { color: #000; }

div#content form ol { margin: 0; padding: 0; }

div#content form li {
	list-style: none;
	margin: 1em 0;
	padding: 0;
	border-bottom: 1px solid #333;
	}

div#content form input,
div#content form select,
div#content form textarea { display: none; }

div#content form fieldset fieldset legend { font-weight: bold; }
div#content form fieldset fieldset label { font-weight: normal; }
	
/* Supporting
---------------------------*/
	
div#supporting { display: none; }
	
/* Utilities
---------------------------*/

ul#utilities { display: none; }
	
/* Footer
---------------------------*/

div#footer { display: none; }

/* Extra
---------------------------*/

.nop { display: none; }

div#content img.left {
	float: left;
	margin: 0 10px 0 0;
	border: 3px solid #f1f1f1;
	}
	
div#content img.right {
	float: right;
	margin: 0 0 10px 10px;
	}
	
div#content pre { 
	font: normal 100% verdana, arial, helvetica;
	margin: 0;
	}
	
p.more a {
	font-weight: bold;
	padding-left: 10px;
	font-size: 95%;
	text-decoration: none;
	background: url(../images/arrow.gif) left center no-repeat;
	}

.access {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}