/*
© Humaan | www.humaan.com.au
Description : Core Stylesheet

*/

@font-face {
    font-family: 'VollkornRegular';
    src: url('Vollkorn-Regular-webfont.eot');
    src: url('Vollkorn-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Vollkorn-Regular-webfont.woff') format('woff'),
         url('Vollkorn-Regular-webfont.ttf') format('truetype'),
         url('Vollkorn-Regular-webfont.svg#VollkornRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VollkornBold';
    src: url('Vollkorn-Bold-webfont.eot');
    src: url('Vollkorn-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Vollkorn-Bold-webfont.woff') format('woff'),
         url('Vollkorn-Bold-webfont.ttf') format('truetype'),
         url('Vollkorn-Bold-webfont.svg#VollkornBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VollkornItalic';
    src: url('Vollkorn-Italic-webfont.eot');
    src: url('Vollkorn-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Vollkorn-Italic-webfont.woff') format('woff'),
         url('Vollkorn-Italic-webfont.ttf') format('truetype'),
         url('Vollkorn-Italic-webfont.svg#VollkornItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VollkornBoldItalic';
    src: url('Vollkorn-BoldItalic-webfont.eot');
    src: url('Vollkorn-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Vollkorn-BoldItalic-webfont.woff') format('woff'),
         url('Vollkorn-BoldItalic-webfont.ttf') format('truetype'),
         url('Vollkorn-BoldItalic-webfont.svg#VollkornBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*---------------------------------------------- GLOBAL SETTINGS */

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em; 
	background: url(../art/background.jpg) top center no-repeat;
}

/*---------------------------------------------------- FORMATTING */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	padding:0;
}

h1 {
	font-size: 1.8em;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 1.6em;
	padding: 0 0 8px 0;
}

h3 {
	font-size: 1.4em;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
}

p, ul, ol {
	font-size: 100%;
	line-height: 1.5em;
}

a {
	color: #346f85;
	text-decoration: none;
}

a:hover {
	color: #275f74;
	text-decoration: underline;
}

/*------------------------------------------------------ LAYOUT */


#container {
	width: 960px;
	background:;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -0 auto; /* negative value must be the same height as footer (for stickyness) */ 
}

/*------------------------------------------------------ LOGO */

header {
	display: block;
	background: url(../art/divider.png) 0px 125px no-repeat;
	height: 123px;
	padding: 20px 0 0;
	margin: 0 0 20px;
}

h1 a {
	display: block;
	height: 123px;
	width: 723px;
	background: url(../art/logo.png) 0px 0px no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
}

/*------------------------------------------------------ NAV */

nav {
	display: block;
	width: 960px;
	height: 47px;
	background-color: #403b38;
	padding: 25px 0 0 0;
}

nav ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	height: 19px;
	display: block;
	width: 830px;
}

nav li {
	float: left;
	display: block;
	height: 23px;
}

nav li a {
	display: block;
	text-indent: -9999px;
	height: 23px;
}

nav li#home a {
	background: url(../art/nav.png) 0px 0px no-repeat;
	width: 60px;
	margin: 0 50px 0 0;
}

nav li#home a:hover {
	background: url(../art/nav.png) 0px -23px no-repeat;
}

nav li#home a.active {
	background: url(../art/nav.png) 0px -46px no-repeat;
}

nav li#about a {
	background: url(../art/nav.png) -172px 0px no-repeat;
	width: 117px;
	margin: 0 50px 0;
}

nav li#about a:hover {
	background: url(../art/nav.png) -172px -23px no-repeat;
}

nav li#about a.active {
	background: url(../art/nav.png) -172px -46px no-repeat;
}

nav li#music a {
	background: url(../art/nav.png) -382px 0px no-repeat;
	width: 107px;
	margin: 0 50px 0;
}

nav li#music a:hover {
	background: url(../art/nav.png) -382px -23px no-repeat;
}

nav li#music a.active {
	background: url(../art/nav.png) -382px -46px no-repeat;
}

nav li#lyrics a {
	background: url(../art/nav.png) -600px 0px no-repeat;
	width: 57px;
	margin: 0 50px 0;
}

nav li#lyrics a:hover {
	background: url(../art/nav.png) -600px -23px no-repeat;
}

nav li#lyrics a.active {
	background: url(../art/nav.png) -600px -46px no-repeat;
}

