/********************************* BODY/GENERAL STYLES **********************************/
body {
	margin: 0;
	padding: 0;
  /*background: #00131F;*/
	background-color: #488a5e;
	background-image: url("/images/concrete-seamless-green.jpg");
 	background-repeat: repeat;
  font: 80% "Verdana", "Geneva", "Trebuchet MS", "Tahoma", "Arial", sans-serif, "Helvetica";
	color: #252525;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial", sans-serif, "Helvetica", "Verdana", "Geneva", "Trebuchet MS", "Tahoma";
	color: #252525;
	padding: 0;
}
h1 {
  font-family: 'Alegreya Sans SC';
  font-size: 3.4em;
  font-weight: normal;
  line-height: 0.9em;
  /*text-transform: uppercase;*/
  /*font-variant: small-caps;*/
  color: #ffffff;
	margin: 8px 0 22px 0;
}
h2 {
  font-family: 'Alegreya Sans SC';
  font-size: 2.1em;
  /*text-transform: uppercase;*/
  /*font-variant: small-caps;*/
  color: #C34500; /* orange */
	margin: 12px 0 0 0;
}
h3 {
  font-size: 1.4em;
  color: #13679F; /* blue */
	margin: 24px 0 8px 0;
	background-color: #FFFDCF;
	display: inline-block;
}
h4 {
  font-size: 1.2em;
  color: #239546; /* green */
	margin: 8px 0 8px 0;
}

p {
  margin: 4px 0 18px 0;
  padding: 0;
}

a:link {
	color: #C34500;
	text-decoration: underline;
}
a:visited {
	color: #C34500;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #615042;
	text-decoration: underline;
}

hr {
  display: block;
  border-style: dotted none none;
  border-width: 2px 0 0;
  color: #13679F;
  padding: 6px 0 6px 0;
}

/****************************************************************************************/
/************************************* LAYOUT STYLES ************************************/
#container {
  max-width: 768px;
  margin: 0 auto;
  background: #ffffff;
	border-right: 4px solid #13679F;
	border-left: 4px solid #13679F;
}

#header {
  width: auto;
  display: block;
  margin: 0;
  padding: 0 20px 0 20px;
	background: #004068; /* Old browsers */
	background: -moz-linear-gradient(top, #003B5F 0%, #004068 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003B5F), color-stop(50%,#004068)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #003B5F 0%, #004068 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #003B5F 0%, #004068 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #003B5F 0%, #004068 50%); /* IE10+ */
	background: linear-gradient(to bottom, #003B5F 0%, #004068 50%); /* W3C */
	background-repeat: no-repeat;
	border-bottom: 4px solid #13679F;
}

#header img {
 	max-width: 100%;
  height: auto;
}

#main {
  margin: 0;
  padding: 0 20px 0 20px;
  background: #ffffff;
}

#intro, #maincontent, #outro {
  width: auto;
  display: block;
  margin: 0;
  padding: 0;
}

.event {
  padding: 2px 0 0 0;
  margin: 0;
}

.cost {
	color: #216C2A;
	background-color: #FFFDCF;
}

.expand {
	color: #444444;
}
.expand h4 {
	color: #444444;
}
.expand a:link {
	color: #444444;
	text-decoration: underline;
}
.expand a:visited {
	color: #444444;
	text-decoration: underline;
}
.expand a:hover, .expand a:active, .expand a:focus {
	color: #252525;
	text-decoration: underline;
}

#footer {
  width: auto;
  display: block;
	color: #999999;
	font-size: 0.9em;
}

#footer p {
  margin: 4px 0 0 0;
}

#footer a:link { text-decoration: underline; color: #999999; }
#footer a:visited { text-decoration: underline; color: #999999; }
#footer a:active { text-decoration: underline; color: #999999; }
#footer a:hover { text-decoration: underline; color: #999999; }
