/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/


/*********************************************************************************************

1. Header & Page Structure  -------------------------  customizing header.php

*********************************************************************************************/
body {font-family:Arial, Helvetica, Tahoma, sans-serif; font-size: 20px; text-align:center; background-color: #171717; color: #888; }

#container {
background-color: #fff;
padding: 0 60px;
}

#header { padding: 15px 5px; border-top: solid 1px #333; border-bottom: solid 1px #333;}


#bannerHead {float: right; display: inline; }
#topNav { line-height: 1.5; float:left; width:100%; border-bottom: solid 1px #ffcf4c; margin:3px 0 21px; padding-bottom:5px; position:relative; z-index:600; }
#topNav a {color: #333333; font-size: 14px; font-family: "Arial",sans-serif;
line-height: 1.5em;}
#topNav a:hover {color: #ffcf4c;}
#topNav li.current-menu-item, #topNav li.current_page_item,  #topNav li.current-menu-ancestor,  #topNav li.current-menu-parent,  #topNav li.current_page_parent { background-color: #ffcf4c; background-image:none;  -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;  }