/* Global Layout */

:focus { outline: none; }

html,body {
	height: 100%;
}
body {
	background: #877051 url(/images/site/body-bg.png) repeat center top;
	color: #000000;
}

#container {
	width: 880px;
	margin: 0 auto;
	min-height: 100%;
	background: #ffffff url(/images/site/container-bg.png) repeat-y left top;
	position: relative;
}

#branding {
	height: 135px;
	background: transparent url(/images/site/branding-bg.png) no-repeat 1px top;
}
#branding a {
	display: block;
	width: 873px;
	height: 135px;
	text-indent: -9999px;
}

#siteinfo-credits {
	text-align: center;
	padding-bottom: 25px;
}
#siteinfo-credits a {
	color: #969898;
	text-decoration: none;
}
#siteinfo-credits a:hover {
	text-decoration: underline;
}

/* Navigation: Main */

#navmain {
	position: absolute;
	left: 1px;
	top: 135px ;
	background: transparent url(/images/site/navmain-bg.png) no-repeat left top;
	width: 909px;
	height: 37px;
}
#navmain ul {
	list-style: none;
	height: 37px;
	position: relative;
	left: 181px;
	width: 700px;
}
#navmain ul li {
	position: absolute;
	top: 10px;
	text-indent: -9999px;
}
#navmain ul li#navsongs {
	left: 1px;
	width: 66px;
	height: 15px;
}
#navmain ul li#navwriters {
	left: 79px;
	width: 72px;
	height: 15px;
}
#navmain ul li#navabout {
	left: 163px;
	width: 134px;
	height: 15px;
}
#navmain ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
#navmain ul li.active a,
#navmain ul li a:hover {
	border-bottom: 1px solid #A3A7A6;
}

/* Content Styles */

#content {
	margin-top: 45px;
	overflow: auto;
	padding-bottom: 50px;
}
#content-main {
	margin: 130px 38px 0 0;
	float: right;
	width: 500px;
}

/* Writers page */

#writers #content-main .writer {
	clear: left;
	margin-top: 20px;
	
}
#writers #content-main .writer img {
	float: left;
	border: 1px solid #758495;
}
#writers #content-main .writer h2 {
	margin-left: 60px;
}
#writers #content-main .writer p {
	margin-left: 60px;
	margin-bottom: 1.0em;
}
#writers #content-main .writer p.writerextrainfo {
	font-size: 0.9em;
}

/* Songs Listing Page */

#songs #content-main h1 #sortby { font-size: 10px; font-weight: normal; margin-left: 20px; color: #758495; }
#songs #content-main h1 #sortby a.active { font-weight: bold; }
#songs #content-main h2 { 
	overflow: hidden;
	padding-bottom: 1px;
}
#songs #content-main h2 a.songtitle,
#songs #content-main h2 a.listen,
#songs #content-main h2 a.allage {
	float: left;
}
#songs #content-main h2 a.songtitle {
	color: #000000;
	font-weight: normal;
	padding-top: 1px;
}
#songs #content-main h2 a.listen {
	margin-left: 10px;
	margin-top: -1px;
}
#songs #content-main h2 a.allage {
	margin-left: 10px;
	margin-top: 5px;
}
#songs #content-main p.songinfo {
	font-size: 0.81em;
	color: #758495;
	margin-top: -10px;
}
#songs #content-main p.songinfo .songthemes {
	font-style: italic;
	margin-left: 10px;
}
#songs #content-main p.songinfo .songshortsummary { color: #000000; margin-right: 10px; }

/* Songs Detail Page */

#song #content-main #songbackground,
#song #content-main #songcopyright,
#song #content-main #biblebooks {
	font-size: 0.81em;
	font-style: italic;
	color: #758495;
}

#song #content-main h1 {
	margin-top: 20px;
}
#song #content-main p#songwriter {
	margin: -10px 0 2px;
}

#song #content-main #songextras {
	width: 112px;
	float: right;
	margin-top: 5px;
	margin-left: 20px;
}
#song #content-main #downloadsongbox {
	background: #ffffff url(/images/site/downloadsongbox-bg.png) no-repeat left bottom;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
