body {
	margin: 0px;
	background: #fff url(../images/body_bg.jpg) top left repeat-y;
	font-family: sans-serif;
}
a img {
	border: 0px;
}
#logo {
	float: left;
}
#content pre {
  width: 99%;
  background: #e6e6e6;
  overflow: auto;
  padding: 0.5em;
}
#top {
	height: 225px;
	background: #000 url(../images/top_bg.jpg) top left repeat-x;
	margin-left: 273px;
	padding: 53px 0 0 0;
}
#books {
	height: 180px;
       margin: 0 1em 0 1em;
	background: url(../images/books_bg.jpg) top left repeat-x;
}
blockquote {
  color: #333;
  font-style: italic;
}


#books-outside-wrapper {
  height: 180px;
  padding-left: 201px;
	background: url(../images/books_left.jpg) top left no-repeat;
}
#books-inside-wrapper {
  height: 180px;
  padding-right: 21px;
	background: url(../images/books_right.jpg) top right no-repeat;
}
#books .book {
	float: left;
	font-size: 12px;
	color: #fff;
	margin-left: 10%;
}
#books .book .description {
  padding-top: 20px;
  height: 100%;
}
#books .book a {
 color: #f9e85c;
}

#books .book img {
	float: left;
	margin-top: 30px;
	border-right: 1px #666 solid;
	border-bottom: 1px #666 solid;
	margin-right: 4px;
}
#nav {
  list-style: none;
  padding-left: 0.5em;
}
#nav li {
  float: left;
  width: 6em;
  text-align: center;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
  font-weight: bold;
  margin-right: 0.25em;
}
#nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 6em;
}
#nav li.active {
  background: #fff url(../images/tab_left.jpg) top left no-repeat;
}
#nav li a:hover {
  color: #f9e85c;
}
#nav li.active a {
  color: #1c76bc;
  background: url(../images/tab_right.jpg) top right no-repeat;
}
#sidebar {
	float: left;
	clear: left;
  width: 232px;
  padding-right: 40px;
}
#sidebar .content {
	padding: 1em;
	color: #fff;
}
#content {
	margin-left: 272px;
	padding: 2em;
	color: #000;
	font-size: 0.9em;
}
#content a {
  color: #1c76bc;
}
#categories {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#categories li {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
  vertical-align: middle;
  text-align: center;
  padding-right: 20px;
}
#categories li a {
	color: #fff;
	text-decoration: none;
}
#categories li a:hover {
  color: #f9e85c;
}
#categories li.active {
	background: url(../images/highlight_bg.jpg) top left repeat-y;
}
#categories li.active a {
	color: #fae80b;
	text-decoration: none;
}		
.entry {
	margin-bottom: 1em;
}
.entrytitle h2 {
	font-size: 26px;
	margin: 0px;
  margin-bottom: 4px;
  padding: 0px;
  color: #000;
}
.entrytitle h2 a {
  color: #000;
  text-decoration: none;
}
.entrytitle h3 {
  margin: 0px;
  margin-bottom: 1em;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}
.postinfo {
  float: right;
}
.entrymeta {
  background: #e6e6e6;
  padding: 0.25em;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 1.5em;
  font-size: 0.85em;
  color: #444;
  clear: both;
}
#contact {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 48px;
  width: 172px;
  line-height: 48px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
#contact a {
  color: #f9e85c;
  text-decoration: none;
}
#search {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 48px;
  width: 400px;
  line-height: 48px;
  vertical-align: middle;
  text-align: right;
  padding-right: 2em;
  color: #f9e85c;
}
#respond {
  color: #666;
}
.commentsblock label {
  font-weight: bold;
  color: #333;
  font-size: 16px;
  margin-left: 1em;
}
.commentlist li {
  border: 4px #e6e6e6 solid;
  padding: 1em;
  margin: 4px;
}
#content img {
  border: 4px #e6e6e6 solid;
}

.float-left {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.float-right {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
