@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}

html, body {
	height: 99%;
}

body {
	background-color: #e5edf0;
}

.maincontain {
	width:960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}

.logotitle {
	width: 397px;
	height: 101px;
	margin: 18px auto 36px;
}

.logotitle h1, .logotitle h4 {
	text-indent: -8888px;
	height: 1px;
}

.songholder {
	width: 500px;
	height: auto;
	background: #96b5c7;
	margin: 0 auto 12px;
	padding: 7px;
	border-radius: 8px;
}

.songtitle {
	font-family: "Courier", courier, monospace;
	font-size: 18px;
	letter-spacing: -1px;
	color: #8c9aa0;
	font-weight: normal;
	text-shadow: 1px 1px 0px #FFF;
	text-align: center;
	display: block;
	height: 30px;
	margin-bottom: 15px;
}

.songtitle strong {
	color: #476070;
	font-weight: normal;
}

a.newsongbtn {
	width: 171px;
	height: 46px;
	background: url('/img/sprites.png') no-repeat;
	background-position: -9px -224px;
	display: block;
	margin: 0 auto;
	outline: none;
	text-indent: -8887px;
}

a.newsongbtn:hover {
	background-position: -9px -270px;
}

a.newsongbtn:active {
	background-position: -9px -316px;
}

.divider {
	background: url('/img/dashedline.png') repeat-x;
	height: 3px;
	margin: 20px auto 16px;
}

.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}

.footer {
	width: 960px;
	height: 50px;
	text-align: center;
	margin: 0px auto;
	color:#999;
	font: 12px "Verdana", Verdana, Geneva, sans-serif;
	font-weight: normal;
	display: block;
	clear: both;
}

.footer a {
	color:#999;
}

.googlead {
	width: 300px;
	height: 250px;
	background: #e5edf0;
	margin: 30px 0px 0px 2px;
	padding: 5px;
	border: 1px solid #dde5e7;
}

.googlelinks {
	width: 468px;
	height: 30px;
	margin: 30px auto 10px;
}

.facebook {
	margin: 10px auto;
	width: 400px;
	display: block;
}

.leftsect {
	width: 400px;
	float: left;
	margin: 0 0 20px 50px;
}

.leftsect h2 {
	background: url('/img/sprites.png');
	height: 25px;
	text-indent: -8888px;
	display: block;
	margin-bottom: 10px;
}

.leftsect p, .rightsect p {
	font: 13px "Verdana", Verdana, Geneva, sans-serif;
	line-height: 18px;
	color: #66899E;
	text-align: left;
	margin-bottom: 40px;
}

.rightsect p {
	text-align: right;
	margin-left: 20px;
}

.rightsect {
	width: 400px;
	float: right;
	margin: 0 50px 20px 0;
	text-align: right;
}

.rightsect h2 {
	background: url('/img/sprites.png');
	height: 25px;
	text-indent: -8888px;
	display: block;
	margin-bottom: 10px;
	text-align: left;
}

h2.wait {
	background-position: -3px -192px;
	width: 176px;
}

h2.mobile {
	background-position: -257px -167px;
	width: 148px;
}

h2.follow {
	background-position: -5px -167px;
	width:120px;
	margin-left: 280px;
}

h2.share {
	background-position: -142px -167px;
	width: 105px;
	margin-left: 295px;
}

.iosbadge {
	background: url('/img/sprites.png') -226px -95px;
	display: block;
	width: 159px;
	height: 58px;
	margin-top: 10px;
}

a.follow {
	display: block;
	width: 226px;
	height: 35px;
	margin: 5px 0 0 154px;
	background: url('/img/sprites.png') 0 0;
}

.fb {
	background-position: 0 -95px !important;
}

.tw {
	background-position: 0 -130px !important;
}




.tweetfeed {
	margin: 50px 0 0 65px;
	width: 336px;
}

.tweetfeed p {
	text-align: left;
}


#error {
	width:750px;
	display:block;
	margin:50px auto;
	text-align:center;
	font:16px "Courier New", Courier, monospace;
	font-weight: bold;
	color:#ee5d89;
}

#error strong {
	font:22px "Courier New", Courier, monospace;
	font-weight: normal;
	display:block;
	color:#155374;
	margin-bottom:30px;
}

.adleader {
	width: 728px;
	padding: 5px;
	margin: 0px auto 30px;
	background: #e5edf0;
	border: 1px solid #dde5e7;
}

.loading {
	background: url('/img/loading.gif') no-repeat center !important;
}

.errortext {
	display: block;
	font-size: 18px;
	font-family: "Helvetica", sans-serif;
	color: #333;
	text-align: center;
	margin-top: 50px;
}
