/*
Theme Name: Garden Mesh
Theme URI: http://www.millenniumpromotion.com
Description: Blog Layout for Chrissy. Based on Garden Mesh Theme.
Version: 1.0
Author: Angie
Author URI: http://www.millenniumpromotion.com
*/

/*
Design by MPS
http://www.millenniumpromotion.com
*/

body {
	margin: 1em;
	padding: 0;
	background: #F6EDE0 url(images/img1.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #254215;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-style: normal;
        a:visited, a:hover, a:link color: #F6EDE0; 
        }

a {
	color: #74011A;
        text-decoration: none;
}

a:hover {
        color: #184C01;
	text-decoration: none;
}

p, blockquote, ul, ol {
	margin-top: 0;
	line-height: 160%;
}

blockquote {
	font-style: italic;
}

/* Wrapper */

#wrapper {
	width: 760px;
	margin: 0 auto;
}

/* Header */

#header {
	height: 160px;
	background: url(images/img2.jpg);
}

#header h1 {
	padding: 40px 0 0 30px;
	letter-spacing: -2px;
	font-size: 1em;
}

#header h2 {
	width: 335px;
	margin-top: -8px;
	text-align: right;
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #F6EDE0;
}

/* Content */

#content {
	padding: 10px 0;
}

/* Posts */

#posts {
	float: right;
	width: 500px;
}

/* Post */

.post {
}

.post .title {
	height: 33px;
	padding: 7px 0 0 10px;
	margin-bottom: 1px;
        border: 1px solid #F6EDE0;
	background: #AE6841 url(images/img3.jpg) no-repeat;
	font-size: 1em;
	color: #F6EDE0;
transform: uppercase;
}

.post .posted {
	padding: 5px 10px;
        border: 1px solid #F6EDE0;
	background: #F6EDE0 url(images/img5.jpg) no-repeat left bottom;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.post .story {
	padding: 20px 20px 10px 20px;
        border: 1px solid #F6EDE0;
font-size: 12px;
	background: #F6EDE0 url(images/img4.jpg) no-repeat right bottom;
}

.post .meta {
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #F6EDE0;
}

.post .meta a {
	color: #F6EDE0;
}

/* Boxed */

.boxed {
	width: 250px;
}

.boxed .heading {
	height: 33px;
	padding: 7px 0 0 10px;
	margin-bottom: 1px;
        border: 1px solid #F6EDE0;
	background: #AE6841 url(images/img3.jpg) no-repeat;
	font-size: 1em;
	color: #F6EDE0;
}

.boxed .content {
	margin-bottom: 10px;
        border: 1px solid #F6EDE0;
	padding: 10px;
	background: #F6EDE0 url(images/img4.jpg) no-repeat right bottom;
        font-size: 12px;
}

.boxed .links {
	margin: 0;
	padding: 0;
	list-style: square inside;
}

/* Footer */

#footer {
	clear: both;
	margin-top: 20px;
	border-top: 1px solid #F6EDE0;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #F6EDE0;
}