/*
Theme Name: liveBooks Predesigned Site
Theme URI: http://www.livebooks.com/
Description: liveBooks Blog theme
Version: 1.1
Author: liveBooks Inc.
Author URI: http://www.livebooks.com
Tags: fixed width, two columns, widgets

This theme was designed and built by liveBooks.
*/

@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");

body{
	background: #777777;
	font-family: Arial, Verdana, serif;
}

/* Main Containers */
#containerTop, #containerBottom, #header, #headerImg, #mainContent, #sidebar, #content, #footer {
	overflow: hidden;
}

#header {
	background-color: #333333;
	height: 70px;
	margin-top: 60px;
}

#logo {
	height: 100%;
	width: 100%;
}

#headerImg {
	background-color: #ffea00;
	margin-top: 10px;
	height: 180px;
}

#mainContent {
	background-color: #555555;
	margin-top: 10px;
}

#sidebar, #content {
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar {
	background: #333333;
}

#content {
}

#footer {
	margin-top: 10px;
}
#footer p {
	padding: 10px 0 0 20px;
}
/* End of Main Containers */

/* Header */
#header h1 {
	font-size: 2.2em;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 0 0;
	padding: 10px 20px 0 20px;
}
#header a {
	color: #96c865;
	text-decoration: none;
}
#header p {
	font-size: 1.1em;
	line-height: normal;	
	font-weight: normal;
	color: #777777;
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
}

/* End of Header */

/* Sidebar */
#sidebar {
	color: #d79a52;
}
#sidebar a {
	color: #999999;
	text-decoration: none;
}
#sidebar a:hover{
	color: #d79a52;
	text-decoration: underline;
}
#sidebar label.screen-reader-text {
	display: none;
}
#sidebar ul.widget {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 20px 20px 20px;
}
#sidebar ul.widget li.widget, #sidebar ul.widget li.pagenav {
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
}
#sidebar ul.widget li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#sidebar ul.widget li ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#sidebar ul.widget li ul li ul {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#sidebar ul.widget li ul li ul li {
/*	padding-left: 14px;*/
}
#sidebar ul.widget li ul li ul li a {
	margin: 0;
	padding-left: 14px;
	line-height: normal;
}
#sidebar ul li, #sidebar ul li ul li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#sidebar h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#sidebar div.hr {
	display: none;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}
#sidebar div.hr hr {
	display: none;
}
/* End of Sidebar */

/* Widgets */
#wp-calendar {
	width: 100%;
	text-align: left;
}
#wp-calendar th {
	text-align: left;
}
#wp-calendar caption {
	margin-bottom: 4px;
}
/* End of Widgets */

/* Post */
.entry {
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 660px;
}
.entry p {
	overflow: hidden;
	width: auto;
}
.post {
	background: #333333;
	margin: 0 0 0 0;
	padding: 10px 20px 20px 20px;
	overflow: hidden;
}
.no-read-more {
	padding: 10px 20px 0 20px;
}
.post h2, .post h2 a, h2, h2.pagetitle {
	font-size: 1.8 em;
	color: #96c865;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	text-decoration: none;
}
h2.pagetitle {
	margin: 0 0 0 20px;
}
.post, .post p {
	font-size: 1.8 em;
	color: #FFFFFF;
}
.post a {
	font-size: 1.8 em;
	color: #96c865;
	text-decoration: none;
}
.post img.alignnone {
	float: left;
	margin: 5px 20px 5px 0;
}
.post img.alignleft {
	margin: 5px 20px 5px 0;
}
.post img.alignright {
	margin: 5px 0 5px 20px;
}
.post img.aligncenter {
	margin:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	display: block;
}
.postmetadata {
	margin: 0 0 0 0;
	padding: 4px 20px 20px 20px;
	color: #96c865;
}
.postmetadata a {
	color: #999999;
	text-decoration: none;
}
.postmetadata a:hover {
	color: #96c865;
	text-decoration: none;
}
#read_more {
	background: #777777;
	overflow: hidden;
	padding: 2px 8px 2px 8px;
	margin: 0 0 0 0;
}
pre {
	overflow: auto;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla */
	white-space: normal;
}
blockquote {
	width: auto;
	white-space: normal;
	border-left: 5px solid;
	padding-left: 1em;
}
/* End of Post */

/* Comments */
ol.commentlist {
	list-style: none;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
ol.commentlist li {
	padding: 0 0 0 0;
	margin: 10px 0 10px 0;
}
img.avatar {
	float: left;
	margin: 0 10px 0 0;
}

.comment-author {
	border-top: 1px solid;
	border-bottom: 1px solid;
	overflow: hidden;
	padding: 10px 0 10px 0;
}

.commentlist p {
	margin:  10px 0 10px 0;
	padding: 0;
}

.commentlist li ul li {
	list-style: none;
	list-style-type: none;
	border-left: 5px solid;
	padding-left: 10px;
}

/* End of Comments */

/* Tools */
.alignright {
	float: right;
	overflow: hidden;
}
.alignleft {
	overflow: hidden;
	float: left;
}
.navigation {
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 20px 20px 20px;
	color: #96c865;
}
.navigation a {
	color: #96c865;
	text-decoration: none;
}
#sidebar #searchform #s {
	border: none;
	width: 100%;
	height: 18px;
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
}
#sidebar #searchsubmit, #submit {
	margin-top: 10px;
	padding: 0 0 0 0;
	color:#FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border:1px solid;
	border-color: #8D8D8D #808080 #808080 #8D8D8D;
	background-color: #808080;
	height: 20px;
	text-transform: uppercase;
	width: 100%;
}
#submit {
	width: 180px;
	margin: 0 0 0 0;
}
/* End of Tools */

/* IE6 Warning */
.ie6_outdated {
	background: #fefaea; 
	text-align: center; 
	clear: both; 
	height: 75px; 
	position: relative; 
	width: 100%; 
	height: 110px; 
	margin: 0 auto;
}
.ie6_outdated .close_button {
	position: absolute; 
	right: 1px; 
	top: 2px; 
	font-family: courier new; 
	font-weight: bold;
}
.ie6_outdated .content {
	background: #fefaea;
	width: 960px; 
	margin: 0 auto; 
	text-align: left; 
	padding: 0; 
	overflow: hidden; 
	color: black;
}
.ie6_outdated .content .warning {
	width: 77px; 
	float: left;
}
.ie6_outdated .content .text {
	width: 518px; 
	float: left; 
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.ie6_outdated .content .text .title {
	color: #1d1d1d; 
	font-size: 16px; 
	margin-top: 30px;
}
.ie6_outdated .content .text .message {
	color: #6a6a6a; 
	font-size: 12px; 
	margin-top: 6px; 
	line-height: 12px;
}
.ie6_outdated .content .firefox {
	width: 121px; 
	float: left;
}
.ie6_outdated .content .ie8 {
	width: 112px; 
	float: left;
}
.ie6_outdated .content .safari {
	width: 73px; 
	float: left;
}
/* End of IE6 Warning */
