/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Basics */

html, body {
	background: #111 url(img/comingsoonbg.jpg) repeat center;
	color: #eee;
	font: normal 12pt Helvetica, Arial, sans-serif;
	height: 100%;
	width: 100%;
}
a:link { color: #8CF; }
a:hover { color: #CD6; }
a:active { color: #FB7; }
a:visited { color: #B7F; }


/* Header */
.header {
	margin: 64px auto;
	width: 600px;
}
.header a { float: right; }


/* Lifestream */

.wrapper {
	margin: 0px auto;
	width: 721px;
}
h1 {
	background: url(img/whatsup.png) no-repeat right;
	height: 64px;
	margin: 0 auto 16px;
	overflow: hidden;
	text-indent: -9999px;
	width: 240px;
}
ul.lifestream li {
	background: url(img/whitetrans.png);
	clear: both;
	float: right;
	margin: 0 0 56px 0;
	padding: 16px;
	position: relative;
	width: 720px;
}
ul.lifestream li div.entry-date {
	background: url(img/blacktrans.png);
	float: left;
	margin: -16px 0 0 -48px;
	padding: 8px;
	text-align: right;
	width: 160px;
}
ul.lifestream li div.entry-date p.date {
	color: #111;
	font-size: 1.33em;
	font-weight: bold;
}
ul.lifestream li div.entry-date p.time {
	color: #eee;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 -4px 0;
}
h2.entry-content {
	float: right;
	font: normal 1.33em Arial, Helvetica, sans-serif;
	width: 568px;
}
h2.entry-content a:link {
	color: #111;
	text-decoration: none;
}
h2.entry-content a:hover {
	color: #CD6;
	text-decoration: none;
}
img.favicon {
	clear: left;
	float: left;
	margin: 24px 0 0 104px;
}
div.entry-source {
	float: right;
	left: 16px;
	position: relative;
}
div.entry-source p {
	background: url(img/blacktrans.png);
	padding: 8px;
	text-align: right;
}
div.entry-source a:link {
	color: #eee;
	text-decoration: none;
}
div.entry-source a:hover {
	color: #CD6;
	text-decoration: none;
}
