@charset "utf-8";
/* CSS Document Colors and Styles */

body {
	font-size: 10px; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	letter-spacing:.01em;
	font-weight: normal;
	background: #fefef9;
	color: #565656;
	margin: 0;
	padding: 0;
}
/* ELEMENT DEFINITIONS */

p {
	margin-top: 0px;
	margin-bottom: 1em;
}
a {
	color: #466b95;
	text-decoration: none;
}
a:hover {
	color: #466b95;
	text-decoration: underline;
}
.ec3_eventday a {
 color:#466b95 !IMPORTANT;
}
a img {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}
h1, h2, h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	letter-spacing:.05em;
	font-weight: strong;
	color: #5f6062;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}

/* Entry Items and Lists */
.entry_desc {
	color: #6f6958;
}
.entry p,
.entry_desc p {
	font-size: 1em;
	margin-bottom: 1em;
}
.entry ul {
	list-style-type: none;
	text-indent: 0px;
	font-size: 1em;
}
.entry li {
	list-style-type: none;
	font-size: 1em;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
div.posted_event a,
div.posted_event a:hover {
	text-decoration: none;
}

div.ec3_small_calendar table td.ec3_eventday {
	 background: #dee9fb;
	 color: #466b95;
}
#wp-calendar table {
	width: 180px;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
#wp-calendar table td,
#wp-calendar table th {
  text-align:center;
}
div.ec3_small_calendar {
	width: 100%;
}
div.ec3_small_calendar td.pad {
	background: none;
	border: 1px solid #fefef9; /* color to match the background */
	border-top: 4px solid #fefef9;
}
div.ec3_small_calendar table td {
 padding:3px;
 border: 1px solid #eae4d5;
 border-top: 4px solid #e6dfce;
 color: #93826b;
 background: #fff;
 margin: 0px;
}
div.ec3_small_calendar table td {
 padding:1px;
 background: #fff;
 margin: 0px;
}
div.ec3_small_calendar table th {
	color: #93826b;
}
div.ec3_small_calendar table #today {
 background: #d5e6cd;
 color: #5b8c19;
}
div.ec3_small_calendar table.nav tr td {
 padding:3px;
 border: 0;
 color: #fefef9;
 background: none;
 margin: 0px;
 padding-bottom: 6px;
}
div.ec3_small_calendar table.nav #prev a,
div.ec3_small_calendar table.nav #next a {
position: relative;
padding: 3px;
background: #fff;
border: 1px solid #e6dfce;
color: #93826b;
}
div.ec3_small_calendar table.nav #prev a:hover,
div.ec3_small_calendar table.nav #next a:hover {
position: relative;
padding: 3px;
background: #e6e1d5;
border: 1px solid #e6dfce;
color: #93826b;
}
div.ec3_small_calendar caption a {
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: none;
color: #93826b;
display:block !important;
padding-bottom:2px;
padding-top:2px;
font-size: 13px;
font-weight: bold;
margin: 0;
text-align: center;
text-transform: uppercase;
}
p.ec3_event_day_evt {
padding:2px;
text-indent:0 !important;
}

p.ec3_alt_class_0, p.ec3_alt_class_1 {
background: #eb9f9f;
}

p.ec3_alt_class_0 {
background:transparent none repeat scroll 0 0;
}

p.ec3_alt_class_1 {
background-color:white;
}