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

/* regular bios pages */

#bioblock {
padding:0 5px 5px 0;
width:220px;
}

#biorow {
width:450px;
}

h1#biorow {
margin:10px 0;
}

#headsm {
padding:0 5px 0 0;
width:40px;
}

#headsm img {
width:40px;
height:40px;
}

#credit {
width:175px;
}

#credit p {
margin-bottom:0;
}

.part {
font-style:italic;
}

/* styles for individual bios */


/* bio styles */
#biowrap {
display:inline;
font-family: Verdana, Arial, Helvetica, sans-serif;
float:left;
padding:20px 0 15px 0;
width:575px;
}

#biopic, #biopic p, #biopic h1 {
font-size: 10px;
}

#biopic {
float: left;
/*min-height: 300px;*/
overflow: auto;
margin: 5px 0 0 0 ;
padding: 0 10px 20px 0;
width: 150px;
}

#biopic p {
margin:0; padding:0
}

#biopic h1 {
margin:5px 0 0 0;
}

#pic {
padding: 0 0 5px 0;
}

#biocont {
font-size: 11px;
float:right;
width:410px
}

.name {
font-size: 18px;
font-weight: bold;
}

/* highslide mods */

.highslide-wrapper .highslide-html-content {
padding: 5px;
width: 600px;
}

.highslide-body {
padding: 0 10px 10px 10px;
}


.highslide-overlay {
   display: none;
}
/* Controlbar  */
.controlbar {   
   background: url(../tools/highslide/graphics/controlbar4.gif);
   width: 167px;
   height: 34px;
}
.controlbar a {   
   display: block;
   float: left;
   /*margin: 0px 0 0 4px;*/   
   height: 27px;
}
.controlbar a:hover {
   background-image: url(../tools/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
   width: 50px;
}
.controlbar .next {
   width: 40px;
   background-position: -50px 0;
}
.controlbar .highslide-move {
   width: 40px;
   background-position: -90px 0;
}
.controlbar .close {
   width: 36px;
   background-position: -130px 0;
}

/* Lyrics formatting */
.lyrics p {
margin:0;
padding:0;
}

.lyrics h3 {
font-weight:bold;
margin:.5em 0;
}

/*

.controlbar5 {
	background:transparent url(../../tools/highslide/graphics/controlbar5.gif) repeat scroll 0%;
	float:right;
	height:18px;
	width:83px;
}
.controlbar5 a {
	display:block;
	float:left;
	height:18px;
}
.controlbar5 a:hover {
	background-image:url(../../tools/highslide/graphics/controlbar5-hover.gif);
	border:none;
}

.controlbar5 .previous {
	width:20px;
}
.controlbar5 .next {
	background-position:-20px 0pt;
	width:20px;
}
.controlbar5 .highslide-move {
	background-position:-40px 0pt;
	width:20px;
}
.controlbar5 .close {
	background-position:-60px 0pt;
	width:20px;
}
*/