/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

    1. Open style.css file and find any clasess you want to override
	2. Copy classes to override in this file, make sure you put classes outside
	3. Activate custom.css file in theme admin panel

*/
/* START OVERRIDING / ADDING NEW CLASESS BELOW THIS LINE */

body{ background: #ffffff repeat-x top; font-family:Georgia; }
#page {	background: url(images/pagebg.gif) #ffffff repeat-y top; margin-right: auto; margin-left: auto; padding: 10px 0px 0px 0px; width: 980px; }
.grid_12 {display:inline;float:left;margin-left:0px;margin-right:0px; }
.container_12 .grid_12 {width:959px;}

#donate-spot.grid_4 {display:inline;float:left;margin-left:0px;margin-right:10px}
#donate-spot input {border:0px;}

#pagenav, #pagenav ul{float:left; list-style:none; padding:0; font-size: 9px; background: #076324; width: 959px; }
#pagenav li ul li a{font-size: 14px; padding-top:0; }
#pagenav li ul{position:absolute; width:28em; left:-999em; padding-top:1px }
#pagenav li ul li{background:#FFF; border:solid #D8D8D8; padding-top:1px; line-height:21px; width:28em; border-width:0 1px 1px 1px }

#top_menu li a{ background: #076324; color:#ffffff; display:block; padding:0px 18px; }
#top_menu{ height:40px; text-align:left }

#foot {	background: url(images/copybg.gif) repeat-y top; margin-right: auto; margin-left: auto; padding: -10px 0px 0px 0px; width: 980px; z-index:100; margin-top:-4px;}
#footwidgets-front .widget-spot{ vertical-align:middle; padding-top:20px; padding-bottom: 0px;  }
.footer-background { background: url(images/footerbg.gif) #ffffff repeat-y top; padding:0px 0px 0px 0px; }
.copy .copyright{ font:normal 12px Georgia; background: url(images/copybg.gif) #ffffff repeat-y top; padding:5px 25px 20px 15px;  z-index:1000;}
img#wpstats{display:none;}