/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/


#wpsb ul {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EDCEA5 none repeat scroll 0 0;
padding:4px 5px 8px 9px;
color:#555555;
margin:0px;
}

.wpsb_form_txt
{
width:275px;
}

#wpsb ul p{
margin:0px;
padding:0px;
}

#sharethis_0 a:link, 
#sharethis_0 a:visited
{
color:#000000;
}

h3
{
font-weight:bold;
font-family:Arial;
}

span.widget-title
{
background-color:#DF5D00;
color:white;
padding:2px;
text-transform:none;
}

#wpsb .widget-title
{
padding:0px;
}

.entry-content h3 {
margin:1.833em 0 0.611em;
}

div.entry-content a {

}