﻿/*
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01a.jpg) repeat-x left bottom;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #652500;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #652500;
	/* background:url(images/img01.jpg); */

}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 18px;
}

h3  {
	font-size: 24px;
}

p, ul, ol {
	margin: 1 0 2em 2em;
	text-align: justify;
	line-height: 19px;
	font-size: 11px;
}

a:link {
	color: #BD520E;
}

a:hover, a:active {
	text-decoration: none;
	color: #BD520E;
}

a:visited {
	color: #BD520E;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}


/* Header */
#header-bg {
	 background: url(images/img01a.jpg) repeat-x left bottom;}

  #header {
	width: 800px;
	height: 100px;
	margin: 0 auto 40px auto;
	/* background: url(images/img01.jpg); */
}


#logo {
	padding: 0px 0 0 100px;
	float: left;
	/* background: url(images/img01a.jpg); */

}

#logo h1 {
	font-size: 52px;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #F4B07B;
}

#logo h2 {
	margin-top: -10px;
	padding-left: 3px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A0A0A0;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 55px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 7px 20px 7px 15px;
	background: url(images/img04.gif) no-repeat left 55%;
	text-decoration: none;
	font-size: 16px;
	color: #BD520E;
}

#menu a:hover {
	text-decoration: none;
}

#menu .active a {
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 700px;
	/* background-image: url('images/img01.jpg'); */
}

/* Post */

.post {
	
}

.post .title {
	margin-bottom: 10px;
	margin-top:10px;
	padding: 0 0 7px 0px;
}

.post .entry {
	border-width: thin;
	 border-top-color: #652500;
	/* border-top-style: dotted;*/

}

/* Sidebar */

#sidebar {
	float: right;
	width: 195px;
	/* background-image: url('images/img01.jpg'); */

}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#
#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
}


/* Footer */

#footer {
	min-height: 74px;
	padding: 10px 0 0 0;
	background: url(images/img02.gif) repeat-x left top;
}
*/
html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #943505;
}

#legal a {
	color: #943505;
}