#song #content-main #downloadsongbox h2 {
	background: #000000 url(/images/site/downloadsongbox-h2-bg.png) no-repeat left top;
	height: 30px;
	margin: 0 0 1px;
	padding: 0;
	text-indent: -9999px;
}
#song #content-main #songextras a,
#song #content-main #songextras p {
	display: block;
	padding: 1px 10px 4px;
	color: #000000;
	font-size: 0.91em;
}
#song #content-main #songextras a#allage {
	background: transparent url(/images/site/bg-allage-large.png) no-repeat left top;
	height: 44px;
	margin-top: -10px;
	text-indent: -9999px;
}
#song #content-main #songextras a#tellafriend {
	background: transparent url(/images/site/downloadsongbox-tellafriend.jpg) no-repeat left top;
	height: 29px;
	text-indent: -9999px;
}
#song #content-main #songextras a#listentosong {
	background: transparent url(/images/site/downloadsongbox-a-listen.jpg) no-repeat left top;
	height: 26px;
	margin-top: -10px;
	text-indent: -9999px;
}

/* Sidebar */

#content-supp {
	float: left;
	width: 274px;
	margin: 20px 0 0 30px;
}
#content-supp #popularsongs h2 {
	background: transparent url(/images/site/content-supp-popularsongs-h2-bg.png) no-repeat left top;
	height: 34px;
	text-indent: -9999px;
	margin-top: 25px;
	margin-bottom: 0;
}
#content-supp #recentsongs h2 {
	background: transparent url(/images/site/content-supp-recentsongs-h2-bg.png) no-repeat left top;
	height: 34px;
	text-indent: -9999px;
	margin-bottom: 0;
}
#content-supp #recentsongs ul,
#content-supp #popularsongs ul {
	background: transparent url(/images/site/content-supp-playlist-bg.png) no-repeat left bottom;
}
#content-supp .playlist {
	list-style: none;
	padding: 10px 15px 20px;
}
#content-supp .playlist li {
	font-size: 1.1em;
	line-height: 1.3;
	color: #242424;
	overflow: hidden;
	padding-bottom: 1px;
}
#content-supp .playlist li a.songtitle {
	padding-top: 3px;
	color: #000000;
	float: left;
	clear: left;
}
#content-supp .playlist li a.listen {
	float: left;
	margin-top: 1px;
	margin-left: 1px;
}
#content-supp .playlist li a.allage {
	float: left;
	margin-top: 7px;
	margin-left: 2px;
}

#supportus a { clear: left; float: left; width: 274px; height: 35px; margin-top: 30px; margin-left: 29px;
			   background: transparent url(/images/site/bg-support_us2.jpg) no-repeat left top; text-indent: -9999px; }

/* Tell a friend page */

#content-main select {
	width: 300px;
	margin-top: 5px;
}
#content-main input.txt {
	width: 294px;
	margin-top: 5px;
}
#content-main input.btn {
	margin-top: 15px;
	margin-right: 0;
}
#emailinformation {
	clear: both;
	margin-top: 20px;
	border: 1px solid #333;
	padding: 10px 10px 0;
}
#emailinformation h4 {
	font-style: normal;
}

.error { font-weight: bold ; color: #900 ; border: 1px solid #900 ; background: #fee ; padding: 0.5em 1em ; }

/* Search Box */

#searchbox {
	position: absolute;
	right: 7px;
	top: 172px;
	background: transparent url(/images/site/searchbox-bg.png) no-repeat right bottom;
	width: 534px;
	padding-left: 25px;
	height: 110px;
}
#searchbox label {
	font-size: 1.1em;
	width: 130px;
	padding-right: 10px;
	margin: 10px 0 5px 100px;
	clear: left;
	float: left;
}
#searchbox select,
#searchbox input.txt {
	width: 200px;
	float: left;
	margin: 4px 0 0;
	padding: 2px 2px 3px;
	font-size: 1.1em
}
#searchbox select {
	width: 208px;
	padding: 1px 2px 2px;
}
#searchbox .btn {
	position: absolute;
	right: 8px;
	bottom: 11px;
}

