/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/
.left
{
        float: left; /*left in our text*/
        margin: 3px; /*space around the image*/
}

.right
{
         float: right; /*right in our text*/
         margin: 3px; /*space around the image*/
}


* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #CD9F46;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


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.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: none;
	color: #CD9F46;
}

a:hover {
	border: none;
	text-decoration: underline;
}

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: 300px;
}

#menu {
	float: left;
	height: 50px;
	width: 800px;
	padding-left: 44px;
	background: url('images/menu.jpg') no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	background-position: 0% 0%; display: block;
	float: left;
	height: 50px;
	width: 115px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 15px;
    text-align: center;
	background-position-x:0%; background-position-y:0%; background-color:transparent; background-repeat:no-repeat; background-attachment:scroll 
}

#menu a:hover {
	color: #ffffff;
	background: url('images/button_r.gif') repeat-x;
}



/* Logo */

#logo {
	width: 800px;
	height: 250px;
	margin: 0 auto;
	text-align: right;
	background: url('images/header.jpg') no-repeat left top;
}


#logo h1 {
	padding-right: 10px;
	color: #ffffff;
	padding-top: 185px;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 12px;
	padding-right: 10px;
}


#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: #ffffff url('images/page_back.gif') repeat-x top;
	border-top: medium none;
	padding-top: 20px
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-left: 20px;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	height: 30px;
	font-size: 2.4em;
}

.post .entry {
	padding: 0 10px 30px 15px;
}

.post .meta {
	background-position: left bottom; margin:0; text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CD9F46; padding-left:15px; padding-right:0px; padding-top:5px; padding-bottom:0px; background-color:transparent; background-repeat:repeat-x; background-attachment:scroll
}

.post .meta a {
	color: #CD9F46;
}

.post .links {
	margin: 0;
}

.post .tags {
	background-position: 0% 0%; margin:0; text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background-color:transparent; background-repeat:repeat-x; background-attachment:scroll
}

.post .links a, .post .tags a {
	border: none;
}


/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 1em;
}


.sidebar li li {
	margin: 0;
}


#sidebar1 {
	width: 200px;
}

#sidebar2 {
	width: 200px;
}

#sidebar2 li h2 {
	background: url('images/title.gif') no-repeat left top;
	height: 24px;
	color: #FFFFFF;
	padding-left: 14px;
	padding-top: 6px
}

#sidebar2 li ul {
	line-height: normal;
}

#sidebar2 li li {
	background-position: left bottom; padding:1px; font-size: .95em; background-color:transparent; background-repeat:repeat-x; background-attachment:scroll
}

#sidebar2 li a {
	border: none;
	padding-left: 7px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}

.back_title
{
background: url('images/title_back.gif') no-repeat;
}

#sidebar2 .top {
 padding-top: 14px;
 }
 


/* 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
}
