BODY {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.78em;
  line-height: 1.25;
  color: #080820;
  background-image: url(/assets/images/earth-bg.jpg);
}

P, H1, H2, H3, H4, H5 {
	margin: 0;
}

.clear {
	clear: both;
}

a:link, a:visited, a:hover {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: Maroon;
}

#container {
	width: 768px;
	margin: 4px auto;
	background-color:#F0F0E6;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}

#header {
 width: 768px;
 height: 264px;
}

#header H1 {
	margin-left: -5000px;
	float: left;
}

#header IMG {
	float: left;
}


#menu {
	width: 100%;
	padding: 3px 0 2px;
	background-color:#CC9;
	font-size: 1.1em;
	font-weight: bold;
}

.menuItem, .menuItem A {
	color: #080832;
	padding: 0 4px;
	text-decoration: none;
}

.menuItem A:hover {
	color: #A00;
}

.currentItem {
	background-color: #F0F0E6;
	padding: 1px 8px 2px;
}

#content {
	margin: 1px 25px 0;
	float: left;
	width: 400px;
}

#news-edit #content, #event-edit #content {
	width: 500px;
}

#news-edit #sidebar, #event-edit #sidebar  {
	width:180px !important;
}

#moreEvents {
	float: right !important;
	font-size: 85% !important;
	font-style: italic;
}


H2 {
	font-size: 115%;
	font-weight: bold;
	margin: 0 0.2em;
}


H3 {
	font-size: 105%;
	font-weight: bold;
	margin: 5px 0.2em 0;
}

H2, H3 {
	color: #101040;
}


#content P {
	margin-top: 0.7ex;
}

#sidebar {
	float: left;
	width: 280px;
	padding: 1px 4px;
/*	background-color:#66CC99; */
}

#sidebar IMG {
	display: block;
	margin: 2em auto 0;
	max-width: 275px;
}


#sidebar P {
margin: 2px 4px;
font-size: 12px;
text-align: center;
}

#trailers {
	margin: 1.5em 0 0 12px;
}

#trailers H3 {
	margin: 1.75em 0 0;
	color: #484880;
	clear: left;
}

#trailers A {
	font-size: 105%;
	color: #383850;
	margin: 0 0 0 5px;
	width: auto;
	float: left;
	clear: left;
	}

.rhTrailerDate {
	font-size: 90%;
}


/* News page */
.newsItem, .eventItem {
	border-top: 1px solid #999;
	margin:8px 0 0;
	padding: 2px 0 0;
	clear: both;
}


.newsDate, .eventDate {
	font-size: 90%;
	font-weight: bold;
	color: #101040;
}

.eventDate {
	padding-left: 1em;
}

.newsItem H3 {
	margin: 0;
	margin-left: 0.7em;
}


.newsText {
	padding: 0 0.7em 0.5em;
}

.eventVenue {
	font-weight: bold;
	font-size: 105%;
	color: #000040;
}


/* Contact page */
#privacyNote H4 {
	text-align: right;
	margin: 1em 1.4em 0;
}

#privacyNote P {
	text-align: left;
	margin: 0 0 0 1em;
}


#footer {
	margin: 1em 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 0.5em 1em;
	clear: both;
}

