article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font: 16px/21px "calluna-1","calluna-2", times, serif;
	background: #cccccc;
	color: #666666;
	padding: 0 0 2em 0;
	margin: 0;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "fertigo-pro-1","fertigo-pro-2", helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-shadow: 1px 1px 0px #888888;
	margin-bottom: 1.0em;
}
h1 {
	font-size: 320%;
	margin-bottom: 0.5em;
	margin-top: 0.3em;
	line-height: 90%;
}
h2 {
	font-size: 145%;
}
h3 {
	font-size: 115%;
}
h4, h5, h6 {
	font-size: 100%;
}
a {
	text-decoration: none;
}
a:link {
	color: #0000ff; background: #ffffff;
}
a:visited {
	color: #9900cc; background: #ffffff;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000000; background: #ffff00;
}
header {
	font-family: "fertigo-pro-1","fertigo-pro-2", helvetica, sans-serif;
	text-align: left;
	padding: 0.7em 0.0em;
	background-color: #333333;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#333333), color-stop(0.87, #777777));
	background: -moz-linear-gradient(0% 100% 90deg, #333333, #333333, #666666 13%);
	color: #ffffff;
	font-size: 100%;
}
header a, header a:link, header a:visited,
header a:hover, header a:active {
	font-weight: bold;
	text-decoration: none;
	padding: 0.7em 0.0em;
	background-color: inherit;
	color: #ffffff;
}
header a, header a:link, header a:visited,
header a:hover, header a:active {
	padding: 0.7em 0.0em 0.7em 1.0em;
}
section {
	padding: 1.0em;
}
footer {
	font-family: "fertigo-pro-1","fertigo-pro-2", helvetica, sans-serif;
	line-height: 1.2em;
	font-style: italic;
	font-size: 90%;
	text-align: center;
	padding: 1.0em 1.0em 2.0em 1.0em;
	background: #cccccc;
	color: #666666;
}
footer a, footer a:link, footer a:visited,
footer a:hover, footer a:active {
	background: #cccccc;
	color: #666666;
	font-weight: bold;
}
time.datetime:before {
	content: "@ ";
}
time.datetime .dt {
	color: #888888;
}
time.datetime .tz {
	color: #aaaaaa;
	font-size: 85%;
}
article {
	padding-bottom: 1.5em;
}
pre, code, tt {
	font: 15px/22px "andale mono", monaco, monospace;
	line-height: 110%;
}
blockquote {
	margin-left: 2.0em; margin-right: 2.0em;
}
pre {
	padding: 0.5em;
	background: #eeeeee;
	border: 1px solid #888888;
}
pre del {
	text-decoration: none;
	font-style: italic;
	color: #666666;
}
ul.blognav {
	text-align: center;
	margin: 0;
	padding: 0;
}
ul.blognav li {
	list-style-type: none;
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
}
ul.blognav li.previous:before {
	content: "☚ ";
}
ul.blognav li.previous:after {
	content: " ••• ";
}
ul.blognav li.next:after {
	content: " ☛";
}
.accesskey {
	text-decoration: underline;
}
.epigraph {
	margin-top: 0;
	padding-top: 0;
	line-height: 20px;
	font-style: italic;
	text-align: right;
	padding-right: 1.0em;
}
.blogposts {
	font-family: "fertigo-pro-1","fertigo-pro-2", helvetica, sans-serif;
	font-size: 130%;
}
:focus {outline: none;} /* src: http://24ways.org/2009/dont-lose-your-focus */
#content {
	padding: 1.0em 1.5em 1.0em 1.5em;
	background: #ffffff;
	color: #000000;
	text-align: left;
	margin: 0 auto;
	width: 740px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	/* Oh! The code needed for rounded corners… */
	border-bottom-right-radius: 1.0em;
	border-bottom-left-radius: 1.0em;
	-webkit-border-bottom-right-radius: 1.0em;
	-webkit-border-bottom-left-radius: 1.0em;
	-moz-border-radius-bottomright: 1.0em;
	-moz-border-radius-bottomleft: 1.0em;
}
article object, article img {
	margin: 1.0em auto;
	border: 1px solid #000000;
	display: block;
	padding: 0;
}
img.mugshot {
	float: right;
	display: block;
	margin: 0.0em 0.0em 0.0em 1.0em;
	padding: 0.0em 0.0em 0.0em 0.0em;
	border: 1px solid #000000;
}
#adsense {
	text-align: center;
	padding: 1.0em;
}

/*
 * Pygments source code highlight styling.
 */
.highlight  { background: #ffffff; }
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */
.highlight .o { font-weight: bold } /* Operator */
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #999999 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { font-weight: bold } /* Keyword.Constant */
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #009999 } /* Literal.Number */
.highlight .s { color: #d14 } /* Literal.String */
.highlight .na { color: #008080 } /* Name.Attribute */
.highlight .nb { color: #0086B3 } /* Name.Builtin */
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
.highlight .no { color: #008080 } /* Name.Constant */
.highlight .ni { color: #800080 } /* Name.Entity */
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
.highlight .nn { color: #555555 } /* Name.Namespace */
.highlight .nt { color: #000080 } /* Name.Tag */
.highlight .nv { color: #008080 } /* Name.Variable */
.highlight .ow { font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #009999 } /* Literal.Number.Float */
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
.highlight .sc { color: #d14 } /* Literal.String.Char */
.highlight .sd { color: #d14 } /* Literal.String.Doc */
.highlight .s2 { color: #d14 } /* Literal.String.Double */
.highlight .se { color: #d14 } /* Literal.String.Escape */
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
.highlight .si { color: #d14 } /* Literal.String.Interpol */
.highlight .sx { color: #d14 } /* Literal.String.Other */
.highlight .sr { color: #009926 } /* Literal.String.Regex */
.highlight .s1 { color: #d14 } /* Literal.String.Single */
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #008080 } /* Name.Variable.Class */
.highlight .vg { color: #008080 } /* Name.Variable.Global */
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
