/* 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-user-wrapper{
     background-color: #222;
 
}

#page { 
	background-image: url('../images/header-.jpg');
     	background-color: #fff;
	background-repeat: no-repeat;
	padding-top: 350px;
	background-size: 700px;
}

#zone-content {
    margin-left: 100px;
    margin-top: 1px;
}

label#toggle-icon{
	background-color: #222;
	position: fixed;
	top: 0; 
	left: 0;
	z-index: 999;
	width: 100%;
	height: 40px;
	font: 3em/1em courier,arial,sans-serif;
}
