/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

small { display: none; }

#header img.logo { margin: 15px 0 0; }

#search label, #commentform .details input#submit {
	font-size: 18px;
	text-transform: lowercase;
	font-family: Helvetica, Arial, sans-serif;
}


span.heading {
	font-size: 28px;
	text-transform: lowercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#about { width: 510px; }
	
#about p {
	float: none;
	clear: both;
	font-weight: bold;
	font-size: 17px;
	width: 100%;
	margin: 5px 0 0;
}

#socialNav { height: 30px; }

#socialNav div {
	background:transparent url(img/sButtons.png) no-repeat scroll;
	float: left;
	display: block;
	height: 30px;
	margin: 0 10px 0 0;
	padding: 0;
	width: 30px;
}

#socialNav .button2 { background-position:-30px 0; }
#socialNav .button3 { background-position:-60px 0; }
#socialNav .button4 { background-position:-90px 0; }
#socialNav .button5 { background-position:-120px 0; }

#socialNav div a {
	display: block;
	height: 30px;
	width: 33x;
}

#home_content img {
	border: 1px solid #500000;
	padding: 1px;
}

#coming_events .item  {
	float: left;
	width: 220px;
	margin-bottom: 15px;
}

#coming_events .item h2  {
	font-size: 18px;
	margin: 5px 0 0 0;
}

#coming_events .item p  {
	margin: 5px 0;
}

#coming_events .item p img  {
	float: left;
	margin: 5px 8px 4px 0;
}

#coming_events a#archives_link  {
	display: block;
	text-align: right;
	margin: 10px 0 10px 0;
	font: italic bold 14px Georgia,Times,Serif;
}

.imageArray img { margin: 4px 16px 4px 0; }
