/* $Id: local-sample.css,v 1.1 2010/04/06 21:40:58 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-site-info-inner {
  background: url(../images/banner/bristolbanner.jpg) no-repeat center center;
  height:150px;
}

#site-name, #site-name a:link, #site-name a:visited, #site-name a:hover, #site-name a:active  {
color:#EAF8E4;
font-size: 90%;
float: right;
font-size: 115%;
top: 125px;
}

#search-box {
float:right;
position:relative;
top:-155px;
right:170px;
width:auto;
}

body {
background: none repeat scroll 0 0 #7F6727;
}

h1 {
font-size: 100%;
}

