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

#view-id-frontpage-page .views-view-grid td, #view-id-taxonomy_term-page .views-view-grid td {
  vertical-align: top;
  padding-bottom: 20px;
}

#view-id-frontpage-page .views-field-tid, #view-id-taxonomy_term-page .views-field-tid {
  float: left;
  margin-right: 5px;
  font-size: 75%; /* font-size 12 */
}

#view-id-frontpage-page .views-field-created, #view-id-taxonomy_term-page .views-field-created {
  font-size: 75%; /* font-size 12 */
}

.quicktabs_wrapper .block {
  float: none;
}

#view-id-frontpage-page .views-field-title h3, #view-id-taxonomy_term-page .views-field-title h3 {
  margin: 0 0 5px 0;
  height: 40px;
  overflow: hidden;
}

#view-id-frontpage-page .views-field-field-imagefield-fid img, #view-id-taxonomy_term-page .views-field-title img{
  margin: 5px 0 0 0;
}

.galleryformatter.galleryview.galleryformatter-view-full.galleryformatter-greenarrows.gallery-processed li {
  list-style: none;
  background: none;
}

