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

body {
	margin: 0px;
	background-color: #170b07;
	background-image:url(images/site-background.jpg);
	background-position:top;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

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

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

a:hover {
	background: none;
}

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

/* Header */

#header {
	width: 900px;
	height: 255px;
	margin: 0 auto;
	background: url(images/saltbox-millworks-header.jpg) repeat-y left top;
}
/* Menu */

#menu {
	width: 900px;
	height: 51px;
	background: url(images/menu-bar-background.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}

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

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 0px 20px 7px 20px;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #040404;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	color: #f2ebe6;
}


/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	background-image:url(images/body-background.jpg);
}

/* Content */

#content {
	float: right;
	width: 330px;
	margin-top: -10px;
	padding: 20px 30px 0 10px;
	background-image:url(images/right-text-block-edges.png);
	background-repeat: no-repeat;
}

#oneColumnContent {
	width: 840px;
	margin-left: 30px;
	margin-bottom: -70px;
	background-image:url(images/transparent-white-body-bg.png);
	background-repeat:repeat-y;
}


.post {
	padding-bottom: 30px;
}

.post .title {
	padding-top: 20px;
	padding-left: 20px;
}

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

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

.post .meta {
	background: #E0E0E0;
	border-left: 4px double #F57601;
	border-right: 4px double #F57601;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .meta .comments,.post .meta .permalink {
}

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

.photoGallery {
	margin-left: 0; 
	padding-left: 0;		
}

.photoGallery li {
	display: inline;
	margin-right: 8px; padding-right: 0px;
	margin-top: 0.5em; padding-top: 0.75em;
}

.photoGallery img {
	padding-bottom: 1em;
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 489px;
	padding: 0px 10px 0 30px;
}


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

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

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

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

/* Footer */

#footer {
	width: 890px;
	height: 20px;
	margin: 0 auto;
	padding: 30px 0 30px 10px;
	color: #FFFFFF;
}

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

#footer a {
	color: #FFFFFF;
}