/*
   THEME NAME:Headway Child Theme
   VERSION:1.0   AUTHOR:Foxx
   DESCRIPTION: Headway child theme to add custom style.css and functions.php
   TEMPLATE:headway
*/

/* menu for new responsive theme */
.block-type-navigation ul.menu li > a:hover {
text-decoration: underline;
color: #F58C00;
}
.block-type-navigation ul.sub-menu {
  background: url(/images/dropdown_bg.gif) repeat bottom left;
padding: 5px 20px 0px 10px;
}
.block-type-navigation ul.sub-menu li > a:hover {
text-decoration: underline;
color: white;
}
.block-type-navigation ul.sub-menu li {
margin-left: 0px;
}
/* end menu styling */

.block-type-content .hentry {
padding: 0px;
}
.block-type-content .entry-title {
line-height: 100%;
margin-top: -4px;
}
div#blog_header {
/*padding-top: 70px !important;*/
}
#blogHeader {
background-color: #E3E3E3;
/*margin-bottom: 20px;  NEEDED FOR RESPONSIVE LAYOUT, BUT NOT FOR REGULAR*/
}
div#blog_header h2 {
font-weight: 600;
padding-top: 70px;
}
div#main_content h1 {
margin-top: 10px;
margin-bottom: 30px;
}
.nav ul li ul.active_sub {
padding: 8px 5px !important;
margin-top: 10px;
/*border-radius: 8px;*/
}
div.entry-content ul li {
list-style: circle;
margin-left: 0px;
}
div.entry-content ul, div.entry-content ol {
padding: 0 0 0 20px;
}
ul.sab-related-posts, ul.sab-related-posts li {
list-style: none;
padding: 0px;
margin-left: 1px;
margin-bottom: 7px;
}
div.sab-related-block h3 {
font-size: 22px;
margin-bottom: 10px;
}

div#responsive-menu {
  background: url('/images/dropdown_bg.gif') repeat;
}

.block-type-content div.loop {
padding-top: 30px;
}