/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #ECE8CE url(../images/mainbg.gif) top center no-repeat;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	}
	
a:link, a:visited {
	background: transparent url(../images/linkbg.gif) bottom left repeat-x;
	text-decoration: none;
	padding-bottom: 2px;
	color: #1A5E9E;
	}
	
a:focus {
	background-image: none;
	background: #1A5E9E;
	color: #ffffff;
	}
	
a:hover {
	color: #000000;
	}
	
#container {
	margin: 0 auto;
	width: 718px;
	}
	
#skipper {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	text-indent: -600em;
	color: #fff;
	background: transparent;
	font-size: 0.8em;
	z-index: -1; 
}

#skipper:focus, #skipper:hover, #skipper:active {
	display: block;
	text-indent: 25px;
	background: #C9DBED;
	font-weight: bold;
	color: #000;
	padding: 0.5em 0.5em 0.5em 0;
	z-index: 5;
}
	
#header {
	background: #ECE8CE url(../images/headerbg.gif) top center no-repeat;
	height: 138px;
	position: relative;
	z-index: 4;
	width: 100%;
	}
	
#header h1 {
	position: absolute;
	left: -10000px;
	}
	
#headernav {
	width: 100%;
	background: transparent url(../images/topnav.gif) bottom center no-repeat;
	text-align: right;
	padding-bottom: 8px;
	}
	
#headernav ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
	}
	
#headernav li {
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	padding: 0 7px;
	display: inline;
	border-right: 1px solid #ffffff;
	}
	
#headernav li.last {
	border: none;
	}
	
#headernav li a:link, #headernav li a:visited {
	color: #ffffff;
	text-decoration: none;
	background: none;
	}
	
#headernav li a:focus {
	color: #195E9E;
	background-color: #ffffff;
	}
	
#headernav li a:hover {
	text-decoration: underline;
	}
	
	
	
#logo {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	border: none;
	}
	
#main_wrapper {
	width: 100%;
	background: transparent url(../images/contentdec.gif) top center no-repeat;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding: 0;
	margin: 0;
	}
	
#main {
	padding: 10px;
	position: relative;
	}
	
#main p {
	line-height: 1.6em;
	padding: 5px 0;
	}
	
#leftcol {
	padding-right: 250px;
	height: 100%;
	line-height: 1.6em;
	}
	
#leftcol h3 {
	font-size: 1.4em;
	color: #5b9ddb;
	font-weight: bold;
	margin: 10px 0;
	}
	
#rightcol {
	width: 30%;
	border-left: 1px solid #EAEAEA;
	padding: 5px;
	height: 100%;
	position: absolute;
	top: 10px;
	left: 480px;
	}
	
#footer {
	width: 100%;
	background: transparent url(../images/footerbg.gif) bottom center no-repeat;
	height: 140px;
	margin-top: -70px;
	}
	
#nav {
	background: #5B9DDB url(../images/navtopleft.gif) top left no-repeat;
	position: absolute;
	bottom: -3px;
	left: 10px;
		}
	
#nav ul {
	list-style-type: none;
	background: transparent url(../images/navsearchbottom.gif) bottom left repeat-x;
	padding: 0 0 5px 0;
	margin: 0;
	}
	
#nav li {
	font-size: 1.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	padding: 0 10px 0 10px;
	margin-top: 5px;
	display: inline;
	position: relative;
	z-index: 4;
	}
	
#nav li.last {
	background: transparent url(../images/navtopright.gif) right top no-repeat;
	}
	
#nav li a:link, #nav li a:visited  {
	color: #FFFFFF;
	text-decoration: none;
	background: none;
	}
	
#nav li a:focus, #nav li a:hover {
	background: transparent url(../images/navhover.gif) bottom repeat-x;
	}
	
#search {
	position: absolute;
bottom: -3px;
	right: 0px;
	width: 50%;
	text-align: right;
	top: 50px;
	z-index: 1100;
	}
	
#search label {
	position: absolute;
	left: -1000em;
	}
	
.searchbox {
	border: 1px solid #666666;
	margin: 5px;
	padding: 2px 20px 2px 2px;
	width: 140px;
	background: #ffffff url(../images/searchbg.gif) left repeat-x;
	}

#loading {
	margin: 9px 0 0 -27px;
	padding: 0;
	position: absolute;
	z-index: 7;
	}
	
#hint {
	border: 1px solid #666666;
	margin: 0;
	background: #ffffff;
	text-align: left;
	position: absolute;
	z-index: 1000 !important;
	}
	
.informal {
	font-size: 0.8em;
	}
	
#hint ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#hint li {
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px #EAEAEA solid;
	}
	
#hint a:link, #hint a:visited {
	display: block;
	background: none;
	padding: 5px 0;
	}
	
#hint a:focus, #hint a:hover, #hint a:active {
	background: #00FFFF;
	}
	
.searchbutton {
	border: 1px solid #ffffff;
	background-color: #5B9DDB;
	font-size: 1em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	margin: 5px 10px 5px 5px;
	height: 22px;
	}
	
