body,html				{ 	background-color: #edf1ee; color: #555; }

footer 					{	background: #3a0707;}

header#top 				{ 	background: #3a0707; /* old browsers */
								background: -moz-linear-gradient(top, #7d301c 0%, #3a0707 90%); /* firefox */
								background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d301c), color-stop(90%,#3a0707)); /* webkit */
								filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d301c', endColorstr='#3a0707',GradientType=0 ); /* ie */ }
								

a,
.posts h3 a:hover, .item-list h4 a:hover, ul#filter li a:hover, .widget_archive li a:hover,
.widget_categories li a:hover, .skinmain,
.callout h3				{ color: #763c1f;} /* main skin color */

#slider-home nav.prevnext a:hover {
	background-color: #763c1f !important;
}

.pagination a:hover, ul#filter li a.active,
.pagination .current {background: #763c1f; color:#fff; }

#widgetized-footer,
.pagination span, .pagination a,
#commentform input, #commentform textarea,
#substripe			 	{	background: #e4e8e5;} /* secondary/faded main color */

h1, h2, h3, h4, h5,	/* heading and link colors */
h6, strong, a:hover, ul.meta a, .posts h3 a, .tweet_time a,
a.twitter_follow, a#twitter-link, .breadcrumb a:after, .pagination span, .pagination a,
.testimonials-wrap a.next, .widget_categories li a, .widget_links li a, 
.widget_archive li a, .comment-meta a, a span.count, a span.desc,
.testimonials-wrap a.prev, ul#filter li a, .item-list h4 a,
.widget_recent_comments	a.url	{ color: #222; }

.sidebar 				{ color: #666; }


header#top #bg-overlay {
	background-image: url(../../../images/backgrounds/bokeh.jpg);
	background-position: center -50px;
	background-repeat: no-repeat;
	opacity: 0.15;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
}

#home header#top #bg-overlay {
	background-position: top center;
}

header#top li a:hover, #footer a,
header#top li.current_page_item > a 	{ color: #fff; } 

header#top a 			{ color: #ccc; color: rgba(255,255,255,0.75); }
header#top h1 a		{ color: #fff; }

#home #the-post, .posts article, #wrapd .sidebar .widget-container, hr,
#listing-head {
	border-bottom-color: #ccc;
	border-bottom-color: rgba(0,0,0,0.1);
}

ul.children {
	border-left-color: #aaa;
	border-left-color: rgba(0,0,0,0.3);
}

hr {
	color: #ccc;
	color: rgba(0,0,0,0.1);
	background: #ccc;
	background: rgba(0,0,0,0.1);
}

.post-thumb img, img.fancy, .iframe {
	background: #fff;
	border: 1px solid #999;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);	
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}

ul.item-list .folio-thumb {
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.75);	
	box-shadow: 0px 1px 2px rgba(0,0,0,0.75);
}

.post-thumb a:hover img {
	background: #222;
	border: 1px solid #222;
}
.tweet_text a:link,
.mf_tweet_widget a:link {
	color: #3e7a8b;
}
.tweet_time a {background: url(../../../images/icon-time-dark.png) no-repeat 0px 1px;}
ul.meta li.the-date {background: url(../../../images/icon-time-dark.png) no-repeat 0px 1px;}
ul.meta li.the-author {	background: url(../../../images/icon-author-dark.png) no-repeat 0px 1px;}
ul.meta li.the-comments,
.widget_recent_comments li {	background: url(../../../images/icon-comment-dark.png) no-repeat 0px 1px;}
a.twitter_follow, a#twitter-link {background: url(../../../images/icons/icon-twitter-dark.png) no-repeat;}