
/**
* 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. */
#feature {
	float: left;
	width: 980px;
	height: 588px;
	background: #111 url(images/feature.png) repeat-x;
	overflow: hidden;
	}
.singular-video #feature, .singular-slideshow #feature {
	height: auto;
	background: #1f1f1f;
	}

/* 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: 50px 40px 34px;
	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 {
	width: 260px;
	margin: 20px 40px 0;
	background: transparent;
	border-bottom: 1px dotted #4b4b4b;
	}
#sidebar-feature .hentry img {
	float: right;
	width: 100px;
	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 .hentry .entry-title a {
	color: #fff;
	}
#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;
	}

/**
* Slideshows
**************************************/

/* Slideshows. */
.slideshow-set {
	float: left;
	width: 600px;
	margin: -3px 0 20px -20px;
	border-top: 5px solid #000;
	border-bottom: 3px double #e5e5e5;
	color: #ccc;
	display: inline;
	}
.singular-slideshow .slideshow-set {
	width: 640px;
	border: none;
	margin: 0;
	}
.slideshow-items {
	float: left;
	width: 100%;
	height: 395px;
	}
.singular-slideshow .slideshow-items {
	margin: 0;
	height: 425px;
	}
.slideshow-item {
	float: left;
	width: 100%;
	height: 395px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: none;
	position: relative;
	z-index: 97;
	}
.singular-slideshow .slideshow-item {
	height: 425px;
	}
.slideshow-set img {
	width: 100%;
	border: none;
	padding: 0;
	z-index: 98;
	}
.slideshow-caption {
	position: absolute;
	float: left;
	top: 363px;
	left:0; /* Required for IE */
	width: 100%;
	font-size: 11px;
	line-height: 18px;
	z-index: 99;
	}
.singular-slideshow .slideshow-caption {
	top: 393px;
	left: 0;
	}

/* Button to control the caption. */
.slideshow-caption-control {
	float: right;
	margin-right: 20px;
	padding: 3px 0 0 10px;
	width: 67px;
	height: 24px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: url(images/caption-control.png) no-repeat 0 0;
	}

/* Button class when the caption is open. */
.slideshow-caption-control-open {
	background-position: 0 -27px;
	}

/* Caption text for the slideshow. */
.slideshow-caption-text {
	clear: right;
	height: 44px;
	padding: 20px;
	background: #000;
	}

/* Wrapper for all slideshow controls. */
.slideshow-controls {
	float: left;
	width: 100%;
	height: 55px;
	background: url(images/slider-controls.png) repeat-x 0 0;
	overflow: hidden;
	}

/* Slideshow pagination. */
.slideshow-controls .slideshow-pager {
	float: left;
	width: 490px;
	padding-top: 6px;
	overflow: hidden;
	}
.slideshow-controls .slideshow-pager a {
	float: left;
	padding: 12px 21px 12px 20px;
	font-size: 12px;
	font-weight: bold;
	background: url(images/slider-controls.png) no-repeat right -61px;
	color: #fff;
	}

/* Slideshow prev/next nav. */
.slideshow-controls .slideshow-nav {
	float: right;
	width: 78px;
	margin: 0 10px 0 0;
	display: inline;
	}
.slideshow-controls a.slider-prev {
	float: left;
	width: 29px;
	height: 29px;
	margin: 16px 10px 0 0;
	background: url(images/slider-controls.png) no-repeat 0 -126px;
	text-indent: -9999em;
	overflow: hidden;
	}
.slideshow-controls a.slider-next {
	float: left;
	width: 29px;
	height: 29px;
	margin: 16px 10px 0 0;
	background: url(images/slider-controls.png) no-repeat 0 -181px;
	text-indent: -9999em;
	}
	
/* Home template slideshow */
.page-template-home .slideshow-set {
	width: 640px;
	margin: 0;
	border: none;
	background: transparent;
	}
.page-template-home .slideshow-items, .page-template-home .slideshow-item {
	height: 425px;
	padding: 108px 0 0;
	background: transparent;
	}
.page-template-home .slideshow-items .entry-title  {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 35px 40px 25px;
	background: #494949 url(images/slideshow-title.png) repeat-x 0 0;
	overflow: hidden;
	}
.slideshow-set .entry-title a {
	color: #fff;
	}
.page-template-home img{
	position: absolute:
	left: 0;
	top: 108px;
}
.page-template-home .slideshow-caption {
	top: 356px;
	}
.page-template-home .slideshow-caption-text {
	height: 105px;
	padding: 32px 40px 40px;
	font-size: 18px;
	line-height: 28px;
	color: #ccc;
	}
.page-template-home .slideshow-controls .slideshow-pager {
	width: 530px;
	}

/* Singular slideshows */


/**
* Videos and Slideshows (singular view of the post type)
**************************************/

.singular-video .entry-content, .singular-slideshow .entry-content {
	border: none;
	}
.singular-slideshow .entry-content {
	padding: 0;
	}
.singular-video .post-1, .singular-slideshow .post-1 {
	float: left;
	width: 640px;
	padding: 0;
	margin: 0;
	background: #111;
	}
.singular-slideshow .post-1 {
	background: #222;
	}
.singular-video .post-1 .video-title, .singular-slideshow .post-1 .slideshow-title {
	margin: 0;
	padding: 32px 40px 28px;
	background: #111 url(images/singular-feature-title.png) repeat-x;
	}
