/* $Id: local_sample.css,v 1.1.2.2 2008/12/15 21:02:34 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                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */

#searchwrap{
	height:20px;
	padding-top:8px;
	text-align:right;
	
	
}

.searchinput{
	width:120px;
	color:#F60;
}

.imglogo
{
	left:auto;
top:auto;
	position:absolute;
z-index:10;
}

#header {
	height:180px;
}

#header-first {
  width: 160px;
}

 
#header-middle {
  width: 750px;
}

#header-wrapper {
  height:137px;
}

#header-middle {
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  
}

#header-middle h1 {    /* site name link */
  font-size: 3em;
  line-height: 80%;
  margin: 10px 0 15px 0;
  color:#000;
  font-weight:bold;
}

#header-middle h1 a {    /* site name link */
  text-decoration: none;
  color:#504c3b;
    z-index:10;
  position:absolute;
}

#header-middle #slogan {                          /* site slogan */
  display: block;
  font-size: 1.166em;
  margin: 4px 0;
  color:#132230;
  font-style:italic;
}

#primary-menu ul.menu li ul li {
	background: #efb756;
  border-bottom: 1px solid #ffffff;
}