nav li#contact a {
	background: url(../art/nav.png) -750px 0px no-repeat;
	width: 80px;
	margin: 0 0 0 50px;
}

nav li#contact a:hover {
	background: url(../art/nav.png) -750px -23px no-repeat;
}

nav li#contact a.active {
	background: url(../art/nav.png) -750px -46px no-repeat;
}

/*------------------------------------------------------ CONTENT */

#content {
	padding: 10px;
}

/*------------------------------------------------------  INTRODUCTION */

#introduction {
	padding: 32px 22px;
	display: block;
	position: relative;
}

#introduction h1 {
	font-family: 'VolkornRegular', Georgia, sans-serif;
	font-size: 1.5em;
	line-height: 1.7em;
	color: #292929;
	text-shadow: 0px 1px 0px #fff;
}

/*------------------------------------------------------  FEATURE */

#feature {
	width: 940px;
	display: block;
	position: relative;
	height: 293px;
}

#feature img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#feature div {
	position: absolute;
	height: 187px;
	width: 351px;
	background: url(../art/feature-box-bg.png) 0px 0px repeat;
	left: 28px;
	top: 23px;
	display: block;
	z-index: 2;
	padding: 28px 10px;
}

#feature div h2 {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #40382f;
	font-size: 2.6em;
	text-shadow: 0px 1px 0px #fff;
	font-weight: 100;
	padding: 0 5px 13px;
	border-bottom: 1px solid #cdc9bf;
	margin: 0 0 15px;
	
}

#feature div p {
	font-family: 'VolkornRegular', Georgia, sans-serif;
	color: #575757;
	font-size: 1.1em;
	padding: 0 5px;
	line-height: 1.8em;
}

#feature div p.heading {
	color: #256694;
	margin: 0 0 4px;
	font-size: 1.3em;
	font-family: 'VolkornBold', Georgia, sans-serif;
	text-shadow: 0px 1px 0px #fff;
}

#feature div a.listen {
	display: block;
	width: 160px;
	height: 44px;
	background: url(../art/listenonline.png) 0px 0px no-repeat;
	text-indent: -9999px;
	position: absolute;
	bottom: 19px;
	left: 15px;
}

#feature div a.listen:hover {
	background: url(../art/listenonline.png) 0px -44px no-repeat;
}

#feature div a.listen:active {
	background: url(../art/listenonline.png) 0px -88px no-repeat;
	bottom: 18px;
}

/*------------------------------------------------------  CALL TO ACTION BOXES */

#cta {
	display: block;
	width: 940px;
	margin: 14px 0 0;
}

#cta .col {
	width: 303px;
	position: relative;
}

#cta .left {
	margin: 0 14px 0 0;
}

#cta .col img {
	margin: 0 0 20px;
	position: relative;
	z-index: 1;
	display: block;
}

#cta .col h3 {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #232323;
	font-size: 1.5em;
	text-shadow: 0px 1px 0px #fff;
	font-weight: 200;
	padding: 0 0px 13px;
	border-bottom: 1px solid #dadbdb;
	margin: 0 0 10px;	
}

#cta .col p {
	font-family: 'VolkornRegular', Georgia, sans-serif;
	color: #575757;
	font-size: 1.0em;
	line-height: 1.8em;	
}

#cta .col a.listen {
	position: absolute;
	top: 105px;
	right: 8px;
	z-index: 2;
	display: block;
	height: 36px;
	width: 110px;
	text-indent: -9999px;
	background: url(../art/listen-sm.png) 0px 0px no-repeat;
}

#cta .col a.listen:hover {
	background: url(../art/listen-sm.png) 0px -36px no-repeat;
}

#cta .col a.listen:active {
	background: url(../art/listen-sm.png) 0px -72px no-repeat;
	top: 106px;
}

/*------------------------------------------------------  MUSIC */

#music-page {
	padding: 32px;
}

#music-summary {
	padding: 0 0 27px;
	border-bottom: 1px solid #d7d8d9;
}

#music-summary h1 {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #40382f;
	font-size: 2.4em;
	text-shadow: 0px 1px 0px #fff;
	font-weight: 100;
	padding: 0 5px 13px 0;
	margin: 0 0 15px;
}

#music-summary .col {
	width: 253px;
}

#music-summary .left {
	margin: 0 44px 20px 0;
}

#music-summary img {
	margin: 0 0 14px;
} 

