/* $Id$ */

/****************************/
/* 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 */

#dock {
float:right;
margin-right:400px;
margin-top:90px;
min-height:64px;
position:relative;
}

.preface-top-wrapper {
  background: #144A6E url(../images/preface-wrapper-bg.png) repeat-x top;
  color: #fff;
  min-height: 147px;
  padding-top: 10px;
}

.icon-weather .block-icon {
  background: url(../images/icons/icon-weather.png) no-repeat left center;
}

#slidelogo {
  float: left;
  margin: 0 15px 0 0;
}
