﻿:root {
    font-family: Palatino Linotype, Georgia, Verdana, sans-serif;
    background-image: url(/images/skull2.png);
    font-size: large;
    background-repeat: no-repeat;
    background-attachment: fixed;  
}

h1 {
    text-align: center;
    text-shadow: 5px 5px 5px #369;
}

nav {
    font-variant: small-caps;
    font-weight: bold;
    text-align: center;
}

ul.menu {
    padding: 3px 0px 3px 0px;
    border: #000;
    border-bottom: solid;
}

ul.menu li {
    display: inline;
    list-style-type: none;
    padding: 0px 30px 0px 30px;
}

ul.menu li a {
    text-decoration: none;
    color: #000;
}

ul.menu li a:visited {
    color: #000;
}

ul.menu li a:hover {
    border: #000;
    border-top: dotted;
}

li.current {
    background: #036;
    color: #FFFFFF;
    border-top: solid #000;
    border-left: solid #000;
    border-right: solid #000;
    border-bottom: solid #036;
    padding: 0px 30px 0px 30px;
}

.links li {
    list-style-type: none;
}

a  {
    color: #006;
    text-decoration: none;
}

a:visited {
    color: #006;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

section.left figure {
    float: left;
}

article.portfolio figure {
    float: left;
}

article.portfolio {
    clear: both;
}

form label {
    display: block;
}

section.next {
    clear: both;
}

footer {
    border: #000;
    border-top: solid;
    clear: both;
}

form {
    display: block;
}