/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
	background: #4c4f4d url(images/img01.gif);
	font: normal small Arial, Helvetica, sans-serif;
	color: #372225;
}

h1, h2, h3 {
		font-family: Arial, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #372225;
}

h2 {
}

h3 {
	font-weight: bold;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	padding-left: 3em;
	padding-right: 3em;
	background: url(images/img03.gif) no-repeat;
	text-align: justify;
	font-family: Arial, "Times New Roman", Times, serif;
	font-style: italic;
	color: #372225;
	
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #4f0808;
}

a:hover {
	text-decoration: none;
	color: #676b68;
}

img {
	border: 2;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: #8CBEF5 url(images/img03.gif) repeat-x left bottom;
	border: 1px solid #543539;
	font-size: 1em;
	color: #372225;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
}

/* Post */

.post {
	padding: 20px 20px 0 20px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	background: url(images/img04.gif) repeat-x left bottom;
	font-size: 2em;
}

.post .date {
	float: right;
	padding: 10px 20px;
	font-size: x-small;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding	: 10px 20px;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	clear: both;
	padding: 20px;
	}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: url(images/bkg.jpg);
	border: 10px solid #543539;
}

/* Logo */

#logo {
	height: 159px;
	background: url(images/header.jpg);
	border: 2px solid #000000;
}

#logo h1 {
	padding: 135px 0 0 380px;
	letter-spacing: -1px;
	font-size: 2.4em;
}

#logo h2 {
	margin-top: -8px;
	padding: 0 0 0 410px;
	font-size: 1.3em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
}

#extra {
}

/* Content > Main */

#main {
border: 2px solid #000000;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
}

#sidebar a {
}



/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background: #e01d23;
	width: 800px;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #000000;
}

#footer a {
	color: #000000;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}