body {
	background-image: url('bg-clouds.png');
	background-color: #c0deed;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 -85px;
	
	font-family:'Lucida Grande',sans-serif;
	font-size:0.75em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	height: 860px;
}

#maincontent {}

#header {
	position: absolute;
	top: 15px;
	left: 15px;
}
#header h1 {
	text-align: center;
	font-family: Geneva,Helvetica,Verdana,Arial,Serif;
	color: #000;
	padding: 0px;
	margin: 0px;
}

#blurb {
	position: absolute;
	top: 0px;
	left: 135px;
}

#blurb p {
	line-height: 11px;
	text-align: justify;
	font-family: Geneva,Helvetica,Verdana,Arial,Serif;
	color: #000;
	font-size: small;
	font-weight: 400;
	height: 13px;
}

#contents {
	position: absolute;
	top: 80px;
	height: 850px;
	width: 780px;
	background-color: #fff;
	overflow: hidden;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

#container {
	position: absolute;
	height: 840px;
	margin: 5px;
	padding: 5px;
}

#container span { }
#container ol {
	list-style-type: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 830px;
	width: 765px;
	overflow: auto;
}
#container ol li {
	border-bottom: 1px solid #666; 
	height: 68px;
	min-height:48px;
	/* width: 460px; */
	margin: 5px;
}
#sidebar-wrapper {
	position: absolute;
	top: 80px;
	left: 800px;
	width: 220px;
	height: 850px;
	background-color: #fff;
	padding-left: 10px;
	overflow: hidden;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
#sidebar {
	width: 200px;
	height: 840px;
}

span.author {}
span.entry-content { margin: 5px; }
span.entry-meta {}
span.meta {}
span.published { }
span.status-body {
	top: 0px;
	vertical-align: top; 
	display:block;
	margin-left:56px;
}
span.timestamp {
	margin: 2px;
	text-align: left;
}
span.vcard { margin: 0px; }

a.entry-date { text-decoration: none; color: #666; }
a.hashtag { text-decoration: none; color: #00f; }
a.hashtag:visited { text-decoration: none; color: #00f}
a.profile-pic { text-decoration: none; color: #00f; }
a.screen-name { text-decoration: none; }
a.screen-name:visited { text-decoration: none; color: #00f; }
a.tweet-url { text-decoration: none; color: #00f; }
a.tweet-url:visited { text-decoration: none; color: #00f; }
a.url {}

img.photo {
	width: 48px;
	height: 48px;
	border: 0px;
	padding: 0px;
	margin: 5px;
	float: left;
}
img.fn {}
