html{
	
}

body {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
	min-width: 1000px;
	max-width: 1600px;
}

td, th {
	font-size: 12px;
}

p {
    margin: 0 0 15px;
}

a img {
	border: 0;
}

a, a:link {
	text-decoration: none;
}

a:visited {
}

a:hover {
}

h1 {
	font-size: 18px;
	padding-bottom: 6px;
}

h2 {
	font-size: 16px;
	margin-top: 3em;
}

input, textarea, select {
	color: #bbb;
}
input:focus, textarea:focus, select:focus {
    background-color: #860202;
}
textarea {
	padding: 5px;
}

ul, ol {
    padding: 0 0 0 1em;
}

li {
    margin: 0;
    padding: 0;
}

.redbox {
	background-color: #270000;
	padding: 10px;
	border: 1px solid #ff9932;
}

a.newItemButton {
	background-color: #550000;
	border: 1px solid #000;
	padding: 2px 7px;
}

a.newItemButton:hover {
	background-color: #770000;
}

table.headless > tbody > tr:first-child > th, table.headless > tbody > tr:first-child > td {
    border-top: none;
}

.error, .errorlist {
    color: red;
}

/************************** TOP **************************************/

#top {
	width: 100%;
	margin: 0;
	height: 200px;
	background: url('../images/head_bg.png') right bottom no-repeat;
	position: relative;
	z-index: 3;
    text-align: center;
    padding-top: 20px;
}

#logo {
/*    display: block;*/
}

/************************** GAMENAV **********************************/

#gamenav {
	width: 100%;
	height: 54px;
	padding: 0;
	text-align: center;
	position: relative;
}

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

#gamenav ul li {
	margin: 0;
	display: inline-block;
}

#gamenav a {
	display: inline-block;
	font-size: 2em;
	margin-top: 3px;
	padding: 8px 2.5em;
	/*text-transform: uppercase;*/
    vertical-align:middle;
	
	color: #ccc;
	background-color: rgba(10, 10, 10, 0.4);
}

#gamenav a:hover,
#gamenav a:active {
	color: #ff0;
}

#gamenav a.active {
	background-color: rgba(10, 10, 10, 0.7);
}

#gamenav a#donate-link {
	position: absolute;
	top: 0;
	right: 0;
}

/************************** INFOBAR *********************************/

#infobar-nav {
    position: absolute;
    bottom: 0px;
    height: 40px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
}


/************************** USER NAV**********************************/


#redpart {
    padding-top: 10px;
}


#user-nav {
    margin-left: 150px;
    margin-bottom: -5px;
}

#user-nav ul {
    padding: 0;
}

#user-nav ul > li {
    float: left;
    margin-left: 20px;
    list-style-type: square;
    color: #c00;
}

#user-nav ul > li:first-child {
    list-style-type: none;
}

#user-nav ul > li > span {
    color: white;
}

#user-nav .revora-id > a {
    font-weight: bold;
}


/************************** MAIN *************************************/

#main {
	width: 100%;
	vertical-align: top;
}

/* --- zijbalken --- */
#main_left, #main_right {
	width: 144px;
	min-width: 144px;
	vertical-align: top;
	padding: 10px;
}

/* --- frame links --- */
#main_tl, #main_bl, #main_l {
	width: 30px;
	min-width: 30px;
	max-width: 30px;
	padding: 0;
	text-align: right;
}

/* --- frame rechts --- */
#main_tr, #main_br, #main_r {
	width: 30px;
	min-width: 30px;
	max-width: 30px;
	padding: 0;
	text-align: left;
}

/* --- frame onder --- */
#main_b, #main_bl, #main_br {
	height: 140px;
	min-height: 140px;
	max-height: 140px;
	padding: 0;
	vertical-align: top;
}
#main_fb {
	height: 140px;
	min-height: 140px;
	max-height: 140px;
}

/* --- frame boven --- */
#main_t, #main_tl, #main_tr {
	height: 38px;
	min-height: 38px;
	max-height: 38px;
	padding: 0;
	vertical-align: bottom;
}
#main_ft {
	height: 38px;
	min-height: 38px;
	max-height: 38px;
}


