/* main.css for hyperscope.org */
body {
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #FFFFFF;
    text-align: left;
}
#nav {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: blue;
    margin-bottom: 50px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
#nav a {
    color: #FFFFFF;
    text-decoration: none;
}
#nav a.selected {
    background-color: white;
    color: blue;
}
#content {
    float: left;
    width: 60%;
    margin-left: 40px;
}
#sidebar {
    float: right;
    width: 20%;
    margin-right: 40px;
}
#sidebar a {
    font-weight: bold;
    color: black;
    text-decoration: none;
}
#sidebar a:hover {
    background-color: yellow;
    text-decoration: underline;
}
#footer {
}

a.nid {
    font-family: Verdana, Trebuchet, Arial, Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: x-small;
    text-decoration: none;
    color: #C8A8FF;  /* light purple */
}
