/**  FANCY SONG INDEX  **/

.song-list { 
	border: 2px solid #cdf;
	padding: 2px;
	margin: 0 1em;
} 
.song-list li {
	list-style-type: none;
	line-height: 1.25em;
	padding: 0; margin: 0;
} 
.coresong {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	vertical-align: 1px;
	color: #000;
	font-variant: small-caps;
} 
h2 .coresong {
	font-size: 16px;
	font-weight: bold;
	vertical-align: 3px;
	letter-spacing: 1px;
	margin-left: 10px;
	color: #444;
	cursor: help;
	border-bottom: dotted 1px #aaa;
} 
.song-list li .coresong {
	margin-left: 5px;
	font-size: 11px;
} 
.song-list li.header { background: #cdf; padding: 4px 12px; text-align: center; color: #59719f; margin-bottom: 6px; }
.song-list li.header strong { font-weight: bold; }
.song-list li.e { background: white; } 
.song-list li.o { background: #F5F8FE; } 
.song-list li a {
	padding: 4px 6px 4px 30px;
	border-top: solid 1px white;
	border-bottom: solid 1px #F5F8FE;
	line-height: 1.25em;
	margin: 0;
	background: url(/images/speaker-small-gray-icon.gif?1000) no-repeat 8px 0.5em;
	text-decoration: none;
	display: block;
} 
.song-list li a.sc {
	background-image: url(/images/speaker-small-icon.gif?1000) !important;
} 

.song-list li a:hover {
	background-color: #DFEAFF;
	text-decoration: none;
	color: #002B7F;
	font-weight: bold;
	padding: 4px 6px 4px 30px;
	border-top: solid 1px #BFD5FF;
	border-bottom: solid 1px #BFD5FF;
}

.song-index .song-sidebar-product {
	border-bottom: 1px solid #bbb;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.song-index .song-sidebar-product p {
	font-size: 13px;
	line-height: 22px;
}
.song-index .song-sidebar-product h4 {
	border: none;
	font-size: 1.4em;
	line-height: 1em;
	color: black;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
}
.song-index .song-sidebar-product h4 a {
	text-decoration: none;
	color: black;
}
.song-index .song-sidebar-product h4 a:hover {
	color: #009;
}
a.dottedunderline:link		{ text-decoration: none; border-bottom: dashed 1px #03c; }
a.dottedunderline:visited	{ text-decoration: none; border-bottom: dashed 1px #03a; }
a.dottedunderline:hover		{ text-decoration: none; border-bottom: dashed 1px #09f; }
a.dottedunderline:active	{ text-decoration: none; border-bottom: dashed 1px #09f; }

.song .fancybox.products {
	background: white url(/images/song-options-box-bg.png) 50% 50% repeat-y;
	color: #444;
}
/**  SONG PAGES  **/

h2.song-title { 
	font: bold 185% Georgia, Times, serif;
	color: black;
	border: 0;
	margin: 15px 0 0 0;
}
#song { 
	padding: 20px 0 30px 1em;
	float: left;
}
#song p { 
	font: 1.3em Georgia, Times, serif;
	margin: 0 0 1em 0;
	line-height: 150%;
}
#song p.chorus { 
	padding-left: 2em;
}
#song p.chorus strong.chorus { 
	display: none;
}
#song p.refrain { 
	margin-top: -0.75em;
}
#song p.extra { 
	color: #666;
}
.save-mp3-info {
	font-size: 90%;
	color: #666;
}
.songclip-key {
	font-size: 140%;
}

.song-sidebar {
	width: 210px; 
	float: right;
}

#songclip_player,
#songclip_player object { margin: 0 0 12px 0; }

div.song-options {
	background-color: #f0f7ff;
	border-color: #bdf; 
	line-height: 24px;
	margin-bottom: 30px;
}
div.song-options * { 
	line-height: 21px;
}
div.song-options h4 {
	background-color: #def;
	border-color: #bdf; 
	color: #06b; 
	font-size: 18px;
	text-align: center;
}
div.song-options h4 small {
	color: #048; 
	font-size: 13px;
}
div.song-options hr {
	background-color: #bdf;
	border-color: #bdf; 
	color: #bdf; 
}
div.song-options a.to-products {
	color: #d20;
	white-space: nowrap;
}
.print-only { display: none; }

body.song #primary-wrapper {
	padding: 0;
}
body.song div.song-page {
	padding: 15px 25px;
}
.below-song {
	background: #e0ecef;
	border-top: solid 1px #c3dadf;
	padding: 15px 25px;
	margin-top: 10px;
}

@media print
 {
	h1 { display: none; }
	#masthead { display: none; }
	img { display: none; }
	div.print-only { display: block; }
	span.print-only { display: inline; }
	
	div.song-options { display: none; }
	#footer { display: none; }
	#song { font-size: 14pt; }
	
	div.below-song { margin: 2em 3em 0; }
 }