#music-summary h2 {
	color: #184f76;
	text-shadow: 0px 1px 0px #fff;
	font-size: 1.7em;
	padding: 0 0 0 0;
	margin: 0 10px 3px 0;
	display: inline-block;
	float: left;
}

#music-summary h2 a:hover {
	text-decoration: none;
}

#music-summary a.arrow {
	background: url(../art/album-arrow.png) 0px 0px no-repeat;
	display: inline-block;
	width: 17px;
	height: 18px;
	text-indent: -9999px;
	margin: 1px 0 0;	
}

#music-summary a.arrow:hover {
	background: url(../art/album-arrow.png) 0px -18px no-repeat;
	display: inline-block;
	width: 17px;
	height: 18px;
	text-indent: -9999px;
	margin: 1px 0 0;		
}

#music-summary p {
	font-family: 'VolkornRegular', Georgia, sans-serif;
	color: #575757;
	font-size: 1.0em;
	line-height: 1.8em;
	clear: both;
	padding: 0;
	margin: 0;
}

/*------------------------------------------------------  ALBUM DETAIL */

.album-detail {
	clear: both;
	padding: 34px 0 20px;
	border-bottom: 1px solid #d7d8d9;
}

.album-detail:last-child {
	border: none;
}

.album-detail .left {
	width: 253px;
}

.album-detail .right {
	width: 580px;
}

.album-detail .left a {
	display: block;
	width: 200px;
	height: 44px;
	background: url(../art/buy-album.png) 0px 0px no-repeat;
	text-indent: -9999px;
	margin: 10px 0 0;
}

.album-detail .left a:hover {
	background: url(../art/buy-album.png) 0px -44px no-repeat;
}

.album-detail .left a:active {
	background: url(../art/buy-album.png) 0px -88px no-repeat;
	margin: 11px 0 0;
}

.album-detail h2 {
	color: #40382f;
	text-shadow: 0px 1px 0px #fff;
	font-size: 1.7em;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
}

.album-detail p {
	font-family: 'VolkornRegular', Georgia, sans-serif;
	color: #292929;
	font-size: 1.0em;
	line-height: 1.8em;
}

.album-detail h3 {
	color: #40382f;
	text-shadow: 0px 1px 0px #fff;
	font-size: 1.3em;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
}

.album-detail ul.tracks {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 477px;
}

.album-detail ul.tracks li {
	font-family: 'VolkornRegular', Georgia, sans-serif;
	color: #40382f;
	padding: 4px 0 5px 10px;
}

.album-detail ul.tracks li.even {
	background-color: #f6f6f6;
}

.album-detail ul.tracks li a.cp-play {
	display: block;
	height: 16px;
	width: 16px;
	float: left;
	text-indent: -9999px;
	background: url(../art/play-arrow.png) 0px 0px no-repeat;
	margin: 0 8px 0 0;
}

.album-detail ul.tracks li a.cp-pause {
	display: block;
	height: 16px;
	width: 16px;
	float: left;
	text-indent: -9999px;
	background: url(../art/pause.png) 0px 0px no-repeat;
	margin: 0 8px 0 0;
}

/*------------------------------------------------------  MUSIC */

#about-page {
	padding: 32px;
}

#john-summary {
	padding: 0 0 27px;
}

#john-summary h1 {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #40382f;
	font-size: 2.4em;
	text-shadow: 0px 1px 0px #fff;
	font-weight: 100;
	padding: 0 5px 13px 0;
	margin: 0 0 15px;
}

#john-summary .left {
	width: 253px;
}

#john-summary .right {
	width: 580px;
}

#john-summary .right h2 {
	font-family: 'VolkornRegular', Georgia, sans-serif;
	color: #40382f;
	margin: 0 0 15px;
	padding: 0;
}

#john-summary .right p {
	font-family: 'VolkornRegular', Georgia, sans-serif;
	color: #575757;
	line-height: 1.8em;
}

/*------------------------------------------------------  LYRICS */

#lyrics-page {
	padding: 32px;
}

#lyrics-summary {
	padding: 0 0 5px;
}

#lyrics-summary h1 {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #40382f;
	font-size: 2.4em;
	text-shadow: 0px 1px 0px #fff;
	font-weight: 100;
	padding: 0 5px 20px 0;
}

