/*
1.0 UNIVERSAL RESETS
------------------------------------------
*/
#backlight_template * {
padding: 0;
margin: 0;
}

#backlight_template a img, 
#backlight_template img,
#backlight_template  map {
border: none;
outline: none;
}

#backlight_template ul,
#backlight_template li {
list-style: none;
}




@charset "UTF-8";
/* CSS Document */

#fullpage {
background: #FFF;
}
#backlight_template {}
#backlight_template #bl_tmp_header .bl_tmp_image {
background: #EEE;
}
#backlight_template .bl_tmp_calltoaction a {
background: #EEE;
}
#backlight_template .bl_tmp_playlist {}
#backlight_template .bl_tmp_playlist li {}
#backlight_template .bl_tmp_playlist img {}
#backlight_template .bl_tmp_nav ul {
background: #EEE;
}
#backlight_template .bl_tmp_nav li a,
#backlight_template .bl_tmp_nav li a:hover {
border-right: 1px solid #FFF;
line-height: 30px;
color:#E5E5E5;
}
#backlight_template #bl_tmp_footer a {
color: #333;
}
#backlight_template .bl_tmp_numbers a.bl_tmp_number {}


/*
2.1 FULL PAGE LAYOUTS
------------------------------------------
*/
#fullpage {
text-align: center;
padding: 0;
margin: 0;
}

/*
3.0 GENERIC HTML ELEMENTS
------------------------------------------
*/

#backlight_template a {
text-decoration: none;
}

#backlight_template a:hover {
text-decoration: underline;
}

/*
4.0 CANTALOUPE WRAPPER
------------------------------------------
*/
#backlight_template {
font: 11px/1.5em "Lucida Grande",Verdana,Arial,Helvetica,Geneva,Trebuchet,sans-serif;
width: 722px;
margin: 0 auto;
background: #E5E5E5;
color: #555555;
}
#backlight_template #bl_tmp_inner {
text-align: left;
padding: 11px;
}
/*
5.0 HEADER
------------------------------------------
*/

#backlight_template #bl_tmp_header h1 {
display: none;
}

#backlight_template #bl_tmp_header .bl_tmp_image {
	width: 700px;
	overflow: hidden;
}

/*
6.0 CONTENT
------------------------------------------
*/
#backlight_template #bl_tmp_content {
clear: both;
}
#backlight_template #bl_tmp_content .bl_tmp_column {}
/*
6.1 LEFT/RIGHT ALIGNED MAIN CONTENT
------------------------------------------
*/
#backlight_template .bl_tmp_left .bl_tmp_main {
float: left;
width: 486px;
}
#backlight_template .bl_tmp_right .bl_tmp_main {
float: left;
width: 480px;
}
#backlight_template .bl_tmp_center {
text-align: center;
}
#backlight_template .bl_tmp_center .bl_tmp_single {
float: none;
margin: auto;
width: 480px;
}
/*
6.2 LEFT/RIGHT ALIGNED SIDEBAR CONTENT
------------------------------------------
*/
#backlight_template .bl_tmp_left .bl_tmp_sidebar {
float: right;
width: 210px;
padding-top: 20px;
}
#backlight_template .bl_tmp_right .bl_tmp_sidebar {
float: left;
width: 220px;
}

/*
7.0 CANTALOUPE CLASSES
------------------------------------------
*/
#backlight_template .bl_tmp_video-player {}
/*
7.1 PLAYLIST
------------------------------------------
*/

/*
#backlight_template .playlist ul {}
*/
#backlight_template .bl_tmp_playlist li {
clear: left;
padding: 1px;
height: 50px;
background: #fff url(http://templates.backlightcdn.com/client_images/bluelock/seriesItemBg.gif) repeat-x bottom left!important;
}

#backlight_template .bl_tmp_playlist img {
width:90px;
height: 48px;
border: 1px solid #ccc !important;
display: block;
float: left;
margin-right: 10px;
}
#backlight_template .bl_tmp_playlist h4.bl_tmp_title a {
	color: #333;
}

#backlight_template .bl_tmp_playlist h4.bl_tmp_title {
line-height: 50px;
font-size: 11px;
font-weight: normal;
text-align: left;
width: 350px;
display: block;
float: left;	
}
#backlight_template .bl_tmp_playlist p.bl_tmp_description {
display: none
}
#backlight_template .bl_tmp_playlist p.bl_tmp_tags {
display: none;
}
#backlight_template .bl_tmp_playlist a.bl_tmp_number {
display: none;
}

/*
7.3 MAIN PLAYLIST
------------------------------------------
*/
#backlight_template .bl_tmp_main .bl_tmp_playlist {
width: 480px;
border: 1px solid #555555;
padding-bottom: 0;
margin-top: 10px;
}
#backlight_template .bl_tmp_main .bl_tmp_playlist h4.bl_tmp_title,
#backlight_template .bl_tmp_main .bl_tmp_playlist p.bl_tmp_description,
#backlight_template .bl_tmp_main .bl_tmp_playlist p.bl_tmp_tags {
}

/*
7.4 HTMLTEXT
------------------------------------------
*/

#backlight_template .bl_tmp_htmlText {}
#backlight_template .bl_tmp_htmlText p {}
#backlight_template .bl_tmp_htmlText a {}
#backlight_template .bl_tmp_htmlText a:hover {}
#backlight_template .bl_tmp_htmlText a:visited {}

/*
7.5 BASE NAV
------------------------------------------
*/
#backlight_template .bl_tmp_nav {
padding: 10px 0;

}
#backlight_template .bl_tmp_nav ul {
background: #555555;
}
#backlight_template .bl_tmp_nav li {
float: left;
}
#backlight_template .bl_tmp_nav li a {
display: block;
text-align: center;
padding: 0 10px 0 10px;
}
/*
10.0 MISC
------------------------------------------
*/
#backlight_template .bl_tmp_fade {
opacity: 0.6;
-moz-opacity: 0.6;
filter: alpha(opacity=60);
}
#backlight_template .clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
#backlight_template .clearfix {display:inline-block;}
/* Hide from IE Mac \*/
#backlight_template .clearfix {display:block;}
/* End hide from IE Mac */