/* Featured Song */

#featuredsong {
	width: 817px;
	margin: 0 auto 25px;
	background: transparent url(/images/site/featuredsong-bg.png) no-repeat left bottom;
	padding-bottom: 5px;
}
#featuredsong h2 {
	background: transparent url(/images/site/featuredsong-h2-bg.png) no-repeat left top;
	height: 29px;
	padding-top: 5px;
	padding-left: 90px;
	font-size: 1.2em;
	line-height: 17px;
	color: #fff;
	text-transform: none;
}
#featuredsong h2 a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	float: left;
	margin-left: 10px;
	margin-top: 4px;
}
#featuredsong h2 a:hover {
	text-decoration: underline;
}
#featuredsong h2 a.listen {
	background: transparent url(/images/site/featuredsong-listen-bg.png) no-repeat left top;
	height: 34px;
	width: 52px;
	margin-top: -5px;
}

#featuredsong img {
	float: right;
	margin: 0 20px 10px;
	
}
#featuredsong p {
	padding: 0 20px 10px;
	line-height: 1.3;
	font-size: 1.1em;
	clear: left;
	margin-bottom:1.0em;
}

/* Login Box */

#quickLogin {
	position: absolute;
	right: 8px;
	top: 138px;
}
#quickLogin legend {
	display: none;
}
#quickLogin label {
	color: #A3A7A6;
	font-size: 1.3em;
}
#quickLogin input.txt {
	width: 75px;
	border: 1px solid #A3A7A6;
	color: #A3A7A6;
	background: transparent;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	font-size: 1.1em;
	position: relative;
}
#quickLogin input#loginEmail {
	margin-right: 3px;
}
#quickLogin input.btn {
	background: transparent;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 30px;
	margin-right: 65px;
}
#quickLogin a#registerlink {
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	cursor: pointer;
	text-indent: -9999px;
	width: 60px;
	height: 30px;
}

#loggedinas {
	position: absolute;
	right: 8px;
	top: 135px;
	background: transparent url(/images/site/loggedinas-bg.png) repeat-x left top;
	height: 26px;
	padding-top: 4px;
	padding-right: 5px;
	color: #A3A7A6;
	font-size: 1.0em;
	text-align: right;
	line-height: 1.2;
}
#loggedinas a {
	color: #A3A7A6;
	text-decoration: none;
	font-weight: bold;
}
#loggedinas a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#content a#forgottenpassword {
	float: right;
	margin-right: 20px;
	margin-top: 2px;
}

/* Download Packages Page */

#downloadpackages-list .downloadpackages-item { padding: 15px 20px 1px 90px; border-top: 1px dotted #e5e5e5; background: transparent url(../images/site/bg-downloadpackage.png) no-repeat 20px 15px; }
#downloadpackages-list .downloadpackages-item-options a { font-weight: bold; color: #000000; }

/* Typography */

#welcome h1 {
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	visibility: hidden;
}
	
h1 {
	margin-bottom: 20px;
	font-size: 1.3em;
}
h2 {
	margin-bottom: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	margin-bottom: 1.0em;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
h4 {
	margin-bottom: 1.0em;
	font-weight: bold;
	font-style: italic;
}
h5 {
	margin-bottom: 1.0em;
	font-weight: bold;
}

#content-main {
	line-height: 1.3;
	font-size: 1.2em;
}
#content-main p {
	margin-bottom: 1.5em;
}
#content-main ul,
#content-main ol {
	margin-bottom: 1.5em;
	margin-left: 20px;
}
#content-main ul ul,
#content-main ol ol,
#content-main ul ol,
#content-main ol ul {
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 20px;
}
#content-main li {
	margin-bottom: 0.5em;
}

#content-main blockquote {
	margin-left: 20px;
}

#content a {
	color: #758495;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

