/*
http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 

Note to self about footer: http://headwaytips.com/creating-a-widgetized-footer/
*/

/* GENERAL SETTINGS */
body.custom {background:#fff url(custom/images/bg-nav2.gif) top left no-repeat; } 
body.custom div.box { margin: 0px 0px 0px 0px; }
body.custom div#container { margin-top: 0; margin-bottom: 0px; padding-bottom: 20px; background:#fff url(custom/images/bg-content.gif) top left repeat-y; }
body.custom div#footer { margin-top: 0px; padding-top: 10px; background: url(custom/images/bg-footer.gif); height: 85px; } 

/* CONTENT AREA */
body.custom div.entry-content { width: 535px; }
body.custom div.post {border-bottom-color: #fff; }
body.custom div.post, div.page, div.smallpost { padding-left: 15px; padding-top: 15px; }
body.custom h1.entry-title, h1.page-title { background: url(custom/images/btn-post-title.gif) left no-repeat; }
body.custom h1.entry-title, h1.page-title { padding-left: 35px; }
body.custom p.nocomments {display: none;} 
body.custom div.entry-content ul li { list-style-type: none; list-style-image: url(custom/images/btn-content-li.gif); }

/* SIDEBAR */
body.custom ul.sidebar li { font-size: 14px; line-height: 18px; }
body.custom span.widget-title { color: #fff; border: 0px; background: #DA4F16 url(custom/images/bg-widget-title.gif) left no-repeat; }
body.custom span.widget-title { padding: 10px 5px 10px 40px; }
body.custom div.textwidget { color: #fff; padding: 0px 25px 0px 25px; }
body.custom div.sidebar { margin: 0px 0px 0px 100px; }
body.custom div.sidebar a { color: #fff; }
body.custom ul.sidebar ul li { background: url(custom/images/btn-sidebar-li.gif) left no-repeat; padding-left: 25; }
body.custom ul.sidebar ul li { padding-left: 25px; }

/* NAVIGATION BAR */
body.custom div#navigation-container, body.custom div#navigation, body.custom ul#header-navigation li.page_item ul li {border-width:0px; color:#none; height: 93px; } 
body.custom ul#header-navigation { padding: 30px 0px 0px 435px ; }
/* any list item */
body.custom div#navigation ul#header-navigation li.page_item a:hover { color:#17CCF3; text-decoration:none;}
/* Item 2 - Appointments */
body.custom div#navigation ul#header-navigation li.page-item-8 a { color:#EF7611; text-decoration:none; } 
/* body.custom div#navigation ul#header-navigation li.page-item-8 a:hover { color:#CC0000; } */

/* FOOTER WIDGETS */
body.custom div#footer-widgets {width:100%; background: none; padding: 0px 0px 0px 100px ; margin-top: 0px; }
body.custom div#footer-widgets div.footer-item {float:left; width:31%; margin:5px 30px;}
body.custom div#footer-widgets div.textwidget {color: #333; }
body.custom div#footer-widgets 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-widgets ul {padding:0px; margin:10px 0 0px;}
body.custom div#footer-widgets ul li {list-style-type:none; margin: 0 0 2px; padding: 0 0 2px;}
body.custom div#footer-widgets ul li a {text-decoration:none;}
body.custom div#footer-widgets ul li a:hover {text-decoration:underline;}
body.custom div#footer {padding-bottom:25px;margin: 0 auto;}
body.custom #footer ul {}

