/* The Body */
body { background:url(bg.jpg) repeat-x #351D43;
background-position:center top;
}

/* Heading Colors */
h1, h2, h3, h4, h5, h6 { color: #BB15B6; padding-bottom:20px; }
h3 a {color:#BB15B6;}

/* Links */
a { color: #1C7500; }

.nav li.page_item a:hover { color: #fff; background: transparent url('menu_item_bg_right.png') no-repeat scroll right top; }
.nav li.page_item span:hover { background: transparent url('menu_item_bg_left.png') no-repeat scroll left top; }

.ie6 .nav li.page_item a:hover { background:url(menu_item_bg.jpg);} /* Handle IE6 Limitations */

.nav li.current_page_item a, .nav li.current_page_ancestor a { color: #fff !important; background: transparent url('menu_item_bg_right.png') no-repeat scroll right top !important; }
.nav li.current_page_item span, .nav li.current_page_ancestor span { background: transparent url('menu_item_bg_left.png') no-repeat scroll left top; }

/* Home Page Slider */
#slider-content { background: transparent url('slider_bg.jpg') no-repeat; }

#slider-text h2,
#slider-text .text { color: #fff; }

#slider-images img { border-bottom: 1px solid #d7e5ea; }

/* The 3 Home Sections */
#home-3-sections-middle h3 {}

/* Footer */
.footer { background: transparent url('footer_bg.jpg') no-repeat; }
.footer #copyright { color: #fff;}
.footer a { color: #fff; }
.footer a:hover { color: #351D43; }
.footer .separator { color: #fff; }

/* Inner Page Sub-Header */
#sub-header { background: transparent url('sub_header_bg.gif'); }
#sub-header h2,
#sub-header p { color: #fff; }

/* Override some of the base.css styles */
h1.entry-title { color: #0e4ead; }
h2.entry-title a:hover { color: #0e4ead; }
h2.entry-title { color: #0e4ead; }
#primary .published, #primary .comment-date { color: #949393; }
#primary cite.commenter { color: #0e4ead; }
#primary hr { border: 1px solid #D7DDE1; }
.entry-tags { color: #949393; }

/* Sidebar Widgets */
.widget li.page_item, .widget li.cat-item { background: transparent url('bullet_unselected.gif') no-repeat scroll left 5px; }
.widget li.current_page_item, .widget li.current-cat { background: transparent url('bullet_selected.gif') no-repeat scroll left 5px; }
.widget h4 { color:#339900; font-family:Georgia, "Times New Roman", Times, serif;}

/* Tables */
table { border: 0px solid #FFF4E1; }
table .alt { background: #FFF4E1; }
tr { border-bottom: 1px solid #FFF4E1 }
th { background-color:#0e4ead; border:1px solid #FFF4E1; color:#FFFFFF; }
table tfoot tr th, table tfoot tr td { background-color:#aaa; border:1px solid #FFF4E1 }