body {
	font: 62.5% Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	margin: 20px;
}

#leaderboard, #ps-header, #nav, #search, .post-author, #article-share, #comments, #subscribe-options, #related, #pricegrabber, #banner, #sidebar, #footer {
	display: none;
}



#logo {
	position: relative;
	display: block;
	width: 448px;
	height: 106px;
	margin-bottom: 20px;
	font-size: 3em;
	text-transform: uppercase;
	overflow: hidden;
}

#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/logo-print.jpg") no-repeat 0 0;
}

#logo a {
	color: #cecd5d;
	text-decoration: none;
}

.content a {
	color: #6f7133;
}

.content a:hover {
	color: #000;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #ddd;
}

.content h1 {
	font-size: 3em;
	color: #000;
}

.content h3 {
	font-size: 1.8em;
}

.content h4 {
	font-size: 1.6em;
}

.content h5 {
	font-size: 1.4em;
}

.content h6 {
	font-size: 1.3em;
}

.content p {
	margin-bottom: 1.5em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content ul {
	margin: 0 0 15px 30px;
}

.content ul li {
	list-style-type: square;
}

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content blockquote {
	margin: 0 15px;
	padding-left: 15px;
	font-style: italic;
	color: #666;
	border-left: 5px solid #eee;
}

.content b, .content strong {
	font-weight: bold;
}

.content i, .content em {
	font-style: italic;
}

.content .wp-caption {
	padding: 4px 0;
	background: #eee;
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
}

.content .wp-caption img {
	margin-bottom: 4px;
	padding: 0 4px;
	background: transparent;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.content .wp-caption a {
	border: none;
}

.content .wp-caption p {
	margin: 0 4px;
	font-size: 1.1em;
	color: #666;
}

.content img {
	padding: 4px;
	background: #eee;
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.content .alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content .alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content p {
	margin-bottom: 20px;
}

.post img {
	display: block;
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
}

.post img.alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.post img.alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}