@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#container {
	width: 930px ;
	margin-left: auto ;
	margin-right: auto ;
	padding-top:10px;
}

#heading {
	font-size:12px;
}

#content {
	background-color:white;
	clear:both;
	padding-top:10px;
	z-index:999;
	position:relative;
	top:-15px;
}

#content_inner {
	width: 930px ;
	margin-left: auto;
	margin-right: auto;
}

p{
	padding-top:8px;
	padding-bottom:3px;
}

a {
	color:#4FA655;
}

#heading_count {
	font-size:24px;
	padding-top:25px;

}

#heading_title {
	font-size:40px;
	padding-bottom:5px;
}

#heading_dates {
	font-weight:bold;
}

#heading_globe {
	padding-top: 5px;
}

.events {
	height:1450px;
}

.eventlisting {
	width:165px;
	float:left;
	padding: 10px 10px 0px 8px;
	height:100%;
}

.even {
	background-color:#6cab42;
}

.odd {
	background-color:#b1d374;
}

h1 {
	font-size:24px;
	padding-bottom:10px;
	padding-top:10px;
	color:#4fa655;
}

h2.even {
	color:#b1d374;
}

#EventDetails h2 {
	padding-top:20px;
}

h2 {
	font-size:14px;
	color:#4fa655;
}

img {
	padding-right:10px;
}

.date {
}

.tide {
	font-weight:bold;
	font-style:italic;
}

.title {
	padding-top:10px;
	font-weight:bold;
}

#EventDetails .title {
	padding-top:15px;
}

#EventDetails {
	border: #949db5 3px dotted;
	margin-top:20px;
	padding:0px 10px 10px 10px;
	width:700px;
}

.subtitle {
	font-style:italic;
	padding-bottom:5px;
	padding-top:2px;
}

.location {

}

.time {
	font-style:italic;

}

.details {

}

#footer {
	text-align:right;
	font-size:10px;
	position:relative;
	top:-8px;
}
