/* $Id: custom.css,v 1.1 2010/06/24 23:08:18 jmburnz Exp $ */

/**********************************************************
 *                 Custom Styles
 **********************************************************/
/**
 * Here you can add custom stles for your theme that do not fit
 * into one if the modular stylesheets.
 */

/* Workaround for Admin menu bar shadow */
html body.admin-menu {
  margin-top:45px !important;
}

/*Altrimenti la Slider avrebbe spazio bianco a destra*/
#container {
  width:980px;
}
/*layout fluido*/
#genesis-1c .two-sidebars .content-inner{margin:0 19%;}
#genesis-1c .sidebar-first .content-inner{margin-left:19%;}
#genesis-1c .sidebar-second .content-inner{margin-right:19%;}
#genesis-1c #sidebar-first{width:18%;margin-left:-100%;}
#genesis-1c #sidebar-second{width:18%;margin-left:-18%;}