/*
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 {
	background: #FBE8E8 url(images/img01.jpg);
	text-align: justify;
}

body, input, textarea, select {
	color: #662C14;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #662C14;
}

p.poem {
	text-align:center;
	}

p.wish {
	text-align:center;
	font-weight: bold;
	}
	
p.credits {
	text-align:center;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

.hr {
}

img.photo {
	width:350px;
	text-align:center;
	}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* Wrapper */

#wrapper {
	padding: 20px 0;
	background: url(images/img02.jpg) repeat-x;
}

/* Header */

#header {
	width: 700px;
	height: 160px;
	margin: 0 auto;
}

#header_intro {
	width: 700px;
	height: 160px;
	margin: 0 auto;
	background: url(images/banner_simple.png) no-repeat;
}

#header h1, #header h2 {
	margin: 0;
}

#header h1 {
	padding-top: 40px;
	text-align: center;
	font-size: 4em;
}

#header h2 {
	text-align: center;
	font-size: 1em;
	font-style: italic;
}

#header a {
	text-decoration: none;
}

/* Content */

#content	 {
	width: 700px;
	margin: 0 auto;
	background: #FBE8E8 url(images/img04.gif) repeat-y;
}

/* Blog */

#blog {
	float: right;
	width: 424px;
	padding: 50px 20px 0px 16px;
	background: url(images/img06.gif) no-repeat;
}

/* maintext */

.maintext {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.maintext .title {
	margin-bottom: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #D3B6AF;
	font-size: small;
	font-weight: bold;
}

.maintext .title a {
	text-decoration: none;
}

.maintext .title a:hover {
	text-decoration: underline;
}

.maintext .date {
	margin-top: -30px;
	padding-right: 15px;
	text-align: right;
	font-size: x-small;
}

.maintext .entry {
	padding: 20px 15px 10px 15px;
	line-height: 1.8em;
}

.maintext .meta {
	margin-bottom: 2em;
	padding: 0 15px;
	text-align: right;
	font-size: x-small;
}

/* single panel */


#singlepanel_top {
	width: 700px;
	height: 40px;
	margin: 0 auto;
	background: url(images/top.jpg) no-repeat;
}

#singlepanel_bottom {
	width: 700px;
	height: 85px;
	margin: 0 auto;
	background: url(images/bottom.png) no-repeat;
}

#singlepanel h2 {
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#singlepanel a {
	text-decoration: none;
}

#singlepanel a:hover {
	text-decoration: underline;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 204px;
	padding: 50px 16px 0px 20px;
	background: url(images/img05.gif) no-repeat;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding-left: 5px;
	line-height: 1.4em;
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
	background: url(images/img07.gif) no-repeat left center;
}

#sidebar h2 {
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #D3B6AF;
	font-size: small;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

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

/* Archives */

#archives {
}

/* Categories */

#categories {
}


/* Meta */

#meta {
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 43px;
	background: url(images/img09.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
