* {
	margin: 0; padding: 0;
}
body {
	text-align: left;
	font: 13px Verdana;
	color: #440C09;
	background: #72140F url(../images/bkgrnd.jpg) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #72140F;
}
a:hover {
	text-decoration: underline;
	color: #C64D11;
}
img {
	border: 0;
}
div {
	position:relative;
}
.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper  **/
.wrapper {
	background:#7B6D61;
	border-left:1px solid #433A35;
	border-right:2px solid #433A35; 
	width: 885px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	background: url(../images/stain.wrapper.gif) no-repeat center top;
	height: 152px;
}
	#header .search {
		float: right;
		margin-right:10px;
	}
		#header .search form {
			background: url(../images/search.gif) no-repeat 0 0;
			height: 39px;
			width: 227px;
		}
		#header .search form input {
			float: right;	
			background-color: transparent;
			border: 0;
			color: #74A195;
			height: 38px;
			width: 188px;  
		}
		#header .search form button {
			float: left;	
			width: 39px;
			height: 39px;
			background-color: transparent;
			border: 0;
			color: transparent;
			text-indent: -9999px;
			cursor:pointer; 
		}
	#header .title {
		clear: both;
		height:60px;
		padding:0 0 20px 20px;
		width:500px;
	}
		#header .title h1{
			font-size:48px;
			height:50px;
			line-height:50px;
		}
		#header .title h2{
			float:right;
			font-size:20px;
			height:30px;
			line-height:40px;
		}		
	#header ul.nav {
		background:#74A195;
		border-top:1px solid #A3211B;
		border-bottom:2px solid #A3211B;
		height:30px;
		list-style-type:none;
		padding-left:10px;
	}
		 ul.nav li {
			float:left;
		 }
		 /*.nav li.homelink {
			width:50px;
		 }*/
		.pagemenu {
			float:left;
			position:relative;
			width:75%;
		}
		.pagemenu li {
			float:left;
			list-style:inside none;
		}
		#header ul li {
			float: left;	
			line-height:25px;
			margin-right: 15px;
		}
			#header ul a {
				padding: 5px 8px;	
				color: #72140F;
				text-decoration: none;
				text-transform:lowercase;
				font-size: 14px;
				font-weight: bold;
			}
			#header ul li a:hover {
				color: #B37F66;	
			}
/** END header **/

/** BEGIN featured **/
#featured {
	background: url(../images/stain.wrapper1.gif) no-repeat right top;
	height:250px;
	padding: 43px 40px 0 40px;
}
	#featured .l {
		float: left;
		margin-right: 22px;
		margin-top: 75px;
	}
	#featured .items {
		width: 650px; height: 240px;
		overflow: hidden;
		float: left;
	}
	#featured .feat {
		width: 650px;
	}
		#featured .featuredimg {
			display: block;
			float: left;
			border: 5px solid #74A195;
			margin-bottom: 45px;
			margin-right: 25px;
			width: 240px; height: 180px;
			overflow: hidden;
		}
		#featured .feat img {
			width: 240px;
		}
		#featured .feat .text {
			float: right;
			width: 375px;	
			padding-top: 5px;
		}
			#featured .feat .text h2 a {
				text-decoration: none;
				color: #72140F;	
				font-size: 1.9em;
				padding-bottom: 20px;
			}
			#featured .feat .text p {
				padding:10px 0;
			}
	#featured .r {
		float: right;	
		margin-top: 75px;
	}
/** END featured **/

/** BEGIN top **/
#top {
	background:#74A195;
	border-top:2px solid #A3211B;
	border-bottom:4px solid #A3211B;
	clear: both;
	height:200px;
	padding: 28px 0;
}
	#top h2 {
		font-size:30px;
		height:50px;
		text-indent:15px;
	}
	#top .box {
		width: 240px;
		float: left;
		margin: 0 40px 0 14px;
	}
		#top .box .name {
			border-bottom:2px solid #C64D11;
			height: 48px;
		}
			#top .box .name img {
				float: left;	
				padding-bottom: 5px;
				padding-right: 9px;
			}
			#top .box .name .title {
				color: #72140F;
				text-decoration: none;
				font-size: 18px;
			}
			#top .box .name .title2 {
				text-decoration: none;
				color: #5f6168;
				font-size: 14px;
			}
		#top .box .text2 {
			clear: both;
			margin: 15px 0 25px 6px;	
		}
			#top .box .text2 p {
				color: #72140F;
				font-size: 10px;
				margin-bottom: 20px;
			}	
			#top .box .text2 .more {
				font-size: 12px;
				color: #A3211B;	
				text-decoration: none;
			}