h2 {
	font-size: 1.8em;
	color: #5B9DDB;
	font-weight: normal;
	margin: 5px 0 7px 0;
	}
	
p.event {
	font-size: 1.4em;
	color: #5B9DDB;
	margin: 7px 0 7px 0;
	}
	
h3.event {
	font-size: 1.4em;
	color: #5B9DDB;
	margin: 5px 0 7px 0;
	}
	
h4.event {
	font-size: 1.1em;
	color: #5B9DDB;
	margin: 5px 0 7px 0;
	}
	
p.standfirst {
	font-weight: bold;
	color: #5B8DDB;
	}
	
#postit {
	min-height: 162px;
	background: #FAEEA3;
	padding: 0;
	}

#postit div {	
	background: url(../images/shadow.gif) bottom right;
	position: relative;
	top: 6px;
	left: 6px;
	}
	
#findgroup {
	margin: 20px 0 20px 0;
	width: 215px;
	background: #C9DCED url(../images/groupbottom.gif) bottom no-repeat;
	}
	
#findgroup select, #find select {
	border: 1px solid #666666;
	margin-bottom: 10px;
	width: 160px;
	}
	
#find select {
	width: 220px;
	}
	
#findgroup form, #find form {
	margin: 5px 5px 10px 5px;
	}
	
#findgroup input, #find input, .directions {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: transparent url(../images/gobutton.gif) center no-repeat;
	height: 22px;
	width: 38px;
	border: none;
	color: #ffffff;
	margin: 0 0 10px 0;
	}
	
.directions {
	background: transparent url(../images/button2.gif) center no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	top: -5px;
	}
	
	
#postit h3, #findgroup h3 {
	font-size: 1.6em;
	font-weight: normal;
	padding: 0 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	}
	
#findgroup h3 {
	background: #C9DCED url(../images/grouptop.gif) top no-repeat;
	padding: 5px;
	}
	
#postit h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #1A5E9E;
	}
	
#postit p {
	padding: 0 5px 0 0;
	font-size: 0.9em;
	}
	
#findgroup label {
	display: block;
	padding: 5px;
	font-size: 0.9em;
	}
	
p.readmore {
	text-align: right;
	padding-top: 8px;
	}
	
#postit p.readmore {
	padding-top: 25px;
	position: relative;
	top: -10px;
	left: -6px;
	}
	
p.readmore span {
	position: absolute;
	left: -2000px;
	}
	
span.rss, span.email {
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px #000000 solid;
	padding-left: 16px;
	line-height: 20px;
	position: static !important;
	}
	
span.rss {
	background:url(../images/feed.gif);
	background-repeat: no-repeat;
	}
	
span.email {
	background:url(../images/email.gif) top left no-repeat;
	}

#forthcoming span.rss {
	margin-left: 10px;
	}
	
#featured {
	margin: 30px auto 0 auto;
	border-top: 1px solid #EAEAEA;
	padding: 5px;
	width: 680px;
	position: relative;
	z-index: 5;
	}
	
#featured h2 {
	font-size: 1.6em;
	color: #5B9DDB;
	font-weight: normal;
	margin: 5px 0 2px 0;
	}
	
#featured .eventdate {
	margin: 5px 0 5px 0;
	font-weight: bold;
	font-size: 0.9em;
	}
	
.feature {
	width: 30%;
	float: left;
	margin: 10px 10px 0 10px;
	padding: 0;
	position: relative;
	z-index: 6;
	}

#featured h3 {
	font-size: 1.2em;
	color: #5B9DDB;
	margin: 5px 0 7px 0;
	}
	
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}
	
#eventswrapper {
	position: relative;
	font-size: 0.9em;
	}
	
#latest {
	margin-right: 310px;
	padding-bottom: 5px;
	height: 100%;
	}
	
#eventsright {
	width: 300px;
	position: absolute;
	top: -5px;
	right: 0 !important;
	right: 10px;
	border-left: 1px solid #eaeaea;
	height: 100%;
	}
	
#find {
	background: #C9DBED url(../images/findbottom.gif) bottom no-repeat;
	width: 280px;
	margin: 0 auto;
	}
	
#calendar {
	background: #DBDBDB url(../images/calendarbottom.gif) left bottom no-repeat;
	width: 280px;
	margin: 20px auto 5px auto;
	}
	
#cal {
	width: 250px;
	margin: 0 auto 20px auto;
	border-collapse: collapse;
	background: #ffffff;
	}
	
#cal caption {
	background: url(../images/calheader.gif) no-repeat;
	width: 250px;
	margin: 10px auto 0 auto;
	height: 24px;
	color: #FFFFFF;
	font-weight: bold;
	}
	
#cal caption strong, #cal caption a {
	margin: 5px;
	position: relative;
	top: 5px;
	}
	
#cal tr {
	width: 20px;
	height: 15px;
	text-align: center;
	border: 1px solid #E3E3E3;
	}

#cal td, #cal th {	
	border: 1px solid #E3E3E3;
	height: 15px;
	text-align: center;
	}
	
#cal td.today {
	background-color: #AEC9E2;
	}
	
