
p {
    line-height: 170%;
    margin-bottom: 2em;
}

li {
    line-height: 140%;
    margin-bottom: 1.05em;
}

.date {
    font-size: 80%;
    font-style: italic;
    margin-bottom: 3em;
}

.booktitle {
    font-style: italic;
//    font-weight: bold;
}

.disclaimer {
    font-style: italic;
    font-size: 80%;
}

.homelink {
    color: #BDBDBD;
    text-align: right;
}

.footnote {
    font-size: 90%;
}

.license {
    font-size: 70%;
}




body {
//	background: url(satinweave.png) repeat;
	font-family: 'Georgia';
	font-size: 110%;
}

.header {
	padding-bottom: 2em;
}

.title {
	font-size: 4em;
}

.subtitle {
	font-size: 2em;
	padding-top: 1em;
	text-align: right;
}

h1.post-title {
	font-size: 2em;
	margin-bottom: 0;
	padding-bottom: 0;
}

h1 {
	font-size: 1.7em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.3em;
}

.date {
	color: #636363;
	margin-top: 1.0em;
	margin-bottom: 2em;
	text-align: right;
}

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

a:hover {
	color: #E86100;
}

.pagenav {
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

ul {
	list-style-type: square;
}

pre {
	padding-left: 10px;
	margin-left: 20px;
	border-left: 2px solid #F46F1B;
	width: 588px;
	height: 100%;
	overflow: auto;
	background-color: #fff;
	font-size: 80%;
}

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

code {
	font-family: 'Cutive Mono', serif;
}

.sidebar {
	margin-top: 1.0em;
}

blockquote {
	padding-left: 10px;
	margin-left: 20px;
	margin-top: 3em;
	margin-bottom: 3em;
	border-left: 2px solid #636363;
	width: 588px;
	height: 100%;
	overflow: auto;
}

.post-body {
	margin-bottom: 3em;
}

.post {
      margin-bottom: 5em;
}