	@import url("/css/new_base_layouts.css");

div.content {
	margin: 20px 40px;
	width: 820px;
}

div.content div.col1 { display: table; }

div.col1 .about_pencast{
	background:url(/images/pencast/pencast_banner.jpg) right top no-repeat;
	height: 245px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

/*******Featured Pencast section********/

.featuredPencast{
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.featuredPencast .pencast_category{
	font-size: 12px;
	margin-bottom: 25px;
}

.featuredPencast .pencast_category a{
	color: #5c6f7b;
	margin: 0 8px;
}

.featuredPencast .pencast_category a.active{
	font-weight: bold;
}

/****** pencast slider *******/
.pencast_slider{
	margin-bottom: 40px;
	display: none;
}

.arrow_left, .arrow_right{
	cursor: pointer;
    float: left;
	height: 236px;
	width: 22px;
	height: 127px;
    margin: 0 5px;
    padding: 115px 0px 0px 0px;
	display: block;
    text-align: center;
	visibility: hidden;
}

.arrow_left a:hover, .arrow_right a:hover{
	border-bottom: none 0px;
}

.pencast_slider .mask{
    float: left;
    width: 740px;
	overflow: hidden;
}

.pencast_slider .slideContainer{
	width: 1480px;
}

.pencast_slider ul.featured_list{
	list-style:none;
	padding: 0px;
	float: left;
        margin:0;
}

ul.featured_list li{
	list-style:none;
	margin-right: 15px;
	float: left;
}

ul.featured_list li .pencast_title{
	margin-top: 5px;
	color: #5c6f7b;
	width: 170px;
	font-weight: bold;
}

ul.featured_list li a{
	display: none;
}

.show{
	display: block;
}

.hide{
	display: none;
}

div.content p.footnote {
    padding-top:14px;
    margin-top: 0;
}

/*******Create Pencasts section********/
div.bg_2-1 div.content div.col2 div.learnmore_sec{
	line-height: 0px !important;
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 0px !important;
}

div.learnmore_sec p{
	line-height: 13px;
}

div.learnmore_sec a:hover{
	border-bottom: 0px none;
}


