/*  
Theme Name: Decorative
Theme URI: http://www.freewpthemes.net/preview/decorative/
Description: Widget ready and tested on WP 2.2+.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(decorative/images/img01.png) repeat-y center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9E9D89;
}
form {
}
input, textarea {
	border: 1px solid #DEDED1;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.text {
	padding: .15em;
	background: #FDFDFB url(decorative/images/img06.gif) repeat-x;
}
.button {
	background: #763320 url(decorative/images/img07.gif) repeat-x;
	color: #FFFFFF;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D15803;
}
h1 {
	letter-spacing: -.05em;
	font-size: 2.2em;
}
h2 {
	margin-top: 1em;
	letter-spacing: -.05em;
	font-size: 1.4em;
}
h3 {
	margin-top: 1em;
}
p, ul, ol {
	margin-top: 1em;
	line-height: 160%;
}
ul {
	list-style: none;
}
ul li {
	margin-left: 1em;
	padding-left: .75em;
	background: url(decorative/images/img05.gif) no-repeat left center;
}
ol {
	margin-left: 1em;
	list-style-position: inside;
}
blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #9E9D89;
}
a {
	text-decoration: none;
	color: #D15803;
}
a:hover {
	text-decoration: underline;
	color: #827F4F;
}
hr {
	display: none;
}
/* Header */
#header {
	width: 860px;
	height: 100px;
	margin: 0px auto 0px;
	padding: 0 40px;
	background: url(decorative/images/img02.png);
}

#header h1 {
	padding-top: 25px;
	padding-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #F3F3E9;
	font-size: 32px;
	text-decoration: none;
	margin: 0px;
	text-transform: uppercase;
	}
#header p {
	font-size: 1.0em;
	font-weight: bold;
	color: #F3F3E9;
	margin-top: 0em;
	}
#logo {
}
#logo h1, {
	margin: 0;
	
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #F3F3E9;
}
#logo h1 {
	font-size: 2.5em;
}
#logo p {
float: left;
	letter-spacing: -.055em;
	font-size: 1.0em;
	font-weight: bold;
	color: #F3F3E9;
}
#logo a {
	color: #F3F3E9;
}
#search {
	float: right;
	width: 15em;
	padding-top: 50px;
}
#search fieldset {
	border: none;
}
#search #s {
	width: 13em;
}
/* Page */
#page {
	width: 940px;
	margin: 0 auto;
}
/* Content */
#content {
	float: right;
	width: 580px;
	padding: 35px 50px 0 0;
	background: url(decorative/images/img04.png) no-repeat right top;
}
.post {
	margin-bottom: 3em;
}
.post .meta {
	margin: 0 0 1.5em 0;
	padding: 0 0 1px 10px;
	background: url(decorative/images/img08.png) no-repeat left bottom;
	line-height: normal;
}
.post .meta small {
	font-size: 12px;
}
.post .title, .post .entry {
	padding-left: 10px;
}
.post .longmeta {
	padding: 10px;
	background: #E3E3D4;
	border-top: 1px solid #CCCCB1;
	border-bottom: 1px solid #FEFEFE;
	line-height: normal;
}
.post .longmeta small {
	font-size: 12px;
}
.navigation {
	font-weight: bold;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.commentlist {
	line-height: normal;
	font-size: small;
}
.commentlist li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #FFFFFF;
}
.commentlist .commentmetadata {
	margin-top: -1.5em;
	float: right;
}
#comment {
	width: 500px;
}
.posts {
	margin: 0;
	padding: 0;
	list-style: none;
}
.posts li {
	margin-bottom: 2em;
	padding: 0;
	background: none;
}
.posts h2 {
	font-size: 1.2em;
}
.posts .date {
	margin: 0;
}
/* Sidebar */
#sidebar {
	float: left;
	width: 220px;
	padding: 20px 20px 0 30px;
	background: url(decorative/images/img03.png) no-repeat;
	font-size: smaller;
	color: #E3E3D4;
}
#sidebar ul {
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin-bottom: 3em;
	padding: 0;
	background: none;
}
#sidebar li ul {
}
#sidebar li li {
	margin: 0 0 0 1em;
	padding-left: .75em;
	background: url(decorative/images/img09.gif) no-repeat left center;
}
#sidebar h2 {
	margin-bottom: 1em;
	color: #FFFFFF;
}
#sidebar a {
	color: #FFFFFF;
}
#calendar table {
	width: 80%;
	text-align: center;
}
/* Footer */
#footer {
	width: 860px;
	margin: 0 auto;
	padding: 20px 40px;
	text-align: right;
}
#footer p {
	font-size: 10px;
}