/*
Theme Name: Simmers Word Press Theme
Theme URI: http://www.simmersviolins.com.au
Author: Zoom Multimedia
Author URI: http://www.zoommm.com.au/
Description: A simple word press theme for Simmers Violins.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: Zoommm
*/



dl.gallery-item dt {
	float:				none;
	width:				auto;
	
	text-align:			left;
}

dl.gallery-item dd {
	margin:				0px;
	padding:			0px;

	text-align:			left;		
}

.gallery {
	margin:				0 0 20px 0 !important;
}

.gallery .gallery-item {
	position:			relative;
	display:			block;
	
	padding:			0;
	margin-top:			20px !important;
	
	line-height:		0;
}

.gallery .gallery-item img {
	display:			block;

	width:				90%;
	height:				auto;

	margin:				0 auto;
	
	border:				none !important;
}

.gallery .gallery-caption {
	position:			absolute;
	margin:				0;
	padding:			2%;
	left:				5%;
	bottom:				0;
	
	width:				86%;
	color:				rgb(255,255,255);
	line-height:		120%;
	font-size:			14px;
	
	opacity:			0.66;
	
	background-color:	rgb(91, 103, 112);
}

.gallery .gallery-item:hover .gallery-caption {
	opacity:			1;
}
