
html,
body {
	font-family: 'Optima', serif;
	background: #efefef;
	color: #111;
	line-height: 1.66;
}

pre {
	font-size: 80%;
	line-height: 1.33;
	padding: 1em 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

a:link {
	color: #406c7f;
}

a:visited {
	color: #405a7f;
}

a:hover {
	text-decoration: none;
}

abbr {
	text-decoration: none;
	border: none;
}

#top {
	padding: 1em 0;
}

#top a:link,
#top a:visited {
	color: #000;
	text-decoration: none;
}

#whole {
	width: 70em;
	max-width: 95%;
	margin: 0 auto;
}

#recent {
	line-height: 1.33;
	width: 30em;
	font-size: 90%;
	background: #fff;
	-moz-border-radius: 1em;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 1em;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 1em;
	margin: -8em 0em 5em 0;
	float: right;
}

#recent h2 {
	font-size: 100%;
	margin: 0;
	padding: 0em 1em 0 1em;
}

#recent ul {
	list-style: none;
	margin: 0;
	padding: 1em 1em 1em 1em;
}

#recent ul li {
	height: 1.33em;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#content {
}

.hentry {
	background: #fff;
	-moz-border-radius: 1em;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 1em;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 2em;
	margin: 3em 0 5em 0;
}

.hentry a[rel="bookmark"] {
	text-decoration: none;
}

.hentry .entry-title {
	padding: 0 0.5em;
}


.hentry h2 {
	white-space: nowrap;
	overflow: hidden;
	margin: 1em 0 2em 0;
}

.hentry .entry-info {
	font-size: 90%;
	padding: 2em 0 0;
}

.hentry .entry-info iframe {
	vertical-align: text-bottom;
}

.pager {
	text-align: center;
	margin: 5em 0;
}

.pager a {
	display: inline-block;
	margin: 1em;
	padding: 1em 2em;
}

#footer {
	text-align: center;
}

#admin {
	text-align: right;
}

.admin {
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
	padding: 1em;
}

pre.code {
	color: #666666;
	background: #efefef;
}

pre.code .comment {
	color: #507c6f;
}

pre.code .string {
	color: #968258;
}

pre.code .number {
	color: #24c3b5;
}

pre.code .identifer {
	color: #333333;
}

pre.code .symbol {
	color: #479cdb;
}

pre.code .variable {
	color: #479cdb;
}

pre.code .constant {
	color: #479cdb;
}

pre.code .special_variable {
	color: #14779d;
}

pre.code .keyword {
	font-weight: bold;
	color: #4e7585;
}

pre.code .literal {
	color: #968258;
}

pre.code .operator {
	color: #29845a;
}

pre.code.lang-css .at_keyword {
	color: #479cdb;
}

pre.code.lang-css .important {
	color: #14779d;
}

pre.code.lang-xpath .nodetest {
	color: #479cdb;
}

pre.code.lang-xpath .axis {
	color: #24c3b5;
}

pre.code.lang-xpath .function {
	color: #479cdb;
}

pre.code.lang-xpath .qname {
	color: #968258;
}

pre.code.lang-xml .cdata {
	color: #80ac9f;
}

pre.code.lang-xml .tag {
	color: #479cdb;
}

pre.code.lang-xml .pi {
	color: #80ac9f;
}

pre.code.lang-xml .dtd {
	color: #80ac9f;
}

pre.code.lang-xml .attribute_val {
	color: #968258;
}

pre.code.lang-xml .attribute_name {
	color: #14779d;
}

pre.code.lang-xml .other {
}

