/* CSS Document - for PRINT only */
/*  Styles for Bard Wire Productions website  */
/*  Copyright 2003 to present, Susan Kell, www.kellswood.com/design/  */

/* font settings for division named "body", line spacing factor 1.5 times font height */
		
#logo	{visibility: hidden;}
#banner	{visibility: hidden;}
#printbanner	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 25px;
}
#nav	{visibility: hidden;}
#footer	{visibility: hidden;}
#refer	{visibility: hidden;}

body {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
	height: 10in;
	width: 7in;
		}

#songlist {
	margin-left: 50px;
		}
		
.thumbpic {
	clear: none;
	border-top: 1px solid #FFFFCC;
	border-right: 1px solid #FFFFCC;
	border-bottom: 1px solid #FFFFCC;
	border-left: 0px solid #FFFFCC;
	text-align: right;
		}
		
a:link {
	color: #000000;
	text-decoration: underline;
		}
		
a:visited {
	color: #000000;
	text-decoration: underline;
		}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
		}

a:active {
	color: #000000;
	text-decoration: underline;
		}

.boldit {
		font-weight: bold
		}
		
.centerit {
		text-align: center;
		}

.italicit {
		font-weight: italic;
		}

#content {
	position: absolute;
	left: 0px;
	top: 130px;
	text-align: justify;
	height: auto;
	width: 650px;
		}
.contactprint {
	visibility: visible;
}
.noprint {
	visibility: hidden;
}
.pic_right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.pic_left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}