/* 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. */
body {
font-size:78%;
padding: 0;
line-height: 1.3em;
margin: 0 auto;
width: auto;

}


#section-header {
margin:0 auto;
width:100%;
background: url("/pern_files/banner/banner_720.gif") no-repeat scroll center top transparent;
height:100px;
background-color: #ffffff;
}

#region-branding h2.site-name {
top:40px;
}

#zone-content.container-12 {
width: 720px;
}

#zone-content #region-content {
    width: 700px;
}

.site-name {
    font-size: 180%;
}

.site-name-slogan {
    float:none;
    margin:0 auto;
    position: relative;
    top:0;
    width:auto;
}

.sf-menu a.main-link {
   /*line-height: 1.6;*/
   padding: 0 0.3em;
}
.sf-menu .sf-depth-1 ul {
   /* margin-top:-1em;*/
    width: inherit;
}
#region-sidebar-second { float:right;}

/*
#search-block-form {
    float: right;
    margin: 1% -1% 0 0;
}
*/

#search-block-form {
    font-size: 80%;
    left: 535px;
    position: absolute;
    top: -100px;
    width: 190px;
}
