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

.front #section-content{
  background: #fff url("../images/portrait.jpg") right bottom no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 903px;
}
.not-front #zone-content-wrapper {
  float: right;
  width: 70%;
}
.not-front #zone-menu-wrapper {
  float: left;
  width: 25%;
  margin: 0px;
}
#region-footer-second {
  padding-left: 20px;
}
#block-menu-menu-home-links {
  margin: 0 0 0 15px;
}
#block-search-form {
  width: 240px;
}

#block-search-form input[type="text"] {
  width: 185px;  
}

#block-search-form .block-inner {
  padding: 0em;
}
#region-user-first {
  padding: .8em 0 0 0;
}
#region-user-second {
	width: auto;
	float: right;
}
.front #zone-content{
  margin-left: 10px;
}