
body {
	margin: 0;
	padding: 0;
	background: #F6F6F6;
	font-size: 13px;
	text-align: justify;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	color: #83826A;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2.5em;
}

h3 {
	font-size: 1.5em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	margin: 15px 0px;
 	padding: 5px 7px 5px 40px;  	
    font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #66A342;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #b00f12;
}

a:hover {
	color: #b00f12;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 920px;
	height: 100px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	padding: 0;
}

#header h1 {
	font-size: 52px;
	color: #8c0700;
}

#header p {
	margin-top: -15px;
	padding: 0px 0px 0px 4px;
	font-size: 20px;
	font-weight: normal;
	color: #c20909;
	text-transform: lowercase;
}

#header a {
	text-decoration: none;
	color: #c20909;
}

.logo {
margin-top: 15px;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/img02.jpg) repeat-y left top;
}

#page-bgtop {
	background: url(images/img01.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
}

#page-bgbtm {
	background: url(images/img03.jpg) no-repeat left bottom;
	padding: 30px 40px 30px 30px;
}

/* Content */

#content {
	float: right;
	width: 660px;
	margin: 0;
	padding-top: 30px;
	color: #666666;
}

.post {
	padding: 0px 0 20px 0;
}

.title {
	margin: 0px;
	padding-bottom: 25px;
	background: url(images/img05.jpg) repeat-x left bottom;
}

.title a {
	text-decoration: none;
	color: #c20909;
}

.pagetitle {
}

.byline {
	margin-top: -25px;
	padding: 0px;
	color: #c20909;
}

.meta {
	margin-right: 20px;
}

.meta .more {
	display: block;
	width: 120px;
	height: 26px;
	padding: 2px 0px 0px 0px;
	background: url(images/img06.jpg) no-repeat left top;
	text-align: center;
}

.meta .comments {
	float: left;
	width: 120px;
	height: 26px;
	padding: 2px 0px 0px 0px;
	background: url(images/img06.jpg) no-repeat left top;
	text-align: center;
}

.meta a {
	text-decoration: none;
	color: #787872;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 0;
	padding-bottom: 20px;
}

.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin-bottom: 40px;
	padding: 0px 15px;
}

#sidebar li li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 35px;
	border-bottom: 1px #ffffff dashed;
}

#sidebar h2 {
	width: 185px;
	height: 32px;
	padding: 6px 0px 0px 15px;
	background: url(images/img04.jpg) no-repeat left top;
	font-size: 18px;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Search */

#search input {
	display: none;
}

#search input#s {
	display: block;
	width: 230px;
	padding: 2px 5px;
	border: 1px solid #3DD1FF;
}

#search br {
	display: none;
}

/* Calendar */

#calendar {
}

#calendar h2 {
	margin-bottom: 15px;
}

#calendar table {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	width: 100%;
	text-align: center;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b00f12;
	margin-bottom: 27px;
}

#footer p {
	padding-top: 15px;
}

#footer p a {
	color: #b00f12;
}

img { border: none; }

img.left {
	float: left;
	margin: 3px 20px 30px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 10px 30px;
}

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 400px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

.form-right{
display: block;
text-align: left;
width: 280px;
position:absolute;
margin-left: 200px;
}

.noborder{
border: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
