/* @override http://elkislandschools.ca/css/gallery.css */
/* Gallery Styles*/

#content .gallery_title {
	background: #e7e7e7;
	padding: 10px 0 6px 0;
	width: 100%;
	border-bottom: 4px solid #cdcdcd;
	position: relative;
}

#content .gallery_select {
	padding: 10px;
}

#content .gallery_select span{
	font-style: italic;
}

#content a {
	color: #0076BE;
	text-decoration: none;
}
#content a:hover {
	color: #00385a;
}

#content .gallery_title h3{
	text-align: left;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 0;
	padding-top: 0;
	padding-right: 0px;
}


#content .gallery_title h3 a{
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#content .gallery_select img {
	float: right;
	margin: -10px 0 0 10px;
	padding: 10px;
	border: none;
}

#content img.gallery_thumbnail {
	display: block;
	margin: 0 auto;
	clear: both;
	border: none;
	float: none;
}

#content .gallery {
	text-align: center;
}

#content .gallery_select {
	border: 1px solid #cdcdcd;
	margin-bottom: 15px;
}

#content .gallery_title span a {
	text-align: right;
	font-size: 14px;
	text-decoration: none;
	padding: 0 10px;
	position: absolute;
	right: 10px;
	top: 10px;
}

#content .photo_row { clear: both; }
#content .gallery_img { float: left; width: auto; margin: 20px; min-height: 180px; width: 180px; }
#content .gallery_img a { display: block; display: inline-block; width: auto; }
#content .gallery_img img { padding: 0; margin: 0 auto 10px 0; }
#content .gallery_img p { margin: 5px 0 0 0; float: left; clear: both; text-align: center; }

.clear {
	clear: both;
}
