/* CSS Document */


#music_section
{
	display:block;
	min-height:200px;
	padding:50px;
}

#acousticSongs
{
	min-height:200px;
}

.songCategory
{
}
.categoryTitle h1, .categoryTitle h2
{
	font-size:35px;
	font-weight:100;
	padding-bottom:15px;
}

.song
{
	margin-bottom:25px;
}
.songDetails
{
	text-align:left;
	padding-bottom:10px;
}
/*
.songPlayer object
{
	position:relative;
	top:-30px;
}
*/
.songPlayer iframe 
{
	border: none;
	width: 100%;
}


#videos
{
}
.video
{
	display: inline-block;
	vertical-align:top; 
	width:560px;
	height:315px;
	margin:25px 25px 25px 0;
	box-shadow: 1px 1px 9px #999;
	-moz-box-shadow: 1px 1px 9px #999;
	-webkit-box-shadow: 1px 1px 9px #999;
}
iframe
{
	border:none;
}