/* $Id: local-sample.css,v 1.1 2009/08/19 04:28:52 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 */

.panels-flexible-row-1-main-row-inside {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #455F6F;
}

.panels-flexible-region-1-frontpage_highlight img {
  border: 2px solid #000;
}

.panels-flexible-column-1-main {
  background-color: #d4e1e7;
}

.member-image img {
  float:right;
  width:75px;
  margin-left:10px;
  display: inline;
}

.member {
  margin-left: 100px;
  display: inline;
  height: 75px;
}

.member-container {
  margin-top:5px;
  height: 80px;
  border-bottom: #000 1px solid;
}