/*   
Theme Name: RobertVBinder.com
Description: Big Feature child theme, bfnav customized for RobertVBinder.com. 
Author: Roger Grimstad
Revisor: Robert Binder
Template: bigfeature
Version: 1.0.5.1

body  background
#000  black
#222  almost black
#333  charcoal gray
#666  darker gray
#999  dark gray
#aaa  medium gray
#eee  light gray
#fff  white

=== Bob's mods ===
2012/07/01	remove goofy background from body
2013/01/26	h3 cufon, twitter widget overrides
2014/01/16	clean up code, make readable	

*/

body { background: #CCCC99 no-repeat center top; }

#header { margin-bottom:0; }

#container { padding: 40px 50px 20px; border-left: 1px solid #aaa; border-right: 1px solid #aaa; }

#topheader { margin-top: 10px; }
#topheader .inside { background-color: blue; padding: 0px 0; border: 1px; border-bottom:none; }
#topheader p.description { border-left: none; margin: 0; font-size: 14px; padding: 17px 0 0 14px; }
#topheader ul.navigation.navsimple li a { border-right: 1px solid #666; }
#topheader ul.navigation.navsimple li.last a { border-right: none; }
#topheader ul.navigation.navboxes li a:hover { text-decoration: none; }

#headerstuff { padding: 0 0px; }

#top .inside { background-color:#333; padding: 8px 0; border-left: 1px solid #333; border-right: 1px solid #333; }
#top ul.navigation { width: auto; margin: 5px 0 0 50px; }
#top ul.navigation a { color: #aaa; }
#top ul.navigation.navsmall li a { border-right: 1px solid #999; }

#searchcontainer { float:right; margin-left: 15px; margin-right: 15px; }
#searchcontainer .searchicon { margin: 3px 0 0 3px; }
#searchcontainer .searchbox { height: 22px; background-color: #fff; border:none; }
#searchcontainer .searchform .searchbox { width: 200px; }
#searchcontainer .searchform .searchfield { width: 172px; padding: 1px; }

#footer { margin-top: 0; }
#footer .inside { border-left: 1px solid #333; border-right: 1px solid #333; background-color: #222; }

#footer-widgets a { color: #eee; }
#footer-widgets h2 { color: #eee; }
#footer-widgets ul li ul li { border-bottom: 1px #666 solid; }
#footer-widgets { border-top: none; margin-top: 0; padding: 20px 50px; background-color:#333; color: #eee; }

#footertext { padding: 10px 50px; }
#footertext ul.navigation.navsmall { float: right; width: auto; margin: 5px 15px 0; }
#footertext ul.navigation.navsmall li.last a { padding-right: 15px; border-right: 1px solid #999; }
#footertext div { display:inline;}

/* Prevent underline using Cufon font in headers */
h3 { border:0; } 

/* Twitter Widget overrides */
.widget_twitter ul li {
	margin-bottom:100px;
}
