/*
Theme Name: Williams Magazine
Description: Williams Magazine style theme based on Meerkat
Author: Williams WebOps
Template: meerkat
Version: 1.0
*/

/*------------------------------------------------------------------------------
 * STRUCTURE
 *------------------------------------------------------------------------------*/
/* conform to meerkat article styles (this should be automatic) */
.type-feature {
	clear: both;
    padding-left: 4.5%;
    position: relative;
}

div.overlay-hover {
	display: block !important; 
}
div.overlay-hover span { 
    font-size: 15px;
    font-weight: normal;
    background:rgba(0,0,0,.7);
}

/*------------------------------------------------------------------------------
 * HOMEPAGE
 *------------------------------------------------------------------------------*/
body.home.meerkat-magazine #content.ninecol,
body.tax-volume_year.meerkat-magazine #content.ninecol { 
	width: 70%; 
}
.homepage-feature {
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}
.homepage-feature img {
  display: block;
  height: auto;
  width: 100%;
}
.widget_meerkat_edition_toc .toc-features {
	display: block;
}
.home .widget_meerkat_edition_toc .toc-features,
.tax-volume_year .widget_meerkat_edition_toc .toc-features{
	display: none;
}
.widget_meerkat_edition_gallery {
	display: none;
}
.home .widget_meerkat_edition_gallery,
.tax-volume_year .widget_meerkat_edition_gallery{
	display: block;
}

/*------------------------------------------------------------------------------
 * CONTENT
 *------------------------------------------------------------------------------*/
#section-top summary { margin-top:10px; }