article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

body {
	background-color: #073642; /* Base02 */
	color: #93a1a1;
	font-family: sans-serif;
	margin: 0 auto;
	width: 60%;
}

a {
	color: #b58900; /* Yellow */
}
a:hover {
	background-color: #b58900; /* Yellow */
	color: #073642; /* Base02 */
}

body > header {
	text-align: center;
}
body > header h1 { padding-top: 1.5em }
body > header h1 a {
	font-size: 0.8em;
	text-decoration: none;
}
body > header h1 a:hover {
	background-color: #073642; /* Base02 */
	color: #b58900; /* Yellow */
	text-shadow: 0px 0px 3px #b58900; /* Yellow */
}

body > header ul { padding: 1em }
body > header ul li {
	display: inline-block;
	margin: 0 2em 0 2em;
}
body > header ul a:hover {
	text-decoration: none;
	text-shadow: #eee8d5 0px 0px 1px;
}
body > article {
	padding: 1.6em;
	text-align: justify;
	font-size: 0.95em;
}
body > article > header {
	margin-left: -1.1em;
	margin-bottom: -0.7em;
}
body > article > header h1 a {
	color: #b58900; /* Yellow */
	font-weight: bold;
	font-size: medium;
}
body > article > header h1 a:hover {
	background-color: #073642; /* Base02 */
	color: #b58900; /* Yellow */
	text-decoration: none;
	text-shadow: 0px 0px 2px #b58900; /* Yellow */
}
body > article > header time {
	float: right;
	font-family: monospace;
	font-size: 0.9em;
}
body > article h2 {
	font-size: 1.05em;
	font-weight: bold;
}
body > article h3,
body > article h4 {
	font-size: 1em;
	font-weight: bold;
}
body > article a {
	color: #b58900; /* Yellow */
}
body > article a:hover {
	text-decoration: none;
}
body > article p { line-height: 1.3em }
body > article dl { padding-left: 16px }
body > article dl dt {
	font-weight: bold;
	color: #444444;
	padding: 6px 92px 3px 0;
	padding-top: 9px;
}
body > article ul {
	padding: 0 0 10px 40px;
	list-style-type: disc;
}
/*body > article li { padding-top: 3px }*/
body > article pre,
body > article code {
	background: #002b36; /* Base03 */
	font-family: monospace;
	font-size: 1em;
	padding: 0 0.2em;
}
body > article blockquote {
	border-left: 3pt solid #2aa198;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: 1em;
	font-style: italic;
	font-size: small;
}
body > article blockquote em { font-weight: bold }
body > article img {
	margin: 0em 20px;
	box-shadow: 0px 0px 4px black;
}
body > article .amp {
	color: #666666;
	font-size: small;
	font-style: italic;
}
body > article .caps { font-size: 0.92em }
body > article .codehilite {
	background: none repeat scroll 0 0 #002b36; /* Base03 */
	border: 1px solid #839496; /* Base0 */
	border-radius: 4px;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: auto;
	padding-left: 1em;
}
body > article > footer p {
	margin: 0 0 0 0;
	font-style: italic;
}
body > article > footer a {
	font-weight: bold;
	font-size: 0.95em;
	text-decoration: none;
}
body > article > footer a:hover {
	color: #111111;
	text-shadow: #aaaaaa 0px 0px 1px;
}

body > article .page {
	border-bottom: 1px dotted black;
	font-size: medium;
	font-weight: bold;
	margin-top: -20px;
	text-decoration: none;
}
body > .page {
	border-top: 1px dotted black;
	font-size: medium;
	font-weight: bold;
	margin-top: -20px;
	text-decoration: none;
}
body > .page:hover {
	text-shadow: 0px 0px 1px #aaaaaa;
}

body > div#favicon {
	left:0;
	position:fixed;
	top:0;
}

body > div#favicon > a:hover {
	background-color: #073642;
}

.year,
.month,
.day { text-align: right; }

#arc {
	border-collapse: collapse;
	margin: 0 auto;
}
#arc th,
#arc td {
	padding-top: 0.4em;
	list-style: none;
	margin: 0;
}
#arc td a {
	text-decoration: none;
}
#arc th {
	text-align: right;
	padding: 0.4em 1.75em 0 0;
	vertical-align: baseline;
}
body > footer {
	font-size: medium;
	margin-top: 0.5em;
	padding: 0.5em;
	text-align: center;
}
body > footer a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted black;
}
body > footer a:hover {
	text-shadow: #ee6688 0px 0px 1px;
}
.comments a { color: #93a1a1; }
.comments a:hover {
	color: #111111;
	text-shadow: #aaaaaa 0px 0px 1px;
}
object[type="application/x-shockwave-flash"], iframe.video {
	box-shadow: 0px 0px 12px #777777;
	margin-left: 15px;
	text-align: center;
}
#dsq-content .dsq-avatar { margin-left: -18px; } /* disqus fix */
.shadow { box-shadow: 0px 0px 4px black }
.floatright { float: right; text-align: right }
.floatleft { float: left; text-align: left }
.halfwidth { width: 50% }
