/******************************************  
 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.
*/


/* body link styles ^AT 
#main, .nocol, h1, h2, h3
a:visited {
color: inherit;
} */



/* begin custom menu bar ^AT */

#menubar {
background: #000;
color: #fff;
padding: 4px;
text-align:center;
width:100%;
box-sizing: border-box;
position:absolute;
z-index: 5;
}
    
.menu{
font-family: 'Helvetica Neue', 'Hoefler Text', 'Times New Roman', serif;
font-weight: bold;
width: 860px;
margin: 0 auto 0 auto;
}    
    
.menu 
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}

.menu
li {
float: left;
}   
    
.menu
a {
display: block;
width: 140px;
text-size: 14px;
text-transform: uppercase;
text-decoration: none;
color: #fff;
background: #000;
padding: 12px;
margin: 0 2px 0 2px;
}    

.menu
a:hover {
background-color: #fff;
color: #000;
}   

.menusearch
{
margin: 6px 0 0 0;
padding: 0;
display:block; 
float:left;
}

.menusearch
input {
 	font-size: 12px;
 	color: #000;
 	height: 14px;
	background: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 8px 11px;
}

/* end custom menu bar ^AT */
