/* 
	CSS for http://www.keltica-band.com/ 
	lyrics*.html pages only 
*/

.lyrics UL{
	padding:5px 8px;
	border:1px solid #006;
}
.lyrics UL LI{
	list-style:none;
	border-bottom:8px;
}
.lyrics UL LI A{
	text-decoration:none;
	color:#00F;
}
.lyrics UL LI A:hover{
	text-decoration:underline;
	color:#FFF;
}

.lyrics #col-1,.lyrics #col-2{ /* Redefines #col-1 and #col-2*/
	width:255px;
	padding:5px;
	background:url(../images/backgrounds/table.jpg) repeat-x left top;
}
.lyrics #col-1{_margin-left:7px;_margin-right:5px;}
.lyrics #col-1{width:535px;margin-right:15px;} /*single column use */
.lyrics #col-2{margin-right:15px;}

.lyrics #side .col-header{width:200px;}
.lyrics #side H2{
	width:100%;
	height:20px;
	margin:0;
	padding:0.2em 0 0;
	color:#FFF;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	background:#00F url(../images/backgrounds/title-bar-blue.jpg) repeat-x left top;
}

.lyrics .small-print{
	margin:0;
	padding-top:0;
	padding-left:1.0em;
	font-size:0.9em;
	color:#00F;
}