* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #222233;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	letter-spacing: 0.01em;
	line-height: 1.5em;
	margin: 10px;
}

a {
	color: #00c;
}

a:link, a:visited {
	padding-bottom: 0;
	text-decoration: none;
	border-bottom: 1px solid #dbd5c5;
}

a:hover {
	padding-bottom: 0;
	border-bottom: 2px solid #dbd5c5;
}

img {
	border: 0;
}

#container {
	margin: 10px auto 10px;
	max-width: 48em;
}

/* HEADER */

#header {
	color: #555;
	margin-bottom: 20px;
}

#header #site a {
	color: #222;
	font-weight: bold;
}

#header #section {
	font-size: 0.85em;
}

#nav {
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
}

#nav ul {
	list-style: none;
	float: right;
	margin: 0;
}

#nav li {
	float: left;
	padding-left: 1em;
	text-transform: lowercase;
}

#nav a {
	border: none;
	text-decoration: none;
}

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

#meta {
	color: #aaa;
	float: right;
	margin-top: 3px;
}

/* FOOTER */

#footer {
	border-top: 1px solid #ccc;
	color: #999;
	font-size: .8em;
	margin-top: 20px;
}

#footer a {
	color: #999;
	border: 0;
}

#footer a:hover {
	text-decoration: underline;
}

/* HEADINGS */

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: normal;
}

h1 {
	font-size: 2.1em;
	letter-spacing: -0.02em;
	margin-top: 30px;
	text-align: center;
}

h2 {
	font-size: 1.6em;
	font-style: italic;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 1.3em;
	font-style: italic;
	margin: 20px 0 10px 0;
}

#date {
	font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #666666;
	margin: 8px 0px 20px;
	text-align: center;
	letter-spacing: 0.2em;
}

/* CONTENT */

#ink {
	margin-bottom: 20px;
}

p {
	margin: 10px 0pt;
	text-align: justify;
}

i, em {
	font-style: italic;
}

b, strong {
	color: #000;
	font-weight: bold;
}

ul, ol, dl {
	margin: 10px 10px 10px 30px;
}

dt {
	color: #000000;
	font-weight: bold;
}

hr {
	background-color: #ccc;
	border: 0px none;
	color: #eee;
	height: 1px;
	margin: 30px 0px;
}

blockquote, pre {
	background-color: #f5f5f5;
	border: 1px solid #eee;
	border-left: 2px solid #ccc;
	padding: 1em;
}

blockquote {
	color: #666;
	line-height: 1.3em;
}

pre {
	line-height: normal;
	overflow: auto;
}

tt, pre, code, samp, kbd {
	color: #333;
	font-family: Consolas, 'Lucida Console', monospace;
	font-size: 13px;
}

/* COMMON */

ul.naked {
	list-style: none;
	margin-left: 0;
}

ul > li > .date {
	color: #999;
	font-family: monospace;
	font-size: 13px;
}

/* PROJECTS */

#projects .project {
	margin-top: 20px;
}

#projects .project h3 a {
	font-family: Georgia, serif;
	font-style: normal;
}

/* PYGMENTS */

code .err { border: 1px solid #FF0000 } /* Error */
code .k,.kn { color: #369; } /* Keywords */
code .c,.cm,.cp,.c1 { color: #666; font-style: italic } /* Comments */
code .p { color: #000 } /* Punctuation */
code .n { color: #000 } /* Names */
code .nc,.nf,.nn { color: #333; font-weight: bold } /* Symbol Names */
code .s { color: #933 } /* Literal.String */
code .sd { color: #666 } /* Literal.String.Doc */
