/**
* Feature area (page-home.php, video.php, slideshow.php)
* #feature is a wrapper for the section that sits above the content and sidebars.
**************************************/

/**
* Feature area (page-home.php, video.php, slideshow.php)
* #feature is a wrapper for the section that sits above the content and sidebars.
**************************************/

/* Featured area. */
/* Featured area. */
#feature {
	float: left;
	width: 980px;
	height: 588px;
	overflow: hidden;
	}
/* Featured sidebar. */
#sidebar-feature{
	float: right;
	width: 340px;
	padding: 0 0 40px 0;
	background: #111 url(images/feature-sidebar.png) repeat-x;
	}
#sidebar-video, #sidebar-slideshow{
	float: right;
	width: 340px;
	padding: 0 0 40px 0;
	background: #1f1f1f;
	}
#sidebar-feature .widget-title {
	margin: 0 0 20px 0;
	padding: 20px 10px 14px;
	border-bottom: 1px solid #464646;
	line-height: 24px;
	font-size: 16px;
	background: #333 url(images/feature-sidebar-widget-title.png) repeat-x;
	color: #8f8f8f;
	}
#sidebar-feature .hentry {
	margin: 20px 40px 0;
	background: transparent;
	border-bottom: 1px dotted #4b4b4b;
	}
#sidebar-feature .hentry img {
	float: right;
	width: 90px;
	height: 75px;
	margin: 0 0 20px 20px;
	}
* html #sidebar-feature .hentry img {
	margin: 0 0 0 20px;
	height: 1%; /* IE5-6 */
	}
*+html #sidebar-feature .hentry img {
	margin: 0 0 0 20px;
	display: inline-block; /* IE7not8 */
	}
#sidebar-feature .entry-title {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	}
#sidebar-feature .byline {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 10px;
	line-height: 20px;
	color: #777;
	}
#sidebar-feature a.view-more {
	display: inline-block;
	width: 95px;
	height: 33px;
	padding: 5px 0 0;
	margin: 40px 0 0 40px;
	font-size: 12px;
	color: #8f8f8f;
	text-align: center;
	vertical-align: bottom;
	background: url(images/view-more.png) no-repeat 0 0;
	overflow: hidden;
	}
#sidebar-feature a.view-more:hover{
	color: #fff;
	}
