/*  
Theme Name: Pieces of Mind
Theme URI: http://pieces.openpolitics.com/
Description: Puzzled WordPress theme
Version: 1.1
Author: Daniel Miller
Author URI: http://pieces.openpolitics.com/
*/




/* Global white space reset <http://leftjustified.net/journal/2004/10/19/global-ws-reset/> */

body { font-size: 67%; }

* {
	padding:0;
	margin:0;
	font-size: 1em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0px;
	margin-top: 0px;
	}

p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0px;
	margin-top: 0px;
	line-height: 165%;
	}

h1 { font-size: 2em; }
h2 { font-size: 1.55em; }
h3 { font-size: 1.35em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6 { font-size: .9em; }

li, dd { margin-left: 20px; }
fieldset { padding: .5em; }
blockquote { margin: 1em 30px }

/* Font Styles (family/size/color) */

body {
	font: 12px/1.5 Geneva, Arial, Helvetica, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, sans-serif;
	color: #474747;
	}

div#content {
	font-family: palatino, georgia, verdana, arial, sans-serif;
	}

div#content .post {
	font-size:1em;
	}

div#content .postmetadata {
	font-size: 0.9em;
	}

div#sidebar {
	font-size: 0.9em;
	color: #474747;
	}

div#sidebar h2 {
	font-size: 1.1em;
	color: #474747;
	}

div#footer {
	font-size: 0.9em;
	}

div .indent {
	margin-left: 15px;
	}

/* Link Styles */

a {
	color: #487691;
	text-decoration: none;
	}

a:visited {
	color: #575757;
	}

a:hover {
	color: #474747;
	text-decoration: underline;
	}

a div#header {
	color: #000;
	text-decoration: none;
	}

h2 a {
	color: #575757;
	}

/* Layout Styles */

body {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f6f6f6;
	text-align: center; /* for IE 5 */
	}

div { margin: 0px; padding: 0px; }

div#page {
	width: 753px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* for IE 5 */
	}

div#header {
	height: 146px;
	background: url(images/header_left.jpg) top left no-repeat;
	}

div#header .inside1 {
	height: 146px;
	background: url(images/header_right.jpg) top right no-repeat;
	}

div#header .inside3 {
	height: 146px;
	margin-right: 253px;
	}

div#header .description {
	margin-top: 88px;
	padding: 10px;
	float: right;
	}

div#header h1 {
	display: none;
	}

div#content {
	float: left;
	width: 498px;
	background: url(images/article_left.jpg) top left repeat-y;
	background-color: white;
	margin-bottom: 15px;
	}

div#content .inside1 {
	background: url(images/article_right.jpg) top right repeat-y;
	}

div#content .inside2 {
	background: url(images/footer_bottom_left.jpg) bottom left no-repeat;
	}

div#content .inside3 {
	background: url(images/footer_bottom_right.jpg) bottom right no-repeat;
	}

div#content .post {
	background: url(images/article_bottom_left.jpg) bottom left no-repeat;
	}

div#content .post .inside1 {
	background: url(images/article_bottom_right.jpg) bottom right no-repeat;
	padding:15px;
	padding-top: 0px;
	}

div#content .post h3 {
	margin-top: 0px;
	}

div#content .post blockquote {
	background: url(images/quote_bottom_left.jpg) bottom left no-repeat;
	background-color: #eaf9da;
	}

div#content .post blockquote .q1 {
	background: url(images/quote_bottom_right.jpg) bottom right no-repeat;
	}

div#content .post blockquote .q2 {
	background: url(images/quote_top_left.jpg) top left no-repeat;
	}

div#content .post blockquote .q3 {
	background: url(images/quote_top_right.jpg) top right no-repeat;
	padding: 10px;
	}

div#content .postmetadata {
	margin-right: 125px;
	margin-top: 33px;
	margin-bottom: 30px;
	text-align: right;
	}

div#content .navigation {
	padding:15px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: center;
	}

div#sidebar {
	float: right;
	width: 249px;
	background: url(images/menu_middle.jpg) top right repeat-y;
	margin-bottom: 10px;
	}

div#sidebar .inside1 {
	background: url(images/menu_bottom.jpg) bottom right no-repeat;
	padding: 7px 0 15px 0;
	}

div#sidebar h2 {
	margin: 5px 0 0 0;
	}

div#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

div#sidebar ul li {
	list-style: none;
	}

.searchinsidebar {
	margin-top: 10px;
	margin-bottom: 10px;
	}

div#footer {
	float: left;
	width: 498px;
	text-align: center;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.marginize {
	padding: 15px;
	padding-top: 0px;
	}

.oddcomment {
	background-color: #F6F3E4;
	/*background-color: #FAF8EB;*/
	padding: 5px;
	}

.evncomment {
	background-color: white;
	padding: 5px;
	}

