/* This file will hold styles that are loaded using the same media query as the narrow grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the normal and widescreen layouts. You may override these styles in the normal 
 *  and widescreen CSS files as appropriate. */
 
#zone-branding {
    background: url("../images/defazio_header_narrow.jpg") no-repeat scroll 0 0 transparent;
    border:0;
    box-shadow: none;
    margin-top: 0;
	height: 260px;
}


.logo-img {
    left: 17%;
    position: relative;
    top: 75px;
    width: 65%;
}

.sf-menu a {
    font-size: 15px; 
    padding: 1.4em 1.2em;
}