/*
Theme Name: Ridge Child
Theme URI: http://storyblock.org
Template: ridge
Author: Shelly Drum
Description: Child theme for the Twenty Eleven theme
Version: two point oh.1441046288
Updated: 2015-08-31 18:38:08
*/

@charset "UTF-8";

/* center featured images on archive pages */
body.archive .entry-content img {
	margin: 0 auto 2em auto;
	display: block;
	}

/* center star rating block on archive pages */
body.archive .ratepost {
	margin-left: auto;
	margin-right: auto;
	}
body.archive .ratingtext {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	}

/* make tagline appear at bottom right of homepage banner */
#home-banner .inner {
	position: absolute;
	background-color: #A62030;
	bottom: 2%;
	top: inherit!important;
	width: 50%;
	right: 0;
	text-align:left;
	min-width:350px;
	padding: .5em 1em;
	opacity: 1 !important;
	}
#home-banner p {
	font-size: 2em;
	font-weight: 200;
	color:#fff;
	line-height: 1.5em;
	margin: 0;
	}

/* logo & tagline fix for smaller screens (like iPhone 5 and earlier) */
@media only screen and (max-width: 350px) {
	#home-banner .inner {min-width:300px;}
	.logo a img {max-width: 220px;}
	}
/* make masonry display have even rows, regardless of size of featured images */
.project .inside { min-height:218.81px; max-height:218.81px; background-color:#bb1d2c; }

/* don't hide project captions */
#projects .project.small figcaption { transform: none; }

/* border for project tiles */
#projects .project .inside { border: 1px solid #e48f31; }

/* different hover effect for project list */
#projects .project:hover .inside { border: 2px solid #a61f30;}

