/*  
Theme Name: Precision Wordage Custom
Theme URI: http://www.precisionwordage.com/
Description: The Precision Wordage website custom theme.
Version: 1.0
Author: David Diaz
Author URI: http://www.precisionwordage.com/

	PWI v1.0
*/


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	color: #666666;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0; 
}

#header {
	width: 108px;
	height: 126px;
	padding-left: 64px;
	padding-bottom: 0;
}

#page {
	background-color: white;
	text-align: left;
	margin-bottom: 20px;
	padding: 0;
	width: 1031px;
}

#content {
	font-size: 1.2em;
	line-height: 1.3em;
	width: 475px;
	float: left;
}

#sidebar {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: right;
	padding: 0 50px 10px 0;
	margin-top: 30px;
	margin-left: 64px;
	width: 108px;
	float: left;
}

#sidebar-right {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: left;
	padding: 0 0 10px 44px;
	margin-top: 30px;
	width: 250px;
	float: left;
}

a:link {
	color: #88B6B1;
	text-decoration: none;
}

a:active {
	color: #D12227;
	text-decoration: none;
}

a:visited {
	color: #88B6B1;
	text-decoration: none;
}

a:hover {
	color: #D12227;
	text-decoration: none;
}

.current_page_item a {
	color: #D12227;
}

.quote {
	color: #0B1E22;
}

.quote-source {
	font-style: italic;
}

.faq-question {
	font-size: 1.6em;
	color: #0B1E22;
	line-height: 1.1em;
	margin-bottom: -7px;
}

.copyright {
	margin-top: 200px;
	font-size: 0.8em;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
}

h2 {
	font-size: 1.6em;
	margin: 0;
}

#sidebar h2, #sidebar-right h2 {
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
}

.post {
	margin: 0 0 40px;
	text-align: left;
}

.post hr {
	display: block;
}

.postmetadata {
	clear: left;
}



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

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 */



/* Begin Lists */
/*
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets.
*/

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

.entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before {
	content: "\2022 \00A0 \00A0";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol, #sidebar-right ul, #sidebar-right ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li, #sidebar-right ul li {
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/

/* Store CSS */

.productImage {
	float: left;
	}

.productDetails {
	background-color: #999;
	float: right;
	width: 360px;
	}
