/*
Theme Name: Gretchen Peters
Theme URI: http://www.gretchenpeters.com/
Description: A custom WordPress theme for www.gretchenpeters.com
Version: 1.0
Author: Steve Wilkison
Author URI: http://www.digitalvisionmedia.com
Tags: Gretchen Peters, Steve Wilkison, Digital Vision Media
*/


/* CSS Document
Gretchen Peters
WordPress CSS
©2009 Gretchen Peters
Created 11/7/09 9:15AM
Updated 11/7/09 9:15AM
Validated 11/7/09 9:15AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */

/* Normalize the padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}

/* Remove list-style from lists */
ol, ul {
	list-style: none;
	}
	
/* Display lists inline */
li {
	display: inline;
	}
	
/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}
	
/* Reset bold and italic */

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

em strong, strong em {
	font-style: italic;
	font-weight: bold;
}
		
/* UNIVERSAL */

html, body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background: url(images/background2.png) top center repeat;
	}
	
div#backgrounddiv {
	background: url(images/background.png) top center repeat-x;
}
	
/* LAYOUT ELEMENTS */
	
div#wrapperdiv {
	position: relative;
	width: 1139px;
	margin: 0 auto;
	z-index: 0;
	visibility: visible;
	}
	
div.clearfloats {
	clear: both;
}

div#wrapperdiv {
	background: url(images/albumbackslice.jpg) top left repeat-y;
}

div#pagebackgrounddiv {
	background: url(images/blog_02.jpg) top left no-repeat;
}

div#navigationdiv {
	width: 139px;
	height: 336px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	top: 312px;
	left: 60px;
}

div#coverdiv {
	width: 398px;
	height: 383px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	top: 0;
	left: 702px;
}

div#wpcontentdiv { /* total width is 770px */
	width: 500px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	padding: 380px 0 25px 310px;
	float: left;
}

div#sidebar {
	width: 150px;
	float: left;
	padding: 380px 0 0 30px;
	text-align: right;
	font-size: 70%;
}

div#footerdiv {
	font-size: 70%;
	color: #3d3f35;
	width: 1139px;
	height: 229px;
	background: url(images/albumfooter_05.jpg) top left no-repeat;
}

div#copyrightdiv {
	width: 300px;
	float: left;
	padding: 165px 0 0 150px;
}

div#designdiv {
	width: 300px;
	float: right;
	text-align: right;
	padding: 165px 70px 0 0;
}

div.dividerdiv {
	height: 9px;
	background: url(images/newsback_05.png) top center no-repeat;
	width: 440px;
	overflow: hidden;
	margin: 10px 0 20px 0;
}

div.navigation {
	margin: 0 0 30px 0;
	color: #cab5ba;
}

div.alignleft {
	float: left;
	text-align: center;
	margin: 0 15px 0 0;
}

div.alignright {
	float: right;
	text-align: center;
}

div#commentbox {
	background: #ddded6;
	padding: 30px;
	color: #000;
	margin: 20px 0 0 0;
}

div#commentbox div.comment-meta {
	font-size: 90%;
	margin: 0 0 6px 0;
}

div.comment-body {
	margin: 0 0 15px 0;
}
	
/* LINKS */

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

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

div#footerdiv a {
	color: #3d3f35;
	text-decoration: none;
}

div #footerdiv a:hover {
	color: #fff;
	text-decoration: underline;
}

div#wpcontentdiv a {
	color: #cab5ba;
	text-decoration: underline;
}

div#wpcontentdiv a:hover {
	color: #fff;
	text-decoration: underline;
}

div#wpcontentdiv h2 a {
	color: #cab5ba;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

div#wpcontentdiv h3#comments {
	margin: 20px 0 20px 0;
}

div#wpcontentdiv h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

div#sidebar a {
	color: #fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

div#sidebar a:hover {
	color: #cab5ba;
	text-decoration: underline;
}

div#sidebar h2#bloghome a {
	color: #fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

div#sidebar h2#bloghome a:hover {
	color: #cab5ba;
	text-decoration: underline;
}

div#commentbox a {
	color: #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

div#commentbox a:hover {
	color: #cab5ba;
	text-decoration: underline;
}

div#commentbox div.comment-meta a {
	text-decoration: none;
}

/* TEXT */

div#wpcontentdiv p {
	padding: 0 0 10px 0;
	line-height: 130%;
}

div#wpcontentdiv p.wp-caption-text {
	padding: 5px 20px 10px 20px;
	line-height: 130%;
	color: #000;
	text-align: center;
}

div#wpcontentdiv h2 {
	font-size: 140%;
}

div#wpcontentdiv h2#error {
	font-size: 130%;
	color: #cab5ba;
	margin: 30px 0 20px 0;
}

div#wpcontentdiv p#pnfspacer {
	height: 300px;
}

div#wpcontentdiv h3.date {
	font-size: 90%;
	padding: 0 0 8px 0;
}

div#wpcontentdiv .postmetadata {
	font-size: 70%;
}

div#sidebar h2 {
	color: #cab5ba;
	font-size: 120%;
}

div#sidebar h2#bloghome {
	color: #cab5ba;
	font-size: 120%;
	margin: 0 0 20px 0;
}

div#respond h3, div#respond p {
	font-size: 90%;
}

ul {
	margin: 0 0 15px 0;
}

div#sidebar p {
	color: #fff;
	margin: 0 0 10px 0;
}

div#sidebar p#searchme, div#sidebar p.archiveslist {
	color: #fff;
	margin: 15px 0 10px 0;
}

/* LISTS */

div#sidebar li {
	display: list-item;
}

div.entry ul, div.entry ol {
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}

div.entry li {
	display: list-item;
	padding: 0 0 10px 0;
}

/* FORMS */

label.screen-reader-text {
	color: #fff;
	margin: 0 0 5px 0;
	display: block;
}

input#s {
	width: 140px;
	margin: 0 0 7px 0;
}

textarea#comment {
	width: 400px;
}

/* CAPTIONS */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #222;
	text-align: center;
	background-color: #ddded6;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
