/* $Id: local_sample.css,v 1.1.4.1 2009/05/26 06:21:30 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  
 */
 
 
 /****** Palette
 dark purple: #302B58 or #251F4F
 lighter purple (lilac): #8079AA or #817AAB
 
 */
 
 /* HTML & Body
-------------------------------------------------------------- */

html {
  background-color: #000;
}

body {
  background: #251F4F;
  color: #F0F0F0;
}



/* Header regions
-------------------------------------------------------------- */

#header-wrapper {
  background: #fff url('images/header_960x120.png') no-repeat left top;
  height: 61px;
}

#header-first h1 {
  border-right: 1px solid #DDDDDD;
  color: #302B58; /*was: #525252 */
  display: inline;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 2.1em;
  font-weight: normal;
  letter-spacing: 3px;
  padding-right: 15px;
  position: relative;
  text-transform: uppercase;
  top: -35px;
  white-space: nowrap;
}

#header-first h1 a {                /* site name link */
  color: #525252;
  text-decoration: none;
}

#header-middle {
  color: #555555;
  display: inline;
  padding: 0;
  position: relative;
}

#slogan {                          /* site slogan */
  display: inline;
  font-weight: normal;
  font-size: 2em;
  color: #c5c5c5;
  margin-right: 15px;
  position: relative;
  top: 26px;
}

#header-wrapper #search-box {
  margin: 4px 14px;
  position: absolute;
  right: 0;
  top: 28px;
  white-space: nowrap;
}

#header-wrapper .search_submit {
  background: transparent url('images/search-arrow.png') no-repeat 4px 1px;
  cursor: pointer;
  padding: 0 6px;
  text-indent: -999em;
}

#header-wrapper #search-box #search input.form-text {
  border: 1px solid #D5D5D5;
  background: #fff;
  color: #292929;
  width: 11em;
}

/* Primary menu - can change bg graphic and foreground text colour - NOT CHANGED YET!
-------------------------------------------------------------- */


#primary-menu ul.links li a {
  color: #999;
}

#primary-menu ul.links li:hover,
#primary-menu ul.links li:active,
#primary-menu ul.links li.active-trail {
  background: transparent url('images/pri-hover-left.png') no-repeat left;
}

#primary-menu ul.links li a:hover,
#primary-menu ul.links li:hover a,
#primary-menu ul.links li a:active,
#primary-menu ul.links li.active-trail a {
  background: transparent url('images/pri-hover-right.png') no-repeat right;
  color: #fff;
}

