body{
    color: white;
    background: black url('/resources/images/background.jpg') no-repeat;
    font-family: "Arial", sans;
    margin: 0px;
    padding: 0px;
}

a{
    color: #77F;
    text-decoration: none;
    border-bottom: thin dashed #77F;
}

a:hover{
    color: yellow;
}

div.header{
    margin-top: 0px;
    margin-left: 50px;
    height: 60px;
}

h1.title{
    display: block;
    margin-top: 0px;
    margin-left: 30px;
    padding: 0px;

    text-align: center;
    font-size: 26pt;
    font-weight: normal;
}

div.header h1.title { display: none; } /* XXX: Workaround */

div.contentmenu{
    float:left;
}

ul.contentmenu{
    display: table;
    margin: 0px;

    list-style-type: none;
}

ul.contentmenu li{
    display: table-cell;
    float: left;
    height: 35px;
    text-align: center;
    border: thin solid black;
    margin: auto;
    margin-right: 5px;
    z-index: 0;
}

ul.contentmenu li.selected{
    z-index: 1;
}

ul.contentmenu li.tab{
    border: 0px;
    margin-right: -35px;
}


ul.contentmenu li img.tab{
    vertical-align: middle;
    float:left;
}
ul.contentmenu li a{
    display:block;
    height: 35px;
    line-height: 35px;
    float:left;
    color: black;
    border: 0px;
    background-image: url('http://www.opensourcenerd.com/resources/images/tab-body.png');
    margin: 0px;
}

ul.contentmenu li.selected a{
    background-image: url('http://www.opensourcenerd.com/resources/images/tab-body-selected.png');
    margin: 0px;
    color: white;
    font-weight: bold;
}

div.rightpane{
    float: right;
    width: 150px;
    margin-top: 100px;
}

div.leftpane{
    position: absolute;
    top: 200px;
    left: 0px;
    width: 150px;
    padding: .5em;
    background-color: rgba(0,0,0,.9);

    -moz-border-radius: 0px 20px 20px 0px;
    -webkit-border-radius: 0px 20px 20px 0px;
    -khtml-border-radius: 0px 20px 20px 0px;
    -o-border-radius: 0px 20px 20px 0px;
}
div.leftpane .lefttab{
    display: none;
    text-align: right;
    padding: .5em;
    font-weight: bold;
    cursor: pointer;
}

div.main{
    width: 800px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
    border: thin solid gray;
    background-color: rgba(0,0,0,.6);

    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -o-border-radius: 20px;
}

h1.content-title{
    display: block;
    text-align: center;
    font-weight: normal;
}

div.maincontent{
    background-color: black;
    width: 700px;
    padding: 1em;
    margin: auto;

    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -o-border-radius: 20px;

    text-align: justify;
    font-family: sans;
}



div.copyright{
    padding: 10px;
    text-align: center;
    font-size: .5em;
}

