/* CSS Document */

html {
	height:100%;
	padding: 0;
	border: none;
	}

body {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	height:100%;
	padding: 0;
	border: none;
	}

body a:link {
	color: #006600;
	text-decoration: none;
	}
	
body a:visited {
	color: #006600;
	text-decoration: none;
	border: 0px;
	}

body a:hover {
	color: #009900;
	text-decoration: underline;
	border: 0px;
	}


.bodyStyle {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 150%;
	text-align: left;	
}


.thumbs {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	height:100%;
	padding-left: 8;
	padding: 0;
	border: none;
	}


.thumbTitle {
	font-size: 12px;
	font-weight: normal;
	color: #00FF00;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:4px;
	border-bottom:1px solid #333333;
	
}



.mainTitle { /* video tab title - now playing*/
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #999999;
	padding-bottom:8px;
	margin-top:6px;
	margin-bottom:6px;
	border-bottom:1px solid #333333;
	
}


.indentRT {
	text-align: right;
}


.footer {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 150%;
	text-align: center;
	height:100%;
	padding-left: 8;
	padding: 0;
	border: none;
}


.moreVids {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	text-align: center;
	height:100%;
	padding-left: 8;
	padding: 0;
	border: none;
}














/*Audio - Category List*/

.navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 11px;
font-weight: bold;
line-height: 100%;
text-align:left;
border: none;
}

.navlist li{
padding-bottom: 0px;
border: none;
}

.navlist a, .navlist a:visited {
display: block;
padding: 14px 0px 14px 24px;
border: none;
background-image:  url(http://www.limelightsound.com/images/button-bckgrd-audio-off.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #006600;
text-decoration: none;
}

.navlist a:hover {
background-image:  url(http://www.limelightsound.com/images/button-bckgrd-audio-on.gif);
color: #00FF00;
text-decoration: none;
padding: 14px 0px 14px 26px;
border: none;
}




/*Audio - Category List - Active Header*/

.navlistHeader {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 11px;
font-weight: bold;
line-height: 100%;
color: #00FF00;
text-align:left;
border: none;
}

.navlistHeader li{
padding-bottom: 0px;
color: #00FF00;
display: block;
padding: 14px 0px 14px 24px;
border: none;
background-image:  url(http://www.limelightsound.com/images/button-bckgrd-audio-on.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #00FF00;
text-decoration: none;
}








/*Audio - Song List*/

.songlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 11px;
font-weight: bold;
line-height: 100%;
border: none;
}

.songlist li{
padding-bottom: 0px;
text-align:left;
border: none;
}

.songlist a, #songlist a:visited {
display: block;
padding: 14px 0px 14px 24px;
border: none;
background-image:  url(http://www.limelightsound.com/images/button-bckgrd-song-off-300.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #99CCFF;
text-decoration: none;
}

.songlist a:hover {
background-image:  url(http://www.limelightsound.com/images/button-bckgrd-song-on-300.gif);
color: #00FF00;
border: none;
text-decoration: none;
padding: 14px 0px 14px 26px;
}

a#category {
	color: #FFFFFF;
	background-image: url(http://www.limelightsound.com/images/button-bckgrd-audio-on.gif);
}

