/*
Theme Name: Angel
Theme URI: http://themey.com/angel-wordpress-theme
Description: A sweet child and a butterfly feature in this angelic theme. This theme is supported by <a href="http://www.avivadirectory.com/">Aviva Web Directory</a>. Licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons</a>. Attribution links must stay.</p><p>Looking for a custom theme? Contact <a href="http://themey.com">Themey</a> with your ideas for a quotation.</p>
Version: 1.1
Author: Themey
Author URI: http://themey.com/
*/

body {
	background-color: #fff;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


* {
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
}

h2, h3, h3 a, h2 a {
	color: #6b4506;
	text-decoration: none;
}

a {
	color: #6b4506;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	position: relative;
	width: 770px;
	left: 50%;
	margin-left: -385px;
}

#wrapper {
	background: url('images/contentbg.gif') repeat-y top left;
}

input, textarea {
	border: 1px solid #000;
}

textarea {
	width: 80%;
	padding: 2px;
	margin: 2px;
}

#searchform input[type='text'] {
	width: 110px;
	background-color: #f3ede2;
	margin-right: 5px;
}

input[type='submit'] {
	background-color: #6b4506;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 1px;
}

/* header */
#header {
	background: url('images/angel.gif') no-repeat top right;
	height: 106px;
	padding-left: 15px;
	padding-top: 35px;
}

.blog_title {
	margin: 0px;
	font-size: 30px;
}

.blog_desc {
	color: #6b4509;
	font-size: 13px;
	margin-left: 50px;
	font-weight: bold;
}

/* main */

#main {
	float: left;
	width: 555px; /* +0 */
	padding: 7px 10px 15px 15px;
}

.one_post {
	padding-bottom: 15px;
}

.post_title {
	font-size: 18px;
	margin-bottom: 3px;
}

.n_comments, .n_comments a {
	font-size: 12px;
	color: #e5ca9c;
}

.post_meta {
	background-color: #ede4d5;
	margin-bottom: 5px;
	padding: 3px;
}

#navigation {
	font-size: 14px;
	color: #6b4506;
	font-weight: bold;
}

#navigation .alignleft {
	float: left;
	width: 50%;
	text-align: left;
}

#navigation .alignright {
	float: right;
	width: 50%;
	text-align: right;
}

.commentlist {
	margin: 10px 30px;
}

.commentlist li {
	margin-bottom: 10px;
}

/* sidebar */

#sidebar {
	float: right;
	width: 175px;
	padding: 10px 5px 0px 10px;
}

#sidebar ul {
	list-style: none;
}

.sidebar_message {
	margin-bottom: 10px;
}

#sidebar h2 {
	font-size: 13px;
	background-color: #e9e2d6;
	padding: 2px 5px;
	margin-top: 15px;
}

#sidebar ul ul {
	padding: 3px 5px;
}

#sidebar ul li li {
	margin-left: 5px;
	margin-bottom: 2px;
	list-style: inside url('images/bullet.gif');
	font-weight: bold;
}

/* footer */

#footer {
	clear: both;
	color: #bfb199;
	background-color: #f2eee7;
	padding: 3px 7px;
	font-weight: bold;
	border-top: 15px solid #fff;
	border-bottom: 5px solid #fff;
}
#content_start {position: absolute;left: -10000px;};
