/*
Theme Name: Review Heaven
Description: The WordPress theme.
Version: 1.0
*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.single-page {
	float: none;
	width: auto;
}

.blockquote {
	font:italic 12px/14px Georgia, "Times New Roman", Times, serif;
	color:#4d5256;
}
.products-column h3 a,
.products-column h3 a:hover{
	color: #363B3F;
	text-decoration: none;
}
.products-list h3 a,
.products-list h3 a:hover{
	color:#373D40;
	text-decoration:none;
}
.articles-txt h3 a,
.articles-txt h3 a:hover{
	color:#333;
	text-decoration:none;
}
