/* Main.CSS Styled By Tesla & Zhalix */

@import url("navbar.css");


.rndyt {
font-family: verdana;
margin: auto;
line-height:normal;
height: 27px;
}

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

.rndyt li {
display:inline;
margin:0;
padding: 0;
}

.rndyt a {
float:left;
margin:0;
text-decoration:none;
font-weight: bold;
font-size: 12px;
margin-top: 8px;
height: 18px;
-moz-border-radius-topright: 3px;
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
}
.rndyt a span {
float:left;
display:block;
padding:0px 10px 0px 10px;
color:#FFF;
background-color: #444;
border-style: solid;
border-width: 1px;
border-color: #000;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
}
/* Commented Backslash Hack hides rule from IE5-IE6-IE7-Mac \*/
.rndyt a span {
float:none;
padding-top: 1px;
padding-bottom: 2px;
}

/* End IE5-IE6-IE7-Mac hack */
.rndyt a:hover span {
}
/* Selected Tab style */
.rndyt a.active {
background-color: #f79122;
}
.rndyt a.active:hover span {
background-color: #f79122;
}
.rndyt a:hover span {
background-color: #f79122;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
}



/* General */


body {
	width: 930px;
	font-family: Arial,Helvetica,sans-serif;
	color: white;
	background-color: #161616;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}

hr {
  border-color: #444;
  border-style: dotted;
  border-width: 2px 0 0;
  clear: both;
  margin: 0 0 20px;
  height: 0;
}

td { 
	font-family: Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}


img {
	border: none;
}


a {
	outline: none !important;
}


a:link {
	color: #78cb00;
	font-family: Arial,Helvetica,sans-serif;
	line-height: normal;
	font-size: 12px;
	text-decoration: none;
}


a:hover {
	color: white;
	font-family: Arial,Helvetica,sans-serif;
	line-height: normal;
	font-size: 12px;
	text-decoration: none;
}


a:visited {
	color: #78cb00;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
}


#footer_container {
	clear: both;
	color: #444;
}


input, textarea {
	background-color:#222;
	border: 1px solid #353434;
	color: #FFF;
}


/* Site Header */

#site_header {
	background-image: url(../images/site_header.png);
	float: left;
	height: 147px;
	width: 929px;
}

#userarea {
	position: relative;
	float: right;
	right: 15px;
	top: 45px;
	padding : 10px;
	font-size : 1em;
	color : #ddd;
	font-family : tahoma, sans-serif;
	background-color: #000000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	opacity: 0.75;
}
#userarea a:link, #userarea a:visited {
	color : #eee;
}
#userarea a:hover {
	color : #ffffff;
	text-decoration : underline;
}

/* Floating Join Button */

#float_join_button{
	border: 0;
	position: fixed;  
	top: 45px; 
	left:0;
}

/* index.php - Sidebar */


#sidebar {
	margin-top: 9px;
	margin-right: 3px;
	float: left;
	width: 228px;
}


.sidebar_container {
	background-color: #000;
	width: 228px;
	border: 1px solid #353434;
	margin-bottom: 9px;
}


.sidebar_header {
	background-image: url(../images/body_header_left.png);
	height: 27px;
	width: 228px;
	line-height: 27px;
	font-size: 1em;
	font-weight: bold;
}


.sidebar_header  a {
	position: relative;
	top: 4px;
	padding-left: 5px;
	padding-right: 5px;
}


.sidebar_content {
	padding: 5px;
	display: block;
}


#donation_container  form input{
	background-color: #000;
	border: 0px;
}

#recentpost_container .sidebar_content {
	white-space: nowrap;
}


#sidebar ul {
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0;
	margin-bottom: 0;
}


#modsonline_container li {
	background-image: url('/images/urt.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
}

#recentpost_container li {
        background-image: url('/forum/Themes/Debase_1up_RC3_ver/images/topic/normal_post.gif');
	/* background-image: url('/images/topic_icon.gif'); */
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
}

#ts3online_container li {
        background-image: url('/images/ts3.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
}


#externallinks_container li {
	background-image: url('/images/ext_links.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
}



/* index.php - Right Body */

#right_body {
	margin-top: 9px;
	float: right;
	width: 694px;
}


.right_container {
	background-color: #000;
	border: 1px solid #353434;
	width: 694px;
	margin-bottom: 9px;
}


.right_header {
	background-image: url(../images/body_header_right.png);
	line-height: 27px;
	height: 27px;
	width: 694px;
	font-size: 1em;
	font-weight: bold;
}


.right_header  a {
	position: relative;
	top: 4px;
	padding-left: 5px;
	padding-right: 5px;
}


#featured_container .right_content {
	padding: 0px;
}


.feat_title {
	color: #FFFF00;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana;
	padding: 5px;
}


.feat_reg_text{
	color: #FFF;
	font-style: italic;
	font-family: Verdana;
	padding: 5px;
}


.right_content {
	padding: 10px;
	display: block;
}


.news_timestamp {
	float: right;
	font-size: 10px;
}


.news_timestamp a {
	color: #555555;
	font-size: 10px;
}


.news_timestamp a:hover {
	color: #999999;
	font-size: 10px;
}


.news_title {
	font-weight: bold;
	font-size: 14px !important;
	position: relative;
	top: -5px;
}


.news_body {
	padding: 20px;
}


.post {
	padding-left: 15px !important;
	padding-right: 15px !important;
}


.smaller {
	font-size: x-small;
	color: #555555;
	float: right;
}


.smaller a {
	font-size: x-small;
	color: #fff;
}


/* begin generic box model classes */

/* full width box */
.box929_container{  
	background-color: #000;
	border: 1px solid #353434;
	width: 929px;
	margin-top: 9px;
	float: left;
}

.box929_header{
	background-image: url(../images/929_header.png);
	line-height: 27px;
	height: 27px;
	width: 929px;
	font-size: 1em;
	font-weight: bold;
	text-indent: 30px;
}

.box929_content{
	padding: 10px;
}


/* medium size boxes */

.box694_container{
	background-color: #000;
	border: 1px solid #353434;
	width: 694px;
	margin-top: 9px;
	float: right;
}

.box694_header{
	background-image: url(../images/694_header.png);
	line-height: 27px;
	height: 27px;
	width: 694px;
	font-size: 1em;
	font-weight: bold;
	text-indent: 30px;
}

.box694_content{
	padding: 10px;
}


/* small sized boxes */

.box228_container {
	background-color: #000;
	width: 228px;
	float: left;
	margin-right: 3px;
	border: 1px solid #353434;
	margin-top: 9px;
}


.box228_header {
	background-image: url(../images/228_header.png);
	height: 27px;
	width: 228px;
	line-height: 27px;
	text-indent: 27px;
	font-size: 1em;
	font-weight: bold;
}


.box228_content {
	padding: 0px;
	white-space: nowrap;
}

/* end generic box model classes */

/* CONDENSE THIS */

#full_mods_table > td {
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	padding: 10px;
}


#full_mods_tr_header > td {
	font-weight: bold;
	font-size: 20px;
}


#full_mods_name_header {
	width: 150px;
}


#full_mods_position_header {
	width: 150px;
}


#full_mods_online_header {
	width: 80px;
}


.full_mods_online_common {
	text-align: center;
	padding-right: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	padding: 10px;
}


.full_mods_name_common {
	font-weight: bold;
	font-size: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	padding: 10px;
}


.full_mods_position_common {
	font-weight: bold;
	font-size: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	padding: 10px;
}


.full_mods_server_common {
	font-weight: bold;
	font-size: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	padding: 10px;
}

