/* html elements */
body, html    { color: #336699; font: 90% "Trebuchet MS", "MS Sans Serif", Verdana, Geneva, Arial, Helvetica, sans-serif; margin: 0; padding: 0 }
a:link {
	color: #39c;
	text-decoration: none;
	}
a:hover  { color: #f60 }
a:visited  { color: #39c; text-decoration: none }
h1  { color: #f60 }
h2  { color: #f60 }
h3  { color: #f60 }

img.displayed {
	/*centre image*/
    display: block;
    margin-left: auto;
    margin-right: auto
}

#centreElement {
    margin-left: auto;
    margin-right: auto;
}

#wrap {
	min-width: 700px;
	max-width: 900px;
	margin:0 auto;
	}

#adminSection {
	padding-left:4em;
	margin:0em auto;
	}
	
/* top navigation tabs */
#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 00px 0px 0 30px;
	list-style: none;
	background: url(img/nav_bg.gif) repeat-x top left;
	}
#nav li  {
	font-size: 90%;
	margin: 0;
	padding: 0;
	float: left;
}

#nav a {
	float: left;
	display: block;
	margin: 5px 1px 0 0;
	padding: 4px 8px;
	color: #336699;
	text-decoration: none;
	border: 1px solid #336699;
	border-top: none;
	background: #fff url(img/off_bg.gif) repeat-x bottom left;
	}
#nav a:hover, #t-on a {
	color: #fff;
	//padding-bottom: 5px;
	margin: 4px 1px 0 0;
	border-color: #336699;
	background: #6699cc url(img/on_bg.gif) repeat-x bottom left;
}
/* end top navigation tabs */
	
/* main event list */
#eventslist
{
padding-left: 0;
margin-left: 0;
}

#eventslist li
{
list-style: none;
margin: 0;
padding-bottom: 1em;
border-bottom: 1px solid gray;

}

#eventslist li .date{
	color: #336699;
	}
	
#eventslist li .title { color: blue; font-size: 120%; font-weight: bold }

#eventslist li .eventLabel {font-weight: bold }
	
#eventslist li .location{
	color: #ff6633;
}

/* end left hand event list */

	
/* main divs */
#header0   {
	background: #fff;
	}
#main_body {
	float:left;
	width:70%;
}
#column1 {
	float: left;
	width: 40%;
	background: #fff;
}

#column2 {
	float: right;
	width: 60%;
	background: #fff;
	}

#column3 {
	float: right;
	width: 30%;
	background: #fff;
		
	}
#footer  { color: #fff; background: #336699; text-align: center; margin: 20px 0 0; clear: both }
/* end main divs */

/* gutters */

#column2 .gutter {
	padding: 0px 25px;

	}
#column1 .gutter, #column3 .gutter {
	padding: 15px;
}
/* end gutters */

#column1 img {
	display:block;
	margin: 0 auto;
}

/* Forms */
#thisform   { margin: 0 auto; width: 17em }
	
#thisform label   {
	font-size: 90%;
	font-weight: bold;
}
	
#thisform fieldset {
	padding: 0 1em;
	border-color: #336699; 
	}
	
#thisform legend  { color: #f60; font-size: 100%; font-weight: bolder; padding: 4px }
		
#name, #email, #password, #company, #town  { color: #336699; font-size: 90%; width: 15em }

/* Used for submit buttons */
input.blue {
	background-color: #336699;
	font-weight: bold;
	font-size: 80%;
	color: white;
	margin: 1em auto;
}

/* End Forms */

/* boxes */

.box { 
	margin: 10px 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 100%;
	line-height: 1.5em;
	background: #ccccff;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-size: 120%;
	font-weight: bold;
	}
.box a:link  { font-size: 80%; font-style: italic; text-decoration: none }
.box a:visited { font-size: 80%; font-style: italic; text-decoration: none }
.box a:hover { color: #f60; font-size: 80%; font-style: italic; text-decoration: none }
.box p, .box ul {
	margin: 0;
	padding: 0 12px;
	}
.box ul li {
	list-style: none;
	padding: 10px 0px;
	}

.box ul li .date{
	color: #ffffff;
	}
	
.box ul li .title { color: blue; font-size: 120%; font-weight: bold }
	
.box ul li .location{
	color: #ff6633;
	}
/* End Left hand box */

/* General classes */

.eventType   {
/* Used to flag event type in main listing */
	color: white;
	font-size: 80%;
	font-style: italic;
	background-color: #369;
padding: 2px
}
.company  { color: #f60; font-size: 120%; font-weight: bold }


/* Hide from IE5/Mac \*/
.html #footer {height: 1%;}
/* Hide from IE5/Mac */

