html, body, div, p, ul, li, a, img, h1, h2, pre, form, fieldset, label, input, select, textarea { 
	margin: 0; 
	padding: 0; 
}

html, body {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}

body {
	background: #000 url('/img/themes/v12/chicago.png') no-repeat left bottom;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 1.2px;
}

a:link, a:visited, a:active { 
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#intro {
	position: relative;
	width: 475px;
	height: 240px;
	margin: 72px 0 0 25px;
}

#intro #bio {
	width: 100%;
	height: 130px;
	background: url('/img/themes/v12/sprites.png') no-repeat 0 0;
}

#intro #bio h1,
#intro #bio h2,
#intro #bio h3 {
	display: none;
}

#intro #twitter {
	padding: 25px 130px 0 43px;
	color: #FFF;
}

#intro #twitter .status {
	margin: 0 0 15px 0;
	font-size: 11px;
	line-height: 17px;
}

#intro #twitter .blurb,
#intro #twitter .blurb a {
	font-size: 10px;
	color: #555;
}

#intro #bird {
	position: absolute;
	top: 158px;
	right: 14px;
}

#intro #bird a {
	display: block;
	width: 89px;
	height: 60px;
	background: url('/img/themes/v12/sprites.png') no-repeat -372px -158px;
}

#intro #bird a span {
	display: none;
}

#phork {
	position: absolute;
	top: 72px;
	right: 60px;
}

#phork .logo {
	width: 218px;
	height: 112px;
	margin: 0 0 0 85px;
	background: url('/img/themes/v12/sprites.png') no-repeat -253px -243px;
}

#phork .logo a {
	display: block;
	width: 117px;
	height: 114px;
	margin: 0 0 0 62px;
	background: url('/img/themes/v12/sprites.png') no-repeat 0 -244px;
}

#phork .logo a:hover {
	margin-left: 60px;
	background: url('/img/themes/v12/sprites.png') no-repeat -119px -244px;
}

#phork .title {
	width: 352px;
	height: 71px;
}

#phork .title a {
	background: url('/img/themes/v12/sprites.png') no-repeat 0 -389px;
}

#blobbr {
	position: absolute;
	width: 321px;
	right: 20px;
	bottom: 20px;
	background: url('/img/themes/v12/sprites.png') no-repeat -391px -352px;
}

#blobbr .title {
	width: 320px;
	height: 78px;
	margin: 0 0 18px 0;
}

#blobbr .title a {
	background: url('/img/themes/v12/sprites.png') no-repeat 0 -478px;
}

#phork .title a,
#blobbr .title a {
	display: block;
	width: 100%;
	height: 100%;
}

#phork .logo a span,
#phork .title a span,
#blobbr .title a span {
	display: none;
}

#blobbr .blobbr-widget {
	float: right;
	border: 6px solid #FFF;
	overflow: hidden;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 13px;
	height: 24px;
	background: url('/img/themes/v12/sprites.png') repeat-x 0 -565px;
}

#footer div {
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 24px;
}

#footer div.first,
#footer div.middle {
	padding: 0 45px 0 7px;
}

#footer div.last {
	padding: 0 5px;
}

#footer div,
#footer div a {
	color: #999;
}

#footer div a {
	padding-left: 10px;
}
