/* 
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.

*/
/*Turns off borders around images*/
.entry img {
border:none;
}

/*Adjusts header box height to fit logo image*/
#header, #header #title {
height:165px;
}

/*Changes Anchor test to BLUE for body text only*/
.entry a {
color:#0000FF;
text-decoration:underline;
}

/*Changes H2 padding in pages and posts*/
#main_content #top h2  {
	padding: 0px 0px;
        line-height:22px;
}

/*Changes ordered lists to decimal instead of upper-latin*/
#featured .information ol li  {
	list-style-type: decimal;
}
.entry  ol li  {
	list-style-type: decimal;
}

/*Moves spacing between TABBER and HEADLINE on homepage*/
#main_content  {
	float: left;
	width: 619px;
	padding: 0 20px 0 0;
	margin: 0px 0 0 10px;
}