/*
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;
}
*/
/* footer-block */
body.custom div#footer-block {width:960px;margin: 0px auto;}
body.custom div.footer-item h2 {font-weight:bold;font-size:13px;line-height:20px;border-bottom: 1px solid #ddd; margin-bottom:4px;padding-bottom:4px;}
body.custom div.footer-item {float:left; width:31%; margin:5px; padding:5px;}
body.custom div.footer-item ul {padding:0px; margin:10px 0 0 0px;}
body.custom div.footer-item ul li {list-style-type:none; margin: 0 0 2px; padding: 0 0 2px;}
body.custom div.footer-item ul li a {text-decoration:none;}
body.custom div.footer-item ul li a:hover {text-decoration:underline;}
body.custom div#footer {padding-bottom:25px;}

body.custom #footer ul {}


/* end footer */

body.custom div#leaf-9.content {border-right: 1px dotted #eee;}
.myicons {vertical-align:middle;padding:0px 5px 0px 0px; margin:0px;}
body.custom li.cat-item a {text-decoration: none;}
body.custom li.cat-item a:hover {text-decoration: underline;}
body.custom li.cat-item a img {margin: 0px 5px -5px -5px;background: #fff;}
body.custom a.more-link:link, a.more-link:visited {margin: 5px 0 5px;}
body.custom .content {padding-top:20px;padding-right:14px}
body.custom div.post {margin:5px 0 10px;padding:5px 0 5px;}

body.custom li#text-4.widget { background: url("custom/images/rss-subscribe-bg.gif") top right no-repeat; }
body.custom a.rss { padding: 0px 0 1px 20px; background: url("custom/images/rss-icon.gif") 0 0px no-repeat;  }
body.custom a.twtr { padding: 0 0 0 20px; background: url("custom/images/twitter-icon.gif") 0 -1px no-repeat; }


body.custom div#top-banner {float:right;padding:10px 0px 0px 60px;}

body.custom div#leaf-53 {background: url(custom/images/search-bg.png) no-repeat top;}
body.custom div#leaf-53.box {padding-top: 4px; margin-top:0px;}
body.custom #search-4 #searchform {width:265px; margin: 0px auto;}

body.custom div#container {margin: 0px;}

body.custom ul.navigation li ul, ul.navigation li ul li {border-bottom: 1px solid #444;}
body.custom ul.navigation {padding-right:20px;}

body.custom {background: url(custom/images/bg4.png) repeat-x;}