.singular-video .post-1 .video-title a, .singular-slideshow .post-1 .slideshow-title a {
	color: #fff;
	}
.singular-video .post-1 .entry-content {
	padding: 0 40px;
	}
.singular-video .post-1 .entry-content p{
	margin: 0;
	padding: 13px 0;
	}
.singular-video .post-1 .entry-content p.video-wrap{
	line-height: 0;
	padding: 0;
	margin: 0 0 0 -40px;
	}
.singular-video .post-1 .entry-content p.video-wrap object, .singular-video .post-1 .entry-content p.video-wrap object embed, .singular-video .post-1 .entry-content p.video-wrap iframe {
	width: 640px !important;
	margin: 0;
	padding: 0;
	}

/**
* Tabs
**************************************/
.ui-tabs {
	float: left;
	width: 600px;
	margin: 20px 20px 0;
	background: url(images/bg-post.png) repeat-y 0 0;
	}
#sidebar-video .ui-tabs, #sidebar-slideshow .ui-tabs {
	width: 340px;
	margin: 0;
	background: transparent;
	}

/* Tabs wrap */
.ui-tabs .ui-tabs-wrap {
	background: url(images/comments-bottom.png) no-repeat 0 bottom;
	}
#sidebar-slideshow .ui-tabs-wrap, #sidebar-video .ui-tabs-wrap {
	background-image: none;
	}

/* Tabs nav */
.ui-tabs-nav {
	overflow: hidden;
	margin: 0;
	padding-left: 20px;
	list-style: none;
	background: #fff url(images/ui-tabs-top.png) no-repeat 0 0;
	}
#sidebar-slideshow .ui-tabs-nav, #sidebar-video .ui-tabs-nav {
	margin: 0 0 20px;
	padding: 0;
	background: #181818 url(images/feature-sidebar-ui-nav.png) repeat-x;
	border-left: 1px solid #2a2a2a;
	height: 1%;
	}
.ui-tabs-nav li {
	float: left;
	margin: 1px 0 0 0;
	}
.ui-tabs-nav li a {
	float: left;
	padding: 16px 19px 15px 19px;
	font-size: 16px;
	color: #8f8f8f;
	border-bottom: 1px solid #e5e5e5;
	}
#sidebar-slideshow .ui-tabs nav li, #sidebar-video .ui-tabs nav li {
	margin: 0;
	}
#sidebar-slideshow .ui-tabs-nav li a, #sidebar-video .ui-tabs-nav li a {
	padding: 50px 40px 34px;
	border: none;
	border-right: 1px solid #2a2a2a;
	line-height: 24px;
	color: #fff;
	}
.ui-tabs-nav li.ui-tabs-selected a {
	background: #fff;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
	}
#sidebar-slideshow li.ui-tabs-selected a, #sidebar-video li.ui-tabs-selected a {
	background: url(images/ui-tabs-current.png) no-repeat center bottom;
	}

/* Tabs panel */
.ui-tabs-hide {
	display: none;
	}
.ui-tabs .ui-tabs-panel {
	clear: left;
	overflow: hidden;
	}
#sidebar-slideshow .ui-tabs-panel, #sidebar-video .ui-tabs-panel{
	background: transparent;
}

/* Lists in the tabs after singular posts. */
.ui-tabs .ui-tabs-panel ul.alignleft, .ui-tabs .ui-tabs-panel ul.alignright {
	width: 259px;
	margin: 0;
	padding: 35px 20px 38px;
	list-style: none;
	color: #c2c2c2;
	border-right: 1px dotted #e5e5e5;
	}
.ui-tabs .ui-tabs-panel ul.alignright {
	border: none;
	}
.ui-tabs-panel li {
	padding: 0 0 0 10px;
	font: normal normal normal 12px/20px Arial, Verdana, sans-serif;
	background: url(images/bullet.png) no-repeat 0 8px;
	}
.ui-tabs-panel li a {
	color: #666;
	border-bottom: 1px dotted #e5e5e5;
	text-decoration: none;
	}
.ui-tabs-panel li a:hover {
	border-bottom: 1px dotted #c2c2c2;
	}

#sidebar-slideshow .ui-tabs-panel .hentry, #sidebar-video .ui-tabs-panel .hentry {
	width: 260px;
	margin: 20px 40px 0;
	padding: 0;
	border-bottom: 1px dotted #4b4b4b;
	background: transparent;
	}
#sidebar-slideshow .hentry img, #sidebar-video .hentry img {
	float: right;
	width: 100px;
	height: 75px;
	margin: 0 0 20px 20px;
	}
* html #sidebar-slideshow .hentry img, *html #sidebar-video .hentry img {
	margin: 0 0 0 20px;
	height: 1%; /* IE5-6 */
	}
*+html #sidebar-slideshow .hentry img, *+html #sidebar-video .hentry img {
	margin: 0 0 0 20px;
	display: inline-block; /* IE7not8 */
	}
#sidebar-slideshow .entry-title, #sidebar-video .entry-title {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	}
#sidebar-slideshow .hentry .entry-title a, #sidebar-video .hentry .entry-title a {
	color: #fff;
	}
#sidebar-slideshow .byline, #sidebar-video .byline {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 10px;
	line-height: 20px;
	color: #777;
	}