/*
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 */

#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 {
border-right: 2px solid #FFF;
}
#backlight_template #bl_tmp_footer a {
color: #333;
}





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

#backlight_template a {
text-decoration: none;
color:#333;
}

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

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

#backlight_template #bl_tmp_header h1 {
display: none;
}

/*
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;
}

/*
6.2 LEFT/RIGHT ALIGNED SIDEBAR CONTENT
------------------------------------------
*/
#backlight_template .bl_tmp_left .bl_tmp_sidebar {
float: left;
width: 202px;
background:#E5E5E5;
border:1px solid #555;
}
#backlight_template .bl_tmp_right .bl_tmp_sidebar {
float: left;
width: 220px;
}
/*
6.3 TOP ALIGNED PLAYLIST CONTENT
------------------------------------------
*/
#backlight_template .bl_tmp_right .bl_tmp_playlist {
width: 212px;
}

#backlight_template .bl_tmp_main .bl_tmp_calltoaction,
#backlight_template .bl_tmp_single .bl_tmp_calltoaction {
width: 480px;
padding-bottom: 0;
}
#backlight_template .bl_tmp_single .bl_tmp_calltoaction {
padding-bottom: 3px;
}
#backlight_template .bl_tmp_main .bl_tmp_calltoaction ul,
#backlight_template .bl_tmp_single .bl_tmp_calltoaction ul {
text-align: center;
background: none;
border: none;
}
#backlight_template .bl_tmp_main .bl_tmp_calltoaction li,
#backlight_template .bl_tmp_single .bl_tmp_calltoaction li {
float:left;
padding:1px;
text-align:center;
}
#backlight_template .bl_tmp_main .bl_tmp_calltoaction a,
#backlight_template .bl_tmp_single .bl_tmp_calltoaction a {
background: url(http://templates.backlightcdn.com/client_images/bluelock/grayBar.gif) repeat-x scroll left top;
border:1px solid #FFFFFF;
color:#333333;
display:block;
line-height:24px;
padding:0;
width:236px;
}
/*
7.1 PLAYLIST
------------------------------------------
*/


#backlight_template .bl_tmp_playlist li {
padding:10px 6px 6px;
text-align: center;
}

#backlight_template .bl_tmp_playlist img {
border:1px solid #CCCCCC;
height:50px;
width:90px;
}

#backlight_template .bl_tmp_playlist h4.bl_tmp_title {
font-weight: normal;
font-size: 11px;
height: auto;

}
#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.2 SIDEBAR PLAYLIST
------------------------------------------
*/
#backlight_template .bl_tmp_sidebar .bl_tmp_playlist {
height: 326px;
overflow: auto;
}
#backlight_template .bl_tmp_sidebar .bl_tmp_min {
height: 296px;
}


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

#backlight_template .bl_tmp_nav li {
float: left;
}
#backlight_template .bl_tmp_nav li a {
display: block;
padding: 6px;
line-height:12px;
}
/*
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 */