/** END top **/

/** BEGIN body **/
#body {
	background: url(../images/stain.wrapper1.gif) no-repeat right bottom;
	clear: both;
	padding:10px 0 0;
}
/** END body **/

/** BEGIN content **/
#content {
	float: left;
	margin-left:10px;
	width: 511px;
}
	#content .post {
		margin-bottom: 22px;
		margin-top: 37px;
		clear: both;
	}
		#content .post a {
			color:#74A195;
		}
		#content .post h2 {
			border-bottom:1px solid #74A195;
			color:#72140F;
			font-size: 30px;
			font-weight: bold;
			padding-bottom: 5px;
			width:100%;
		}
		#content .post h2 a {
			color: #72140F;
			font-size: 30px;
			text-decoration: none;
		}
		#content .post img {
			float: left;
			padding: 5px;
			background-color: #74A195;
			margin: 17px 11px 19px 4px;	
		}
		#content .post p {
			margin-top: 20px;
			font-size: 0.9em;
			line-height: 1.5em;
			color: #440C09;	
		}
		#content .post .date {
			background: url(../images/date.gif) no-repeat 0 3px;
			color: #72140F;
			padding-left: 25px;
			height: 20px;
			padding-top: 5px;
			clear: both;
		}
		#content .post .category a {
			background: url(../images/category.gif) no-repeat 0 0;
			color: #72140F;
			padding-left: 29px;
			padding-right: 10px;
			text-decoration: underline;
			height: 30px;
		}
		#content .post .comments a {
			background: url(../images/comments.gif) no-repeat 0 0;
			color: #72140F;
			padding: 0 10px 5px 23px;
			text-decoration: underline;
			height: 20px;
		}
		#content .entry {
			font-weight: bold;
			color: #00a5b6;
			text-decoration: none;
			text-transform: uppercase;
			background: url(../images/previous.gif) no-repeat 0 6px;
			padding-left: 15px;
		}
		#content .last {
			margin-bottom: 70px;	
		}
	#content .postnav {
		font-weight: bold;
		padding: 20px 0;
	}
		#content .postnav a {
			text-decoration: none;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	float: right;
	width: 326px;
	padding-bottom: 40px;
}
	#sidebar a {
		color:#8D1C17;
	}
	
#sidebar .box {
	margin:0 20px 0 10px;
}
	#sidebar .box li {
		list-style:inside none;
		padding:5px 0;
	}
	#sidebar .box h2, #sidebar .box2 h2 {
		border-bottom:1px solid #A3211B;
		color: #A3211B;
		font-size: 20px;
		margin: 30px 0 10px;
	}
	#sidebar .sub ul {
		list-style-type: none;	
	}
		#sidebar .sub ul li {
			float: left;
			margin-top: 11px;
			margin-bottom: 17px; 
			margin-right: 6px;
			margin-left: 10px;	
		}
		#sidebar .tweets  {
			
		}
		#sidebar .tweets  a.timesince {
			display:block;
			float:left;
			font-size:10px;
			margin:5px 0 10px;
			position:relative;
			width:100%;
		}		
	#sidebar .ad {
		clear: both;	
	}
		#sidebar .ad img {
			float: left;
			margin-right: 10px;
		}
		#sidebar .ad p {
			font-size: 0.8em;
			color: #81848a;	
			margin: 5px 0 20px 0;
		}
		#sidebar .ad .time {
			text-decoration: none;
			font-size: 0.8em;
			color: #00a5b6;	
		}
	#sidebar .pop ul {
		list-style-type: none;	
	}
		#sidebar .pop ul li {
			float: left;	
			width: 320px;
			margin: 10px 0 10px 10px;
		}
		#sidebar .pop ul li img {
			background-color: #74A195;
			padding: 5px;
			margin-right: 11px;
			float: left;
			width: 50px; height: 50px;
		}
		#sidebar .pop ul li .title {
			color: #5f6168;
			font-weight: bold;
			text-decoration: none;
		}
		#sidebar .pop ul li .artcom {
			color: #3ab7c5;
			text-decoration: none;
			font-size: 0.8em;	
		}
		#sidebar .pop ul li p {
			margin-top: 15px;
			margin-bottom: 5px;	
		}
	#sidebar .flick img {
		width: 80px; height: 80px;
		margin: 5px;
	}
	#sidebar .flick h2 {
		margin-bottom: 7px;
	}
	#sidebar .video {
		margin: 15px 0;	
	}
	#sidebar .cat {
		width: 135px;
		float: left;
		margin-right: 20px;	
	}
		#sidebar .cat ul {
			list-style-type: none;
			margin-left: 10px;
		}
		#sidebar .cat ul li {
			padding-top: 18px;
		}
		#sidebar .cat ul li a {
			text-decoration: none;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	color:#440C09;
}
#footer .wrapper{
	background: url(../images/bkgrnd.jpg) no-repeat top left;
	border-top:1px solid #C64D11;
	padding:20px 0;
}
	#footer .wrapper a {
		color:#440C09;
	}
	#footer p{
		float: right;
		padding:0 10px;
		text-align:right;
	}
	#footer .wrapper img{
		padding-right:2px;
	}
