/*
Theme Name: Simple Please
Theme URI: http://www.tutorial9.net/
Description: A Simple Theme for Wordpress. A Theme for bloggers who want to put emphasis on content.
Version: 1.0
Author: David Leggett, BetterBloggin.com
Author URI: http://www.betterbloggin.com/
Tags: simple, minimal, white, plain, 3-column
*/

/* Setup the Grid (Wouldn't change this unless you sort of know what you're doing) */
.column { float: left; margin-right: 10px; }
.last { margin-right: 0; }
.span-24 { width: 960px; margin: 0; }
.container { width: 960px; margin: 0 auto; text-align:left; }
#masthead { width: 977px; height:133px; margin: 0 0 0 -16px; background-image:url(images/header.jpg); background-position:right; }
#banner { float: left; margin-right: 10px; width: 630px; }
#search { float: right; margin-right: 10px; width: 300px; }
#nav { width: 960px; height:52px; background-color:#000; margin: 0 auto; color:#fff; }
#prologue { width: 950px; margin: 0 auto; }
#content-layout { width: 950px; margin: 0 auto; }
#primary { float: left; margin-right: 50px; padding-left:20px; width: 570px; }
#home {float:left; padding-right:20px; width:940px; font-size:18px;}
#secondary { float: left; text-align:right; margin-right: 0px; width: 290px; }
#footer { width: 950px; margin: 0 auto 20px auto; padding-top:20px; }
#column-1 { float: left; margin-right: 10px; padding-left:20px; width: 270px; }
#column-2 { float: left; margin-right: 10px; padding-left:20px; width: 290px; }
#column-3 { float: left; margin-right: 0; padding-left:20px; width: 290px; }
#copyright { width: 930px; padding-left:20px; margin: 0 auto; }

/* And so we begin with the details… */

body {
  margin-top:0;
  text-align:center;
  font-family:Georgia, "Times New Roman", Times, serif;
}

/* The Masthead */
#masthead h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight:normal;
  font-style:italic;
  color:#0d0d0d;
  margin:48px 0px 0px 20px;
  font-size:2.2em;
}
#masthead h1 a {
  color:#fff;
  text-decoration:none;
}
#masthead h1 a:hover {
  color:#953333;
}
#search {
margin-top:23px;
text-align:right;
}
#search div {
  display:inline;
}
form #s {
  border:1px inset #0d0d0d;
  width:150px;
}
#searchsubmit {
  width:70px;
  margin-right:10px;
}

#nav ul {
  list-style:none;
  margin:0px 20px 20px 20px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-style:italic;
  padding:0px;
  margin-top:15px;
  text-transform:none;
}
#nav ul li {
  display:inline;
}
#nav ul li a {
  color:#888;
  font-weight:normal;
  text-decoration:none;
  font-size:.9em;
  padding:10px 20px 10px 20px;
}
#nav ul li a:hover {
  color:#0d0d0d;
  background-color:#444;
  color:#fff;
}

hr {
  color:#444;
  height:3px;
  border:0px;
  background:#444;
  width:100%;
  margin-top:-20px;
}

/* Homepage Elements */
h2.homepage {
	margin-top:0;
}

.homepage-poem {
  float:left;
  width:250px;
  height:auto;
  padding:25px;
  background-color:#efefef;
  font-size:12px;
}

.block-letter {
	width:60px;
	height:47px;
	font-size:62px;
	color:#fff;
	padding:15px 5px 0 5px;
	margin:0 5px 5px 5px;
	background-color:#000;
	float:left;
}

.entry-home {
	line-height:26px;
}

.entry-home img {
  padding:5px 15px 15px 0;
}

.latest-books {
	width:600px;
	height:auto;
	float:left;
	margin-left:25px;
}

.latest-books ul {
	width:650px;
	height:auto;
	list-style:none;
	font-weight:bold;
	font-size:14px;
	padding:0;
}

.latest-books ul li {
	width:159px;
	height:257px;
	border:1px solid #CCC;
	padding:15px;
	float:left;
	margin:15px 15px 15px 0;
}

.latest-books ul li:hover {
	background-color:#efefef;
}

/* Book List Elements */
.books {
	width:600px;
	height:auto;
	float:left;
}

.books ul {
	width:650px;
	height:auto;
	list-style:none;
	font-weight:bold;
	font-size:14px;
	padding:0;
}

.books ul li {
	width:159px;
	height:257px;
	border:1px solid #CCC;
	padding:15px;
	float:left;
	margin:15px 15px 15px 0;
}

.books ul li:hover {
	background-color:#efefef;
}

