@charset "UTF-8";
/* CSS Document */




body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 100%;
	color: #000;
	background-color: #fffaea;
	background-image: url(../images/backgroundusd.png);
	background-repeat: repeat-x;
}

html	{
	font-size: 100.01%;
}

*	{
	margin: 0;
	padding: 0;
}

#outerbox	{
	background-image:url(../images/bluebkgbig.png);
	background-position: 0 20px;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	width: 100%;
}

h2 {
	font-size: 13pt;
	color: #1E3447;
	padding-bottom: 10px;
	font-weight:bold;
	line-height: 1.2;
	margin: 10px 0 0 0;
}

h3 {
	font-size: 120%;
	color: #1E3447;
	display: block;
	line-height: 1.4;
}

img	{
		border: 0;
		margin:0;
		padding:0
	}
	
	

/* For Song Pages */
#box {
	padding: 10px;
	height: 750px;
	width: 760px;
	margin-left: 8px;
	margin-top: 8px;
	border: 2px solid #9d8e67;
}

#box img	{
	display:block;
	text-align: center;	
	margin: 20px auto 20px auto;
	border: 1px;
	border-color: black;
}

#lyriccola	{
	width: 200px;
	height: 510px;
	float: left;
	font-size: 120%;
	line-height: 1.4;
	padding: 20px 20px 25px 20px;
	margin-right: 20px;
	background-image: url(../images/boxbkg.png);
	overflow: auto;
	margin-top: 10px;
}

#lyriccola a	{
	text-align:center;
	margin: 10px auto;
	color: #1E3447;
	text-decoration:none;
	line-height: 1.4;
	width: 150px;
}	


#lyriccola	a:hover	{
	color:#9d8e67;
}

#lyriccolb	{
	width: 200px;
	height: 510px;
	float: left;
	font-size: 120%;
	line-height: 1.4;
	padding: 20px 20px 25px 20px;
	background-image: url(../images/boxbkg.png);
	overflow: auto;
	margin-top: 10px;

}


#lyriccola p, #lyriccolb p	{
	padding-left:15px;
	text-indent: -15px;
}

#song-list	{
	width: 200px;
	height: 510px;
	float: left;
	font-size: 120%;
	line-height: 1.4;
	padding: 20px 20px 25px 20px;
	background-image: url(../images/boxbkg.png);
	overflow: auto;
	margin-top: 10px;
}

#song-list a	{
	text-align:center;
	margin: 10px auto;
	color: #1E3447;
	text-decoration:none;
	line-height: 1.4;
	display: block;
	width: 150px;
}
#song-list h4	{
	text-align:center;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #9d8e67;
}
#song-list h3	{
	text-align:center;
}

#song-list a:hover	{
	color:#9d8e67;
}
.songtitle	{
	display:block;
	margin: 40px 0 20px 20px;
}

.songtitle2	{
	display:block;
	margin: 20px 0 20px 20px;
}

.author {
	display:block;
	font-weight: bold;
	font-size: 140%;
	padding-left: 20px;
	width: 300px;
	float: left;
	color: #1E3447;
	margin: 10px 0;
}

#player	{
	height:580px;
	width: 220px;
	background-image:url(../images/leftbackground.png);
	padding: 8px;
	float: left;
	text-align: center;
	margin-right: 20px;
	border: 1px solid #9d8e67;
}

#player a {
	margin: 20px 0 20px 0;
	color: #1E3447;
	text-decoration:none;
	line-height: 1.4
}

#player a:hover	{
	color:#9d8e67;
}

#player h3 	{
	margin: 10px 0;
	line-height: 1.2;
	display: block;
}

#player img	{
	border: 2px solid #9d8e67;
}

#player img:hover	{
	border: 2px solid #1E3447;
}

#player h3.first:before	{
	content: "CLICK BELOW TO DOWNLOAD SHEET MUSIC";
	display: block;
	margin: 0 0 5px;
	color: black;
	font-size: 80%;
}

#player h3.first-hymntext:before	{
	content: "CLICK BELOW TO DOWNLOAD HYMN TEXT";
	display: block;
	margin: 0 0 5px;
	color: black;
	font-size: 80%;
}

#bottommenu a	{
	font-weight: bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 110%;
	color: #1E3447;
	text-decoration: none;
}

#bottommenu a:hover	{
	color: #9d8e67
}

#bottommenu	{	
	width: 500px;
	text-align: center;
	position: absolute;
	top: 755px;
	left: 280px;
}

#extrastuff	{
	float: left;
	width: 175px;
	padding: 8px;
	background-color: white;
	margin-left: 32px;
}
#extrastuff p	{
	font-size: 110%;
	line-height: 1.3;
}

#extrastuff a	{
	font-size: 110%;
	line-height: 1.2;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold
}

p.description	{
	font-size: 120%;
	line-height: 1.2;
}



.boldtitle	{
	font-weight: bold;
}


img.quartet	{
	display: block; 
	position: absolute; width: 455px; 
	top: 225px;
	left: 295px;
	padding: 3px; 
	border: 2px solid #9d8e67 !important;
}

h3 a em	{
	color: red;
	font-style: normal;
}

#player h3 a:hover em	{
	color:#9d8e67;
}