@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);

body {
	background: #ffffff;
	font-family: 'Droid Sans', 'Georgia', 'Arial', sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	color: #222222;
}

img {
	display: block;
	margin: 0 auto;
	border: none;
}

a:link, a:visited {
	color: #55668f;
	border-bottom: 1px solid #55668f;
	text-decoration: none;
}

a:hover {
	background: #fffcde;
}

a:active {
	background: #fffcde;
}

h1 {
	font-size: 4em;
	font-weight: normal;
}

h2 {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #55668f;
	line-height: 1.5em;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
}

p {
	letter-spacing: 0.05em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

div#container {
	width: 44em;
	max-width: 90%;
	margin: 0 auto;
}

div#header {
	margin-top: 1em;
	margin-bottom: 2em;
	font-size: 1.2em;
}

div#header a {
	border: 0;
	color: #000000;
}

ul.navigation {
	margin-top: 1.5em;
	display: inline;
}

ul.navigation li {
	display: inline;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #000000;
}

ul.navigation span.menulink {
	padding: 0.5em;
}

ul.navigation span.menulink:hover {
	background: #fffcde;
	/*border-bottom: 1px solid #55668f;*/
}

li span.separator {
	margin-left: 0.2em;
	margin-right: 0.2em;
}

span.logo {
	font-weight: bold;
	font-size: 120%;
	font-family: 'Lobster', Georgia;
}

span.logo a {
	border: 0;
	color: #000000;
	display:none;
}

span.logo a:hover {
	border: 0;
	color: #55668f;
	background-color: #ffffff;
}

h2.page_title {
	margin-bottom: 0.8em;
}

div.post {
	margin-bottom: 5em;
}

div.post img, div.page img {
	border: 6px solid #f6f6f6;
}

div.post_header h2 {
	margin-bottom: -0.2em;
}

div.post_header a {
	border: 0;
}

div.post_date {
	font-size: 120%;
	color: #b1b1b1;
}

div.post_content {
	margin-top: 1.5em;
}

div.post_footer {
	text-align: right;
}

div.post_content p, div.page p {
	/*text-align: justify;*/
}

div#footer {
	font-size: 70%;
	margin-top: 1.5em;
	text-align: center;
	border-top: 1px solid #999999;
}

div#disqus_thread {
	margin-top: 3em;
}

ol.post_list span.date {
	float: left;
	display: block;
	width: 7em;
	padding-right: 1em;
	text-align: right;
	font-family: 'Droid Sans Mono', monospace;
}

div.update  {
	-moz-border-radius: 0.3em 0.3em 0.3em 0.3em;
	-webkit-border-radius: 0.3em 0.3em 0.3em 0.3em;
	background: none repeat scroll 0 0 #ffdddd;
	border: 1px solid rgba(255, 0, 0, 0.2);
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 0.5em;
}

div.update p {
	display: inline;
}

code {
	font-size: 80%;
	font-family: 'Droid Sans Mono', 'monaco', monospace;
	background-color: #f1f7f6;
}

pre { font-family: 'Droid Sans Mono', 'monaco', monospace; }

.highlight {
	padding: 0.5em 1em;
	margin-bottom: 1em;
	font-family: 'Droid Sans Mono', 'monaco', monospace;
	line-height: 1.1em;
	overflow: auto;
	border: 1px solid #e0e0e0;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	background: #f1f7f6;
	color: #000
}

/* EXPERIMENTAL SEARCH BOX */

div#searchbox {
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}

.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 12.625em;
	border: solid 1px #bcbbbb;
	outline: none;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 5em;
	background: #5f5f5f;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
}

.searchform .searchbutton:hover {
	background-color: #222222;
}