html, body {
height:100%;
margin:0;
padding:0;
background: #000000;
}

body
{
	font-family: 'Lucida Sans Unicode', 'Lucida Console', 'Gill Sans MT', Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.7em;
	background: url(images/mainbg.jpg) fixed no-repeat center top #000000;
}

#container
{
	background: url(images/containerbg.jpg) top center fixed repeat-y;
	width: 980px;
	height: auto;
	overflow: hidden;
	padding: 0px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/**
 * Links
 */

a {
 font: 11px tahoma;
 text-decoration: none;
 color: #ffffff;
 font-weight: bold;
}

a:hover {
 text-decoration: underline;
}

/**
 * Top
 */ 
 
#top {
	width: 960px;
	height: 267px;
	margin-left: 10px;
}

#header {
	width: 960px;
	height: 237px;
}

#header_link {
	width: 960px;
	height: 110px;
	cursor: pointer;
}

#top h3 { 
 font: 10px tahoma; 
 margin: 0px; 
 padding: 4px 0px 0px 7px;
}

/**
 * Menu
 */
 
ul { 
 margin: 0px; 
 padding: 0px; 
 list-style: none;
}

ul li { 
 float: left; 
}

#menu {
	height: 48px;
	background: url(images/menu_bar.gif) repeat-x bottom;
	margin-left: 2px;
}
 
#menu a:hover { 
 border: none; 
}

#menu a img {
 display: block;
 border: 0px;
 width: 136px;
}

#menu a {
 height: 35px;
 display: block;
 float: left;
}
#menu a:hover img {
 display: none;
}

#home a {
 width: 136px;
 background: url('images/home_hover.gif') no-repeat;
}

#roster a {
 width: 136px;
 background: url('images/roster_hover.gif') no-repeat;
}

#awards a {
 width: 136px;
 background: url('images/awards_hover.gif') no-repeat;
}

#forums a {
 width: 136px;
 background: url('images/forums_hover.gif') no-repeat;
}

#about a {
 width: 136px;
 background: url('images/about_hover.gif') no-repeat;
}

#servers a {
 width: 136px;
 background: url('images/servers_hover.gif') no-repeat;
}

#middle {
	height: auto;
	width: 960px;
	padding: 1px 0px 0px 10px;
	margin-top: 16px;
	min-height: 500px;
}

/**
 * Left
 */
 
#left {
	float: left;
	height: auto;
	width: 179px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	color:#FFFFFF;
}

.left_column {
	width: 177px;
	height: auto;
	background: #000000 url('images/left_column_header.gif') top center no-repeat;
	margin-left: 2px;
}

.left_column_inner {
	width: 177px;
	height: auto;
	background:url(images/leftnav_menubg.png) top left repeat-y;

}

.centerblock {
	width: 290px;
	height: auto;
	background: url('images/centerblock_bg.gif') top center no-repeat;
}

.left_column a, .centerblock a{
 font-weight: normal;
}

.left_column h3, .centerblock h3 {
	font: 11px tahoma;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 35px;
}
 
.left_column ul {
 background: url('images/left_column_bg.gif') no-repeat;
 width: 177px;
 height: 112px;
 padding: 3px 0px 0px 0px;
 overflow: hidden;
 margin: 0px;
}

.left_column li {
 height: 17px;
 width: 177px;
 background: url('images/left_column_list.gif') no-repeat;
 font: 11px tahoma;
 margin: 0px 0px 0px 1px;
 padding: 4px 0px 0px 19px;
}

.left_column li span {
 color: #00CC33;
}

.sponsor_pic { 
 width: 177px;
 height: 97px; 
 background: url('images/left_column_bg.gif') no-repeat;
 margin-bottom: 2px;
 padding-top: 15px;
}

.sponsor_pic img {  
 display: block;
 margin: 0px auto 0px auto; 
}

.sponsor_pic img {
 border: 0px;
}

select { 
font-family: 'Lucida Sans Unicode', 'Lucida Console', 'Gill Sans MT', Helvetica, Arial, Verdana, sans-serif;
background-color: #000000; 
color: #ffffff; 
}

/**
 * Content
 */

#content {
	float: left;
	margin-left: 1px;
	width: 585px;
	background-repeat: no-repeat;
	color: #ffffff;
}

#content .post {
	width: 585px;
	height: auto;
	background: url('images/post_top_bg.jpg') no-repeat;
	margin-bottom: 5px;
}

#content .post h3 {
 font: 11px tahoma; 
 font-weight: bold;
 padding: 8px 0px 0px 25px;
 margin: 0px 0px 7px 0px;
}

#content .post .post_pic img { 
 display: block;
 margin: 0px auto 0px auto; 
}

#content .post .post_text { 
 background-image: url('images/post_text_bg.jpg'); 
 font: 12px tahoma; 
 padding: 0px 25px 7px 25px;
 margin: 0px;
}

#content .post .post_text p { 
 padding: 0px;
 margin: 9px 0px 0px 0px;
}

#content .post .post_info {
	width: 585px;
	height: 24px;
	background-image: url('images/post_info_bar.jpg');
	background-repeat: no-repeat;
}

#content .post .post_info p {
 font: 11px tahoma; 
 font-weight: bold;
 margin: 0px;
 padding: 4px 0px 0px 0px;
}

#content .post .post_info .post_left {
 float: left;
 padding-left: 20px;
}

#content .post .post_info .post_right {
 float: right;
 padding-right: 15px;
}

#content .post .post_info .post_left a {
 color: #ffffff;
}

.post {
color:#FFFFFF;
}
/**
 * Footer
 */
 
#footer {
	width: 960px;
	height: 0px;
	background: url('images/footer.gif') no-repeat;
	padding: 0px;
	margin: 0px auto 0px auto;
}

.clear {
    clear: both;
    display: block;
    height: 0px;
    font-size:1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* PHPBB3 latest posts */
.signatures {
border: medium double rgb(250,0,255);
background: #FBB829;
margin-top:10px;
margin-bottom:10px;
}

.text {
background: #1693A5;
margin-top:10px;
}

.unread {
color: red;
}

.avatar img {
margin-left:10px;
}

.post_info {
background: #000000;
}

.user_info {
background: #ADD8C7;
}

.attachment_info {
background: #7D96FF;
margin-top:10px;
margin-bottom:10px;
}

/* center blocks */
#centerblock {
	width: 290px;
	float: left;
	min-height:150px;
	background: url(images/post_text_bg.jpg) no-repeat center top;
	margin-bottom: 5px;

}

.centerblockcontent {
	padding:5px 10px 5px 10px;
	color: #ffffff;
}

.centerblocks {
	margin-bottom:5px;
}

/* Twitter */
#twitter_container {
border: 2px solid #990000;
color: white;
font-family: 'Lucida Sans Unicode', 'Lucida Console', 'Gill Sans MT', Helvetica, Arial, Verdana, sans-serif;
width: 585px;
margin-bottom: 5px;
}

#twitter_inner {
background: #000000;
padding: 2px;

}

#twitter {
padding: 5px;
}

.twitted ul li {
	float: none;
}

.twitted {
	border: 1px solid #888;
}

.twitted h2 {
	margin: 0;
	padding: 0.3em 0.8em;
	font-size: 1em;
	color: #fff;
	background-color: #888;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 0.8em;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #00f;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #f00;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #000000;
}