/* =reseting
-------------------------------------------------------------- */
html, body, h1, h2, h3, h4, h5, h6, div,
blockquote, p, address, form, fieldset,
ul, ol, dl, dt, dd, li, hr, table, td, th {
	margin: 0;
	padding: 0;
}

a, a:visited { color: #0289df; text-decoration: none; }
a:hover, a:focus{ border-bottom: 1px dotted #0289df; }
a:focus{ outline: none; }
fieldset, img { border: none; }
li { list-style: none; }
body{
	font: 62.5%/1.4 Arial, 'Lucida Grande', sans-serif;
	background: #f2f1f1 url(../img/body.png) repeat-x 0 0;
}
h1, h2, h3, h4, h5{
	color: #ffb000;
	font-family: "Trebuchet MS", sans-serif;
}
h2{ font-size: 2.5em; }
h3{ font-size: 2em; }

.bubble{
	position: relative;
	width: 467px;
	padding-top: 30px;
	background: url(../img/bubble-top.png) no-repeat 0 0;
}

	.bubble .content{
		padding: 0 20px;
		background: url(../img/bubble-middle.png) repeat-y 0 0;
	}

	.bubble .footer{
		height: 38px;
		background: url(../img/bubble-bottom.png) no-repeat 0 0;
	}

	.bubble .tip{ position: absolute; display: block; width: 20px; height: 39px; background: url(../img/tip.png) no-repeat 0 0; }
	.bubble .bird{ position: absolute; }

/* =buttons and links alike
------------------------------------------------------------------------------------*/
 button, .button, .button:visited, .notification .ui-widget-content .ui-button{
    font: bold 12px/19px "Lucida Grande", sans-serif;
    display: inline-block;
    padding: 0px 8px 2px;
    background: #ffad31 url(../img/button.png) repeat-x 0 0;
    border: 1px solid #f6a313;
	border-top-color: #f8bb50;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

button[disabled]{
	color: #eee;
	background: #bbb;
	border-color: #aaa;
}

button::-moz-focus-inner {
	padding: 2px 0;
	margin: 0;
	border: 0;
}

button:hover, button:focus, .button:hover, .button:focus{
	background-position: 0 -25px;
	border: 1px solid #1f9ddc;
	border-top-color: #33b2f1;
}

button:active, .button:active{ background-position: 0 -50px; }

.bl, .bl:visited{
	font: bold 22px/26px "Lucida Grande",sans-serif;
	padding: 16px 22px 18px;
	background-position: 0 0px;
}

.bl:hover, .bl:focus{ background-position: 0 -60px; }
.bl:active{ background-position: 0 -120px; }

#wrap{
	width: 700px;
	margin: 0 auto;
	font-size: 1.4em;
}

#top{ position: relative; }

#top h1{
	float: left;
	display: block;
	width: 288px;
	height: 94px;
	margin: 25px 0 50px;
}

#top h1 a, #top h1 a:visited{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/logo.png) no-repeat 0 0;
	text-indent: -9999px;
}

#top h1 a:hover, #top h1 a:focus{ border: none; }

#top h2{
	float: left;
	display: block;
	width: 279px;
	height: 39px;
	margin-top: 60px;
	background: url(../img/playandtweet.png) no-repeat 0 0;
	text-indent: -9999px;
}

#top .twitter{
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #cacac8;
	border-top: none;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 3px 5px 3px 25px;
	font-size: .9em;
	background: #fff url(../img/twitter.png) no-repeat 5px 50%;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1);
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
}

#top .twitter:hover, #top .twitter:focus{
	background-color: #f6fcfd;
}

#intro, #song-player{
	clear: left;
	font: bold 1.3em "Trebuchet MS", sans-serif;
	color: #616161;
	text-align: center;
}
#song-player{ min-height: 200px; }
#song-player .content{ min-height: 30px; }

	#intro .tip, #song-player .tip{ top: 75px; right: -13px; background-position: -20px 0; }
	#intro .bird, #song-player .bird{ right: -300px; top: -10px; }
	#song-player .tip{ top: 30px; }

#intro .footer{
	text-align: right;
	font-size: .6em;
	padding-right: 40px;
	line-height: 38px;
}
#intro .footer .twitter{
	padding-left: 20px;
	background: url(../img/twitter.png) no-repeat 0 50%; 
}