a.listen { 
	display: block;
	background: transparent url(/images/site/a-listen-bg.png) no-repeat left top;
	text-indent: -9999px;
	width: 42px;
	height: 17px;
}
a.listen:hover {
	background: transparent url(/images/site/a-listen-hover-bg.png) no-repeat left top;
}

a.allage {
	display: block;
	background: transparent url(/images/site/bg-allage-small.png) no-repeat left top;
	text-indent: -9999px;
	width: 13px;
	height: 9px;
}

.error {
	color: #aa0000;
}

/* FORM STYLES */

.btn {
	font-family: Verdana;
	cursor: pointer;
	color: #000000;
	border: 1px solid #000000;
	background: #4b92a2;
}
input.txt {
	padding-left: 4px;
	font-family: Verdana;
	border: 1px solid #98acae;
}
select {
	font-family: Verdana;
	border: 1px solid #98acae;
}
label {
	text-align: right;
}
legend {
	position: relative;
	left: -2px;
	font-weight: bold;
	font-size: 1.1em;
}

#content-main label {
	width: 190px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	line-height: 16px;
	clear: left;
}

#content-main .chk,
#content-main input.txt {
	margin-top: 5px;
}
#content-main .btn {
	float: right;
}
#content-main #signinBox .btn {
	margin-top: 0;
}

#content-main #backAStep { float: left; }
#content-main #checkoutProceed { margin-top: 0; }

/* Javascript player styles */

#playhead {
	margin-top: 20px;
	width: 273px;
	height: 61px;
	background: transparent url(/images/site/player-bg.png) no-repeat left top;
	position: relative;
}

#playhead #playplayer,
#playhead #pauseplayer,
#playhead #stopplayer,
#playhead #rewindplayer,
#playhead #fastforwardplayer,
#playhead #detatchplayer,
#playhead #reattatchplayer,
#playhead #restartplayer {
	display: block;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	position: absolute;
	bottom: 10px;
}

#cbjMP3 #restartplayer { background: #000000 url(/images/site/player-restart.png) no-repeat left top; right: 110px; }
#cbjMP3 #rewindplayer { background: #000000 url(/images/site/player-rw.png) no-repeat left top; right: 90px; }
#cbjMP3 #playplayer { background: #000000 url(/images/site/player-play.png) no-repeat left top; right: 70px; }
#cbjMP3.playing #playplayer { display: none; }
#cbjMP3 #pauseplayer { background: #000000 url(/images/site/player-pause.png) no-repeat left top; right: 70px; }
#cbjMP3.stopped #pauseplayer { display: none; }
#cbjMP3 #stopplayer { background: #000000 url(/images/site/player-stop.png) no-repeat left top; right: 50px; }
#cbjMP3 #fastforwardplayer { background: #000000 url(/images/site/player-ff.png) no-repeat left top; right: 30px; }
#cbjMP3 #detatchplayer { background: #000000 url(/images/site/player-detatch.png) no-repeat left top; right: 10px; }
#cbjMP3 #reattatchplayer { background: #000000 url(/images/site/player-reattach.png) no-repeat left top; right: 10px; }

#loadProgressContainer {
	width: 267px;
	height: 3px;
	overflow: hidden;
	position: absolute;
	left: 1px;
	top: 32px;
	z-index: 1;
}
#loadProgressIndicator {
	width: 0;
	height: 3px;
	background-color: #758495;
	position: absolute;
	font-size: 1px;
	border: none;
}
#songProgressContainer {
	width: 267px;
	height: 3px;
	overflow: hidden;
	position: absolute;
	left: 1px;
	top: 32px;
	background-color: transparent;
	z-index: 2;
}
#songProgressIndicator {
	width: 0;
	height: 3px;
	background-color: #00c8ff;
	position: absolute;
	font-size: 1px;
	border: none;
}

span#status,
p#info,
span#position {
	position: absolute;
	right: 10px;
	color: #ffffff;
	font-size: 0.9em;
	line-height: 1.2;
}

span#status { bottom: 12px; right: 130px; }
p#info { top: 5px; text-align: right; }
span#position { top: 15px; left: 65px; }
