* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    font-size: 1.2em;
    background: url(images/grain.jpg);
    background-repeat: repeat;
}

footer {
    clear: both;
    text-align: center;
    margin:     10px 80px;
    padding:    30px 0;
    border-top: thin black solid;
}

header {
    border: thin black solid;
    height: 180px;
    background: url("images/bow.png");
    background-repeat: no-repeat;
}

li { 
    margin: 10px 30px 0 30px;
    padding-top: 10px;
    line-height: 2.5em;
}

nav {
    font-family: "Quintessential", serif;
    font-size: 1.2em;
    height: 50px;
    background-color: rgb(22, 22, 22);
    text-align:       center;
}

nav a {
    text-decoration: none;
    color:           #f4c480;
}

nav a:hover {
    color:           #e2792e;
    text-shadow: -0.1em 0.09em 0.06em #f4c480;
}

nav a:visited {
    color: #e2792e;
}

p {
    padding: 20px;
}

ul {
    height: 50px;
}


/* ids */

#container {
    border: 2px black solid;
    width:  1100px;
    margin: 10px auto;
    background-color: rgba(255, 255, 255, 0.4);
}

#leftCol {
    width: 550px;
    float: left;
}

#me {
    text-align: center;
    font-size: 0.8em;
}

#navList {
    list-style: none;
}

#navList li {
    display: inline;
}

#rightCol {
    width: 545px;
    float: left;
}

#splash {
    font-family: "Uncial Antiqua", cursive;
    font-size:   4em;
    padding:     30px 80px;
    text-shadow: -0.08em 0.05em 0.06em rgba( 55, 55, 55, 0.9 );
}

#splashSub {
    font-family: "Chela One", cursive;
    font-size:   2.5em;
    padding:     0 30px 30px 500px;
    text-shadow: -0.08em 0.05em 0.06em rgba( 55, 55, 55, 0.9 );
}


/* classes */

.tag {
    clear: both;
    text-align: center;
    border: 2px black solid;
    background-color: #f4e4c0;
    padding: 10px;
    margin: auto;
    box-shadow: -7px 4px 7px rgba(22,22,22,0.9);
}
