* {
	margin:0px;
	padding:0px;
}

html {
	height:100%;
	overflow-y:scroll; /* always display a scroll-bar */
}

body {	
	font-family:"Century Gothic", "Century", sans-serif;
	font-size:13px;
	color:#333333;
	background:#333333;
	height:100%;
}

h1, h2, h3, h4, h5 {
	font-weight:bold;
	line-height:1em;
}

h1 {
	font-size:30px;
	margin-top:5px;
	padding:5px 0px;
}

h2 {
	font-size:20px;
	color:#b55700;
	margin-bottom:5px;
	padding:5px;
	border-bottom:#cccccc 1px solid;
}

a {
	color:#b55700;
	text-decoration:none;
	padding:0px 5px;
}

a:hover {
	background-color:#b55700;
	color:#ffffff;
}

a img {
	border:0px;
}

input.button {
	width:75px;
	font-size:12px;
}

div.spacer {
	clear:both;
	height:0px;
}

*.hide {
	display:none;
}

/* blocks */
div#container {
	background:#ffffff;
	position:relative;
	width:1000px;
	padding:0px 30px 25px 30px;
	margin:0px auto;
}

div#header {
	background:url(../../images/header.png) no-repeat top center;
	position:relative;
	height:210px;
}

div#subheader {
	background:url(../images/sub-header.jpg) no-repeat top center;
	position:absolute;
	width:670px;
	height:40px;
	left:0px;
	top:140px;
}

div#banner {
	background:url(../images/banner.png) no-repeat top center;
	position:absolute;
	width:1038px;
	height:118px;
	padding:0px 25px;
	left:-14px;
	text-shadow:1px 1px 2px #ffffff;
}

div#footer {
	padding:15px;
	background-color:#e1b51b;
	height:15px;
	line-height:15px;
	font-size:11px;
	text-align:right;
	-moz-border-radius:10px;
    border-radius:10px;
}

/* browser */
div#tabbrowser ul.songs {
	list-style:none;
	padding-left:20px;
	margin-bottom:25px;
}

a.song {
	background:url(../images/music-icon.png) no-repeat 5px 5px;
	color:#333333;
	padding:5px 30px;
	display:block;
	height:20px;
}

a.song:hover {
	background-position:5px -25px;
	color:#333333;
	text-decoration:underline;
}

li.accent {
	background-color:#f7f7f7;
	-moz-border-radius:5px;
    border-radius:5px;
}

/* tab layout */
div#actions {
	font-size:12px;
	text-align:right;
	margin-top:120px;
}

select#transposeSelector {
	font-size:10px;
	width:40px;
}

div#content {
	font-family:"Courier New", Courier, monospace;
}

span.chord {
	color:#0278de;
	font-weight:bold;
}

span.section {
	display:block;
	width:100%;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:#cccccc 1px dashed;
}

/* social media */
div#banner div.fblike {
	position:absolute;
	left:50%;
	top:50%;
}

div.fbcomments {
	border-top:#cccccc 1px dashed;
	margin-top:30px;
	padding-top:5px;
}
