/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #CD9F46;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1, h2, h3 {
	color: #CD9F46;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #CD9F46;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.5em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #CD9F46;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #CD9F46;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #CD9F46;
}

hr {
	display: none;
}

#main
{
width: 800px;
margin: 0 auto;
border-left: 5px solid #000000;
border-right: 5px solid #000000;
}


/* Header */

#header {
	width: 800px;
	margin: 0 auto;
	height: 253px;
}


/* Logo */

#logo {
	width: 800px;
	height: 253px;
	margin: 0 auto;
	text-align: right;
	background: url(images/header.jpg) no-repeat left top;
}

#logo h1 {
	padding-right: 20px;
	color: #ffffff;
	padding-top: 250px;
	font-size: 24px;
}

#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: #ffffff url(images/page_back.gif) repeat-x top;
	border-top: none;
	padding-top: 20px;
}

/* Content */

#content {
	float: left;
	width: 720px;
	padding-left: 40px;
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	height: 36px;
	font-size: 2.4em;
	text-align: center;
}

.post .entry {
	padding: 0 10px 30px 15px;
}

.post .links {
	margin: 0;
}

.post .links a, .post .tags a {
	border: none;
}

.post .button 
{
	width: 100%;
	text-align: center;
	margin: 10px 0 10px 0;
}

/* Footer */
#footer
{
padding: 20px;
background: url(images/footer.gif) repeat-x
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF
}