body
{
    background-color: #000000;
    margin:0;
    color: #ffffff;
    padding:0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    background-image: url(/_img/dSkyBlueSmear.jpg);
    background-repeat: repeat-y;
}

.comment
{
    font-size: .8em;;
    color: #858585;
}

h1
{
    margin-top:0;
    text-align: center;
    background-color: #000033;
    color: #ccccff;
    font-size: 1.5em;
}
h2
{
    color: #ccccff;
}



#logo
{
    float: left;
    margin:0;
}

#nav
{
    float:left;
    width:250px;
    position:relative;
    margin: 0;
    padding:0;
    font-size: 15px;
}

#nav .buttonMenu
{
    background-image: url(../_img/dSkyButtons.gif);
    background-repeat: no-repeat;

}

#nav ul li
{
    list-style: none;
    text-indent: 0;
    margin:0;
    padding:0;
    font-size: 15px;
    line-height: 55px;
}

#nav ul
{
    list-style: none;
    text-indent: 0;
    margin:0;
    margin-left:15px;
    padding:0;
    font-size: 15px;
}




#content
{
    margin-left:250px;
    margin-top:0;
    display:block;
    padding-right:2em;
    margin-bottom:50px;
}

#head
{
    border-top:1px solid #fff;
    background-image: url(/_img/dSkyLogo.jpg);
    background-repeat: no-repeat;
    height: 200px;
    margin:0;
    padding:0;
}

#head p
{
    color: #cc6600;
    text-align: right;
    font-style: italic;
    margin: 10px 50px 10px 350px;
}

#page
{
    /* background-image: url(/_img/dSkyBlueSmear.jpg);
     background-repeat: repeat-y;*/
     padding-bottom: 0;
     top: 200px;
}

#footer
{

    bottom: 0;
    right: 0;
    padding-right:30px;
    color: #993300;
    clear:both;
    font-size: 0.7em;
    text-align: right;
    font-style: italic;
    /*border: thick #fff dotted;*/
}

#footer a:link
{
    color:993300;
}

/*################################
# A link behaviour
##################################*/
#nav ul li a
{
    line-height: 55px;
    margin-left: 15px;
    
}

#nav a
{
    
    text-decoration:none;
    font-weight:bold;
    color:#fff;
    padding-left:25px;
    padding-right:45px;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../_img/dSkyButtonSpotBlue.gif);
    display: block;
    text-align: right;
    color:#fff;
    /*line-*/
    height: 55px;
    white-space: nowrap;
}

#nav a.menuActive
{
    text-decoration: underline;
}

#nav a:link
{
    background-image: url(../_img/dSkyButtonSpotBlue.gif);

}
#nav a:visited
{
    background-image: url(../_img/dSkyButtonSpotPurple.gif);
    color:#9999cc;
}
#nav a:focus
{
    background-image: url(../_img/dSkyButtonSpotYellow.gif);
    color:#ffff66;
    background-color: transparent;
}
#nav a:hover
{
    background-image: url(../_img/dSkyButtonSpotYellow.gif);
    color:#ffff66;
    background-color: transparent;
}
#nav a:active
{
    background-image: url(../_img/dSkyButtonSpotRed.gif);
    color:#ff3333;
}

a
{
   color: #ffff99;
}

a:link
{
    color: #ffff99;
}

a:visited
{
    color:#ffffcc;
}
a:focus
{
    color:#ffff33;
    background-color: #003366;
}
a:hover
{
    color:#ffff33;
    background-color: #003366;
}
a:active
{
    color:#ffffff;
}


/*###########Media Gallery*/

#mediaGallery ul li
{
    list-style: none;
    text-indent: 0;
    margin:0;
    padding:0;
    display: block;
    line-height: 30px;
}

#mediaGallery a
{
    padding-left:35px;
    padding-right:5px;
    background-position: left;
    background-repeat: no-repeat;
    height: 30px;
    white-space: nowrap;
    padding-top:10px;
    padding-bottom:10px;
}

#mediaGallery ul
{
    list-style: none;
}

#mediaGallery a.dir, #mediaGallery a.dirActive
{
    font-weight: bold;
    color: #ff9966;
    background-image: url(../_img/audioFolder.gif);
    height: 30px;
}
#mediaGallery a.item,#mediaGallery a.itemActive
{
    margin-left:3em;
    color: #9999ff;
    background-image: url(../_img/fileplay.gif);
    height: 30px;
}


#footerAds
{
    margin: 0 0 2em 300px;
}
#footerAds p
{
    font-size: .9em;
    font-style: italic;
    color: #c1c1c1;
}
