html, body {
	height: 100%;
}
.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
blockquote {
	display: block;
	padding: 0px 20px 15px 30px;
	position: relative;
	border-left: none !important;
  	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	color: #888;
}
blockquote::before{
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 40px;
	font-weight: bold;
	color: #999;  
	position: absolute;
	top: -20px;
	left: 0;
}
blockquote::after{
	content: "";
}
iframe {
	display: block;
}
.gallery {
	padding-left: 0px !important;
}
.gallery-item {
	margin-top: 0 !important;
}
.gallery-item img {
	width: 100% !important;
	height: inherit !important;
}
.gallery-icon {
	border: 0 !important;
}
.gallery img {
	border: 0 !important;
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
}
.gallery img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.gallery dl {
	display: table;
	margin-bottom: 0;
	-webkit-margin-before: 0em !important;	
}
.gallery dd {
	display: none;
}
.gallery dt {	
	margin: 0;
}
.gallery-columns-3 .gallery-item {
	width: 33.333% !important;
}
.gallery-columns-7 .gallery-item {
	width: 14.28% !important;
}