/**************************************************
  NEWS STYLES
***************************************************/

#news .headline{ font-size: 1em; font-weight: bold; }

#news .newsItem { margin-top:10px; margin-bottom:10px; padding:5px; width:98%; }

#news .newsItem .left { float:left; width:70%; margin:0; padding:0; }
#news .newsItem .right { float:right; width:25%; text-align:right; }

#news a,
#news a:link,
#news a:visited,
#news a:hover,
#news a:active 
{
	color: Black;
	text-decoration: none;
	display: block;
}

#news .newsItem:hover
{
	background-color: #FFEC8B;
	cursor: pointer;
}


#news a.posted,
#news a:link.posted,
#news a:visited.posted,
#news a:hover.posted,
#news a:active.posted 
{ font-size:0.8em; }


/**************************************************
  UPCOMING EVENTS STYLES
***************************************************/

#upcomingEvents { margin-top :20px; background-color: #cdffdd; padding: 16px;}

#upcomingEvents h1 { font-size: 1em; }
#upcomingEvents .eventItem { margin-top:10px; margin-bottom:10px; padding:5px; width:98%; }

#upcomingEvents a,
#upcomingEvents a:link,
#upcomingEvents a:visited,
#upcomingEvents a:hover,
#upcomingEvents a:active 
{
	color: Black;
	text-decoration: none;
	display: block;
}

#upcomingEvents .eventItem:hover
{
	background-color: #FFEC8B;
	cursor: pointer;
}

/**************************************************
  MESSAGE STYLES
***************************************************/

#message { margin-top :20px;}
#message h1 { font-size: 1em; }
#message .messageText { margin-top:10px; margin-bottom:10px; padding:5px; width:98%; }


/**************************************************
  CONTACT FORM STYLES
***************************************************/

.contactform_fieldset { border: 0 solid black; }
.contactform_fieldset label { display: block; }

.contactform_name_rfv, 
.contactform_email_rfv, 
.contactform_message_rfv
{
	display: block;
}

.contactform_name_input, 
.contactform_email_input, 
.contactform_message_input
{
	width:400px;
	height: 20px;
}

.contactform_message_input { height: 250px; }
.contactform_sent { color: Red; margin-bottom: 10px; }




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {
border-bottom:1px solid Red;
font-size:1.5em;
font-weight:bold;
padding-bottom:5px;
font-family:Arial;
}

p {

}


