/*  
Theme Name: Blogsmith
Theme URI: http://www.freewpthemes.net/preview/blogsmith
Description: Widget ready and tested on WP 2.2+.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0;
	padding: 0;
	background: #1e1903;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size: 13px;
	color: #464516;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	color: #a29643;
}

a:hover {
	text-decoration: none;
	color: #94824e;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#logo {
	width: 800px;
	height: 190px;
	margin: 0 auto;
        align: center;
background-color: white;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 30px;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}
/* end Header */


/* Menu */

#menu {
	width: 800px;
	height: 40px;
	margin: 0 auto;
	background: #ffffff;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 10px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 5px 50px 0 10px;
	text-decoration: none;
	font-weight: bold;
	color: #a29643;
}

#menu a:hover {
	text-decoration: underline;
	color: #94824e;
}

#menu .current_page_item a {
	background: #ffffff;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: #ffffff;
}

#page-bg {
	padding: 11px 24px;
	
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #1e1903;
}

/* Content */

#content {
	float: left;
	width: 500px;
	padding: 20px 0 0 20px;
}

.posts {
}

.posts li {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1e1903;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1e1903;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 0px dotted #94824e;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding-right: 5px;
background: #ffffff;

}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 35px;
	background: url(images/image07.gif) no-repeat 20px 50%;
	border-bottom: 1px solid #1e1903;
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: 1px solid #1e1903;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#search {
}

#search div {
	padding: 30px 0 0 20px;
}

#search br {
	display: none;
}

#comment {
	width: 400px;
}

#notes {
	padding: 20px 0 0 20px;
}

/* Footer */

#footer {
	width: 800px;
        height: 25px;
	margin: 0 auto;
	padding: 10px 0;
	background: #ffffff;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #464516;
}

#footer a {
	color: #a29643;
}