/*
Theme Name: History Into Fiction
Theme URI: http://snipurl.com/i7oj
Description: A custom theme for Glen Craney blog
Author: Riki Tiki Tavi
Author URI: http://snipurl.com/i7oj
Version: 1.0
*/

body {
  font-family:Georgia, Arial, Verdana, Helvetica, Sans Serif;
  font-size:76%;
  margin:0px;
  background-color:#000;
}

#header h1 {
  padding:0px;
  margin:0px;
}

#header h1 a {
  height:200px;
  display:block;
  width:1000px;
  text-indent:-1000px;
}

h2 {
  padding:0px;
  margin:0px;
}

#top-left {
  background:url(images/top-left-bg.gif) no-repeat 0px 0px;
  float:left;
  width:97px;
  height:500px;
}

#top-right {
  background: #88682e url(images/right-bg.gif) no-repeat right 0px;
  float:right;
  width:103px;
  height:600px;
  margin-top:200px;
}

#page {
  width:1000px;
  margin:0px auto;
  background:url(images/content-bg.jpg) repeat-y 0px 0px;
}

#page-inner {
  background:url(images/bottom-left-bg.gif) no-repeat bottom left;
  width:1000px;
}

#sidebar {
  display:inline;
  width:265px;
  float:left;
  margin-top:20px;
}

#content {
  float:left;
  width:470px;
  display:inline;
  margin:20px 30px 20px 25px;
}

hr {
  display:none;
  clear:both;
}

#footer {
  height:4em;
  background-color:#896931;
  margin:0px auto;
  width:1000px;
  display:block;
  padding:0px;
}

#header {
  background:url(images/header-bg.jpg) no-repeat top left;
  height:227px;
  width:1000px;
  margin:0px auto;
  position:relative;
}

#sidebar ul.main {
  list-style:none;
  margin:0px;
  padding:0px;
}

#sidebar ul.main li {
  border-top:0px;
  margin-bottom:20px;
}

#sidebar ul.main li.widget_search {
  border:0px;
  margin:20px 0px;
}

#sidebar ul.main li li {
  border:0px;
  margin:0px 0px 5px 0px;
  padding:0px;
}

#sidebar ul.main ul {
  margin:10px 0px;
  padding:0px 10px 0px 20px;
}

h2.widgettitle {
  font-size:12px;
  font-weight:bold;
  color:#58370c;
  padding:6px 0px;
  background:url(images/widget-title-bg.gif) no-repeat top left;
}

#footer ul {
  text-align:center;
  margin:0px auto;
  list-style:none;

}

#footer ul li {
  padding:0px 5px;
  float:left;
}

p {
  line-height:1.8em;
  color:#000;
}

blockquote {
  margin-left:30px;
  line-height:1.7em;
}

.post {
  background:url(images/divider.gif) no-repeat bottom left;
  padding-bottom:15px;
  margin-bottom:20px;
}

.commentlist {
  margin:0px;
  padding:0px;
  list-style:none;
}

.commentlist li {
  background:url(images/divider.gif) no-repeat bottom left;
  padding-bottom:10px;
  margin-bottom:10px;
}

.post a, .post a:visited, .widget a {
  color:#663300;
  text-decoration:none;
}

.widget a {
  font-weight:bold;
  font-size:11px;
}

.post .post-title {
  font-famiy:Georgia;
  color:#663300;
  font-size:12pt;
}

h3 {
  font-size:10pt;
}

.post .post-title a, .post .post-title a:visited {
  color:#663300;
  text-decoration:none;
}

.commentmetadata a, commentmetadata a:visited {
  color:#663300;
  text-decoration:none;
}

.comment-link {
  padding-left:30px;
}

.post-date, .postmetadata, .labels, .commentmetadata {
  font-family:Trebuchet MS, Arial, Verdana, Sans Serif;
  margin-bottom:10px;
}

.commentmetadata {
  margin:0px;
}

a.rss-link {
  padding-left:35px;
  background:url(images/rss-icon.gif) no-repeat top left;
  line-height:32px;
  padding:0px 35px 10px;
}

textarea#comment {
  width:99%;
}

.widget p {
  line-height:1.4em;
}