/* @override http://nano.poltras.com/theme.css */

#author {
	text-align: right;
	padding: 2px;
	font: 8px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#nav {
	font: 12px "Courier New", Courier, mono;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

#nav a {
	text-decoration: none;
	font-weight: bold;
}

body {
}

div#margin {
	height: 400px;
	width: 55%;
	padding-top: 100px;
}

div#content {
	vertical-align: middle;
	float: right;
	border: 1px solid #000;
	width: 100px;
	background-color: #e6e6e6;
}

#copyright {
	font: 8px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
}

#post {
	margin: 5px;
	font-family: "Courier New", Courier, mono;
	text-align: center;
	background-color: #fff;
	border:  1px solid #d8d8d8 ;
}

#datetime {
	font: 8px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	padding-top: 2px;
}