/** END footer **/



/** begin pages submenu **/
#header li ul {
	clear: both;
	position: absolute;
	list-style-type: none;
	display: none;
	z-index: 200;
	height: auto !important;
	padding-top: 1px;
	padding-left: 0 !important;
	margin-left: -1px;
	background-image: none !important;
	border-width: 0 0 1px !important;
	border-color: #74A195;
	border-style: solid;
}
	#header li ul li {
		clear: both;
		margin: 0 !important;
		background-image: none !important;
		border-width: 1px 1px 0;
		border-style: solid;
		border-color: #74A195;
		padding: 0 !important;
	}
	#header li ul li a {
		padding: 4px 15px !important;
		line-height: 1.5em;
		width: 170px;
		background-color: #015A77;
	}
	#header li ul li a:hover {
		background-color: #000033 !important;
		background-image: none !important;
	}
/** end pages submenu **/

/** BEGIN miscellaneous **/
#content .single {
	padding: 20px;
	margin-bottom: 50px;
}
	#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin: 20px 10px;
		background: #B37F66;
		border-width: 1px 0;
		border-style: solid;
		border-color: #bbbbbb;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin: 5px;
	}
	#content .single h2 {
		font-size: 28px;
		margin:0 0 10px;
	}
	#content .wp-caption {
		background:#74A195;
		padding:10px;
	}
		#content .wp-caption.alignleft img {
			padding-left:5px;
		}
		#content .wp-caption-text {
			margin-bottom:0 !important;
			text-align:center;
		}	
#comments {
	padding: 20px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.2em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #bbbbbb;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #bbbbbb;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #bbbbbb;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
.CleanContact { 
	font-size:14px;
	margin-bottom:30px;
	width:470px !important;
}	
	.CleanContact label  {
		line-height:30px;
	}
	.CleanContact label em {
		color:#C64D11 !important; 
	}
.CleanContact input, .CleanContact textarea, .CleanContact select {
	background:#B37F66 !important;
	border-color:#74A195 !important;
	border-right:medium none !important;
	border-style:solid none none !important;
	border-width:1px medium medium !important;
	height:30px;
	width:460px !important;
}
	#clean_contact_body {
		width:452px !important;
	}
.CleanContact #clean_contact_send {
	background:#72140F !important;
	border-color:#74A195 !important;
	border-style:solid none none !important;
	border-width:1px medium medium !important;	
	color:#74A195;
	display:block;
	font-size:18px !important;
	margin:0 auto 4px !important;
	text-align:center !important;
	width:100px !important;
}
	.CleanContact #clean_contact_send:hover {
		color:#C64D11;
	}
h2.title {
	font-size: 26px !important;
	color: #74A195;
	padding-top: 30px;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #eeeeee;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #bbbbbb;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/
