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

.preface-bottom .first .inner {
  margin-left: 30px;
}

.preface-bottom .last .inner {
  margin-right: 30px;
}

.content-group {
}

.sidebar-first .block .inner {
  margin-right: 30px;
}

.sidebar-last {
}

.content-group .block .inner {
  margin-left:15px;
  margin-right:15px;
  padding-left:25px;
  padding-right:15px;
}

.sidebar-last .block .inner {
margin-left: 15px;
margin-right: 15px;
padding-left: 15px;
padding-right: 15px;
}

  /* view inner */
.content-group .block .view .inner {
  padding: 0;
  margin: 0;
}

 /** PAGE **/

.page {
  background: #333;
}
 
 /** HEADER **/
 
 /** MAIN **/
 
.main-wrapper {
  padding-bottom: 25px;
}

.main {
  padding-top: 40px;
}

.main-inner {
  padding-bottom: 40px;
}

  /** POSTSCRIPT **/
  
.postscript-bottom-wrapper {
  padding-top: 25px;
}

.postscript-bottom-inner {
}


  /** FLICKR **/

.block-flickr a img {
  border: 3px solid #D3D3D3;
  margin: 5px;
}

.block-flickr a:hover img {
  border: 3px solid #007A9E;
}

  /** FOOTER **/
  
#block-views-partners-block_2 img {
  float: left;
}

  /** ABC page **/
  
.page-abc .views-field-field-photo-fid img {
  float: left;
  margin-right: 10px;
}  