/* --- frame boven midden --- */
#main_t {
	background: url('../images/frame_t.png') bottom repeat-x;
	text-align: center;
}
/* --- frame boven rechts --- */
#main_tr {
	background: url('../images/frame_tr.png') bottom no-repeat;
}
/* --- frame boven links --- */
#main_tl {
	background: url('../images/frame_tl.png') bottom no-repeat;
}

/* --- frame onder midden --- */
#main_b {
	background: url('../images/frame_b.png') repeat-x top;
	text-align: center;
}
/* --- frame onder rechts --- */
#main_br {
	background: url('../images/frame_br.png') top no-repeat;
}
/* --- frame onder links --- */
#main_bl {
	background: url('../images/frame_bl.png') top no-repeat;
}

/* --- frame links midden --- */
#main_l {
	background: url('../images/frame_l.png');
	vertical-align: middle;
}
/* --- frame rechts midden --- */
#main_r {
	background: url('../images/frame_r.png');
	vertical-align: middle;
}

/* --- frame inhoud --- */
#main_c {
	padding: 30px;
	background-color: #190000;
	vertical-align: top;
	height: auto;
}

#main_fc {
	height: auto;
}


/************************** SECTIONS *************************************/

/* Account Management */

section.s_account {
}

table.accountinfo {
    width: 90%;
}

table.accountinfo > tbody > tr > th, 
table.accountinfo > tbody > tr > td  {
    border: 0;
}

table.accountinfo .gamename {
    font-weight: normal;
    font-size: 90%;
}

table.accountform {
    width: auto;
}

table.accountform > tbody > tr > th, 
table.accountform > tbody > tr > td  {
    border: 0;
}

table.accountform > tbody > tr > td {
    padding-left: 1em;
}

table.accountform > tbody > tr > td span.helptext {
    display: inline-block;
    margin-top: 0.25em;
}


/* Login */

section.s_login {
}

section.s_login form .fieldWrapper {
    margin-bottom: 0.5em;
}

section.s_login form label {
    width: 8em;
}

section.s_login input[type="text"],
section.s_login input[type="email"],
section.s_login input[type="password"] {
     width: 15em;
}


table.login {
    width: auto;
}
table.login > tbody > tr > th {
    padding-right: 3em;
}
table.login > tbody > tr > th, table.login > tbody > tr > td {
    border: none;
}


table.registration {
    width: auto;
}
table.registration > tbody > tr > th, table.registration > tbody > tr > td {
    border-color: #999;
    padding: 10px;
}
table.registration > tbody > tr > th {
    padding-right: 3em;
}
table.registration > tbody > tr > td span.helptext {
    display: inline-block;
    margin-top: 0.25em;
}

form#registration-form {
    margin-bottom: 2em;
}


/* Download */

section.s_download {
}

table.downloads {
    margin: 0 auto;
    margin-top: 3em;
    width: 80%;
}

table.downloads > tbody > tr > td, table.downloads > tbody > tr > th {
    text-align: center;
    border-top: 2px solid #333;
    padding: 1em 0;
}

table.downloads img {
    padding: 0.5em 0;
}

/*#download table {
    text-align: center;
    margin-top: 2em;
}

#download table th {
    font-size: 1.3em;
    padding-bottom: 0.5em;
}

#download table td {
    padding: 0 1em;
}*/


/* Users */

section.s_users {
}

table.user-detail {
    margin-top: 2em;
    width: auto;
}

table.user-detail > tbody > tr > th {
    padding-right: 3em;
}

table.user-detail > tbody > tr > th, section.s_users table.user-detail > tbody > tr > td {
    border-color: #999;
}

section.s_users form.user-search label {
    margin-right: 1em;
}

section.s_users form.user-search span.helptext {
    margin-left: 0.5em;
}


/* Profiles */

section.s_profiles {
}

section.s_profiles form label {
    width: 8em;
}
section.s_profiles input[type="text"] {
    width: 15em;
}

section.s_profiles ul#profile_list {
    list-style-type: disc;
}

section.s_profiles table.profile-detail {
    margin-top: 2em;
    width: auto;
}

section.s_profiles table.profile-detail > tbody > tr > th {
    padding-right: 3em;
}

section.s_profiles table.profile-detail > tbody > tr > th, section.s_profiles table.profile-detail > tbody > tr > td {
    border-color: #999;
}


