* {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Adobe Caslon Pro";
	color:  #333;
}

body {

}

#nav {
	background: #333;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: auto;
}
#nav ul {
	list-style: none;
	padding: 0 48px;
}
#nav li {
	float: left;
	width:  136px;
	margin-right: 16px;
	text-align: center;
	font-size: 14px;
	padding: 4px 0;
}
#nav li a, #nav li a em {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ccc;
}
#nav li:hover {
	background: #444;
}
#nav li a:hover {
	color: #fff;
}
#nav li.selected {
	background: #555;
}

h1 {
	color: #333;
	font-size: 32px;
	line-height: 48px;
	margin-bottom: 16px;
	padding: 48px 0 0 48px;
}

h1 span {
	color: #5a99ce;
}

#menu {
	list-style: none;
	line-height: 32px;
	margin-bottom: 12px;
	padding-left: 48px;
}

#menu li {
	display: inline;
	padding-right: 32px;
}

a {
	text-decoration: none;
}

a:hover {
	color:  #666;	
}

#categories, .wp-tag-cloud {
	display: block;
	overflow: auto;
	line-height: 32px;
	/*float: left;
	width: 144px;*/
}

#categories li, .wp-tag-cloud li {
	display: block;
	float: left;
	width: 112px;
	padding: 0;
	margin-right: 12px;
	margin-bottom: 14px;
	font-size: 14px;
	border: 1px solid #efefef;
	text-align: center;
}

#categories li.active, .wp-tag-cloud li.active {
	background: #efefef;
	color: #333;
}

#categories li:hover, .wp-tag-cloud li:hover {
	border: 1px solid #ccc;
}

#content {
	display: block;
	width: 630px;
	padding: 48px;
	padding-top: 0;
	padding-bottom: 24px;
	overflow:auto;
}

.post, .project {
	display: block;
	margin: 12px 0;
	overflow: auto;
}

.post h2, .project h2 {
	font-size: 18px;
	line-height: 48px;
	margin-bottom: 16px;
}
.page h3 {
	font-size: 14px;
	margin-bottom: 16px;
}

.post h2 a, .project h2 a {
	color:  #5a99ce;
	text-decoration: none;
}

.post .date p, .project .date p {
	font-size: 12px;
	font-variant: small-caps;
	line-height: 24px;
	float: left;
	padding-right: 8px;
	color: #777;
	margin: 0;
}

.post .info {
	float:  left;
	padding-right:  8px;
}
.post .info p {
	line-height: 16px;
	color: #777;
	margin: 0;
}

.post .info strong {
	font-weight: normal;
	color: #5a99ce;
}

.post .info a {
	text-decoration: none;
	color: #666;
}

.post .info a:hover {
	color: #333;
}

.post p {
	margin: 0 0 16px 0;
	line-height: 24px;
	font-size: 14px;
}

.post ul, .post ol, .post img, .post blockquote, .post pre {
	clear:  both;
	margin: 0 0 16px 0;
	line-height: 24px;
	font-size: 14px;

}

.post a {
	text-decoration: underline;
}

.post ul {
	margin-left: 32px;
	list-style-type: circle;
}

.post ol {
	margin-left: 32px;
	list-style-type: decimal;
}

.post blockquote, .post pre {
	margin-bottom: 14px;
}

.post blockquote p {
	background: #f0f0f0;
	padding: 8px;
	border: 1px solid #ccc;
}

.post pre code, .post p code {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	display: block;
	overflow: auto;
	padding: 12px;
	background: #f0f0f0;
	border: 1px solid #ccc;
}

.post p code {
	padding: 0;
}

.post table {
	overflow: auto;
	line-height: 24px;
	margin-bottom: 16px;
	border-bottom: 2px solid #f0f0f0;
}

.post table th {
	font-size: 12px;
	padding: 0 16px;
	background: #f0f0f0;
	text-align: center;
}

.post table td {
	font-size: 12px;
	text-align: right;
}

.content-nav {
	display: block;
	font-size: 14px;
	padding-top: 24px;
}

.content-nav div a{
	display:block;
	border: 1px solid #ccc;
	padding: 3px 8px;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

#footer {
	border-top: 1px solid #ccc;
	background: #f0f0f0;
	overflow: auto;
	margin-top: 24px;
	width:100%;
}

#footer .box {
	float: left;
	width: 44%;
	margin-right: 0;
	padding: 36px 0 8px 36px;
}

#footer .box h3 {
	color:  #333;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 16px;
}

#footer a {
	color: #5a99ce;
}
#footer a:hover {
	opacity: .9;
}

#footer .box p {
	line-height: 24px;
	font-size: 14px;
}

#footer .box ul {
	margin-left: 32px;
}

#footer .box ul li {
	line-height: 24px;
	font-size: 14px;
}

.credits {
	display:block;
	clear:both;
	font-size: 12px;
	color: #666;
	text-align: center;
	padding: 28px 0;
}

#respond h3, #comments h3 {
	font-size: 16px;
	line-height: 48px;
}

#respond form p {
	font-size: 14px;
	line-height: 24px;
}
#respond form input, #respond form textarea {
	font-size: 14px;
	padding: 3px;
	margin: 4px 0;
}
#respond form textarea {
	line-height: 24px;
}

#comments > p {
	font-size: 14px;
	line-height: 24px;
}
#comments ol {
	line-height: 24px;
	margin: 12px;
	margin-left: 24px;
}

#comments ol li {
	font-size: 14px;
}

#comments ol li p {
	display: inline;
}

#comments ol li span {
	color: #999;
}

#comments ol li .date {
	display: block;
}

.project h2 {
	float: left;
	margin: 0;
}

.project .date {
	float: left;
	width: 144px;
	padding-top: 12px;
	line-height: 48px;
}

.project .tags {
	list-style: none;
	margin: 0 0 0 144px;
	padding: 0;
	clear: both;
	overflow: auto;
	line-height: 24px;
}

.project .tags li {
	display: inline;
	margin: 0 12px 0 0;
	padding: 3px 8px;
	font-size: 11px;
	line-height: 24px;
	background: #efefef;
	color: #666;
}

img {
	display: block;
	width: 100%;
	margin-bottom: 24px;
	overflow: auto;
}

h2.intro {
	text-align: right;
	color:#5a99ce;
	margin: 0;
	padding: 0;
	font-size: 16px;
}