/* Book Page Elements */
#book-left { float: left; width: 160px; margin-top:20px; font-size:12px; }
#book-content { float: left; margin-right: 50px; padding-left:20px; width: 400px; }
.buybutton {
	width:122px;
	height:30px;
	background-color:#c28e87;
	color:#fff;
	margin:10px auto;
	padding:7px 0 0 35px;
	font-size:18px;
	font-weight:bold;
}

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


.buybutton:hover {
	background-color:#c16e62;
}

/* Poem Elements */
.page-poem {
  float:left;
  width:250px;
  height:auto;
  padding:25px;
  background-color:#efefef;
  font-size:12px;
  margin-top:20px;
  margin-bottom:20px;
}

.page-poem-wide {
  float:left;
  width:280px;
  height:auto;
  padding:25px 0 25px 25px;
  background-color:#efefef;
  font-size:12px;
  margin-top:20px;
  margin-bottom:20px;
}

.source {
	font-size:10px;
}

h3.poem {
	font:bold 18px Georgia, "Times New Roman", Times, serif;
	margin-top:0;
}
/* Main Body Elements */
.full .post, .single .post {
  margin-bottom:40px;
}
.postmeta .lt {
  float:right;
  margin-left:40px;
}
.full h2 {
  font-family:Georgia;
  font-size:1.8em;
  font-weight:normal;
  margin-top:20px;
  text-align:justify;
}
.single .post h2 {
  font-family:Georgia;
  font-size:1.8em;
  font-weight:normal;
  margin:10px 0px 0px 0px;
  text-align:justify;  
}
.full h2.archive {
  background:#0d0d0d;
  color:#fff;
  padding:20px;
}
.full h2 a, .single .post h2 a {
  text-decoration:none;
  color:#8b2828;
}
.full h2 a:hover, .single .post h2 a:hover {
  text-decoration:underline;
}
h2.archive, h2.page {
  margin-top:10px;
}
.full .entry p, .single .entry p, .entry ul, .entry ol {
  text-align:justify;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:.8em;
  line-height:1.6em;
  color:#0d0d0d;
}
.full .entry ul li {
  line-height:1.6em;
}
.full p.postmeta {
  font-family:Helvetica, Arial, sans-serif;
  font-size:.8em;
  padding-bottom:10px;
  border-bottom:1px solid #000;
  color:#888;
}
.full p.postmeta a {
  color:#888;
}
p.postmeta a:hover {
  color:#4b4a4a;
}
.entry a, #prologue a {
  color:#953333;
  font-weight:bold;
}
.entry a:hover, #prologue a:hover {
  color:#ea3333;
}
.full .entry blockquote p {
  font-family:Georgia;
  color:#444;
  font-style:italic;
  line-height:1.8em;
  background:#f5f5f5;
  border:1px solid #eee;
  padding:20px;
}
.entry img {
  background:#fff;
  padding:5px;
}
.alignright {
  float:right;
  margin-left:20px;
  margin-bottom:10px;
}
.alignleft {
  float:left;
  margin-right:20px;
  margin-bottom:10px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #fff;
	padding:5px;
	margin: 0px 0px 0px 20px;
}

.entry img {
  padding:0;
}

.wp-caption p.wp-caption-text {
	font-size: .7em;
	color:#444;
	font-style:italic;
	font-family:Georgia;
	line-height: 1.6em;
	padding-top:0px;
	margin-top:5px;
}
.entry p.tags {
  background:#0d0d0d;
  color:#fff;
  padding:5px;
}

#morecontent {
  background:url(images/double-thick.gif) top repeat-x;
  padding-top:20px;
  padding-bottom:0px;
}
.entry h3 {
  color:#020202;
  font-weight:normal;
  font-style:italic;
  font-size:1.3em;
  padding-left:5px;
  padding-bottom:5px;
  border-bottom:1px solid #020202;
  margin:40px 0px 20px 0px;
  text-align:justify;
}

.entry h3, .entry h4, .entry h5, .entry h6 {
  clear:both;
}

