/* The colored bar in the footer */
#footer
{
	height: 100px !important;
	color: #ffffff;	
}

#footer a:link,
#footer a:visited
{
	color: rgb(247, 122, 5);
}

#footer a:hover
{
	color: #ffffff;
	text-decoration: none;
}



/* The text that overlays a video thumbnail */
.thumb_name_content
{
	background-color: rgba(0, 0, 0, 0.5);
}



/* The text and bar that appear on alerts (ie "No Media Found") */
.alert, .alert-info
{
	color: #000000 !important;
	background-color: rgba(247, 122, 5, 1) !important;
	text-shadow: none !important;
}