/* 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. */

.slide-9 {
	width: 540px !important;
	padding: 0 !important;
}

#zone-header, #zone-content, #zone-footer {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#zone-footer {
	margin-bottom: 20px;
}

h1.site-name, h2.site-name {
	font-size: 28px;
}

#logo {
	width: 60px !important;
}

#block-menu-block-2 .menu-block-wrapper .menu li.last {
	border: none;
}

ul.nice-menu-down>li>a {
	padding: 0 15px !important;
}
