/*  
Theme Name: Zenlike
Theme URI: http://www.freewpthemes.net/preview/zenlike
Description: Widget ready and tested on WP 2.3.1.
Version: 2.0
Author: Sequoia Legal Marketing
Author URI: http://www.sequoialegalmarketing.com/
*/
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	} 
body {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #591010 url('images/bkgd.jpg') repeat-y top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 2px 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	color: #911207;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #911207;
	size: 14px;
}

h1 a, h2 a, h3 a {
	color: #911207;
	font-family: Arial, Helvetica, sans-serif;

}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #911207;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 1.6em;
}

p, ul, ol {
	margin-bottom: 2em;
	line-height: 180%;
}

blockquote {
	margin: 0 0 0 2em;
	padding: 0 0 0 1em;
	font-style: italic;
	border-left: 4px solid #F2EAB8;
}

a {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	border: none;
	text-decoration: none;
	color: #333333;
}

hr {
display: none;
}

/* Header */

#header {
	width: 948px;
	height: 202px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat top left;
}

.commentmetadata {
	background: #930e09 url(images/buttonbg.gif) repeat-x;
	border: 1px solid #930e09;
	font-size: .9em;
	color: #FFFFFF;
	padding: 0.25em;
	font-size: 0.8em;
	color: #F2F3DE;
}

/* Menu */

#menu {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	width: 974px;
	height: 45px;
	margin: 0 auto;
	color:#FFFFFF;
	background: url(images/nav-bkgd-2.gif) no-repeat;
	}

#menu ul {
	margin: 0;
	padding: 0px 25px 0 25px;
	list-style: none;
}

#menu li {
	float: right;
	height: 45px;
	padding: 13px 15px 0px 15px;
}

#menu a {
	font-size: 14px;
	text-transform:uppercase;
	margin-left: 10px;
	height: 45px;
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#menu .current_page_item {
}

/* Page */

#page {
	width: 948px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 704px;	
	padding: 15px 20px 0 0;
}
/* Post */

.post {
	padding: 0px 0px 0px 20px;
}
/*font styling for post on blog home page*/
.post .title {
	size:14px;
	padding-bottom: 10px;
	font-weight: bold;
}
/* font styling for page titles and blog post titles, not archives*/
.post h1 {
	margin: 0;
	display: inline;
	text-decoration: none;
	size: 14px;
}

.post h2 {
	font-weight: normal;
	color: #911207;
	margin: 0;
	size: 14px;
}

.pagetitle {
	margin: 0
}

.postbreak {
	background: url(images/bullet.gif) repeat-x;
}
.post .meta, .post .longmeta {
	height: 11px;
	margin: 0;
	padding: 5px 0;
	line-height: normal;
	font: .8em;
	color: #787878;
}

.post .longmeta {
	height: auto;
}

.post .meta .author {
	float: left;
}

.post .meta .date {
	float: right;
}

.post .meta a {
	border: none;
}

.post .entry {
margin-top: 10px;
}

.post .tags {
	margin: 0;
	padding: 5px 0;
	line-height: normal;
}

.post .links {
	margin: 0;
	padding: 5px 0 20px 0;
	border-bottom: solid 1px #eaeaea;
	line-height: normal;
	font-size: 0.8em;
}

.post h1 a, .post h2 a  {
	text-decoration: none;
}

/* Comments */

#comment {
	width: 70%;
}

/* Posts */

.posts {
	padding-top: 0px;
}

.posts h1 {
	padding-left:20px;
}
.posts h2 {
	margin: 0;
	size: 14px;
	font-weight: bold;
	padding-left: 20px;
}

.posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color:#333333;
}

.posts li {
	padding-bottom: 1px;
	color:#333333;
}
.posts li ul {
	color:#333333;

}
#posts ul li{
	list-style: none;
	color: #333333;
	padding-left: 5px;
}
.posts .title {
	margin: 0px 0 10px 0;
}

.posts .title a {
	border: none;
}

.posts .meta {
	height: 11px;
	margin: 0;
	padding: 5px 0;
	border-bottom: solid 1px #eaeaea;
	line-height: normal;
	color: #C5C3BC;
}

.posts .meta .author {
	float: left;
}

.posts .meta .date {
	float: right;
}

.posts .meta a {
	border: none;
}

.posts .tags {
	margin: 0;
}

.posts .links {
	margin: 0;
}

.printerfriendly {
	background: url(images/icon-printerfriendly.gif) no-repeat left 50%;
}

.comments {
	background: url(images/icon-comments.gif) no-repeat left 50%;
	padding-left: 20px;
}

.readmore {
	background: url(images/icon-more.gif) no-repeat left 50%;
	padding-left: 20px;
}

/* Navigation */

.navigation {
	height: 20px;
/*	padding: 20px; */
	font-weight: bold;
}

.alignleft {
	float: left;
	padding-right: 10px;
}

.alignright {
	float: right;
	padding-left: 10px;
}

/* Latest Post */

#latest-post {
	float: left;
	width: 575px;
}

/* Recent Posts */

#recent-posts {
	float: right;
	width: 270px;
	padding-top: 36px;
}

/* Sidebar */

#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	size: 11px;
	float: left;
	width: 224px;
	margin-left: 0px;
	font-weight: bold;
	background: url('images/sidebar.jpg') no-repeat top center;
}
/*entire sidebar*/
#sidebar ul {
	margin:0;
	padding: 100px 0px 8px 5px;
	list-style: none;
	}	
/*sidebar widget container*/
#sidebar li {
	padding: 3px 0px 0px 0px;
	width: 100%;
}

/*sidebar all pages style*/
#sidebar li ul{
	padding: 0px 0px 0px 30px;
	margin-top: 20px;
	margin-bottom: 15px;
	list-style: none;
}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	display: inline;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	font-style:normal;
	text-transform: uppercase;
}
#sidebar a {
	color: #59102e;
	text-decoration:none;
}

#sidebar a:hover {
	color: #59102e;
	text-decoration: underline;
}

/* Footer */
#footer {
	background: #323232;
	width: 948px;
	font-size: 10px;
	line-height: 16px;
	margin: 0 auto;
	}
#footer p {
}

#footer .clear {
	clear: both;
}

#footer .left {
	float: left;
	display: block;
	padding: 20px 0px 10px 40px;
	font-size: 10px;
	width: 588px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background: #585757;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
#footer .right {
	float: right;
	display: block;
	padding: 10px 0px 0px 30px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 290px;
}

#footer ul li {
	list-style: none;
	color: #FFFFFF;
	padding-right: 30px; 
}
td.thumbnail {
	font-size: 12px;
	font-weight: bold;
}
td.thumbnail a {
	color: #59102e;
	text-decoration: none;
}
td.thumbnail a:hover {
	color: #59102e;
	text-decoration: underline;
}
td.thumbnailimg {
	padding: 5px 8px 0px 0px;
}
td.thumbnailimg a {
	border: 0px;
}