*{
	padding:0;
	margin:0;
}
@font-face {
    font-family: 'GillSansBoldRegular';
    src: url('font/gillsans-bold.eot');
    src: url('font/gillsans-bold.eot') format('embedded-opentype'),
         url('font/gillsans-bold.woff') format('woff'),
         url('font/gillsans-bold.ttf') format('truetype'),
         url('font/gillsans-bold.svg#GillSansBoldRegular') format('svg');
}
@font-face {
    font-family: 'helvetica_lt_stdcondensed';
    src: url('font/helveticaltstd-cond-webfont.eot');
    src: url('font/helveticaltstd-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/helveticaltstd-cond-webfont.woff') format('woff'),
         url('font/helveticaltstd-cond-webfont.ttf') format('truetype'),
         url('font/helveticaltstd-cond-webfont.svg#helvetica_lt_stdcondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
	font-size:14px;
	color:#707070;
	background-image:url(../images/mg-photo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
a img{
	border:none;
}
a{
	outline:none;
	color:#707070;
	transition: all 0.3s ease-in-out 0s;
}
a:hover{
	color:#000;
}
p{
	padding:0;
	margin:0 0 15px 0;
}
#logo-section{
	width:90%;
	height:293px;
	margin:0 auto 33px auto;
	padding:143px 0 0 0;
	text-align:center;
}
#content-section{
	width:90%;
	margin:0 auto;
	display:table;
}
.left{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.center{
	width:100%;
	float:none;
	margin-bottom:20px;
}
.right{
	width:100%;
	float:none;
	margin-bottom:20px;
}
.clear{
	width:100%;
	clear:both;
	padding:10px 0;
}
.download{
	text-align:center;
	margin-bottom:40px;
}
.download img{
	transition: margin 0.3s ease-out 0s;
}
.download img:hover{
	margin:-8px 0 0 0;
}
#song-section{
	width:100%;
	clear:both;
	display:table;
	background-image:url(../images/song-section-bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#56493f;
}
#song-wrapper{
	width:90%;
	margin:0 auto;
	min-height:300px;
	padding:16px 0 0 0;
	font-size:12px;
	line-height:16px;
	color:#fff;
}
#song-wrapper h1{
	margin:0 0 38px 0;
	padding:0;
	font-weight:normal;
	text-transform:uppercase;
    font-family: 'GillSansBoldRegular';
	font-size:22px;
	color:#fff;
}
#song-wrapper h3{
	margin:0 0 8px 0;
	padding:0;
	color:#91b753;
	font-size:18px;
	font-weight:bold;
}
#song-wrapper h3 a{
	color:#91b753;
}
#song-wrapper h3 a:hover{
	color:#d1f399;
}
.songlist{
	width:90%;
	float:none;
	margin:0 0 40px 0;
}
.songlist.last{
	float:none;
}
.free-listen{
	text-align:center;
	color:#fdb515;
	font-family: 'helvetica_lt_stdcondensed';
	font-size:18px;
	clear:both;
	width:100%;
	padding:0 0 25px 0;
}
.free-listen span{
	line-height:16px;
}
.free-listen img{
	margin:0 0 0 20px;
}
.free-listen img:hover{
		filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* For Webkit browsers */
	filter: gray; /* For IE 6 - 9 */
	transition: all .6s ease; /* Fade to color for Chrome and Safari */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}
#footer-section{
	width:100%;
	clear:both;
	background-color:#43362d;
	padding:28px 0;
	text-align:center;
	font-size:12px;
	color:#ece8e2;
}
@media screen and (min-width:920px) {
#logo-section{
	width:870px;
	height:293px;
	margin:0 auto 33px auto;
	padding:143px 50px 0 0;
	text-align:right;
}
#content-section{
	width:920px;
	margin:0 auto;
	display:table;
}
.left{
	width:301px;
	float:left;
	margin-bottom:0;
}
.center{
	width:295px;
	float:left;
	margin:0 0 0 15px;
}
.right{
	width:282px;
	float:right;
	margin-bottom:0;
}
.clear{
	width:100%;
	clear:both;
	padding:10px 0;
}
.download{
	text-align:center;
	margin-bottom:40px;
}
.download img{
	transition: margin 0.3s ease-out 0s;
}
.download img:hover{
	margin:-8px 0 0 0;
}
#song-section{
	width:100%;
	clear:both;
	display:table;
	background-image:url(../images/song-section-bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#56493f;
}
#song-wrapper{
	width:690px;
	margin:0 auto;
	min-height:300px;
	padding:16px 0 0 0;
	font-size:12px;
	line-height:16px;
	color:#fff;
}
#song-wrapper h1{
	margin:0 0 38px 0;
	padding:0;
	font-weight:normal;
	text-transform:uppercase;
    font-family: 'GillSansBoldRegular';
	font-size:22px;
	color:#fff;
}
#song-wrapper h3{
	margin:0 0 8px 0;
	padding:0;
	color:#91b753;
	font-size:18px;
	font-weight:bold;
}
#song-wrapper h3 a{
	color:#91b753;
}
#song-wrapper h3 a:hover{
	color:#d1f399;
}
.songlist{
	width:318px;
	float:left;
	margin:0 0 50px 0;
}
.songlist.last{
	float:right;
}
.free-listen{
	text-align:center;
	color:#fdb515;
	font-family: 'helvetica_lt_stdcondensed';
	font-size:18px;
	clear:both;
	width:100%;
	padding:0 0 25px 0;
}
.free-listen span{
	line-height:16px;
}
.free-listen img{
	margin:0 0 0 20px;
}
.free-listen img:hover{
		filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* For Webkit browsers */
	filter: gray; /* For IE 6 - 9 */
	transition: all .6s ease; /* Fade to color for Chrome and Safari */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}
#footer-section{
	width:100%;
	clear:both;
	background-color:#43362d;
	padding:28px 0;
	text-align:center;
	font-size:12px;
	color:#ece8e2;
}
}