/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/

6/26/2012	CM	Added div.PostSummary
7/15/2012	CM	Added div.PostHighlight
12/18/2013	CM	Added div.EventList, div.EventListHeader,div.EventDetails.
*/


div.PostSummary
{
  padding: 1.4em;
  background-color: #cccccc;
  line-height: 1.4em;
  font-weight: bolder;
}

div.PostHighlight
{
  padding: 1.4em;
  background-color: #cccccc;
  line-height: 1.4em;
  font-weight: bolder;
}



div.EventList
{
	border:1px solid black;
	height:auto;
	width:100%;
	margin:1em 0em 1em 0em;
}


div.EventListHeader
{
	height:auto;
	width:auto;
	padding: .5em .5em .5em .5em;
	border-bottom:1px solid black;
	vertical-align:middle;
	background-color:#00ffff;
	font-weight:bold;
}


div.EventDetails
{
	height:auto;
	width:auto;
	padding: .5em .5em 1em .5em;
}

