/*
Theme Name: Purist - Orange
Theme URI: http://www.freecmstemplates.com
Description: A clean and simple fixed width, 2-column layout with the sidebar on the left.
Author: Free CMS Templates
Author URI: http://www.freecmstemplates.com
*/

/* Block Level Elements */
body {
	background:#807059;
	font: 12px arial,verdana,sans-serif;
}
#page {
	width: 769px;
	margin: 0 auto;
}
#header {
	background: #f6b04b url('images/header.jpg') no-repeat bottom center;
}
#headerimg {
	margin: 5px 9px 0; 
	height: 137px; 
	width: 769px; 
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg {
	text-decoration: none;
	color: white;
	letter-spacing:-1px;
	margin:0;
}
#headerimg h1 {
	padding-left:30px;
	padding-top:70px;
	font: 22px arial,verdana,sans-serif;	
	font-weight:bold;
}
.description {
	font: 28px arial,verdana,sans-serif;
	letter-spacing:1px;	
	padding-left:24px;	
}
.description1 {
	font: 48px arial,verdana,sans-serif;
	letter-spacing:1px;	
        font-weight:bold;
	padding-left:24px;	
}
#wrap {
	width: 100%;
	background-image:url('images/background-main.jpg');	
	float: right;	
}
#content {
	float: right;
	width: 530px;
	padding-left:8px;
	padding-right:11px;	
	padding-top:10px;
}
#sidebar {
	padding-left:8px;
	padding-right:6px;
	padding-top:10px;
	width:206px;
}
#footer {
	width: 100%;
	clear: both;
	color:#ffffff;
	font: 10px arial,verdana,sans-serif;
	text-align:center;
}
#footer a {
	color:#ffffff;
}
#footerimage {
	clear: both;
	height:23px;
	background-image:url('images/footer-main.jpg'); 
}


/* General Header Styles */
h1 {
	font-size:22px;
	padding-top:20px;
}
h2 {
	margin-top:0;
	font-size:16px;	
}
h3 {
	margin:0;
	font-size:14px;	
}


/* Post Related */
h2 a:hover, h2 a:visited, h2 a {
	text-decoration:none;
}
.post {
	clear:both;
}
.post p {
	margin-top:5px;
	margin-bottom:15px;
}
.post a, .navigation a {
	color:#433200;
}
.post a:hover, .navigation a:hover {
	color:#9d0000;
}
.post a:visited, .navigation a:visited {
	color:#433200;
}
.navigation {
	text-align:right;
	font-size:10px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.navigation .alignright {
	margin-bottom:10px;
}
.navigation .alignleft {
	margin-bottom:10px;
}	
.pagetitle, .post h2 {
	font: bold 16px arial,verdana,sans-serif;
	border-bottom:1px solid #eaeaea;
	margin-top:0;
	margin-bottom:5px;
}
blockquote {
	font: 11px verdana,arial,sans-serif;
	margin:5px;
}
a img {
	border:0;
}
.entry {
	font: 12px arial,verdana,sans-serif;
}
.entrytext .postmetadata {
	font: 12px arial,verdana,sans-serif;
}
.more-link {
	font: 10px arial,verdana,sans-serif;
}


/* Sidebar Related */
#sidebar ul {
	margin: 0;
	padding: 0;	
}
#sidebar ul h2 {
	font: bold 14px arial,verdana,sans-serif;
	color:#111111;
	border-bottom:1px dashed #ebebeb;
	margin-bottom:0;
	margin-top:10px;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul ul li {
	list-style-type: square;
	margin-left:20px;
	list-style-image: none;
}
#sidebar ul ul ul li {
	list-style-type: disc;
	padding:0;
	margin-left:5px;
}
#sidebar p {
	margin:0;
	font: 10px arial,verdana,sans-serif;
}
#sidebar a {
	color:#694f00;
	text-decoration:none;
}
#sidebar a:hover {
	color:#a60000;
}
#sidebar a:visited {
	color:#694f00;
}


/* User Comment Specific */
ol.commentlist {
	margin-left:25px;
	padding:0;
}
ol.commentlist li.alt {
	background:#fefbf0;
}
ol.commentlist a {
	color:#694f00;	
}
ol.commentlist p {
	margin-top:3px;
	margin-bottom:10px;
}
small.commentmetadata {
	font: 10px arial,verdana,sans-serif;
}
small.commentmetadata a {
	text-decoration:none;
}


/*--------------Search Form-------------*/

form {
	margin:0;
}
#searchform {
	text-align:center;
	padding:5px;
}
#searchform #searchsubmit {
	margin-top:1px;
	font-size:10px;
	width:194px;	
	color:#ffffff;
	height:20px;
	background:#ffb400;
	border-top:1px solid #fffcf1;
	border-left:1px solid #f9f3d9;
	border-bottom:1px solid #000000;
	border-right:1px solid #452f00;			
}
#searchform input {
	width:190px;
}

/*-------------Other------------------*/
hr {
	display: none;
}