section#container{width:700px;margin:0 auto}
section#content{float:left;width:415px}
aside{float:right;clear:right;width:200px}
footer{clear:both;}

body {
    background: white url('../images/layout/background.jpg') 0 0 no-repeat fixed;
    padding-top: 20px;
}

section#container {
    border: 3px solid #888888;
    -moz-box-shadow: 5px 5px 8px #444;
    -webkit-box-shadow: 5px 5px 8px #444;
}

section#content {
    margin: 0px;
    padding: 20px;
}

header {
    margin: 20px;
}

header h1 {
    font-size: 400%;
    text-align: center;
}

footer {
    padding: 20px;
}

footer a {
    color: #ccccff;
}

nav#top {
    font-size: 150%;
    margin: 20px;
    padding: 10px;
}

nav#top {
    text-align: center;
}
nav#top>ul {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
    width: 100%;
	display: table;
	table-layout: fixed;
}
nav#top>ul>li {
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}

article {
    margin-bottom: 20px;
    padding: 10px;
    border: 3px solid #888888;
    -moz-box-shadow: 5px 5px 8px #444;
    -webkit-box-shadow: 5px 5px 8px #444;
}

article.entry div.timestamp {
    font-size: 80%;
}