#lyrics-summary p {
	font-family: 'VolkornRegular', Georgia, sans-serif;
	color: #575757;
	line-height: 1.8em;
}

#lyrics-detail ul.tracks {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 477px;
}

#lyrics-detail ul.tracks li {
	font-family: 'VolkornRegular', Georgia, sans-serif;
	color: #40382f;
	padding: 5px 0 5px;
	border-bottom: 1px solid #ccc;
	clear: both;
}

#lyrics-detail ul.tracks li strong {
	float: left;
	font-size: 1.1em;
	cursor: pointer;
}

#lyrics-detail ul.tracks li span {
	float: right;
}

#lyrics-detail ul.tracks li a.lyrics {
	float: right;
	margin: 0;
}

#lyrics-detail ul.tracks li .lyric {
	padding: 10px 0 0;
}

/*------------------------------------------------------  CONTACT */

#contact-page {
	padding: 32px;
}

#contact-summary {
	padding: 0 0 27px;
}

#contact-summary h1 {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #40382f;
	font-size: 2.4em;
	text-shadow: 0px 1px 0px #fff;
	font-weight: 100;
	padding: 0 5px 0px 0;
	margin: 0 0 15px;
}

#contact-summary h2 {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #40382f;
	font-size: 2.0em;
	text-shadow: 0px 1px 0px #fff;
	font-weight: 100;
	padding: 0 5px 0px 0;
	margin: 0 0 15px;
}

#contact-summary .left {
	width: 480px;
}

#contact-summary .right {
	width: 353px;
}

#contact-summary .left p, #contact-summary .right p {
	font-family: 'VolkornRegular', Georgia, sans-serif;
	color: #575757;
	line-height: 1.8em;
	font-size: 1.1em;
	padding: 0;
	margin: 0 0 10px;
}

#contact-summary .left strong {
	color: #3d3d3d;
	font-weight: bold;
}

#contact-summary form {
	width: 353px;
}

#contact-summary form p {
	margin: 0 0 10px;
	position: relative;
}

#contact-summary form label {
	font-family: 'VolkornRegular', Georgia, sans-serif;
	color: #575757;
	line-height: 1.8em;
	font-size: 1.0em;
	padding: 0;
	margin: 0 0 10px;
	display: block;
}

#contact-summary form label.error {
	position: absolute;
	right: 10px;
	top: 34px;
	color: red;
}

#contact-summary form input {
	display: block;
	width: 333px;
	border: none;
	border: 1px solid #e3e3e3;
	padding: 10px;
	font-family: 'VolkornRegular', Georgia, sans-serif;
	font-size: 12px;
	color: #333;
	font-style: italic;
}

#contact-summary form textarea {
	display: block;
	width: 333px;
	border: none;
	border: 1px solid #e3e3e3;
	padding: 10px;
	height: 100px;
	font-family: 'VolkornRegular', Georgia, sans-serif;
	font-size: 12px;
	color: #333;
	font-style: italic;
}

#contact-summary form button {
	display: block;
	width: 104px;
	height: 44px;
	background: url(../art/submit.png) 0px 0px no-repeat;
	text-indent: -9999px;
	float:right;
}

#contact-summary form button:hover {
	background: url(../art/submit.png) 0px -44px no-repeat;
}

#contact-summary form button:active {
	background: url(../art/submit.png) 0px -88px no-repeat;
}

/*------------------------------------------------------  FOOTER */

footer {
	margin: 50px 0 20px 0;
	border-top: 1px solid #e0dfdd;
	padding: 20px 0;
	display: block;
	height: 40px;
	width: 960px;
}

footer p {
	font-size: 0.9em;
	line-height: 2.0em;
}

footer a {
	color: #619db6;
}

/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.push {
	height:;	/* make the height of .push the same as footer (for stickyness) */
}


#fallback {
	display: none;
}

.audioButton {
	background: url("../art/btn.png") no-repeat 0 0px;
	cursor: pointer;
	margin: 0;
	display: block;
	width: 25px;
	height: 20px;
	float: right;
}

.music .audioButton {
	float: left;
}

.audioButton:hover {
	background-position: 0 -40px;
}

.audioButton.playing {
	background-position: 0 -80px;
}

.audioButton.playing:hover {
	background-position: 0 -120px;
}

.audioButton.loading,
.audioButton.loading:hover {
	background-position: 0 -160px;
}

#player {
	display: none;
}


