/* @override http://michiganbeautifulsmiles.com/blog/wp-content/themes/michigan/style.css */

/********* Gallery Styles ********/
.galleryh2 {
	clear: both;
	width: 100%;
	border-bottom: 1px solid;
	padding-bottom: 3px;
}

#gallery {
	float: left;
	margin-left: 16px;
}

.case {
	float: left;
	display: inline;
	margin: 0 0 10px 14px;
}

#gallery .case:first-child {
	margin-right: 10px;
}

#galleryImages .case {
	margin: 20px 0 0px!important;
}

.caseImages {
	float: left;
	width: 307px;
}

.case img {
	border: 1px solid #C9A955;
	padding: 3px;
	background: #fff;
	display: inline;
}

#backLink {
	display: block;
}

#column-left .galleryh2 {
	display: block;
	clear: both;
	margin: 20px 0 10px 10px!important;
}

#prevPat {
	float: left;
	background: url("images/prevArrow.png") center left no-repeat;
	padding-left: 20px;
	margin-right: 20px;
}

#nextPat {
	float: right;
	background: url("images/nextArrow.png") center right no-repeat;
	padding-right: 20px;
}

.moreInfoLink {
	background: url("images/btnLarger.png") no-repeat;
	display: block;
	padding: 0 0 0 30px;
	width: 200px;
	margin: 0 auto;
}

.caseParagraph {
	margin: 0 10px!important;
}

#column-right {
	width: ;
}

a.nextPat {
	float: right;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	width: 150px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #C0AC55;
	background:-moz-linear-gradient(top, #C0AC55 0%,#DFCDA7 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C0AC55), to(#DFCDA7));
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#C0AC55, endColorstr=#DFCDA7);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	margin: 20px 10px 0 0;
	text-decoration:none;
}
a.prevPat{
	float: left;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	width: 150px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #C0AC55;
	background:-moz-linear-gradient(top, #C0AC55 0%,#DFCDA7 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C0AC55), to(#DFCDA7));
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#C0AC55, endColorstr=#DFCDA7);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	margin: 20px 0 0 0;
	text-decoration:none;
	
}

.prevPat:hover, .nextPat:hover {
	background: #12325e;
	background:-moz-linear-gradient(top, #DFCDA7 0%,#B7B159 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DFCDA7), to(#B7B159));
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#DFCDA7, endColorstr=#B7B159);
}

