/*
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: #000 url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FEB385;
	letter-spacing:-1px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 140%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #FEB385;
	color: #FEB385;
}

a:hover {
	background: none;
}

/* Header */

#header {
	width: 900px;
	height: 160px;
	margin: 0 auto;
	background-color: #000;
}

/* Logo */

#logo {
	width: 173px;
	padding: 0px;
	color: #BF4D02;
}

#logo h1, #logo p {
}

#logo h1 {
	padding: 0;
	margin-right: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	font-style: italic;
}


#logo p {
	margin: 0;
	padding: 0;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #7B5C02;
}

#logo p a {
	color: #7B5C02;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #BF4D02;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

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

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

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 893px;
	height: 37px;
	margin: 0 auto;
	padding: 2px 0 0 17px;
}

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

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 7px 11px 7px 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	border: none;
	border-right:#FFF thin solid;
}

#menu a:hover, #menu .current_page_item a {
color: #FFFFFF;
}

#menu a:hover {
	background: url(images/img03a.jpg) repeat-x top left;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .first {
	background: url(images/img03a.jpg) repeat-x top left;
	color: #FFFFFF;
}

#menu .quote {
	background: url(images/img03b.jpg) repeat-x top left;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(images/img04.jpg) repeat-y left top;
}

#wrapper-top {
	width: 900px;
	background: url(images/img07.jpg) no-repeat left top;
}

#wrapper-btm {
	width: 900px;
	background: url(images/img05.jpg) no-repeat left bottom;
}



/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 10px;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* Content */

#content {
	float: right;
	width: 595px;
	margin: 0;
	padding: 0;
}

.post {
}

.post .title {
	color: #FEB385;
	border-bottom: 1px #FEB385 dashed;
}

.post .title a {
	background: none;
	color: #D84201;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	margin-bottom: 30px;
	padding: 3px 0px;
	border-top: 1px #A9A9A9 dashed;
	border-bottom: 1px #A9A9A9 dashed;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .entry {
	padding: 10px 0 5px 0;
	text-align: left;
}

.post a {
	color: #FE6927;
	border-bottom: 1px #967001 dotted;
}

.post .meta a {
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 235px;
	margin: 0;
	padding: 0 0 0 25px;
	color:#FFFFFF;
}

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

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

#sidebar li ul {
	padding-bottom: 7px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #590000;
}

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

#sidebar h2 {
	letter-spacing: -1px;
	color: #FFFFFF;
}

#sidebar p {
	padding-bottom: 0px;
	text-align: left;
}

#sidebar a {
	color: #FFE8C4;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #FFCF88;
}
input, select {
	color: #FFFFFF;
	background-color: #1D1D1D;
}
input.btn {
	color:#000;
	padding:5px;
	font-size:14px;
	background-color:#FF9;
}

textarea {
	color: #FFFFFF;
	background-color: #1D1D1D;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

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

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

/* Footer */

#footer {
	margin: 0 auto;
	padding: 15px 0 0px 0;
	background: url(images/foot-bg.jpg) repeat-x top left #000;
	font-family: Arial, Helvetica, sans-serif;
	color:#999;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-align: center;
}

#footer a {
	color: #FFF;
	border-bottom: 1px #FE6927 dotted;
}
#footer a.highlight {
	background-color:#FF9;
	color:#000;
	font-weight:bold;
	padding:0 3px 0 3px;
}
#footer a.shighlight {
	background-color:#FC0;
	color:#000;
	font-weight:bold;
	padding:0 3px 0 3px;
}
#footer a.page {
	background-color:#999;
	color:#000;
	font-weight:bold;
	padding:0 3px 0 3px;
}

#footer a:hover {
	border-bottom: none;
}
.specs {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}


/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 550px;
height: 80px;
padding: 5px;
font-size:14px;
text-align:left;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

table.quote {
	background-image: url(images/form-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
table.addl td {
	font-size:10px;
	border-bottom:#3E696F dotted thin;
	padding:2px 15px 2px 15px;
}

