/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

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;
}
*/

body.custom .feedblock .leaf-top {
        border-bottom: none;
}

body.custom .header-link-text {
        margin: 5px 0px 5px 15px;
}

body.custom #tagline {
        margin: 0px 0px 5px 15px;
        font-size:16px;
}

.feedblock h5 {
	padding: 3px 1px 3px 1px;
	border-top: Solid #cccccc 1px;
	margin: 0;
	color: #333333;
	font-size: 12px;
}

.feedblock a {
        text-decoration: none;
        font-size: 12px;
}

.feedblock a:hover {
        font-weight: bold;
        color:#000000;
}

.feedblock IMG {
        display: none;
}