/* The Body */
body{ color: #bfbfbf; background: #141926 url('page_bg.png') repeat-x scroll center top; }
body.home { background: #141926 url('home_bg.png') repeat-x scroll center top !important; }

/* Heading Colors */
h1, h2, h3, h4, h5, h6 { color: #fff; }

/* Links */
a { color: #ff8929; }
a:hover { color: #fff; }

.nav li.page_item a { color: #fff; padding-bottom: 5px; }
.nav li.page_item a:hover { color: #ff8929; border-bottom: 3px solid #ff8929; text-decoration: none; }

.nav li.current_page_item a, .nav li.current_page_ancestor a { color: #ff8929 !important; border-bottom: 3px solid; text-decoration: none; }

/* Home Page Slider */
#slider-content { background: transparent url('home_highlight.jpg') no-repeat scroll 510px top; }

#slider-text h2,
#slider-text .text { color: #fff; }

/* The 3 Home Sections */
#home-3-sections h3 { color: #fff; background: transparent url('separator.gif') repeat-x scroll center bottom; }

/* Footer */
.footer { background: transparent url('separator.gif') repeat-x scroll center top; }
.footer #copyright { color: #92948d;}

/* Inner Page Sub-Header */
#sub-header h2,
#sub-header p { color: #fff; }

/* Override some of the base.css styles */
h1.entry-title { color: #fff; }
h2.entry-title { color: #fff; }
#allowed-tags { background-color: #141926; }
#primary .published, #primary .comment-date { color: #949393; } 
.entry-tags, .entry-categories { color: #949393; } 
#primary .hentry img { border: 1px solid #2f374a; background-color: #242a38; }
.nav-next, .nav-previous, .comment-reply { font-weight: bold; }
div.hr { background: transparent url('separator.gif') repeat-x scroll center bottom; }

/* Sidebar Widgets */
#secondary .widget { background-color: #242a38; border: 1px solid #2f374a; }
#secondary .widget ul, #secondary .widget div { background: transparent url('separator.gif') repeat-x scroll center top; }
.widget li.current_page_item a, .widget li.current-cat a { color: #ff8929; }
.widget li.page_item a:hover, .widget li.cat-item a:hover { color: #fff; }
.widget h4 { color: #fff; }

/* Default Widgets Styles */
#secondary .widget_categories h4 { padding-left: 34px; background: transparent url('categories.png') no-repeat scroll left top; }
#secondary .widget_recent_entries h4 { padding-left: 34px; background: transparent url('recent_posts.png') no-repeat scroll left top; }
#secondary .widget_archive h4 { padding-left: 34px; background: transparent url('archives.png') no-repeat scroll left top; }
#secondary .widget_search h4 { padding-left: 34px; background: transparent url('search.png') no-repeat scroll left top; }
#secondary .widget_search .search { border: 1px solid #e3e3e3; }
#secondary .widget_search .search-btn { background: transparent url('search_btn.gif') no-repeat scroll center top; border: 0; }
#secondary .widget_search form { background: transparent url('separator.gif') repeat-x scroll center top; }

/* Tables */
table { border: 1px solid #2f374a; }
table .alt { background: #2f3b59; }
tr { border-bottom: 1px solid #2f3b59; }
th { background-color:#242a38; border:1px solid #242a38; color:#FFFFFF; }
table tfoot tr th, table tfoot tr td { background-color:#42537d; border:1px solid #42537d; }

/* Contact Form */
#unisphere-contact-form input{ border:solid 1px #e3e3e3; background-color: #fff; }
#unisphere-contact-form textarea{ border:solid 1px #e3e3e3; background-color: #fff; }