* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 14px/24px "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	background: #283235 url(img/omgsean.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 190px;
	width: 950px;
        position: relative;
}
#floating-link { 
  display: block;  
  height: 200px; 
  width: 170px; 
  position: absolute;
  left: 10px;
  top: 0px;
}
#content {
	margin: 0px;
	padding: 0px;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 950px;
}
#pages {
	float: right;
	margin: 0px;
	padding: 25px 0px 0px;
}
#pages  ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}
#pages  ul  li {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	list-style: none;
	display: inline;
}
li.search input  {
	margin: 0px 0px 0px 25px;
	width: 140px;
}
a {
	color: #41c7f1;
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
input, textarea {
	background: white;
  border: 0;
	color: black;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	margin: 0px;
	padding: 5px;
}

.dropform input, .dropform textarea {
	margin-bottom: 10px;
}

#comment-form { margin-top: 30px; }
#comment-form .metainfo h2 { margin-top: 20px; }

a:hover {
	color: #41c7f1;
	text-decoration: underline;
}
#header a {
	font-weight: bold;
	color: #697072;
	text-decoration: none;
}
#header a:hover {
	font-weight: bold;
	color: #697072;
	text-decoration: underline;
}
#posts {
	float: left;
	width: 740px;
}
#rightcol {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 170px;
	color: #707779;
	font-size: 11px;
	line-height: 15px;
}
h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px;
}

.spacer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}
.post {
	margin: 0px;
	padding: 0px 0px 60px;
	float: right;
	width: 550px;
}

.single { padding-bottom: 30px; }

.shortpost {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 550px;
}

.commentpost {
	margin: 20px 0px 0px;
	padding: 20px 0px 0px;
	float: right;
	width: 550px;
        min-height: 80px;
        border-top: 1px dotted #707779;
}
.first { border: 0; margin: 0; }

.bodycopy {
	margin: 0px;
	padding: 0px;
	position: relative;
}
.metainfo {
	color: #707779;
	font-size: 10px;
	line-height: 15px;
	width: 150px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: -190px;
	top: 0px;
}
.metainfo a, #rightcol a {
	color: #196d7f;
	text-decoration: none;
}
.metainfo a:hover, #rightcol a:hover {
	color: #196d7f;
	text-decoration: underline;
}
h1 {
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px;
}
.post p {
	margin: 0px;
	padding: 0px 0px 10px;
}
.runit {
	margin: 0px;
	padding: 0px 0px 50px;
}
.runit ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: url(img/dotline.gif) no-repeat left top;
}
.runit ul li {
	background: url(img/dotline.gif) no-repeat left bottom;
	font-size: 12px;
	line-height: 30px;
}

.runit div.aktt_tweets li {
	font-size: 11px;
	line-height: 13px;
	padding: 10px 0px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}


pre {
	background: #1e2628;
	margin: 0px 0px 10px;
	padding: 10px;
	width: 515px;
	overflow: auto;
	/* hacky stuff 
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap; 
	white-space: -o-pre-wrap; 
	word-wrap: break-word; 
	_white-space: pre; /* IE only hack to re-specify in addition to word-wrap */	
}

code { font: 12px/15px Monaco, Courier, monospace; }
.avatar { border: 1px #697072 solid; padding: 2px; }