html {
}
body {
    margin:0;
    background-color:#000;
    background-position:top left;
    background-repeat:no-repeat;
    background-image:url(/img/background.jpg);
    font-family:"Times New Roman", Times, serif;
}

a, #NewPage, .arrow{
    color:#a0f;
    text-decoration:none;
    cursor:pointer;
}

a.selected, #Content {
    color:#ccc;
}

#UploadDialog .hd {
    background-color:#a0f;
}

#Content .matte {
    background-color: #547;
}

#Menu .arrow {
    display:block;
    width:100%;
    text-align:center;
    border:1px solid #102;
    opacity:.8;
    padding:3px 0;
    line-height:80%;
}

#Menu .arrow:hover {
    opacity:1;
    background-color: #547;
}

#Container{
    background-position:top left;
    background-repeat:no-repeat;
    color:#fff;
    margin-left:10em;
}
#Masthead {
    margin:0 0 0 -10em;
    padding:0;
    height:128px;
    background:#000 url('/img/freestyle-witchcraft.jpg') no-repeat scroll top right;
    border-bottom:1px solid #a0f;
}

#Footer{
    clear:both;
}

#Content {
    min-height:400px;
    padding:0 1em;
}

#Title {
    /*font-style:italic;
    text-decoration:underline;
    margin:0 0 1em 0;*/
}

* html #Content {
    height: 320px;
}

ul.admin {
    position:absolute;
    opacity:.8;
    top:0px;
    right:0px;
    padding:.5em;
    margin:0px;
    background-color: #547;
    border:1px solid #a0f;
}
.admin li {
    list-style:none;
    float:left;
    padding:0 .5em;
}

#Menu {
    margin:.15em 0 2em -10em;
    padding:0;
    font-weight:bold;
    text-align:left;
    float:left;
    width:10em;
    position:relative;
}
#Menu ul{
    padding-left:1em;
}

#Menu li{
    list-style:none;
    padding:0 .5em .5em .5em;
    line-height:1.1em;
    margin:0;
    overflow:hidden;/*fix IE6 to expanded content*/
}
#UploadDialog {
    background-color:#000;
}

#Footer {
    text-align:center;
    font-size:.9em;
    
}
#Footer p {
    margin:0;
    color: #547;
}

.author {
    color:black;
    position:absolute;
    z-index:-1;
}
