/* 
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.

*/

body  {
	/* background: none; */
}

#about p  {
	margin: 0;
	line-height:22px;
}

#connect ul li {
    height: 48px;
}

#connect ul li a {
    padding: 8px 0;
}

#connect ul li a img {
    margin:0 10px;
}

.widget ul li {
    border-bottom:1px solid #E0E6E6;
}

.post h2.title a:link, .post h2.title a:visited {
    line-height:33px;
}

.widget ul li a:link, .widget ul li a:visited  {
	display: inline-block;
	border-bottom:none;
}

#searchform #s {
    padding:5px 0 5px 5px;
}

#searchform .submit {
    padding:4px 8px;
}
