body {
  font-family: verdana, arial, sans-serif;
  font-size: .8em;
  
  width: 980px;
  margin: 0px auto;
  border: 1px solid #ccc;
  border-width: 0px 1px;
  background-color: #FFFFFF;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}



#content {
  padding: 5px 10px;
	background-color: white;
	overflow: auto;
}

h1 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
}
h5 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1px;
}

title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #575757;
	line-height: inherit;
	vertical-align: text-top;
	height: 30px;
	margin-bottom: 15px;
	text-align: left;
}



a {
	color: #717171;
	text-decoration: none;
	border-top-width: 0.7px;
	border-right-width: 0.7px;
	border-bottom-width: 0.7px;
	border-left-width: 0.7px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #D9D9D9;
	border-right-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	border-left-color: #D9D9D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: lighter;
	letter-spacing: normal;
	margin: auto;
	height: auto;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #575757;
	height: 35px;
	bottom: auto;
	margin-bottom: 0px;
	vertical-align: bottom;
	margin-top: 10px;
	text-align: left;
}


a:visited {
	color: #717171;
	text-decoration: none;
}

a:hover {
	color: #030303;
	background-color: #B0B0B0;
}

#lists {
  float: left;
  width: 300px;
  height: 100%;
}

#lists div {
  margin: 2px 0px;
}

#locations {
  border: 1px solid #ddd;
  background-color: #fafafa;
}

#categories {
  border: 1px solid #ddd;
  background-color: #fafafa;
}

#event-list {
	overflow: auto;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#event-list li {
  margin: 0px;	
  padding: 0px;
  float: left;
}

.event {
  border: 1px solid #ccc;
  margin: 3px 40px;
  padding: 5px;
  width: 550px;
  float: left;
}

.event .event-name {
  margin: 0px;
  font-size: 1em;
}

.event .event-image {
  float: right;
  margin: 2px;	 
}

.event .event-description {
  font-size: 0.8em;
  margin: 2px 0px;
}

.event .more-details {
	margin: 2px 3px;
  float: right;
}

.details {
	font-size: 1em;
  background-color: #fafafa;	
  border: 1px solid #ddd;
  margin: 10px 2px;
  clear: both;
}

.details p {
  margin: 2px 5px;
}

.details span.value {
  font-weight: bold;	
}

#footer {
  background-color: white;
  padding-left: 20px;
  border-bottom: 1px solid #ccc;
}

