/* space - navigation styles */

#nav li.blog a,
#nav li.blog a:link {
	color: #ABBE92;
  background-image: url("../../assets/carat_green.gif"); 
  background-repeat: no-repeat; 
  background-position: center bottom;
}

#nav li.blog a:active,
#nav li.blog a:hover	{
	color: #ABBE92;
	background-image: url("../../assets/carat_green.gif"); 
  background-repeat: no-repeat; 
  background-position: center bottom;
}

/* email sign-up styles */

form {
	font-size: 14px;
	line-height: 20px;
	margin: 5px 5px 30px 5px;
	border: 1px solid #A9938B;
	padding: 5px 10px 10px 10px;
}

form p {
	display: block;
	margin: 0px;
	padding: 0px 0px 5px 0px!important;
	color: white!important;
}

form label {
	text-transform: uppercase;
	color: #ABBE92;
}

form input.email {
	width: 170px;
	margin: 5px 10px 0px 10px;
}

form p.caption {
	clear: both;
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font: 11px/13px Arial, Helvetica, sans-serif;
}

/* event date styles */

div.date {
	display: block;
	float: left;
	margin: 0 10px 5px 5px;
	padding: 0;
	color: black;
	text-align: center;
	text-transform: uppercase;
	background: #FFF;
}

.date span.weekday,
.date span.month,
.date span.day,
.date span.year {
	display: block;
}


.date span.month {
	padding: 2px 3px 3px 3px;	
	font-size: 12px;
	line-height: 12px;
	color: white;
	font-weight: bold;
	background-color: #F33;
}

.date span.day {
	font-family: "American Typewriter", Georgia, Times, serif;
	font-size: 24px;
	font-weight: normal;
	padding: 3px 3px 0px 3px;
}

.date span.year {
	font-size: 12px;
	line-height: 12px;
	padding: 2px 5px 3px 5px;	
}

/* event listings styles */

.event-listing {
	clear: both;
	margin: 10px 0px 30px 0px;
}
.individual .date {
	margin-top: 3px;
}

#content .event-listing h3 {
	text-transform: none;
}


#content .event-listing h3 a,
#content .event-listing h3 a:link,
#content .event-listing h3 a:visited {
	color: #ABBE92;
}

#content .event-listing h3 a:active,
#content .event-listing h3 a:hover {
	color: #F33;
	text-decoration: underline;
}


#content .event-listing h4 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	margin: -10px 0px 10px 0px;
	padding: 0px 5px 4px 5px;
}

#content .individual h4 {
	margin-top: 0px;
}

#content .event-listing h4 a {
	font-weight: bold;
}
