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

body {
	margin: 20px;
	background-color: #feba83;
	background:  url(/images/backgroundFade.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
}

h1, h2, h3 {
	margin: 0;
	font-family: eurostile, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

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

ul, ol {
}

a {
	text-decoration: underline;
	color: #A42424;
}

a:hover {
	background: none;
	color: #fe9540;
}

#wrapper {
	width: 600px;
	margin: 0 auto;
	padding: 0px;
	background: #FFFFFF;
}

/*########*/
/* Header */
/*########*/
#header {
	width: 600px;
	height: 99px;
	margin: 0 auto;
	background: url(/images/header.jpg) no-repeat left top;
	border: #000000 solid 1px;
}

/*######*/
/* Menu */
/*######*/
#menu {
	width: 600px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	background: #fe9540;
/*	border: #000000 solid 1px;*/
	border-left-style: solid; 
	border-left-color: #000; 
	border-left-width: 1px; 
	border-right-style: solid; 
	border-right-color: #000; 
	border-right-width: 1px;
}

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

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 3px 0px 0px 20px;
	text-decoration: underline;
	font-family: eurostile, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: /*#f4ff41*/#000;
	border: none;
}

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

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

/*######*/
/* Page */
/*######*/

#page {
	width: 600px;
	margin: 0 auto;
	background-color: #feab68;
	border: #000000 solid 1px;
}

/*#########*/
/* Content */
/*#########*/

#content {
	float: left;
	width: 399px;
	padding: 5px 0px 0px 0px;
	border-right-style: solid; 
	border-right-color: #000; 
	border-right-width: 1px;
	background-color: #fff;
}

.post {
}

.post .title {
	padding: 0px 0px 5px 20px;
}

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

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

.post .meta {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px 15px 0px 0px;
}

.post .entry {
	text-align: justify;
	padding: 0px 15px 0px 20px;
}

#galleryThumbs{
	margin: 0px auto; 
	width: 356px;
	text-align: left;
	border: none;
	decoration: none;	
}

img.galleryThumbs{
	margin: 5px;
	border: none;
	decoration: none;
	}

img.featurePhoto{
	margin: 3px 12px 5px 16px;
	float: right;
	border: none;
	decoration: none;
}

/*#########*/
/* Sidebar */
/*#########*/
#sidebar {
	float: right;
	width: 200px;
	background: url(/images/bottomSidebar.jpg) no-repeat left bottom;
	
}

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

#sidebar li {
	padding: 0px 0px 20px 0px;
}

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

#sidebar li li {
	line-height: 35px;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #000000;
}

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

#sidebar a {
	text-decoration: underline;
	font-family: eurostile, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #444;
	border: none;
}

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

/*########*/
/* Footer */
/*########*/
#footer {
	width: 600px;
	height: 25px;
	margin: 0 auto;
	padding: 0px;
	font-family: eurostile, Arial, Helvetica, sans-serif;
	background-color: #ef7919;
	border-left-style: solid; 
	border-left-color: #000; 
	border-left-width: 1px; 
	border-right-style: solid; 
	border-right-color: #000; 
	border-right-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #000; 
	border-bottom-width: 1px;
}

#footer p {
	text-decoration: none;
	font-family: eurostile, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f4ff41;
	border: none;
	padding: 1px 20px 0px 0px;
	text-align: right;
}

#footer a {
	color: #FFFFFF;
}