/*
Based on a design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 50px;
	padding: 0;
	background: #FFFFFF url(img01.jpg) repeat-x left top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #5C5C5C;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
}

h2 {
}
h3 { 
	color: #FF7900;
}
h4 { 
	color: #000000;
}

p, ul, ol {
	margin: 0 1em 1em 0
	text-align: justify;
	line-height: 18px;
	list-style: none;
}

a {
	color: #FF7900;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #FF7900;
}

a:visited {
	color: #8A7645;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-size: 13px;
	color: #333333;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: url(img02.jpg) no-repeat left top;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 135px;
}

/* Menu */

#menu {
	width: 830px;
	height: 2px;
	margin: 0px 0px 0px 40px;
	background: url(img03.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 20px;
	background: url(img04.jpg) no-repeat right top;
}

#menu a {
	display: block;
	padding: 0px 22px 0px 22px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover { 
	color: #FF7900;
}

#menu .current_page_item a {
	color: #FF7900;
}

/** LOGO */

#logo {
	width: 880px;
	height: 110px;
	margin: 0 auto;
	
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 85px 20px 0px 335px;
	font-size: 9px;
	font-style: italic;
	background: url(new-logo.jpg) no-repeat 325px 23px;
}

#logo h1 a {
	text-decoration: none;
	color: #BA9F5A; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 0px 0px 0 400px;
	font: 18px Arial, Helvetica, sans-serif;
	color: #28313A;
}

#logo p a {
	text-decoration: none;
	color: #28313A;
}

#logo p a:hover { text-decoration: underline; }
.picborderlogo {
	padding: 30px 20px 0px 0px;
}


/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

/* Content */

#content {
	float: left;
	width: 590px;
	border-right: 1px dashed #FF7900;
}

/* Post */

.post {
	padding: 0px 20px;
	margin-bottom: 0px;
}

.post .title {
	margin-bottom: 16px;
	padding-bottom: 0px;

	
	font-size: 16px;
	font-weight: bold;
	color: #FF7900; 
}

.post .entry p {
	color: #5C5C5C;
	font-size: 11px;	
}

.post .meta {
	padding: 15px 15px 30px 0px;
	font-size: 10px;
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	
	line-height: normal;
	color: #FF7900; 
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
}

.post .meta .comments {
	padding-left: 22px;
}

.post .meta b {
	display: none;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	width: 225px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #FF7900; 
}

#sidebar h3 {
	width: 210px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000000; 
}

#sidebar h4 {
	width: 210px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	color: #5C5C5C;
}
.picborder0 {
	margin: 0;
}
.picborder10 {
	margin: 0px 10px 10px 10px;
}



/* Footer */
#footer-wrap {
}

#footer {
	width: 860px;
	margin: 12px auto;
	padding-left: 40px;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 10px;
}



