/* 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. */

@import url('narrow/header.css');
@import url('narrow/menus.css');
@import url('narrow/content.css');
@import url('narrow/sidebar.css');

body {
  font-size: 11px;  
}
h2 {
  font-size: 14px;
}
#region-branding {
  margin-left: 0;
}
div.container-12 .prefix-1 {
  padding-left: 0;
}
div.container-12 .suffix-1 {
  padding-right: 0;
}
/* Google search */
/*form#google-cse-results-searchbox-form .form-item.form-type-textfield input {
  width: 200px;
}*/
#block-block-14,
#block-block-15 {
  padding-left: 60px;
}