/**
* $Id: gallery.css 66 2011-03-28 14:01:41Z brandon $
*
* McKeel Academies
* Gallery v1.1
* Gallery styles
* Last Updated: $Date: 2011-03-28 10:01:41 -0400 (Mon, 28 Mar 2011) $
*
* @author			Brandon Davie
* @copyright	(c) 2009 McKeel Academies
* @package		Gallery
* @subpackage	CSS
* @link				http://mckeelacademy.com/
* @since			2008-05-13
* @version		$Rev: 66 $
* @author			$Author: brandon $
*/

/**
* GALLERY STYLES
*/

.gallery_row {
	clear: both;
	margin: 0px;
	overflow: hidden;
	width: 100%;
}

.gallery_block {
	float: left;
	margin-right: 0.9%;
	margin-bottom: 25px;
	overflow: hidden;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
}

.gallery_block p.image_wrap {
	text-align: center;
	margin: 2px 0px 3px;
	padding: 17px 5px;
}

.gallery_block p.image_caption {
	text-align: center;
	padding-bottom: 20px;
}

.gallery_block p.image_wrap img {
	padding: 3px;
	border: solid 1px #314861;
}

.gallery_block .row1 {
	background-color: #f1f4f7;
}

.gallery_block .row2 {
	background-color: #e4ebf2;
}

.gallery_block .subtitle {
	text-align: right;
	font-weight: normal;
	color: #000000;
}

.album_desc {
	padding: 15px;
	min-height: 50px;
}

.gallery_photo {
	text-align: center;
}

.gallery_photo img {
	padding: 3px;
	border: solid 1px #314861;
}

.gallery_photo_caption {
	background-color: #d6dee6;
	padding: 10px 10px 19px 10px;
	text-align: center;
}

	
