/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */

.slide-9 {
	width: 720px !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: 36px !important;
}

.site-name-slogan {
	margin-left: 75px !important;
	padding-bottom: 10px !important;
}

#logo {
	width: 70px !important;
}

#block-menu-block-2 .menu-block-wrapper .menu li.last {
	border-bottom: 1px solid #999;
}

ul.nice-menu-down>li>a {
	padding: 0 30px !important;
    /* this is the URPL fix */
}