.archive .post h3 a {
  font-family:Georgia;
  font-weight:normal;
  color:#8b2828;
  font-size:1.7em;
  text-decoration:none;
  text-align:justify;
}
.archive .post h3 a:hover {
  border-bottom:1px solid #0d0d0d;
}
.archivelist {
  list-style:none;
  margin:10px 0px 20px 20px;
  padding:0px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.archivelist li {
  line-height:1.6em;
  font-size:.8em;
}
.archivelist a, .taglist a {
  color:#444;
}
.archivelist a:hover, .taglist a:hover {
  color:#0d0d0d;
}
.taglist {
  list-style:none;
  margin:10px 0px 20px 20px;
  font-family:Georgia;
  padding:0px;
}
.taglist li {
  display:inline;
  margin-right:20px;
  line-height:1.6em;
}
#morecontent h3, .postnav a, p.edit a {
  font-family: Georgia, "Times New Roman", Times, serif;
  color:#888;
  font-weight:bold;
  font-size:.9em;
  text-decoration:none;
  margin-right:40px;
}
.postnav a:hover, p.edit a:hover {
  color:#0d0d0d;
}
ol.comments {
  list-style:none;
  font-family:Georgia;
  margin:0px;
  padding:0px;
  font-size:.75em;
}
ol.comments li {
  border-left:1px solid #0d0d0d;
  padding-left:20px;
  margin-bottom:40px;
}
ol.comments li.author {
  border-left:2px solid #953333;
}
p.commentheader {
  font-family:Georgia;
  font-size:1.2em;
  color:#333;
}
.commentheader a {
  color:#444;
  text-decoration:none;
  font-style:italic;
}
.commentheader a:hover {
  text-decoration:underline;
}
p.commentheader cite {
  color:#0d0d0d;
}
.commentheader cite a {
  color:#953333;
  text-decoration:none;
}
.commentheader cite a:hover {
  text-decoration:underline;
}
.comments p {
  line-height:1.8em;
  text-align:justify;
  color:#444;
}
#leavereply label {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:.9em;
  font-style:italic;
  font-weight:bold;
  color:#444;
}
p.loggedin {
  color:#444;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style:italic;
  font-size:.8em;
}
p.loggedin a {
  color:#888;
}
p.loggedin a:hover {
  color:#0d0d0d;
}
textarea#comment {
  width:570px;
}
.col-1 {
  float:left;
  width:265px;
}
.col-2 {
  float:right;
  width:265px;
}
.col-title a {
  font-family: Georgia, "Times New Roman", Times, serif;
  color:#888;
  font-weight:bold;
  text-decoration:none;
  font-size:.9em;
  text-transform:uppercase;
}
.col-title a:hover {
  color:#0d0d0d;
}
.splitter {
  background:url(images/black.gif) top center repeat-y;
  width:570px;
}
#morecontent h2 {
  font-weight:normal;
  font-size:1.2em;
  margin:20px 0px 0px 0px;
}
#morecontent h2 a {
  color:#0d0d0d;
}
#morecontent h2 a:hover {
  color:#953333;
}
#morecontent p.postmeta {
  font-size:.8em;
  font-family:Georgia;
  color:#888;
  margin:5px 0px 0px 0px;
}
#morecontent p.postmeta a {
  color:#888;
}
#morecontent p.postmeta a:hover {
  color:#4b4a4a;
}
#morecontent .post {
  margin-bottom:20px;
}

/* Secondary Elements (The Sidebar) */
#secondary {
  font-family: Georgia, "Times New Roman", Times, serif;
  color:#444;
}
#secondary h3 {
  font-size:.8em;
  color:#953333;
  padding-bottom:11px;
  background:url(images/double.gif) bottom repeat-x;
  text-transform:uppercase;
}
#secondary ul.widget {
  list-style:none;
  margin:0px;
  padding:0px;
}
li.ads_default img {
  border:none;
  text-align:right;
}
li.ads_default a {
  display:inline-block;
  border:5px solid #eee;
  margin:0px 5px 10px 0px
}
li.ads_default a:hover {
  border-color:#ddd;
}
#secondary ul ul {
  list-style:none;
  padding:0px;
  margin:0px;
}
#footer ul {
  font-family: Georgia, "Times New Roman", Times, serif;
  list-style:none;
  margin:0px 0px 40px 0px;
  padding:0px;
}
#secondary ul li ul {
  margin-bottom:40px;
  color:#444;
}
#trackbacks a {
  color:#888;
  font-size:.8em;
}
#secondary ul li {
  margin-bottom:0px;
}
#secondary ul ul li, #footer ul {
  line-height:1.6em;
  font-size:.8em;
}
#secondary ul li ul.children {
  margin:2px 0px 5px 0px;
  padding:0px 10px 5px 0px;
  border-right:2px solid #aaa;
}
#secondary ul ul li li {
  font-size:.8em;
}
#secondary a, #footer li a {
  color:#888;
  line-height:1.6em;
  text-decoration:none;
}
#secondary ul ul li a:hover, #footer li a:hover, #secondary a:hover {
  color:#4b4a4a;
}
.textwidget {
  font-size:.8em;
  color:#444;
}
#calendar_wrap {
  float:right;
  width:290px;
}
#calendar table {
  width:290px;
  text-align:center;
}

/* Footer */
#footer h4 {
  color:#0d0d0d;
  font-family: Georgia, "Times New Roman", Times, serif
  font-size:.9em;
}
#footer {
  background:url(images/double-thick.gif) top repeat-x;
  margin-top:40px;
}

.clear {
  clear:both;
}

#copyright, #copyright a {
  color:#888;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#copyright p {
  font-size:.8em;
  padding-bottom:20px;
}