﻿/* Featured 
-------------------------------------------------- */

.featured {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 2px;
	position: relative;
	margin: 18px 0px;
}

.featured .borderfluf {
	background-image: url("images/bg-player.png");
	background-repeat: no-repeat;
	display: block;
	height: 17px; 
	left: 0px;
	position: absolute;
	right: 0px;
}

.featured .borderfluf.upper {
	background-position: center top;
	top: -18px;
}
.featured .borderfluf.lower {
	background-position: center bottom;
	bottom: -18px;
}

.featured .viewing {
	background-color:#F5F5F5;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	bottom:2px;
	left:2px;
	padding:2px 4px;
	position:absolute;
}

.featured .viewing a {
	background-image: url("images/featuredDot.png");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: inline-block;
	margin-left: 3px;
	text-indent: -9999px;
	width: 15px;
}

.featured .viewing a.active {
	background-position: -15px -13px;
}

.featured>ul {
	background-color: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
	position: relative;
}

.featured>ul>li {
	background-color: #fff;
	display: none;
	padding: 25px;
	overflow: hidden;
}

/*overwritten in ie7_6.css*/
.featured>ul>li.nextActive,
.featured>ul>li.active {
	display: block;
}

.featured>ul>li .featuredImage {
	float: right;
	max-height: 288px;
	margin-left: 25px;
	overflow: hidden;
	position: relative;
	max-width: 512px;
}

.featured > ul > li .featuredImage.playerContainer {
	height: 288px;
	width: 512px;
}

.featured>ul>li .title {
	font-size: 160%;
	font-weight: bold;
	line-height: 1.1;
	-ms-text-size-adjust:none;
}

.featured>ul>li .description {
	margin-top: 10px;
}

.featured>ul>li .description h1 {
	font-size: 150%;
}

.featured>ul>li .description p {
	margin-bottom: .5em;
}

.featured>ul>li .description a.more 
{
    float:right;
    font-size:90%;
}

/* homepage
-------------------------------------------------- */
.homepage .featuredHolder {
	min-height: 385px;
	overflow: hidden;
}

.homepage .featured>ul>li .views,
.homepage .featured>ul>li .data,
.homepage .featured>ul>li .timing {
	color:#878787;
	font-size:91%;
}

.homepage .featured>ul>li .rating {
	margin-right:5px;
}

.homepage .featured>ul>li .featuredImage + .entry-meta {
	margin-right: 537px; /*512 + 25*/
}

.homepage .featured>ul>li .featuredImage a.thumb img {
	display: block;
}

.homepage .featured>ul>li .description {
	clear:left;
}

.homepage .featured>ul>li .area {
	display:block;
}

.homepage .featured>ul>li .comments {
	margin-left:6px;
}

.homepage .featured>ul>li .comments img {
	height:12px;
}

.homepage .featured>ul>li .comments a {
	color:#878787;
}

.homepage .featured>ul>li .c9interaction {
	display: inline;
}

.homepage .featured>ul>li .c9interaction .commentJump {
	font-size: 91%;
}