/*
Theme Name: Blog It
Description: Blog It is a minimal WordPress theme designed by <a href="http://7seo.com" target="_blank">SEO Company</a>.
Author: SEO Company
Author URI: http://jump2top.com/
Version: 1.2
Tags: brown, white, seo-friendly, fixed-width, right sidebar, widget ready, 2-columns

*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background: url(images/background.gif);
}
#header {
	background: url(images/background_header.gif) repeat-x;
	height: 166px;
	margin-bottom: 20px;
}
#mainwrap {
	width: 900px;
	text-align:left;
}
#title {
	float: left;
	height: 135px;
}
#topright {
	float: right;
	height: 135px;
}
.searchform {
	margin-top: 25px;
}
#pagenav {
	clear: both;
	height: 29px;
	font-size: 10pt;
	padding-top: 7px;
	font-weight: bold;
}
#wrap {
	width: 900px;
	text-align:left;
}
#sidebar {
	width: 200px;
	float: right;
	color: #737373;
}
#content {
	width: 680px;
	margin: 0px 200px 0px 0px;
}
#footer {
	clear: both;
	margin: 15px 0px;
	text-align: center;
	color: #666666;
}
/* text */
#title h1 {
	color: #A0410D;
	font-size: 20pt;
	font-weight: normal;
	padding-top: 45px;
}
#title h1 a {
	color: #A0410D;
	text-decoration: none;
}
.description {
	font-size: 14pt;
	color: #303030;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#pagenav ul li {
	list-style:none;
	display: inline;
}
#pagenav li a {
	padding-right: 20px;
	text-decoration: none;
	color: #303030;
}
#pagenav li a:hover {
	color: #A0410D;
}
#sidebar ul li {
	list-style: none;
}
#sidebar li {
	padding-bottom: 2px;
}
p, h2, h3, h4, ul, ol, table, .postmetadata, .pagetitle {
	padding-bottom: 10px;
}
#content h1 {
	font-size: 14pt;
	color: #77310A;
	font-weight: normal;
}
#content h1 a {
	color: #77310A;
	text-decoration: none;
}
h2 {
	font-size: 12pt;
}
#sidebar a {
	color: #737373;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
h3, h4 {
	font-size: 11pt;
}
caption {
	font-size: 9pt;
	font-weight: bold;
}
.date {
	float: left;
	width: 48px;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	padding: 5px 0px 7px 0px;
	color: #ffffff;
	background: url(images/background_pagenav.gif);
/*	border: 1px solid #A0410D;
	background-color: #77310A; */
}
.entry {
	float: right;
	width:620px;
}
.post {
	margin-bottom: 15px;
}
.postmetadata {
	color: #737373;
}
.postmetadata a {
	color: #737373;
	text-decoration: none;
}
.postmetadata a:hover {
	text-decoration: none;
}
a {
	color: #A0410D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img a {
	border: 0px;
}
/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #A0410D; 
	padding: 5px;
	font-size: 8pt;
	background:transparent;
	color: #333333;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background: url(images/background_pagenav.gif) repeat-x;
	color: #ffffff;
	border: 1px solid #A0410D; 
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
}

#commentform a {
	color: #A0410D;
	text-decoration: none;
}
#commentform a:hover {
	color:#ffffff;	
	text-decoration: underline;
}
#comments {
	margin: 10px 0px 10px 60px;
}

/* wp default */
.navigation {
	margin: 10px 0px;
	color: #666666;
}
.navigation a {
	color: #666666;
	text-decoration: none;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}