/*
title:		Lyrically Noted stylesheet
created:	19.01.2010
modified:	17.04.2011
*/

/* ================[ reset ]================ */

html, body { height: 100%; width: 100%; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td { padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

img { border: none; }

a { color: #FFF; }

div#testing { position: absolute; top: 0; left: 0; font-size: 1.4em; }

/* ================[ general styles ]================ */

.clearme { clear: both; }

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%; /* 1em is 10px */
	background: #2151a3 url(../images/bodyBG.jpg) top center no-repeat;
	color: #FFF;
}

div#container {
	width: 850px;
	margin: 0 auto;
	position: relative;
}

/* ================[ navigation ]================ */

ul#nav {
	position: absolute; top: 20px; right: 200px;
}

/* ================[ header ]================ */

div#header {
	width: 850px;
	height: 225px;
	position: relative;
}

span#logo { position: absolute; top: 65px; left: 80px; } 
span#logo,span#logo a {
	width: 184px;
	height: 69px;
}
span#logo span { margin-left: -5000px; }
span#logo a {
	background: url(../images/logo.png) no-repeat left top;
	display: block;
	overflow: hidden;
}

ul#nav {
	list-style: none;
	position: absolute; right: 48px; top: 20px;
}

ul#nav li {
	float: left;
	display: inline;
	margin-left: 10px;
}

ul#nav a {
	display: block;	
	width: 124px;
	height: 35px;
	text-indent: -5555px;
	overflow: hidden;
}
ul#nav a#submitNav { background: url(../images/submitLyric.png) no-repeat left top; }
ul#nav a#aboutNav { background: url(../images/aboutUs.png) no-repeat left top; }

ul#nav a#submitNav:hover, ul#nav a#aboutNav:hover { background-position: 0 -34px; }
ul#nav a#aboutNav.aboutActive { background-position: 0 -68px; }

div#about-us {
	width: 260px;
	height: 130px;
	position: absolute; top: 64px; right: 48px;
	background: url(../images/aboutBG.png) no-repeat left top;
	padding: 20px 30px 0 30px;
	font-size: 1.1em;
	line-height: 1.3em;
}
div#about-us h3 { display: none; }
div#about-us p { margin-bottom: 10px; }

/* ================[ lyrics ]================ */

div#lyricArea {
	width: 755px;
	height: 215px;
	margin: 0 auto;
	background: url(../images/lyricBG.png) no-repeat left top;
	text-align: center;
	margin-bottom: 35px;
	position: relative;
}

div#lyricArea h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3em;
	padding: 60px 20px 0 20px;
	text-shadow: 2px 2px 1px #0d2a57;
}

a#permalink {
	font-family: Georgia, "Times New Roman", serif;
	position: absolute; bottom: -24px; right: 10px;
	font-size: 1.2em;
	text-decoration: none;
	text-shadow: 2px 2px 1px #0d2a57;
}

a.lyricDirection {
	width: 20px;
	height: 17px;
	display: block;
	text-align: left;
	background: url(../images/nextLyric.png) no-repeat left top;
	text-indent: -5555px;
	position: absolute; top: 100px; right: -40px;
	overflow: hidden;
}

a#previousLyric {
	left: -40px;
	background: url(../images/previousLyric.png) no-repeat left top;
}

div#lyricBreakdown {
	width: 750px;
	height: 190px;
	margin: 0 auto;
	background: url(../images/breakdownBG.png) no-repeat left top;
	padding-top: 47px;
}

div#lyricBreakdown h2 {
	font-family: Georgia, "Times New Roman", serif;
	color: #c7c7c7;
	font-size: 1.8em;
	text-shadow: 2px 2px 1px #0d2a57;
}

div#breakArtist {
	width: 164px;
	height: 95px;
	float: left;
	background: url(../images/artistBG.png) no-repeat left top;
	padding: 30px 20px 0 50px;
}
div#breakArtist span {
	display: block;
	text-indent: -5555px;
	width: 63px;
	height: 20px;
	background: url(../images/artist.png) no-repeat left top;
	margin-bottom: 10px;
}

div#breakSong {
	width: 186px;
	height: 95px;
	float: left;
	background: url(../images/songBG.png) no-repeat 30px 30px;
	padding: 30px 20px 0 95px;
}
div#breakSong span {
	display: block;
	text-indent: -5555px;
	width: 52px;
	height: 28px;
	background: url(../images/song.png) no-repeat left top;
	margin-bottom: 2px;
}

div#breakLinks {
	width: 179px;
	height: 170px;
	float: left;
	padding-left: 35px;
}

div.oneLinks { position: relative; top: 39px; }
div.twoLinks { position: relative; top: 13px; }

div#breakLinks ul { list-style: none; }
div#breakLinks ul li { margin-bottom: 10px; }

div#breakLinks a {
	display: block;
	width: 183px;
	height: 43px;
	text-indent: -5555px;
	overflow: hidden;
}
div#breakLinks a#buyAmazon { background: url(../images/buyAmazon.png) no-repeat top left; }
div#breakLinks a#buyItunes { background: url(../images/buyItunes.png) no-repeat top left; }
div#breakLinks a#tweetLyric { background: url(../images/tweetLyric.png) no-repeat top left; }