#cal td a {
	background-color: #CCCCCC;
	width: 100%;
	height: 100%;
	display: block;
	background-image: none;
	padding: 0;
	margin: 0;
	}
	
#latest h3 {
	color: #195E9E;
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
	padding: 5px;
	}
	
#latest h4, #find h4, #calendar h4 {
	font-size: 1.2em;
	}
	
#latest p, #find p, #calendar p, #latest h4, #find h4, #calendar h4 {
	padding-left: 5px;
	padding-right: 5px;
	}
	
#find h3, #calendar h3 {
	font-size: 1.6em;
	font-weight: normal;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#find h3 {
	background: #C9DBED url(../images/findtop.gif) top no-repeat;
	}
	
#calendar h3 {
	background: #DBDBDB url(../images/calendartop.gif) top no-repeat;
	}
	
.eventimage {
	float: right;
	margin: 0.5em 1em 1em 1em;
	}
	
#forthcoming {
	width: 679px;
	margin: 20px auto 10px auto;
	background: #C9DCED url(../images/groupforthbottom.gif) bottom no-repeat;
	clear: both;
	padding: 0;
	}
	
#forthcoming h3 {
	font-size: 1.4em;
	color: #497FB3;
	background: #C9DCED url(../images/groupforthtop.gif) top no-repeat;
	padding: 7px 10px;
	margin: 0;
	}
	
#forthcoming #rssexpl {
	margin: 10px 5px;
	}
	
#forthcoming #rssexpl h3 {
	background: none;
	padding: 0;
	}
	
#forthcoming .event {
	width: 29%;
	float: left;
	margin: 10px 10px 0 10px;
	padding: 0;
	position: relative;
	z-index: 6;
	}
	
#forthcoming .event1 {
	width: 90%;
	margin: 10px auto 0 auto;
	padding: 0;
	}
	
#forthcoming .event2 {
	width: 43%;
	float: left;
	margin: 10px 10px 0 20px;
	padding: 0;
	}
	
#forthcoming h4 {
	color: #497FB3;
	font-size: 1.2em;
	}
	
ul.searchresults {
	margin: 0.5em 0 0.5em 1.5em;
	list-style-type: none;
	}
	
ul.searchresults li {
	line-height: 1.3em;
	padding-left: 17px;
	background: transparent url(../images/listbg.gif) left no-repeat;
	}
	
div.dayevent {
	width: 95%;
	margin: 1em auto;
	}
	
.dayevent h3 {
	font-size: 1.3em;
	color: #000000;
	}
	
/* Forms */

fieldset {
	border-top: 1px #DBDBDB solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 1em 0 0 0;
	padding: 5px;
	}
	
legend {
	padding: 7px;
	font-size: 1.2em;
	}
	
fieldset div { 
	position: relative;
	padding: 5px 0;
	margin: 2px 0;
	border-bottom: 1px #DBDBDB solid;
	}
	
fieldset div label {
	position: absolute;
	top: 2px;
	}
	
fieldset div input, fieldset div textarea {
	border: 1px #666666 solid;
	position: relative;
	left: 220px;
	width: 200px;
	background: #ffffff url(../images/searchbg.gif) left top repeat-x;
	padding: 2px;
	} 
	
.checkbox {
	width: auto;
	background: none;
	border: none;
	}
	
	
fieldset div em {
	position: absolute;
	left: 450px;
	top: 2px;
	}
	
#interest ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	}
	
#interest ul li {
	display: block;
	float: left;
	width: 125px;
	margin: 2px;
	padding: 2px;
	position: relative;
	border: 1px solid #DBDBDB;
	}
	
#interest ul li .checkbox {
	position: absolute;
	right: 0;
	}

.submit {
	text-align: center;
	}
	
.submit input {
	width: 65px;
	border: 1px solid #000000;
	background-color: #5B9DDB;
	font-size: 1em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	padding: 4px;
	left: 0;
	background-image: none !important;
	}
	
#spam {
	font-size: 0.8em;
	}
	
#spamexpl {
	border: none;
	font-size: 0.8em;
	background-color: #DBDBDB;
	margin: 5px;
	padding: 5px;
	}
	
.warning {
	color: #FF0000;
	font-weight: bold;
	}
	
#errors {
	margin: 5px 20px;
	}
	
ul#tagcloud {
	padding: 0;
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
	}
	
ul#tagcloud li {
	display: inline;
	margin: 0.7em;
	line-height: 1.6em;
	}
	
li.very-popular {
	font-size: 2em;
	}
	
li.somewhat-popular {
	font-size: 1.5em;
	}
	
li.not-very-popular {
	font-size: 1em;
	}
	
#map {
	width: 250px;
	height: 220px;
	float: right;
	margin: 10px;
	}
	
#bigmap {
	width: 600px;
	height: 350px;
	margin: 1em auto;
	}

.mapbubble {
	position: relative;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	display: block;
	height: auto;
	}
	
.mapbubble p {
	font-size: 1em !important;
	line-height: 1.6em !important;
	padding: 5px 0 5px 0 !important;
	}
	
.mapbubble h3 {
	font-size: 13px;
	}
	