header, footer, aside, nav, article { display: block; }
body {
    width: 60em;
    color: #444;
    padding: 10px;
    margin: 0;
    font-family: Helvetica, Arial, FreeSans, san-serif;
}
#masthead { height: 150px; }
#masthead img { display: block; margin-left: auto; margin-right: auto; }

nav { margin-left: 150px;  }

nav ul {
    list-style: none;
    display: block;
    float: left;
}
nav ul li {
    float: left;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
nav ul li a { font-size: 28px; }


li { padding-top: 5px; }
ul li ul { padding-left: 1em;  }

a { text-decoration: none; color: #888; }
a:hover { color: #222; background: #ccc; }

h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }


#content { height: 100%;  }
aside { float: left; }
aside ul { list-style: none; }
#content article { margin: 0 0 0 200px; }
.clear { clear: both; }
footer { height: 30px; text-align: center;}
pre {
    margin-left:  15px;
    margin-right: 30px;
    background: #333;
    color: #eee;
    padding: 15px;
    border-radius: 15px;
    -moz-border-radisu: 15px;
}