div#breakLinks a#buyAmazon:hover, div#breakLinks a#buyItunes:hover, div#breakLinks a#tweetLyric:hover { background-position: 0 -42px; }

/* ================[ like widgets ]================ */

div#likeWidget {
	width: 650px;
	position: absolute; top: 220px; left: 10px;
}

div#twitterWidget {
	position: absolute; top: 222px; right: -7px;
}

/* ================[ submit lyric ]================ */

div#submit {
	width: 590px;
	margin: 0 auto;
	margin-bottom: 30px;
	
	background: #19468d; color: #FFF;
	padding: 20px 20px 10px 20px;
	position: relative;
	z-index: 9999;
	
	font-size: 1.1em;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

div#submit h3 {
	display: block;
	text-indent: -5555px;
	width: 148px;
	height: 25px;
	background: url(../images/submitHeader.png) no-repeat left top;
	margin-bottom: 20px;
}

div#submit p {
	margin-bottom: 5px;
	line-height: 1.3em;
}

div#submit p#lyricSubmitted { margin-bottom: 40px; }

div#submitMusic {
	width: 285px;
	float: left;
	padding-top: 15px;
}

div#submitUser {
	width: 285px;
	float: right;
	padding-top: 15px;
}

div.submitRow {
	padding-bottom: 10px;
	position: relative;
}

div#submit label {
	font-size: 1.2em;
	padding-right: 5px;
}

div#submit input.textInput {
	padding: 6px;
	width: 270px;
	margin-top: 3px;
	border: none;
}

div#submit textarea {
	padding: 3px 6px;
	width: 270px;
	margin-top: 3px;
	border: none;
	font-size: 1.1em;
	font-family: Arial, sans-serif;
	height: 90px;
}

div#submit span.error { color: #f3b14c; }

input#submitLyricBtn { position: absolute; bottom: 20px; right: 20px; }

div#submit ul.socialLinks li.lastSocial { margin-bottom: 0; }
div#submit ul.socialLinks { margin-bottom: 10px; }

a#closeSubmit {
	position: absolute; top: 10px; right: 10px;
	color: #FFF;
	text-decoration: none;
}

div#filterBG {
	display: none;
	position: absolute; top: 0; left: 0; width: 100%;
	background: url(../images/filterBG.png) top left repeat;
	z-index: 20;
	float: left;
}

span#charCountdown {
	position: absolute; top: 2px; right: 2px;
	font-size: 1.2em;
}

/* ================[ footer ]================ */

div#footer {
	clear: both;
	height: 319px;
	background: url(../images/footerBG.jpg) top left repeat-x;
	width: 100%;
}

div#footerInner {
	margin: 0 auto;
	width: 850px;
	padding-top: 30px;
	position: relative;
	height: 289px;
}

div#latestNews {
	float: right;
	width: 330px;
	position: relative;
}

div#latestNews h3 {
	text-indent: -5555px;
	width: 91px;
	height: 13px;
	background: url(../images/newsTitle.png) no-repeat left top;
	margin-bottom: 25px;
	margin-left: 4px;
}

div#newsBox {
	width: 268px;
	height: 145px;
	background: url(../images/newsBox.png) no-repeat left top;
	padding: 20px 30px 0 30px;
	font-size: 1.1em;
}

p.newsTweet {
	margin-bottom: 20px;
}
p.newsTweet a.postedTime { color: #43a1da; text-decoration: none; }
p.newsTweet a.postedTime:hover { color: #ffab39; }

a#newsLink {
	position: absolute; bottom: 10px; right: 20px;
	text-decoration: none;
	color: #43A1DA;
}
a#newsLink:hover { color: #ffab39; }

img#lnBird { position: absolute; bottom: -42px; left: -60px; }

div#quickLinks {
	float: left;
	width: 330px;
}

h4.quickHeader {
	text-indent: -5555px;
	width: 84px;
	height: 13px;
	background: url(../images/linksTitle.png) no-repeat left top;
	margin-bottom: 25px;
}

ul.socialLinks {
	list-style: none;
	font-size: 1.1em;
	margin-bottom: 30px;
}

ul.socialLinks li {
	margin-bottom: 12px;
}

ul.socialLinks li a {
	text-decoration: none;
	padding: 10px 0 0 50px;
	display: inline-block;
	height: 25px;
}
ul.socialLinks li a.twitterBadge { background: url(../images/twitterBadge.png) no-repeat left top; }
ul.socialLinks li a.facebookBadge { background: url(../images/facebookBadge.png) no-repeat left top; }
ul.socialLinks li a.spotifyBadge { background: url(../images/spotifyBadge.png) no-repeat left top; }

ul.socialLinks li a.twitterBadge:hover, ul.socialLinks li a.facebookBadge:hover, ul.socialLinks li a.spotifyBadge:hover { background-position: 0 -35px; }

a#emailUs {
	display: block;
	width: 184px;
	height: 33px;
	text-indent: -5555px;
	background: url(../images/emailUs.png) no-repeat top center;
	overflow: hidden;
}
a#emailUs:hover { background-position: 0 -33px; }

span#createdBy {
	color: #1b71a5;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", serif;
	position: absolute; bottom: 55px; right: 10px;
}
span#createdBy a { color: #43a1da; text-decoration: none; }
span#createdBy a:hover { color: #FFF; }
