@import url(http://fonts.googleapis.com/css?family=Arizonia);

body {
background: rgb(218, 218, 218) url(../img/nav.png) repeat-x;
}

/* Header */

header {
display: inline;
height: 160px;
}

header > a > img {
height: 90px;
width: auto;
padding-top: 5px;
padding-bottom: 5px;
}

header>a {
    text-decoration: none;
    color: black;
}

h2 {
display: inline;
font-family: 'Arizonia', cursive, serif;
font-size: 3em;
padding: 5px;
}

nav {
height: 60px;
padding: 16px 0px 15px 0px;
}

nav li {
display: inline;
text-align: left;
padding: 0 15px 0 15px;
}

nav a {
text-decoration: none;
color: white;
text-shadow: 0 2px 0 black;
font-size: 1.3em;
}

nav a:hover {
text-decoration: underline;
color: gold;
border-left: 1px solid gold;
border-right: 1px solid gold;
padding-top: 16px;
padding-bottom: 18px;
background: maroon;

}

/* Content */

#content {
background: white;
float: left;
border-left: 1px solid black;
border-right: 1px solid black;
}

p, h3, h4, table, #content ul{
padding: 10px;
}

h3 {
font-size: 1.5em;
}

/* aside */

aside {
padding-bottom: 5px;
padding-top: 5px;
}

/* footer */
footer {
text-align: center;
background: yellow url(../img/footer.png);
height: 80px;
padding: 10px;
bottom: 0px;
}

footer a {
color: maroon;
text-decoration: none;
text-shadow: 0 1px 0 black;
padding: 5px;
}

footer a:hover {
text-decoration: underline;
}

footer li {
display: inline;
}

footer #copyright {
padding: 10px;
}

#content > li {
    display: block;
}