/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v2.9.1
Author: Chris Coyier
Author URI: http://chriscoyier.net
Version: 1
*/

ul#menu-header-menu {
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    color: #4e4e4e;
    font-size: 23px;
    font-family: 'agency_fbregular';
    padding: 0;
    list-style: none;
    position: relative;
    left: 0;
    display: block;
    margin: 0 10px 0 0;
    float: right;
    margin-right: -3%;
}
#menu-header-menu a{
    -webkit-font-smoothing: antialiased;
    font-family: 'agency_fbregular';
    list-style: none;
    line-height: 40px;
    display: block;
    float: none;
    text-shadow: none;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 20px;
    margin: 0 2px;
    -webkit-box-align: center;
    transition: color .3s ease;
    background: #262626;
    -webkit-border-top-left-radius: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
}
#menu-header-menu > li > a:hover {
    color: #000;
    background: #fdc300 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -mox-box-shadow: none;
}
#menu-header-menu .sub-menu a{
	 background: #262626;
	-webkit-border-top-left-radius: 0em;
    -webkit-border-top-right-radius: 0em;
	 -webkit-border-bottom-left-radius: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
}
/*#menu-header-menu .sub-menu a {
	 background: #FDC333;
    color: #000 !important;
}*/
.sub-menu li {
	background: #000 !important;
}
.sub-menu li:hover, .sub-menu li a:hover {
    background: #FDC333 !important;
    color: #000 !important;
    list-style: none;
    padding: 0;
}
#menu-header-menu li {
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    color: #4e4e4e;
    font-size: 23px;
    font-family: 'agency_fbregular';
    list-style: none;
    line-height: 40px;
    float: left;
}

@media only screen and (max-width : 800px) {
	#menu-header-menu li {
		float:none;
	}
	.nav-collapse.in.collapse {
        background-color: #262626;
    }
}