/************************** BOTTOM *************************************/

#bottom {
	height: 115px;
	background: url('../images/bottombar_bg.png') bottom center repeat-x;
	text-align: center;
}

#bottom_ring {
	width: 114px;
	height: 115px;
	max-height: 115px;
	background: url('../images/ringholder.png') no-repeat;
	margin: 0 auto;
	
	font-size: 14px;
	padding-top: 52px;
	font-weight: bold;
	text-align: center;
}

/************************** MENU *************************************/

#menu {
}

#menu ul {
	padding-left: 20px;
	padding-right: 0px;
	margin-left: 0;
	margin-right: 0;
}

#menu li {
	list-style-type: square;
	color: #c00;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
}


/************************** COPYRIGHT *************************************/

#poem {
	text-align: center;
	font-size: 11px;
	font-style: italic;
}

#copyright {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-size: 10px;
}

#copyright p {
	margin: 2px;
}

#pagegentime {
	text-align: center;
	font-size: 9px;
	color: #888;
}

/************************************************************************/

.smallestfont, .smallestfont th, .smallestfont td {
	font-size: 10px;
}

.fullwidth {
	width: 100%;
}

table.datatable {
	width: 100%;
}

table.datatable th {
	border-bottom: 1px solid #ff9932;
	padding: 1px 3px;
	margin-bottom: 3px;
	white-space: nowrap;
	text-align: left;
}

table.datatable td {
	padding: 1px 3px;
	vertical-align: top;
	white-space: nowrap;
}




/************************************************************************/

#error404 {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	height: 100px;
}

#articlelist {
	width: 100%;
	font-size: 10px;
}

#articlelist th {
	border-bottom: 1px solid #ff9932;
	padding: 1px 3px;
	margin-bottom: 3px;
	white-space: nowrap;
	text-align: left;
}

#articlelist td {
	padding: 1px 3px;
	vertical-align: top;
	white-space: nowrap;
}


#news .newsblock {
	margin-bottom: 50px;
}

#news .newstitle {
	color: #ffff00;
	font-weight: bold;
	margin-bottom: 2px;
}

#news .newsinfo {
	border-bottom: 1px solid #ff9932;
	margin-top: 0;
	padding-bottom: 2px;
	font-size: 10px;
}

#news .newsmessage {
}

#news .quotetop {
	display: none;
}

#news .quotemain {
	background-color:#330000;
	margin: 20px 30px;
	padding: 5px;
	border: 1px solid #990000;
}

#userlist {
	width: 100%;
}

#userlist td {
	padding: 2px;
}

#userlist .avatar {
	width: 50px;
	height: 50px;
}

#userlist .data {
	width: 33%;
}


#filter {
	width: 100%;
	background-color: #270000;
	border: 1px solid #ff9932;
}
#filter td {
	white-space: nowrap;
	vertical-align: middle;
	padding: 5px;
}
#filter td.head {
	font-weight: bold;
	padding: 10px;
}
#filter td.hiddenbox {
	text-align: center;
}
#filter td.buttonbox {
	text-align: right;
	width: 100%;
}




#articleGamesList {
	font-weight: bold;
	line-height: 24px;
	vertical-align: middle;
}

#articleInfo {
	width: 100%;
	vertical-align: top;
	background-color: #270000;
	border: 1px solid #ff9932;
	margin-bottom: 20px;
}

#articleInfo td {
	vertical-align: top;
}

#articleInfo .avatar {
	text-align: center;
	width: 110px;
	min-height: 110px;
	padding: 5px;
}

#articleInfo .avatar .username {
	font-weight: bold;
	font-size: 14px;
}

#articleInfo .single {
	height: 14px;
}

#articleInfo .propname {
	font-weight: bold;
}

#articleInfo .propvalue {
}

#articleInfo .rating {
	width: 120px;
	text-align: center;
	border-left: 1px solid #ff9932;
}

#articleInfo .rating .head {
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
}

#articleInfo .rating .subhead {
	font-weight: bold;
	margin: 0;
}

#articleInfo .rating .number {
	font-weight: bold;
	font-size: 20px;
	color: #ff0;
	margin: 0;
}

#articleInfo .rating .part {
	width: 50%;
	text-align: center;
	font-size: 10px;
}

