/*img#temp {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-style: dashed;
}*/

div.cover {
    height: 200px;
    margin-top: 0.5cm;

}

div.cover img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 70%;
    z-index: 3;
    border-radius: 50%;
    border-style: solid;
    border-color: darkgray;
    border-width: thick;
}

div.colorBar {
    height: 150px;
    margin-top: -100px;
    background-color: darkgray;
}

div.colorBar table {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 50px;
    color: antiquewhite;
    font-family: monospace;

}

a:link {
    text-decoration: none;
}

nav table {
    width: 100%;
    table-layout: fixed;
    background-color: darkslategray;
}

nav td{
    text-align: center;
    font-family: cursive;
    font-weight: 400;
    font-size: 20px;
}

nav a:link, nav a:visited {
    color: antiquewhite
}

div#navigation nav{
    float: left;
}

div#page{
    height: 100%;
    margin-left: 200px;
    padding: 50px;
    background-color: bisque;
    font-size: 18px;
}

div#page hr{
    width: 60%;
    height: 2px;
    background-color: chocolate;
}

img#temp {
    height: 300px;
}

/*
body {
    margin: 60px auto;
    width: 70%;
}
nav ul, footer ul {
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    padding: 0px;
    list-style: none;
    font-weight: bold;
}
nav ul li, footer ul li {
    display: inline;
    margin-right: 20px;
}
a {
    text-decoration: none;
    color: #999;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 3em;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
}
p {
    font-size: 1.5em;
    line-height: 1.4em;
    color: #333;
}
footer {
    border-top: 1px solid #d5d5d5;
    font-size: .8em;
}

ul.posts {
    margin: 20px auto 40px;
    font-size: 1.5em;
}

ul.posts li {
    list-style: none;
}
*/
