/* This file will hold styles that are loaded using the same media query as the narrow grid. */

/** ALL Responsive layouts except mobile
*   This hold styles for most desktop screens.
*  
*   global is everywhere 
*   default is mobile/phones
*   narrow is 740-800 / Ipad Potrait
*   normal is 980-1024 / Desktop
*   wide is 1020 ++
*/

#region-search {
  float: right;
  width: auto;
}
#block-search-form {
  margin-bottom: 0px !important;
  float:right;
  width:316px;
}
/*#block-search-form input.form-text, #block-search-form textarea {
  width: 290px;
}*/
#zone-header {
  display: block;
}
ul.megamenu-skin-hdtheme li.megamenu-parent {
  margin-right: 5px;
  width: 70px;
}
ul.megamenu-skin-hdtheme li.megamenu-parent h2 a {
  font-size: 12px !important;
}
#zone-preface #region-preface-third.region {
  width: 315px;
}

div.view-slider {
  width: 660px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 660px !important;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
   margin: 0 13px !important;
}
#zone-postscript .region {
   margin: 0 10px !important;
}
#region-sidebar-second {
   width: 298px;
}