/*
	================================================
	These style rules are for the artists bios page
	================================================
*/

ul#artists {
    list-style-type: square;
    margin-left: 24px;
    color: #999;
    font-size: 1.2em;
}

ul#artists li {
    margin-bottom: .8em;
    text-transform: uppercase;
}

ul#artists li a {
    color: #000;
    padding: 2px;
    border-bottom: 1px solid #000;
}

ul#artists li a:hover {
    color: #FFF;
    background-color: #999;
    border-bottom-color: #FFF;
}

div#wrapper div#col1
{
    width:200px;
}

div#wrapper div#col2
{
    width:550px;
}

div#wrapper div#col2 div.section p {
    margin-top: 0;
    padding-right: 16px;
}

div#wrapper div#col2 div.section p a {
    margin-top: 0;
    text-decoration: underline;
    color: #999;
}

div#wrapper div#col2 div.section p a:hover {
    color: #000;
}

div#wrapper div#col2 h1
{
     font-size: 1.8em;
     margin:0 0 25px 0;
}

div#wrapper div#col2 h2
{
     font-size: 1.4em;     
}

div#wrapper h3 {
    font-size: 1.2em;
    line-height: 1.4em;
    font-style: normal;
    font-weight: normal;
    color: black;
    margin-bottom: 0;
}

div#wrapper div#col2 p span
{    
    font-weight:bold;
    color:#000;  
    padding-right:5px;     
}

div#wrapper div#col2 div.section h2 {
    font-weight: bold;
}

div#wrapper div#col2 div.section {
    margin: 1em 0;
}

div#wrapper div#topOfPageAnchor {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
}

div#wrapper div#col2 .selected
{
    font-weight:bold;
    color:#000;
}
