body {
	font:normal medium 'Gill Sans','Gill Sans MT','Ikarius ADF',Candara,Jara,sans-serif;
	margin: 4em auto;
	width:43em;
	line-height:1.55;
	word-spacing:0.1em;
	background: #FFF url(bg.png) repeat-x scroll top;
}

a {
	background:transparent;
	text-decoration:none;
	border-bottom:1px dotted;
}

a:hover { border-bottom:1px solid; }
a:link { color:#1b67c9; }
a:visited { color:#1b67c9; }

h1 a,h2 a,h3 a,#nav a,.punch a {
	color:inherit !important;
}

acronym,abbr,.p {
	border: 0;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	font-variant: small-caps
}

h1 {
	font-weight:normal;
}

h1, h2, h3, p #nav {
	margin:1.75em 0;
}

#tags {
	text-align: center;
	text-transform: lowercase;
	font-variant: small-caps
}

h1, h2, h3 {
	font-size:medium;
}

h1, h2 {
	display: inline;
}

/* Generic */

pre, tt {
	white-space: pre-wrap;
	font-size:medium;
	line-height:1.5em;
	word-spacing:0;
}

pre  {
	padding: 1em;
	background: #f2f0f0;
}

cite {
	font-style: normal;
}

img {
	border: 0;
}

dl {
	padding: 0 1em 0 1em;
}

dt {
	padding-top: 0.5em;
}

li {
	margin-bottom: 0.5em;
}

blockquote { font-style:oblique; margin: 1em 2em 0 2em; }

.cleanboth { clear: both; }

/* Projects */

#projects li {
	margin-bottom: 0;
}

/* Content */

#content {
	margin-top: 3em;
	text-align: justify;
}

#content img {
	text-align: center;
	display: block;
	margin: auto;
}


#content a:visited {
	color: #9932cc;
}

#content h1 {
	font-weight: bold;
}
#content h2 {
	font-size: 0.9em;
}
#content h3 {
	font-size: 0.7em;
}

#content img {
	padding: 0.5em 1em 0.5em 1em;
}


#content blockquote {
	line-height: 1.8em;
}

/* Comments */

#comments {
	list-style: none;
	padding: 0;
	margin-top: -1em;
}

#comments li {
	margin-bottom: -1px;
	border-bottom: 1px dotted;
	overflow: hidden;
	padding: 1.5em 0 0.5em 0;
}

h3#reply {
	display: none;
}

#comment_count {
	margin: 2em 0 0 0;
}

.commentlink {
	border: none;
}

.commentlink:hover {
	border: none;
}

.sig {
	text-align: right;
	padding-top: 0.2em;
	padding-right: 0.3em;
}

.sig .url {
	margin-right: 6px;
}

#addcomment {
	float: right;
}


#comment_text label {
	display: none;
}

#id_comment {
	width: 100%;
	height: 13.6em;
	margin: 0;
	line-height: 1.0;
}

li.self {
	background: #ffefd5;
	padding: 1em 1em 0.5em 1em !important;
	border-top: 1px dotted;
	margin-top: -2px
}

.inline {
	background: #ffefd5;
	border-bottom: 1px dotted;
	margin: 1em 0em 2.0em 4em;
	padding: 1.2em 1.2em 1em 1.2em;
}

.inlinesig {
	padding: 1em 1em 0em 1em;
	line-height: 0;
	font-size: small;
	text-align: right;
}


ul.errorlist {
	list-style-type: none;
	color: red;
	float: right;
	font-weight: bold;
	padding: 1.5em 0 0 0;
	margin: 0;
}

#commentform p {
	clear: both;
}

#commentform input {
	display: block;
}
/* Other navigation */

#arc th {
	text-align: right;
	padding-right: 0.5em;
}

.footer {
	text-align: center;
	clear: both;
}

form p {
	line-height: 1.2em;
	font-size: small;
}

.sep {
	text-align: center;
	clear: both;
	padding: 0.8em;
}

/* Top navigation */

