/*-  Base styles
----------------------------------------------------------------------*/
body {
  text-align: left;
  margin: 0;
  padding: 0;
  color: #000;
  background: #ccdaa7;
  font: 12px/1.5 georgia, serif;  
}

#container {
  width: 790px;
  margin: 0 auto;
  padding: 5px;
  border: 0px;
}

#rightcolumn {
  width: 224px;
  margin: 0px;
  padding: 15px;
  background-color: #e8ecdd;
  border: solid 1px #6a754a;
  position: relative;
  float:right;
  font: 11px/1.5 georgia, serif;  
}

#leftcolumn {
  width: 224px;
  margin: 0px;
  padding: 15px;
  background-color: #e8ecdd;
  border: solid 1px #6a754a;
  position: relative;
  float:left;
  font: 11px/1.5 georgia, serif;  
}

#twocolumn {
  width: 491px;
  margin-right: 10px;
  padding: 15px;
  background-color: #ffffff;
  border: solid 1px #6a754a;
  position: relative;
  float:left;
}

#twocolumnright {
  width: 491px;
  margin-left: 10px;
  padding: 15px;
  background-color: #ffffff;
  border: solid 1px #6a754a;
  position: relative;
  float:right;
}

#navigation{
	padding-top:10px;
	padding-bottom:10px;
   margin:0px;
}

#copyright {
	margin-top:10px;
	margin-bottom:10px;
	color: #ffffff;
	background:#6a754a;
	width:780px;
	padding:5px;
	text-transform: uppercase;
	font-size:10px;
}

#slideshow {
	margin-top:10px;
	background:#ffffff;
	width:758px;
	padding:15px;
  border: solid 1px #6a754a;
}

.copy{
	padding:10px;
}

a {
  color:#680607;
  text-decoration: none;
}

h1 {
margin:0px;
padding:0px;
line-height:100%;
font-size:20px;
}

#header {
  border-bottom: solid 1px #6a754a;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

h2 {
margin:0px;
padding:0px;
line-height:100%;
font-size:16px;
}

#subheader {
  border-bottom: solid 1px #6a754a;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

/*-  Events styles
----------------------------------------------------------------------*/

#eventsleftdate{
  position: relative;
  float: left;
  padding:0px;
  margin-bottom:20px;
  width: 60px;
}

#eventsintrotext{
  position: relative;
  float: left;
  padding:0px;
  margin-left:10px;
  width:400px;
}

#eventsshorttext{
  position: relative;
  float: left;
  padding:0px;
  margin-left:10px;
  width:150px;
}

#eventstop{
  background-color: #ffffff;
  border: solid 1px #6a754a;
  padding:10px;
  margin-bottom:10px;
  height: 140px;
}

#eventsthird{
  position: relative;
  float: left;
  padding:0px;
  margin:0px;
  width: 245px;
}

h4 {
margin:0px;
padding:0px;
line-height:100%;
font-size:13px;
}

#eventdate {
  border-bottom: solid 1px #6a754a;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

#eventdescription {
  line-height:200%;
}

/*-  Home styles
----------------------------------------------------------------------*/
#homeleftcolumn {
  width: 224px;
  margin-right: 10px;
  padding: 15px;
  background-color: #ffffff;
  border: solid 1px #6a754a;
  position: relative;
  float:left;
  font: 11px/1.5 georgia, serif; 
}

#hometop {
  width: 224px;
  margin-bottom: 10px;
  padding: 15px;
  background-color: #ffffff;
  border: solid 1px #6a754a;
  position: relative;
  float:left;
  font: 11px/1.5 georgia, serif;
}

#homenote {
  width: 491px;
  margin: 0px;
  padding: 15px;
  background-color: #e8ecdd;
  border: solid 1px #6a754a;
  position: relative;
  float:left;
  font: 12px/1.5 georgia, serif;  
}

/*-  VLT styles
----------------------------------------------------------------------*/

.post {
  border-bottom: solid 1px #6a754a;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 15px;
}


.postdate {
	position: relative; 
	float: right;
	color: #6a754a;
}

.posthpauthor {
	color: #6a754a;
}

#postauthor {
	position: relative; 
	float: right;
	color: #6a754a;
}

.comment {
  border-bottom: solid 1px #6a754a;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 15px;
}


.commentsmeta {
	position: relative; 
	float: left;
	width:150px;
	color: #6a754a;
}

.commentstext {
	position: relative; 
	float: left;
	width:300px;
}

