
html, body {
	margin:0;
	padding:0;
}

html * {
	font-family:Helvetica, sans-serif;
}

body {
	background:#666;
	font-size:0.8em;
}

#durnk_notes {
	display:block;
	display:none;
}

#durnktimestamp {
	display:blockn
	margin-top:2em;
	text-align:center;
}

#twitterbadge {
	display:block;
	float:right;
	clear:right;
	margin:1em;
}

.content {
	display:block;
	min-width:300px;
	max-width:600px;
	padding:0 1em 1em 1em;
	background:#FFFFFF;
	border:1px solid #cccccc;
	border-radius:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:0.5em auto;
	overflow:auto;
	box-shadow: 0 0 5px black;
	-moz-box-shadow: 0 0 5px black;
	-webkit-box-shadow: 0 0 5px black;
}

footer {
	display:block;
	font-size:0.8em;
	margin-left:450px;
	color:#dedede;
	text-align:center;
	display:block;
	clear:both;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

a {
	text-decoration:none;
	color:#ff7f00;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color: #dd5d00;
}

h1,h2,h3 {
	color:#395979;
	border-bottom:1px solid;
	text-shadow: 0 1px 0 black;
}

h1 {
	font-size:1.5em;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.3em;
}

img {
	border:0;
}

fieldset {
	border:0;
}

a#sitelink {
	color:#5b7b9b;
	display:block;
	text-align:right;
	font-weight:bold;
	margin:5px;
	font-size:24px;
	text-shadow: 0 1px 1.5px black;
}

a#sitelink:hover {
	text-decoration:none;
}

.light, .dark {
	padding:2px 5px;
}

.dark {
	background:#eee;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

article.light, article.dark {
	display:block;
}

/**
 * Imported from old stylesheet
 */
.navmenu {
	background:#5b7b9b;
	font-size:0.9em;
}

.menu {
	display:table; 
	padding:0;
	margin:0 auto;
	white-space:nowrap;
	list-style-type:none;
	border-left:1px solid #fff;
}

* html .menu {
	display:inline-block;
	width:1px;
	padding:0 2px;
}

.menu li {
	display:table-cell;
}

* html .menu li {
	display:inline;
}

.menu a {
	display:block;
	padding:0.2em 1em; 
	background:#5b7b9b; 
	color:#fff; 
	text-decoration:none;
	border-right:1px solid #fff;
	text-shadow: 0 -1px 0 #324354, 0 1px 0 #678baf;
	font-weight:bold;
}

* html .menu a {
	display:inline-block;
	margin:0 -2px; 
}

.menu a:hover {
	color:#fff; 
	background:#7599c3;
}

.twtr-widget {
	box-shadow: 0 0 7px black;
	-moz-box-shadow: 0 0 7px black;
	-webkit-box-shadow: 0 0 7px black;
	border-radius:6px;
}

