body, html {
	background:#fff none repeat scroll 0 0;
	border:0 none;
	color:#333333;
	font-family:Georgia,'Times New Roman',Times;
	font-size:14px;
	line-height:150%;
	margin:0;
	padding:0;
}

.wrapper {
	margin:auto;
	width:960px;
}

#left_column {
	float: left;
	width: 220px;
}

#centre_column {
	float: left;
	width: 520px;
}

#right_column {
	float: left;
	width: 190px;
	text-align: right;
	margin-top: 120px;
	font-size: 11px;
	margin-left: 10px;
	padding-left: 19px;
	border-left:1px solid #ddd; 
	color:#999;
}

pre {
	font-size:10px;
}

a {
	background:#F9FC7E none repeat scroll 0 0;
	color:#333333;
	padding:1px 2px;
	text-decoration:none;
}

a:hover {
	/*background:transparent none repeat scroll 0 0;*/
	color:#666666;
}

h1 {
	color:#666666;
	font-weight:normal;
	margin-bottom:0;
	font-size:34px;
}

h1 span {
	color: #CCC;	
}

h1 a {
	color: inherit !important;
	background:transparent none repeat scroll 0 0;
	text-decoration:none !important;
}

h2 {
	color:#666666;
	font-weight:normal;
	margin-bottom:0;
	font-size: 24px;
	line-height: 120%;
	margin-left: -4px;
}

h3 {
	color:#666666;
	font-weight:normal !important;
	margin-bottom:0;
}

h4 {
	color:#666666;
	font-weight:normal;
	margin-bottom:0;
}

img {

}

img a {
	background:#FFFFFF none repeat scroll 0 0 !important;
	margin:0;
	text-decoration:none !important;
}

input {
	border:1px solid #999999;
}

.twitter_time {
	font-size: 10px;
	font-style:italic;
	padding-left: 10px;
	color:#999;
}

.photo a, .disqus a {
	background:#FFFFFF none repeat scroll 0 0 !important;
	text-decoration:none !important;
}

.header {
	margin-bottom:20px;
	padding-left: 25px;
}


.right_column {

}

.main {
	margin:50px 0;
}

.datetime {
	border-right:1px solid #999999;
	clear:both;
	color:#666666;
	float:left;
	font-size:12px;
	line-height:150%;
	margin-left:-250px;
	padding-right:20px;
	position:relative;
	text-align:right;
	width:200px;
}

.navleft {
	float:left;
	font-size:12px;
	position:relative;
}

.navright {
	float:right;
	font-size:12px;
	position:relative;
}

.navcenter {
	padding-top: 10px;
	padding-bottom: 30px;
	text-align:center;
	width:500px;
	color:#999;
	font-size: 72px;	
}

.pagenav {
}

.pagenav span {
	font-size: 18px;
	color:#BBB;	
}

.datetime a {
	color:#666666;
}

.post {
	padding-bottom:30px;
	padding-left: 25px;
	/*margin-left: -30px;
	border-left:1px solid #999999;*/
}

.short_quote {
	color:#666666;
	font-size:62px;
	line-height:110%;
	margin:0;
	padding:0;
}

.medium_quote {
	color:#666666;
	font-size:36px;
	line-height:115%;
	margin:0;
	padding:0;
}

.long_quote {
	color:#666666;
	font-size:24px;
	line-height:130%;
	margin:0;
	padding:0;
}

a .notes {
	background:transparent none repeat scroll 0 0;
	text-decoration:none !important;
}

.notes a {
	background:transparent none repeat scroll 0 0;
	text-decoration:none !important;
}

img .notes {
	border:1px solid #999999;
	margin:0;
	padding:3px;
}

.notes img {
	border:1px solid #999999;
	margin:0;
	padding:3px;
}

.disqus {
	color:#333333 !important;
	font-family:Georgia,'Times New Roman',Times !important;
	line-height:150% !important;
	size:16px;
}

.microheader_wrapper {
	
	width: 100%;
	background-color:#ebebf7;
	background-color:#ebebeb;
	height: 42px;
	color:#666;
	font-size: 11px;
	overflow: hidden;
	z-index: 100;
}

.microheader {
	padding-top: 8px;
	padding-left: 12px;
	/*margin: auto;
	width: 500px;*/
}

.microheader ul {
	list-style: none;
	text-indent: 0;
	padding: 0;
	margin: 0;
}

.microheader ul.left {
	float: left;
	display: inline;
}

.microheader ul.right {
	float: right;
}

.microheader ul li {
	float: left;
	margin-right: 10px;
	padding: 1px 6px;
	background-color: #d5d5ed;
	background-color: #d5d5d5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e5e5e5;

}

.microheader ul li:hover {
	background-color: #BBD;
	border: 1px solid #BBD;

}

pre {
	border: 1px dashed #69F;
	padding: 10px;
}



