@import url(yuiReset.css);

/* Basic HTML
 ------------------------------------------- */
html, body {
	height: 100%;
}
html {
	font-family: 'Poppins', Helvetica, Arial, Geneva, sans-serif;
	background: url("../img/night-sky.jpg") no-repeat fixed;
	background-size: cover;
}
body{
	margin: 0 auto;
}
h1 {
    color: #000000;
    font-size: 36px;
    margin-bottom: 0.6em;
}
h2 {
	color:#CE6A4C;
    font-size: 1.3em;
}
a {
	text-decoration: none;
}

/* Header
 ------------------------------------------- */
.songListPage h1 {
	margin: 0;
	padding: 0;
}

.songListPage h1#logo a {
	display: block;
	width: 4080px;
	height: 100px;
	line-height: 999em;
	background: url(../img/ukulele-dreams.gif) 10px 0 no-repeat;
	overflow: hidden;
}

.songListPage aside {
	display: block;
	width: 240px;
	margin:10px 20px;
	text-align: right;
	float:right;
}
.songListPage aside em {
	display: block;
	height: 30px;
	padding: 0;
	color: #BCB59C;
}
.songListPage aside em span {
	display: inline-block;
	background: #669900;
	height: 30px;
	width: 160px;
	border-right: #ffffff solid 6px;
	text-align: center;
	font-size: 14px;
	line-height: 2em;
	font-weight: 700;
	color: #fff;
	overflow: hidden;
}
.songListPage aside em a {
	display: inline-block;
	background: #F58220 url(../img/signout.png) 0 0 no-repeat ;
	width: 30px;
	height: 30px;
	line-height: 999em;
	overflow: hidden;
}
.songListPage aside em a:hover {
	background: #FFB500 url(../img/signout.png) 0 0 no-repeat ;
}

.songListPage #songMenu {
	display: block;
	min-height: 42px;
	background: #2A2A2A;
	border-bottom: 5px solid #7C0E6C;
}
.songListPage p {
	font-size: 14px;
	width:48%;
	color:#fff;
}
.songListPage p#songTotal {
	text-align:right;
	padding: 10px 20px 10px 0;
	float:right;
}
.songListPage p#songSearch {
	padding: 10px 0 10px 20px;
	float:left;
}

/* Containers
 ------------------------------------------- */
.contentWrap {
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	width: 1080px;
}
.contentWrap {
	color: #3D3D3D;
	overflow:hidden;
}
.contentWrap a {
	color: #CC1188;
}
.contentWrap a:hover {
	background-color: #FFECC7;
	color: #FF7E00;
}

.contentWrap h1#logo a:hover {
	background-color: #FFFFFF;
}

/* Song List (songbook)
 ------------------------------------------- */
 ol.songList {
	clear:both;
	overflow:hidden;
 }
.songList {
	margin: 16px;
	}
.songList li {
	color: #A8A8A8;
	font-family: 'Yanone Kaffeesatz', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 10px;
	list-style: none;
	padding: 3px 2px 5px 5px;
	width:341px;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	float:left;
}
.songList li:nth-child(6n+1),
.songList li:nth-child(6n+2),
.songList li:nth-child(6n+3) {
	background-color: #d4e9ff;
}
.songList li:nth-child(6n+4),
.songList li:nth-child(6n+5),
.songList li:nth-child(6n+6) {
	background-color: #e5f2ff;
}

.songList li:hover {
	background-color: #FFECC7;
}
.songList li a {
	display:block;
}
.songList li strong {
	color: #150074;
	font-size: 2.3em;
	font-weight: 300;
}
.songList li em {
	color: #CC1188;
	font-size: 1.8em;
	font-weight: 300;
}

/* Footer
 ------------------------------------------- */
footer {
	display: block;
	width: 1080px;
	margin: 0 auto;
	padding: 10px 0;
	background: #2a2a2a;
	color: #fff;
	border-top: 5px solid #7C0E6C;
	text-align: center;
	-webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.4);
	box-shadow: 0 0 10 rgba(50, 50, 50, 0.4);
}

/* login page's form
 ------------------------------------------- */
.loginPage .overlay{
	width: 616px;
	background: url("../img/free-access.png") 0 0 no-repeat;
	border-radius: 2px;
}
.loginPage input[type=text],
.loginPage input[type=password]{
	width: 100%;
}
.loginPage .btnBar{
	padding: .5em 0;
}
.loginPage .baseBtn{
	font-size: 1.1em;
}
.loginPage .hint{
	font-size: .9em;
	color: #6B4900;
	text-align: center;
}
.loginPage .help {
	color: #6B4900;
	font-size: 0.8em;
	width: 150px;
}
.loginPage .help a {
	color:#fff;
}
.loginPage .help a:hover {
	color:#6e1c10;
}
.errorMessage {
	background-color: #F9C95A;
	color: #4f3e14;
	margin-bottom: 0.8em;
	padding: 0.5em 0.5em; 
 }
.errorMessage em{
	font-size:.8em;
}
.usericon {
	width: 232px;
	background: url("../img/editor/usericon.png") 0 0 no-repeat;
	padding: 0 0 0 53px;
}
.passicon {
	width: 232px;
	background: url("../img/editor/passicon.png") 0 0 no-repeat;
	padding: 0 0 0 53px;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
		body.loginPage{
		width: 780px;
		background-image: none;
	}
	.contentWrap {
		width: 780px;
	}
	.songList li {
		width:252px;
	}
	.songList li strong {
		font-size: 2em;
	}
	footer {
		width: 780px;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	html{
		background: #fff;
	}
	body.loginPage{
		width: 640px;
		background-image: none;
	}
	#container {
		padding: 0 5px;
	}
	.contentWrap {
		width: 640px;
	}
	.songListPage h1 {
		width: 300px;
	}
	.songList li:nth-child(4n+1),
	.songList li:nth-child(4n+2) {
		background-color: #d4e9ff;
	}
	.songList li:nth-child(4n+3),
	.songList li:nth-child(4n+4) {
		background-color: #e5f2ff;
	}
	.songListPage p:nth-child(odd) {
		padding: 13px 13px 0px 10px;
		text-align:right;
		width:280px;
		float:right;
	}
	.songListPage p:nth-child(even) {
		width:300px;
		float:left;
	}
	footer {
		width: 640px;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	html{
		background: #fff;
	}
	body.loginPage{
		width: 352px;
		background-image: none;
	}
	#container {
		width: 352px;
		padding: 0;
	}
	.contentWrap {
		width: 352px;
	}
	.songListPage aside {
		width: 192px;
	}
	.songListPage aside em span {
		width: 132px;
		font-size: 12px;
		line-height: 2.5em;
	}
	.songListPage .contentWrap {
		background: #fff;
	}
	.songListPage h1 {
		width: 160px;
		background: url(../img/logo-small.gif) center left no-repeat;
	}
	.songList li {
		padding: 5px 2px 5px 10px;
		width:340px;
		border-left: none;
	}
	.songList li:nth-child(odd) {
		background-color: #d4e9ff;
	}
	.songList li:nth-child(even) {
		background-color: #e5f2ff;
	}
	.songListPage p:nth-child(odd) {
		width: 352px;
	}
	.songListPage p:nth-child(even) {
		width: 329px;
		text-align: right;
		padding-right:23px;
	}
	footer {
		width: 352px;
	}
}