﻿/********* videos **************/
#content #left_column div#wrap_video {
	clear:both;
	width: 665px;
	padding-bottom:25px;
}

		/* these two settings will remove borders from playlist entries */
		a:active {  outline:none; }
		:focus   { -moz-outline-style:none; }
	/* container has a background image */
		a.player {	
			display:block;
			background:url(img/splash.png) no-repeat #333;
			width:425px;
			height:298px;
			text-align:center;
			color:#fff;
			text-decoration:none;
			cursor:pointer;
			margin:0 auto 20px auto;
			clear:both;
		}
		
		/* splash image */
		a.player img {
			margin-top:115px;
			border:0;	
		}
		#pl {
			background:#A59983;	
			border: 2px solid #A99E89;
			width:600px;
			position:relative;
			overflow:hidden;
			padding:20px 0 10px 25px;
			margin:auto;
		}
div#wrap_video  h2 {
	width:425px;
	margin:0 auto 10px auto;
	font-size:1.4em;
	color:#fff;
	text-align:left;
	padding:0;
	float:none;
	height:auto;
	overflow:auto;
}
#pl li {
	display:block;
	width: 173px;
	height:183px;
	overflow:hidden;
	float:left;
	border:solid 1px #FFCB08;
	margin: 0 22px 25px 0;
	background:#fff;
	padding:1px;
	position:relative;
}	
#pl li:hover, #pl li.active {
	border:solid 1px #FFA620;
	/*margin: 0 22px 25px 0;*/
	background:#ccc;
}	
#pl li span.time {
	display:block;
	background:#000;
	color:#fff;
	width: 38px;
	height:20px;
	font-size:11px;
	line-height:20px;
	text-align:center;
	position:absolute;
	top:70px;
	right:6px;
}
#pl li h3 {
	font-size:1.1em;
	padding:2px 4px;
	line-height:1.3em;
	text-align:justify;
	height:40px;
	overflow:hidden;
	margin-bottom:7px;
	color:#515151;
}
#pl li p {
	padding: 0 4px;
	font-size:11px;
	color: #456A56;
	font-weight:bold;
	width: 122px;
	display:block;
	overflow:hidden;
	height: 15px;
	line-height:15px;
	float:left;
}
#pl li p span {
	font-weight:normal;
	color:#515151;
}
#pl li a.play {
	background:url('../img/bt-play.gif') no-repeat;
	display: block;
	width:28px;
	height:28px;
	float:right;
	margin-top:-14px;
	margin-right:4px;
}
#pl li a.play:hover {
	background:url('../img/bt-play.gif') no-repeat bottom left;
}
#pl li a.play span {
	display:none;
}
#pl span.total_videos {
	float:left;
	clear:both;
	font-size: 1.3em;
	color:#fff;
}
#pl div.pager {
	float:right;
	font-size:1.2em;
	color:#fff;
	margin-right:24px;
	padding:1px;
}
#pl div.pager a {
	padding: 0px 2px;
	border: solid 1px #F2C100;
	background: #DEBC76;
	color: #136437;
	margin-left: 2px;
	text-decoration: none;
}
#pl div.pager strong {
	padding: 0px 2px;
	border: solid 1px #fff;
	background:#B99400;
	color:#fff;
	margin-left:2px;
}
#pl div.pager a:hover {
	padding: 0px 2px;
	border: solid 1px #fff;
	color:#fff;
}
#pl div.nav {
	float:left;
	width:100%;
}