body {
	margin: 0;
	padding: 0;
	background: #151515;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 0.8em;
}

.contentColumn {
	width: 760px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

.align_center {
	text-align: center;
}

a img {
	border: none;
}

h2 {
	margin: 20px 0 0;
	font-size: 1.5em;
}

h2 a {
	color: #f60;
	display: block;
	text-decoration: none;
}

h2.twitter {
	width: 242px;
	margin-left: auto;
	margin-right: auto;
	height: 90px;
	overflow: hidden;
	text-indent: -5000em;
	background: url(twitter.png) 50% 50% no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/week2/twitter.png',sizingMethod='scale');
	padding: 0;
}

#wrapper {
	background: url(background.png) 50% 0;
}

#header {
	height: 95px;
	background: url(header_underline.png) 50% 100% no-repeat;
}

#header .contentColumn {
	background: url(logo.png) 0 0 no-repeat;
	height: 100%;
}

#header .contentColumn div {
	padding: 19px 0 0 55px;
}

#header h1,
#header h3 {
	margin: 0;
	padding: 0;
}

#header h1 {
	color: #fff;
	font-weight: normal;
	font-size: 2.5em;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
	font-family: georgia, serif;
}

#header h1 sup {
	color: #333;
	font-size: 0.6em;
	font-style: italic;
	border-bottom: solid 1px #222;
}

#header h3 {
	text-transform: uppercase;
	font-size: 1.25em;
	font-family: "Gill Sans", Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #333;
}

#header h3 a {
	color: #333;
	text-decoration: none;
}

#header p {
	position: absolute;
	bottom: 19px;
	right: 0;
	margin: 0;
	margin: 0;
	font-size: 1.5em;
	color: #333;
	text-transform: uppercase;
}

#header p a {
	color: #333;
	text-decoration: none;
}

#main {
	position: relative;
	height: 100%;
}

#main #content {
	min-height: 225px;
	background: url(inner_background.png) 0 0;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/week2/inner_background.png',sizingMethod='scale');
	overflow: hidden;
	_height: 1%;
}

#main #content .column {
	width: 300px;
	padding: 0 40px;
	float: left;
	min-height: 50px;
	position: relative;
}

#main #content .full {
	clear: both;
	padding: 0 40px;
}

#main #gradient {
	height: 225px;
	background: url(inner_gradient.png) 0 0 repeat-x;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/week2/inner_gradient.png',sizingMethod='scale');
}

/*
body.js div.twitter {
	min-height: 50px;
	background: url(loading.gif) 50% 50% no-repeat;
}

body.js div.twitter.done {
	background: none;
}
*/

.twitter p.default {
	position: relative;
}

.twitter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.twitter ul li {
	margin: 0;
	padding: 0;
	cursor: pointer;
	_cursor: hand;
	position: relative;
}

.twitter ul li blockquote {
	margin: 0;
	padding: 0 2.5em;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.twitter ul li blockquote p {
	_position: relative;
}

.twitter ul li.hover blockquote span.middle {
	text-decoration: underline;
}

.twitter ul li blockquote p span.left,
.twitter ul li blockquote p span.right {
	display: block;
	_display: none;
	position: absolute;
	font-size: 4em;
	color: #ccc;
	font-family: georgia;
}

.twitter ul li blockquote p span.left {
	top: 0;
	left: 0;
}

.twitter ul li blockquote p span.right {
	bottom: 0;
	right: 0;
	line-height: 0;
}

.twitter ul li.hover blockquote p span.left,
.twitter ul li.hover blockquote p span.right {
	color: #666;
}

.twitter ul li p.created {
	text-align: right;
	margin-top: 0;
	color: #999;
	font-style: italic;
}

.twitter ul li.hover p.created {
	color: #333;
}

#angel {
	position: absolute;
	top: 0;
	_top: auto;
	_bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
}

#angel span {
	display: block;
	width: 571px;
	height: 437px;
	background: url(angel.png) 50% 50% no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/week2/angel.png',sizingMethod='scale');
	position: absolute;
	bottom: 0;
	right: 0;
}

#footer {
	background: #151515; /* url(footer.png) 0 0 repeat-x; */
	border-top: solid 2px #f60;
}

#footer ul {
	text-align: center;
	list-style: none;
	margin: 30px;
}

#footer ul li {
	display: inline;
	padding: 20px;
}

#footer ul li a {
	color: #eee;
}

#bookmarkers {
    float: left;
	_margin-top: 30px;
}

#bookmarkers img {
    border: none;
}