#articleInfo .rating .votes {
	margin: 0;
	margin-top: 5px;
	font-weight: bold;
}

#articleInfo .rating .voteform {
	margin-top: 5px;
	padding: 2px;
	border-top: 1px solid #ff9932;
}

#articlePageList {
	padding: 3px;
}

#articlePageList .tab {
	background-color: #270000;
	padding: 2px 5px;
	border: 1px solid #ff9932;
	border-bottom: none;
}

#articlePageList .taba {
	background-color: #880000;
	padding: 2px 5px;
	border: 1px solid #ff9932;
	border-bottom: none;
	font-weight: bold;
}

#articlePageBrowseBar {
	text-align: center;
	margin: 0;
}

#articlePageBrowseBar .tab {
	background-color: #270000;
	padding: 2px 5px;
	margin-top: 0;
	border: 1px solid #ff9932;
	border-top: none;
	line-height: 20px;
}

#articlePage {
	background-color: #270000;
	padding: 10px;
	border: 1px solid #ff9932;
}

.bb_block {
	width: 100%;
	_width: 90%;
	margin: 10px 30px;
}

.bb_block .head {
	background-color: #880000;
	font-weight: bold;
	height: 15px;
	padding: 5px;
	line-height: 15px;
}

.bb_block .body {
	padding: 5px;
	background-color: #000;
	border: 1px solid #880000;
	border-top: none;
}

.articleComment {
	background-color: #270000;
	padding: 10px;
	border: 1px solid #ff9932;
	margin-top: 20px;
}

.articleComment .info {
	font-weight: bold;
	margin-top: 0;
	border-bottom: 1px solid #ff9932;
	padding-bottom: 2px;
}

.articleComment .body {
}

#articleCommentForm {
	background-color: #270000;
	padding: 10px;
	border: 1px solid #ff9932;
	margin-top: 20px;
}

#articleCommentForm textarea {
	width: 100%;
}

#articleCommentForm input {
}

#userInfo {
	width: 100%;
	background-color: #270000;
	border: 1px solid #ff9932;
}

#userInfo .avatar {
	padding: 10px;
	vertical-align: top;
	text-align: center
}

#userInfo .info {
	padding: 10px 10px 10px 0;
	vertical-align: top;
	width: 100%;

}

#userInfo h1 {
	margin-top: 0;
}

#edititem {
	width: 100%;
}

#edititem td {
	vertical-align: top;
}

#edititem td.label {
	font-weight: bold;
}

#references {
	background-color: #270000;
	padding: 10px;
	border: 1px solid #ff9932;
}


.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}


.col-50 {
	width: 50%;
}

.col-33 {
	width: 33%;
}

.col-66 {
	width: 66%;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*
 * INTRO
 */
 
#intro div:first-child p {
	margin-top: 2em;
}

#affiliates p {
	text-align: center;
    margin-top: 20px;
}



/*
 * SETUP
 */

#setup > section {
	margin-bottom: 2em;
}

#setup-text > section {
	/*margin: 0 auto;
	width: 560px;*/
}

#setup-carousel {
	margin: 0 auto;
	width: 800px;
}

#setup-video iframe {
	display: block;
	margin: 0 auto;
}

#setup #tabs {
	margin-top: 2em;
	overflow: hidden;
}

#tabcontrols label {
	color: #FF9932;
	cursor: pointer;
}


/*
 * BUGS
 */
 
#bugs dl {
	
}

#bugs dl dt {
	margin-left: 1em;
	display: list-item;
	list-style-type: bullet;
	font-weight: bold;
}

#bugs dl dd {
	margin-left: 2em;
}


/*
 * FAQ
 */

#faq dl dt {
	font-weight: bold;
	margin-bottom: 0.33em;
}

#faq dl dd {
	margin-left: 0;
	margin-bottom: 1em;
}
 
#faq dl dt:before {
	content: "Q: ";
}

#faq dl dd:before {
	content: "A: ";
}

/*
 * DONATE
 */
#donate form {
	margin-top: 1em;
}



/* Accounts and Profiles */

span.account_banned {
    color: red;
}

span.profile_hidden {
    font-style: italic;
}

span.profile_disabled {
    color: red;
}

span.profile_disabled.list {
    text-decoration: line-through;
}
