/* $Id: local_sample.css,v 1.2.2.2 2009/12/22 06:47:47 jwolf Exp $ */

/* Local CSS
-------------------------------------------------------------- */

/**
 * Put your custom css and css overrides in this file and
 * rename it local.css. By restricting your css changes 
 * to local.css, your changes will not be overwritten when
 * upgrading to a new version of this theme.
 *
 *  Steps to activate local.css:
 *  1. Add your custom css to this file.
 *  2. Rename this file to local.css  
 */
 
 
 /**********/
/* LAYOUT */
/**********/

/*
html {
  background: #F4F7E7;                               / * background & font color * /
  color: #666;
  min-width: 975px;
}
*/

html {
  background: #F4F7E7;                               /* background & font color FFFFFF */
  color: #000;
  min-width: 975px;
}

/************************/
/*  MAIN AREA WRAPPER   */
/* (Sidebars + Content) */
/************************/

/*
#main-wrapper {
  background: #FFFFFF url('images/content-gradient.png') repeat-x 0 1px;
}
*/


#header-first {
  float: left;    /* LTR */
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  margin: 12px 30px 0 0;
/*  width: 380px;*/
  width: 580px;
}


#header-last {
  float: right;    /* LTR */
  margin: -4px 0 0;
  width: 330px;
}


.marina-rounded-corners .inner-wrapper {
  color: #000;
}


