body {
	font-size: 20px;
	font-family: Georgia, serif; /*Garamond, Times, Times New Roman, serif;*/
	color: #212121;
}

.site {
	width: 65%;
	margin: 10px auto;
}

p {
	line-height: 1.4em;
}

h1, h2, h3 {
	font-family: Impact, Helvetica, Arial, sans-serif;
	font-weight: normal;
	clear: both;
}

h2 { font-size: 28px; border-bottom: 1px solid #212121; margin-bottom: 0.5em; }
h3 { font-size: 26px; }

.header {
	width: 100%;
	padding: 0;
}

.header h1 {
	font-size: 24px;
	background: #212121;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Impact, Helvetica, Arial, sans-serif;

	font-size: 30px;
	margin-right: 1.4em;
	letter-spacing: 3px;
	width: 100%;
}

.header h1 a:link, .header h1 a:visited {
	display: block;
	padding: 0.3em;
	text-decoration: none;
	color: white;
}

.header h1 a:hover, .header h1 a:active {
	color: #72A0BC;
}

p.subtitle {
	color: #7a7a7a;
	font-size: 80%;
	margin: 0;
	margin-top: -0.3em;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 0.5em;
	text-align: right;
}
p.meta {
	color: #7a7a7a;
	font-size: 80%;
	margin: 0;
	margin-top: -0.3em;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 0.5em;
}

p code {
	white-space: nowrap;
	font-size: 80%;
}

pre code, div.highlight {
	display: block;
	width: 99%;
	overflow: auto;
	font-size: 70%;
	white-space: auto;
}

div.highlight {
	margin: -1em auto;
}

ul.posts, ul.projects {
	list-style: none;
	padding: 0;
}

ul.posts {
	margin-bottom: 2em;
}

ul.posts li, ul.projects li {
	clear: both;
}

ul.posts li span, ul.projects li span {
	font-size: 90%;
	color: #595959;
	width: 8em;
	display: block;
	text-align: right;
	float: left;
}

ul.posts a {
	display: block;
	float: left;
	width: 70%;
}

a:link, a:visited {
	color: #1240AB;
}

a:hover, a:active {
	color: #323232; #FF0400;
}

.footer {
	font-size: 60%;
	/*border: 1px solid #000;*/
	color: #515151;
}

.footer .contact {
	float: left;
	width: 25%;
	margin-left: 1em;
}

.footer .rss {
	margin-left: 1em;
	clear: both;
}

a img {
	border: 0;
}
