/*
Theme Name: Sliver Poetry
Theme URI: http://bradfrostweb.com
Description: Design for Sliver Poetry, A Decade of Free Verse Poetry and Prose
Version: 1.5
Author: Brad Frost
Tags: Sliver Poetry

Wordpress Skin by Brad Frost || http://bradfrostweb.com
*/

/****RESET CSS******/
html, body, div, span, object, h1, h2, h3, h4, p, blockquote, a, em, font, img, strong, sub, sup, tt, var, ol, ul, li, form, label, table, caption, tbody, tr, th, td, cite{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	background: url(images/bg.jpg) no-repeat center top #202020;
	color: #241801;
	font: 16px Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	min-width: 925px;
	padding: 0;
	text-align: center;

}
img {
	border: 0;
}
a {
	color: #241801;
	text-decoration: underline;
}
h1, h2 {
	color: #22320f;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: -3px;
	margin: 0 0 25px 0;
}
h2 a {
	color: #22320f;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
p {
	margin: 7px 0;
}

/*DIVS*/
#container {
	width: 925px;
	text-align: left;
	margin:0 auto;
}
#header {
	height: 594px;
}
#header img.logo {
	float: right;
	margin: 115px 105px 0 0;
}
#header ul {
	margin: 210px 0 0 120px;
	padding: 0;
	float: left;
}
#header li {
	list-style: none;
	display: inline;
	margin-right: 30px;
	font-size: 20px;
}
#header li a{
	color: #eaddce;
	text-decoration: none;
}
#header li a:hover {
	color: #fff;
	text-decoration: underline;
}
#content {
	background: url(images/bg_body.jpg) repeat-y;
	padding: 0 0 0 130px;
	min-height: 800px
	margin: 0;
	min-height: 800px;
}
#copy {
	width: 450px;
	/*float: left;*/
	position: relative; 
	top: -240px;
}
#sidebar {
	color: #eaddce;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0 70px 0 0;
	float: right;
	width: 200px;
	padding-top: 30px;
	position: relative; 
	top: -240px;
}
#sidebar img {
	margin-bottom: 11px;
}
#sidebar h2 {
	border-bottom: 1px #2d1d03 solid;
	color: #eaddce;
	font: 23px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 30px 0 14px 0;
	padding-bottom: 4px;
}
#sidebar h2.first {
	margin-top: 0;
}
#footer {
	background: url(images/footer.png) no-repeat;
	clear: both;
	color: #503514;
	font-size: 11px;
	height: 425px;
	padding: 0 0 0 130px;
	position: relative; 
	top: -180px;
}
#footer ul {
	border-top: 1px solid #503514;
	padding-top: 13px;
	width: 400px;
}
#footer li {
	display: inline;
}
#footer li a {
	color: #503514;
	font-size: 16px;
}

.clear {
	color: #D9C69C;
	display: block;
	height: 0;
	clear: both;
}
h2.poem_title a{
	background: url(images/bg_poem_title.png) transparent 0 50% no-repeat;
	font-size: 25px;
	padding-left: 45px;
}