
/* General */

body {
	background: url("/images/bg.jpg") repeat-x rgb(5,5,5);
	margin: 0;
	padding: 0 0 2em 0;
	text-align: center;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

a img {
	border: none;
}

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

li {
	margin: 0;
	padding: 0;
}

#container {
	background: url("/images/main_bg.jpg") repeat-x 0 220px;
}

#main {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-image: url("/images/content_bg.png") !important;
	background-image: url("/images/content_bg_alt.png");
	background-position: 271px 285px;
	background-repeat: no-repeat;
	left: -25px;
}


/* Header */

#header {
	width: 801px;
	height: 176px;
	background: url("/images/hdr_bg.png") no-repeat;
	margin: 0;
	position: absolute;
	top: 27px;
	left: 92px;
}

#header h1 {
	background: url("/images/twerrified.png") no-repeat;
	width: 742px;
	height: 124px;
	position: relative;
	top: 8px;
	left: 25px;
}

#header a {
	display: block;
	width: 742px;
	height: 124px;
}

#header h1 span {
	display: none;
}


/* Sidebar */

#sidebar {
	width: 220px;
	background: url("/images/monster.png") no-repeat;
	position: absolute;
	top: 187px;
	left: 45px;
	padding-top: 290px;
}

#credits {
	margin: 0 0 0 58px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
	width: 141px;
	height: 42px;
	background: url("/images/credits_bg.png") no-repeat;
}

#credits p {
	margin: 0;
	padding: 0.7em 0 0 0;
	line-height: 1.2em;
}

#credits a {
	text-decoration: none;
	color: #00e3ff;
}

#credits a:hover {
	text-decoration: underline;
}


/* Content */

#content {
	background: url("/images/bg.jpg") repeat-x rgb(5,5,5);
	width: 594px;
	margin-left: 298px;
	padding-top: 220px;
}

ul#twitter {
	margin: 0 19px;
}

ul#twitter .tweet {
	padding: 1.1em 0.8em 1.2em 0;
	position: relative;
	min-height: 60px;
	background-image: url("/images/divider.png") !important;
	background-image: url("/images/divider_alt.png");	
	background-position: top left;
	background-repeat: repeat-x;	
}

ul#twitter li.latest .tweet {
	background-image: none !important;
	background-image: none;
}

ul#twitter .avatar {
	width: 56px;
	height: 56px;
	background: url("/images/profile_pic_bg.png") no-repeat;
	position: absolute;
	left: 15px;
	margin: 2px 0 0 0;
}

ul#twitter .avatar img {
	display: block;
	position: relative;
	top: 4px;
	left: 4px;
}

ul#twitter .content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #bbb;
	margin: 0 0 0 87px;
}

ul#twitter a {
	color: #fff;
	text-decoration: none;
}

ul#twitter a:hover {
	text-decoration: underline;
}

ul#twitter a.username {
	color: #ff3e2f;
}

ul#twitter .status {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #8a8a8a;
	margin: 0.7em 0 0 87px;
	padding-left: 0.1em;
}

ul#twitter .status a {
	text-decoration: none;
	color: #8a8a8a;
}

ul#twitter .status a:hover {
	text-decoration: underline;
	color: #ababab;
}

ul#twitter span.twerror {
	background-color: #000;
	color: #f4e400;
	padding: 0 0.2em;
}
