/* 
 * Copyright (c) 2005 Nathan Wiger
 * No Means Maybe stylesheet
 * www.nomeansmaybe.com 
 */

body {
    margin: 10px;
    background: black;
    color: white;
    font-family: verdana,arial,helvetica;
    font-size: 9pt;
}

a:link,a:visited,a:active {
    color: #cc9900;
    /*text-decoration: none;*/
    font-weight: bold;
}

/* top navbar */
#navbar {
    background: white;
    color: black;
    height: 40px;
}

#logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 288px;
    height: 44px;
    display: inline;
    padding: 0;
}

#mlist {
    position: absolute;
    top: 20px;
    right: 30px;
    height: 30px;
    vertical-align: middle;
}

/* main div - remember all "absolute" positions are actually
   relative to the main enclosing div */
#main {
    padding: 0;
    position: absolute;
    left: 10px;
    top: 50px;
    height: 500px;
    width: 420px;
}

#content {
    background: #cc9900;
    color: black;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 400px;
    height: 70px;
}

#news {
    background: #cc9900;
    color: black;
    position: absolute;
    left: 0px;
    top:  90px;
    width: 400px;
    height:  90px;
}

#bandpic {
    text-align: center;
    position: absolute;
    left: 0px;
    top: 200px;
    width: 400px;
}

/* right nav bar - remember all "absolute" positions are 
   actually relative to the rightbar enclosing div */
#rightbar {
    xbackground: white;
    background: black;
    color: white;
    position: absolute;
    top: 50px;
    right: 10px;
    width: 150px;
    height: 500px;
}

#siphon {
    position: absolute;
    right: 0px;
    top: 220px;
    width: 150px;
    padding: 0;
}

#vertline {
    background: #cc9900;
    position: absolute;
    top: 80px;
    right: 180px;
    height: 420px;
    width: 5px;
}

#vertline2 {
    background: #7e5d21;
    position: absolute;
    top: 60px;
    right: 170px;
    height: 470px;
    width: 5px;
}

#mp3 {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 150px;
}

#shows {
    position: absolute;
    right: 0px;
    top:  90px;
    width: 150px;
    padding: 0;
}

#google {
    position: absolute;
    right: 185px;
    top:  10px;
    width: 120px;
    padding: 0;
}

.label {
    font-weight: bold;
    margin: 0 0 0 0;
    color: white;
    xbackground: black;
    background: #7e5d21;
    padding: 1px;
    width: 150px;
}

.skunk {
    font-weight: bold;
    margin: 0 0 0 0;
    color: white;
    background: black;
    padding: 1px;
    width: 150px;
}

.date {
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 1px;
    font-family: verdana,arial,helvetica;
    font-size: 9pt;
}

a.content:link,a.content:visited,a.content:active {
    background: #cc9900;
    color: black;
    font-weight: bold;
}
