/* Sticky footer styles
-------------------------------------------------- */
html
{
	position: relative;
	min-height: 100%;
}

body
{
	padding-top: 50px;
	/* equal to footer height */
	padding-bottom: 50px;
	font-family: arial, helvetica, sans-serif;
}

.footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 40px;
	background-color: #f5f5f5;
}

/* temporarty styles, valid only for the migration to boostrap */
p.update_heading
{
	font-weight: bold;
	text-align: left;
	margin-top:10px;
	margin-bottom:0px;
	font-size: 11pt;
	color: #115E94;
}

p.update_text
{
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:5px;
	font-size: 9pt;
}

p.u2
{
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:30px;
	font-size: 9pt;
	text-indent: -20px;
}

/* topMenu dropdown hover effect */
.dropdown:hover .dropdown-menu
{
	display: block;
	margin-top: 0;
}

.dropdown-menu li a:hover
{
	color: #fff;
	background-color: #3daee9;
}


/* other styles */
.topmenu > li
{
	border: 1px solid #eee; border-radius: 5px;
	margin: 5px;
}

.musicmenu > li
{
	border: 1px solid #eee; border-radius: 5px;
}

.artistlist
{
	overflow-x: hidden;
	overflow-y: auto;
}

.albumlist
{
	overflow-x: hidden;
	overflow-y: auto;
}

.songlist
{
	overflow-x: hidden;
	overflow-y: auto;
}

@media screen and (max-width: 767px)
{
	.artistlist
	{
		height: 200px;
	}

	.xs_display_none
	{
		display: none;
	}

	.affix
	{
		position: static;
	}
}

@media screen and (min-width: 768px)
{
	.artistlist
	{
		max-height: 450px;
	}
	
	.albumlist
	{
		max-height: 440px;
	}
	
	.songlist
	{
		max-height: 300px;
	}
	
	.floatright
	{
		float: right;
	}
}

.image-frame
{
	position:relative;
	overflow:hidden;
	padding-bottom:80%;
}

.image-frame img
{
	position:absolute;
	width: 100%;
}

.caption-frame
{
	height:70px;
	overflow: hidden;
}
