/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background-color: #7A674C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FCFAE6;
}

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

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

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #F6E48A;
}

a:visited {
	color: #F6E48A;
}

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

.post img#main {
	border: none;
	margin: 10px 50px 10px;	
	width: 230px;
	float: right;
}

#fb-root {
	float: right;
	padding-top: 10px;
}

.space {
    margin: 0 0 2em 0;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

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

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
	background: #490102;
}

/* Header */

#header {
	width: 950px;
	height: 85px;
	margin: 0 auto 0px auto;
	padding-top: 5px;
}

#logo {
	float: left;
	height: 90px;
	padding-top: 0px;
	margin-left: 30px;
}

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

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

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 5px;
}

#logo a {
	text-decoration: none;
	color: #3399CC;
}

#ads_topmenu {
	width: 1060px;
	margin: 0px auto;
	background:#9A876C;
	padding-top: 5px;
	padding-bottom: 10px;
}

#ads_topmenu a {
	color: #F6E48A;
}

#g_ads {
	float: left;
	margin-right: 30px;
}

/* Menu */

#menu {
	float: right;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 7px 10px;
	text-decoration: none;
	font-size: 15px;
	color: #FFFFFF;
}

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

#menu .active a {
}

/* Page */

#page {
	width: 1060px;
	margin: 0px auto;
	padding: 0px 40px 0px 40px;
}

/* Content */

#content {
	float: left;
	width: 760px;
	padding: 20px 15px 0px 15px;
	background: #6F5E45;
	border-top: 1px #5C4A32 solid;
	border-bottom: 1px #5C4A32 solid;
}

#content .title {
	margin-bottom: 20px;
	padding: 0px 15px 0px 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #A09584;
}

#content a.heading {
	font-size: 14px;
	font-weight: bold;
}

.comm {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0px 0 20px 0;
}

/* Post */

.post {
	padding: 0px 15px 0px 15px;
}

.suggest {
	padding-top: 30px;
	border-top: 2px dotted #A09584;
}

.post .entry {
}

.post .meta {
	margin: 0;
	padding: 15px 0 60px 0;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .meta .byline {
	float: left;
	color: #0000FF;
}

.post .meta .links {
	float: left;
}

.post .meta .more {
	width: 185px;
	height: 35px;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	border-bottom: 1px dotted #A09584;
}

.name {
	padding: 15px 0px 0px 20px;
	font-weight: bold;
	font-size: 14px;
}
.comment {
	padding: 0px 0px 25px 20px;
	text-decoration: none;
	font-size: 11px;
	border-bottom: 1px dotted #A09584;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
}

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

#sidebar li {
	line-height: 1.7em;
	font-size: 12px;
}

#sidebar h2 {
	padding-bottom: 0px;
	font-size: 16px;
	font-weight: normal;
}

/* Search */

#search {
	float: right;
}

#search h2 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #FFFFFF;
}

/* Products */

#products {
}

#products h2 {
	margin-bottom: 5px;
	font-size: 18px;
	color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
}

#footer hr {
	color: #1A372C;
	width: 800px;
}

#legal {
	clear: both;
	width: 900px;
	margin: 0px auto 0px auto;
	padding-top: 20px;
	text-align: center;
	line-height: 1.8em;
	font-size: 10px;
	color: #FCFAE6;
	font-family: Arial, Helvetica, sans-serif;
}

#legal a {
	font-weight: bold;
	color: #F6E595;
}

.inlineAd{
	float: left;
	margin: 0px 15px 10px 0px;
}

.respond {
}

.comment-wrap {
	padding-left:10px;
	padding-right:10px;
	padding-top: 0px;
	padding-bottom: 30px;
	display: block;
}

#search-results {
	text-align: center;
	float: center;
}

table td.field_title {
    font-size: 14px;
    width: 200px;
    vertical-align: top;
    text-align:right;
}
table input.textfield {
    font-size: 14px;
    width: 400px;
}
table textarea.textarea {
    font-size: 14px;
    width: 400px;
    height: 200px;
}
table input.select {
    font-size: 14px;
}
table input.email {
    font-size: 14px;
    width: 400px;
}