#nav h1 a {
	margin: -0.2em 10px 0 0;
	float:left;
	width: 77px;
	height: 31px;
	background:url(lambigram.png) no-repeat;
}

#nav a:hover {
	text-decoration: underline;
}
#nav h2 a:hover {
	text-decoration: none;
}
#nav a {
	border: 0;
}

#nav h1 a span { display: none; }

#nav h2 a { 
	border-bottom:1px dotted;
}

/* Syntax highlighting */
blockquote .syntax { font-style: normal; }
.syntax pre  { line-height: 1.4em; }

.syntax .c { color: #60a0b0; font-style: italic } /* Comment */
.syntax .err { border: 1px solid #FF0000 } /* Error */
.syntax .k { color: #007020; font-weight: bold } /* Keyword */
.syntax .o { color: #666666 } /* Operator */
.syntax .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
.syntax .cp { color: #007020 } /* Comment.Preproc */
.syntax .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
.syntax .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
.syntax .gd { color: #A00000 } /* Generic.Deleted */
.syntax .ge { font-style: italic } /* Generic.Emph */
.syntax .gr { color: #FF0000 } /* Generic.Error */
.syntax .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.syntax .gi { color: #00A000 } /* Generic.Inserted */
.syntax .go { color: #808080 } /* Generic.Output */
.syntax .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.syntax .gs { font-weight: bold } /* Generic.Strong */
.syntax .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.syntax .gt { color: #0040D0 } /* Generic.Traceback */
.syntax .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
.syntax .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
.syntax .kp { color: #007020 } /* Keyword.Pseudo */
.syntax .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
.syntax .kt { color: #902000 } /* Keyword.Type */
.syntax .m { color: #40a070 } /* Literal.Number */
.syntax .s { color: #4070a0 } /* Literal.String */
.syntax .na { color: #4070a0 } /* Name.Attribute */
.syntax .nb { color: #007020 } /* Name.Builtin */
.syntax .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
.syntax .no { color: #60add5 } /* Name.Constant */
.syntax .nd { color: #555555; font-weight: bold } /* Name.Decorator */
.syntax .ni { color: #d55537; font-weight: bold } /* Name.Entity */
.syntax .ne { color: #007020 } /* Name.Exception */
.syntax .nf { color: #06287e } /* Name.Function */
.syntax .nl { color: #002070; font-weight: bold } /* Name.Label */
.syntax .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
.syntax .nt { color: #062873; font-weight: bold } /* Name.Tag */
.syntax .nv { color: #bb60d5 } /* Name.Variable */
.syntax .ow { color: #007020; font-weight: bold } /* Operator.Word */
.syntax .w { color: #bbbbbb } /* Text.Whitespace */
.syntax .mf { color: #40a070 } /* Literal.Number.Float */
.syntax .mh { color: #40a070 } /* Literal.Number.Hex */
.syntax .mi { color: #40a070 } /* Literal.Number.Integer */
.syntax .mo { color: #40a070 } /* Literal.Number.Oct */
.syntax .sb { color: #4070a0 } /* Literal.String.Backtick */
.syntax .sc { color: #4070a0 } /* Literal.String.Char */
.syntax .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
.syntax .s2 { color: #4070a0 } /* Literal.String.Double */
.syntax .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
.syntax .sh { color: #4070a0 } /* Literal.String.Heredoc */
.syntax .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
.syntax .sx { color: #c65d09 } /* Literal.String.Other */
.syntax .sr { color: #235388 } /* Literal.String.Regex */
.syntax .s1 { color: #4070a0 } /* Literal.String.Single */
.syntax .ss { color: #517918 } /* Literal.String.Symbol */
.syntax .bp { color: #007020 } /* Name.Builtin.Pseudo */
.syntax .vc { color: #bb60d5 } /* Name.Variable.Class */
.syntax .vg { color: #bb60d5 } /* Name.Variable.Global */
.syntax .vi { color: #bb60d5 } /* Name.Variable.Instance */
.syntax .il { color: #40a070 } /* Literal.Number.Integer.Long */

