/* $Id: local-sample.css,v 1.1.2.1 2010/01/11 00:08:12 sociotech 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.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */


/* Header Regions
-------------------------------------------------------------- */
/* Header Top region to the bottom of Header region */
/* For full-width header background, add background image/color here */
.header-group-wrapper {
background: silver url('http://mixplex.com/frack_files/hole6.jpg') no-repeat; background-position: center;
   border-top: 3px solid silver;
}
.header-group {
}

/* Site Info
-------------------------------------------------------------- */
/* Wrapper around logo, site name, and slogan */
.header-site-info span {
  display: block;
  margin: 1.2em;
}

/* Add float here to put logo and site name side by side, also add margins as
  needed */
#logo {
      float: left;
      margin-left: 1px;
      padding-top: 12px;
}
#site-name {
      padding-left: 1px
      
      
      
}

/* Header - Search
-------------------------------------------------------------- */
.search-box {
float: right;
     
}

.search-box-inner {
float: right;
}

.search-box-inner form#search-theme-form {
float: right;
}

.search-box-inner input#edit-search-theme-form-header {
float: right;
}

/* BEGIN Eric Meyer's upper navbar */
	
#navlist

{
width: 900px;
padding: 5px 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
}

#navlist li

{
list-style: none;
margin: 0;
border-top: 1px solid gray;
display: inline;
}

#navlist li a

{
padding: 0.25em 0.3em 0.25em 0.55em;
border-left: 1em solid #AAB;
background: #CCD;
text-decoration: none;

}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
border-color: #FE3;
color: #FFF;
background: #332;
}

/* END Eric Meyer's upper navbar */

/* BEGIN Eric Meyer's lower navbar */
	
#navlist2

{
width: 910px;
padding: 0 1px 1px;
margin-left: -2px;
font: bold 12px Verdana, sans-serif;
}

#navlist2 li

{
list-style: none;
margin: 0;
border-top: 1px solid gray;
display: inline;
}

#navlist2 li a

{
padding: 0.25em 0.3em 0.25em 0.55em;
border-left: 1em solid #AAB;
background: #CCD;
text-decoration: none;
}

#navlist2 li a:link { color: #448; }
#navlist2 li a:visited { color: #667; }

#navlist2 li a:hover
{
border-color: #FE3;
color: #FFF;
background: #332;
}

/* END Eric Meyer's lower navbar */


.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 11px/1.4em Arial, sans-serif; }
.picture img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; }
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 
.regular { margin: 0.5em 0.8em 0.5em 0; }


.fusion-float-imagefield-left .field-type-filefield, .fusion-float-imagefield-left .image-insert, .fusion-float-imagefield-left .imagecache {
    float: left;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 0;
}

a, input {
outline-color: invert;
outline-style: none;
outline-width: medium;
}