.iphone{
	overflow: hidden;
	margin-top: 75px;
}

	.phone-frame{
		position: relative;
		float: left;
		margin: 0 25px 0 0;
		width: 321px;
		height: 584px;
		background: url(../img/mobile/iphone.png) no-repeat 0 0;
	}

	.phone-frame img{
		position: absolute;
		top: 76px;
		left: 57px;
	}

	.phone-frame .current{z-index: 10;}
	.phone-desc .screenshot-list{
		padding: 0;
		overflow: hidden;
		margin: 150px 0 50px;
	}

	.phone-desc .screenshot-list li{
		float: left;
		width: 75px;
		height: 75px;
		margin-right: 10px;
		list-style: none;
	}
	.phone-desc .screenshot-list li.last{ margin-right: 0; }

	.phone-desc .screenshot-list a{
		display: block;
		position: relative;
		width: 75px;
		height: 75px;
	}

	.phone-desc .screenshot-list a span{
		display: block;
		width: 65px;
		height: 65px;
		position: absolute;
		top: 0;
		left: 0;
		border: 5px solid rgb(80,80,80);
		border: 5px solid rgba(56,56,56,.7);
		z-index: 5;
	}

	.phone-desc .screenshot-list img{
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 4;
	}

	.phone-desc .screenshot-list a:hover span, .phone .screenshot-list a:focus span{ border-color: rgb(56,56,56); border-color: rgba(56,56,56,.9); }
	.phone-desc .screenshot-list a.active span{ border-color: rgb(0,100,150); border-color: rgba(0,100,150,.7); }

#ad-box{ margin-top: 75px; }

.song-list{ min-height: 180px; padding-left: 233px; background-position: 100% 0; }
#similiar-songs{ margin-top: 75px; }

	.song-list .content{ padding: 0 30px; }

	.song-list ul{ margin-top: 10px; }
	.song-list li{
		margin-top: 5px;
		margin-left: -15px;
		padding-left: 35px;
		background: url(../img/note.png) no-repeat 17px 50%;
		font-weight: 700;
	}
	/*.song-list li:hover{ background-position: -471px 50%; }*/
		
	.song-list li a, .song-list li a:visited{ color: #222; }
	.song-list li a span{ color: #0289df; }

	.song-list .tip{ top: 40px; left: 214px; }
	.song-list div.bird{ top: 30px; left: 30px; width: 150px; height: 150px; background: url(../img/birds.png) no-repeat 0 0; }
	.song-list div.bird1{ background-position: -150px 0; }
	.song-list div.bird2{ background-position: -300px 0; }
	.song-list div.bird3{ background-position: -450px 0; }
	.song-list div.bird4{ background-position: -600px 0; }
	.song-list div.bird5{ background-position: -750px 0; }
	.song-list div.bird6{ background-position: -900px 0; }
	.song-list div.bird7{ background-position: -1050px 0; }
	.song-list div.bird8{ background-position: -1200px 0; }
	.song-list div.bird92{ background-position: -1350px 0; }
	.song-list div.bird10{ background-position: -1500px 0; }
	.song-list div.bird11{ background-position: -1650px 0; }
	.song-list .singing-bird{ left: 533px; top: -102px; }

#footer{
	clear: both;
	padding: 50px 0;
	text-align: center;
	font-size: 1.4em;
}

.song #footer{
	margin-top: 75px;
	background: #000 url(../img/footer.png) repeat-x 0 0;
}

	.song #footer .wrap{
		width: 700px;
		margin: 0 auto;
		text-align: left;
	}

	.song #footer .iphone{ margin-top: 25px; }
	.song #footer h3{
		padding-top: 50px;
		color: #9e9e9d;
		font-size: 2.5em;
		text-shadow: 0px 0px 5px #000;
	}

	.song #footer p{
		padding: 50px 0 40px;
		font-size: 1.4em;
		color: #9e9e9d;
	}

	.song #footer .whats-this{ padding-top: 20px; font-size: 1em; }

.e404{
	width: 350px;
	padding-top: 160px;
	text-align: center;
	position: absolute;
	color: #8c8d8e;
	font: 700 1.2em "Trebuchet MS";
}
.e404.b1{
	top: 20%;
	left: 3%;
	background: url(../img/bird1.png) no-repeat 50% 0;
	-moz-transform: translate(0px) rotate(-15deg);
   -moz-transform-origin: 50% 50%;
   -webkit-transform: translate(0px) rotate(-15deg);
   -webkit-transform-origin: 50% 50%;
   -o-transform:translate(0px) rotate(-15deg);
   -o-transform-origin:60% 50%;
}
.e404.b2{
	top: 30%;
	right: 3%;
	background: url(../img/bird2.png) no-repeat 50% 0;
	-moz-transform: translate(0px) rotate(30deg);
   -moz-transform-origin: 50% 50%;
   -webkit-transform: translate(0px) rotate(30deg);
   -webkit-transform-origin: 50% 50%;
   -o-transform:translate(0px) rotate(30deg);
   -o-transform-origin:60% 50%;
}
.e404.b3{
	padding-top: 250px;
	bottom: 20px;
	left: 40%;
	background: url(../img/bird.png) no-repeat 50% 0;
}
@-webkit-keyframes bounce {from{left: 40%;}to{left: 40.25%;}}
.e404.b3:hover{ -webkit-animation: bounce .07s 20 alternate; }

.e404.b3 + #notme{
	display: none;
	position: absolute;
	bottom: 320px;
	left: 40%;
	width: 340px;
	padding: 20px 0;
	border: 2px solid #ccc;
	color: #666;
	font-weight: 700;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
.e404.b3:hover + #notme{ display: block; }

