html, body {
	margin: 0;
	padding: 0;
	background-color: #989898;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
 	background-image:url('img/back.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
	background-position: center center;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
padding-left: 0;
font-size: 11px;
margin-top: 0;
line-height: 180%;
text-align: center;
}

#logo p.under {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

ul, ol {
list-style: none;
}

a {
	text-decoration: none;
	color: #999;
}

a:hover {
	text-decoration: underline;
	color: #4F4F4F;
}

img.border {
/* 	border: 6px solid #EEE7DF; */
}

img.alignleft {
/* 	float: left; */
	margin: 0 auto;
}



img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	background-position: 300px 0%;
	/* background-color: #A7CF8D; */
	background-color: rgba(81, 116, 58, 0.5);
}

/* Header */

#header-wrapper {
	height: auto;
}

#header {
	width: 380px;
	height: auto;
	margin: 0;
	left: 0;
}

/* Logo */

#logo {
	background-color: #FFFFFF;
	width: 300PX;
	height: auto;
	margin: 0 auto;
	padding: 40px;
	color: #000;
}

#logo h1 {
	float: left;
	padding-top: 100px;
	padding-left: 30px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 64px;
	color: #000;
}

#logo p {
	color: #666666;
	margin-top: 50px;
	padding: 0;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 20px;
	text-align: left;
}

i {
	color: #000000;
}

#logo a {
font-weight: bold;
/* font-size: 16px; */
border: none;
background: none;
text-decoration: none;
color: #993333;
/* text-decoration: underline; */
}

#logo a:hover {
	text-decoration: none;
	color: #999;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 100px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 60px 0 0 30px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 195px;
	padding: 6px 10px;
	border: none;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #7F7F81;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 280px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #D0D0D0;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 4px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 13px 20px 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4E5B64;
	border: none;
}

#menu .current_page_item a {
}

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

/* Page */

#page {
	width: 280px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #D0D0D0;
}

#page-bgtop {
}

#page-bgbtm {
	margin: 0px;
	padding: 40px 30px 0px 30px;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 0px 0px 0px 0px;
}

.post {
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
}

.post .title {
	padding-top: 10px;
	letter-spacing: -1px;
	border-top: 1px solid #D0D0D0;
}

.post .title a {
	color: #1A1A1A;
	border: none;
}

.post .meta {
	padding-bottom: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	border-bottom: 1px solid #D0D0D0;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	padding-left: 20px;
	line-height: 35px;
	background: url(images/img01.gif) no-repeat left 12px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	margin-bottom: 20px;
	padding: 12px 0 0 15px;
	border-bottom: 1px solid #D0D0D0;
	letter-spacing: -1px;
	font-size: 24px;
	color: #1A1A1A;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 300px;
	height: 50px;
	margin: 0;
	border-top: 0px solid #D0D0D0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	left: 0;
	padding-left: 20px;

}

#footer p {
	margin: 0;
	padding-top: 18px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

#footer a {
	color: #676767;
}
