html, body {
	background: #242424 url(images/bg.jpg);
	padding: 0;
	margin: 0;
	color: #000;
	padding-top: 13px;
}
body { padding: 0 5px; }

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; }
a, a:visited { text-decoration: none; color: #992f21; }
a:hover		{ text-decoration: none; color: #bd3a29; }
hr	{ height: 0px; border: solid #000 0px; border-top-width: 1px;}
form { display: inline; padding: 0; margin: 0; }
img { border: 0; }
br.spacer { height: 5px; font-size: 5px; line-height: 5px; overflow: hidden; }
caption { margin: 0; padding: 0; }
iframe { border: none; background-color: #EAEEF3; }

/* Header and Logo */
#maintable {
}
#logotable {
	background: url(images/headbg.jpg) top left repeat-x;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
#buttonstable { 
	margin-bottom: 5px; 
}
#buttonstable td { 
	background: url(images/buttons.gif) top left repeat-x; 
	height: 36px;
	overflow: hidden;
}
#header-buttons {
	font-size: 11px;
	color: #FFF;
	padding-bottom: 2px;
}
#header-buttons a, #header-buttons a:visited {
	color: #FFF;
	text-decoration: none;
}
#header-buttons a:hover { color: #DDD; text-decoration: none; }

#nav {
    background:#9C1F1B url("http://gamerarchiv.de/wordpress/wp-content/themes/default/images/gamerarchiv_02.gif") repeat-x;
    font-size:12px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:1004px;
    }
#nav, #nav ul {
    float:left;
    list-style:none;
    line-height:37px;
    padding:0;
    border:1px solid #fff;
    margin:0;
    width:1004px;
    }
#nav a {
    color:#ffffff;
    text-decoration:none;
    padding:0px 10px;
    }
#nav li {
    float:left;
    padding:0;
    border-left:1px solid #afaeae;
    border-right:1px solid #c7c7c6;
    }
#nav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:152px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#nav li li {
    width:150px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
    }
#nav li li a {
    padding:4px 10px;
    width:140px;
    font-size:12px;
    color:#dddddd;
    }
#nav li ul ul {
    margin:-21px 0 0 100px;
    }
#nav li li:hover {
    background:#9C1F1B;
    }
#nav li ul li:hover a, #nav li ul li li:hover a, #nav li ul li li li:hover a, #nav li ul li li li:hover a {
    color:#ffffff;
    }
#nav li:hover a, #nav li.sfhover a {
    color:#ffffff;
    }
#nav li:hover li a, #nav li li:hover li a, #nav li li li:hover li a, #nav li li li li:hover li a {
    color:#ffffff;
    }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
    left:-999em;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
    left:auto;
    background:#444444;
    }
#nav li:hover, #nav li.sfhover {
    background:#969696;
    }

#content-simple { 
	padding: 3px; 
	border-color: #FFF;
	border-width: 0 1px 1px 1px;
	border-style: solid;
}

/* This is the border line & background colour round the entire content */
.content-row {}
td.content { 
	padding: 5px;
}

/* This is the outline round the main forum tables */
.forumline	{ border: solid 1px #FFF; background: #fff; }

/* Forum header */
.forumheader td { 
	background: url(images/hdr_mid.gif) left bottom repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.forumheader a, .forumheader a:visited {
	color: #992f21;
	text-decoration: none;
}
.forumheader a:hover {
	color: #bd3a29;
	text-decoration: none;
}
.forumheader-mid { 
    padding-top: 2px;	
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-top: solid 1px #FFF; 
}

/* pm popup */
.pm-old { display: none; }
.pm-new { margin: 30px; }
.pm-new a, .pm-new a:visited { 
	border: solid 1px #DDD; 
	padding: 25px 45px;
	color: #992f21;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	background: #FFF url(images/cell.gif) top left repeat-x;
}
.pm-new a:hover, .pm-new a:active {
	color: #64635f;
}
/* Main table cell colours and backgrounds */
td.row1, td.row2, td.row3, td.row3Right, td.postbottom {
	border-left: solid 1px #ececec;
	border-right: solid 1px #dddddd;
	border-top: solid 1px #ececec;
	border-bottom: solid 1px #dddddd;
	background: #FFF;
}


/* Header cells - the blue and silver gradient backgrounds */
th, td.spaceRow, td.th {
	color: #FFF; 
	font-size: 11px; 
	font-weight: bold;
	background: #4A6786 url(images/th.gif) top left repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;
	border-left: solid 1px #bf3d2b;
	border-right: solid 1px #7e281d;
	border-top: solid 1px #bf3d2b;
	border-bottom: solid 1px #7e281d;
}
th.left { text-align: left; }

td.catBottom {
	background: #26629A url(images/catbottom.gif) top left repeat-x;
	height: 24px;
	padding: 1px 3px;
	border-left: solid 1px #bf3d2b;
	border-right: solid 1px #7e281d;
	border-top: solid 1px #bf3d2b;
	border-bottom: solid 1px #7e281d;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.spaceRow2 {
	background: #2C2C2C url(images/cathead.gif) top left repeat-x;
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
}
td.spaceRow, td.spaceRow2 { height: 2px; overflow: hidden; font-size: 2px; line-height: 2px; padding: 0; }
.cat,.catHead,.catSides,.catLeft,.catRight,.catBottom { font-size: 12px; }


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.catHead { font-size: 12px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000;
}


/* General text */
.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gen,.genmed,.gensmall { color: #000; }
a.gen,a.genmed,a.gensmall { color: #992f21; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #bd3a29; text-decoration: none; }

.generror { color: #000; }
.progress { background-color: #F0E80A; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #992f21; }
a.forumlink 	{ text-decoration: none; color : #992f21; }
a.forumlink:hover{ text-decoration: underline; color : #bd3a29; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color: #000;}
a.nav			{ text-decoration: none; color : #992f21; }
a.nav:hover		{ text-decoration: none; color : #bd3a29 }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color: #000; }
a.topictitle:link   { text-decoration: none; color: #992f21; }
a.topictitle:visited { text-decoration: none; color: #992f21; }
a.topictitle:hover	{ text-decoration: underline; color: #bd3a29; }

/* new thread link */
.link-new a, .link-new a:visited, .link-new a.topictitle, .link-new a.topictitle:visited { color: #e74a35; }
.link-new a:hover, .link-new a:active, .link-new a.topictitle:hover, .link-new a.topictitle:active { color: #992f21; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size: 11px; }
.postername		{ font-size: 11px; font-weight: bold; color: #1f2022; line-height: 1.5em; }

/* Location, number of posts, post date etc */
.postdetails		{ font-size: 10px; }
.posterrank		{ font-size: 9px; color: #B0B0B0; }
.posterprofile	{ font-size: 10px; color: #000; }

/* The content of the posts (body of text) */
.postbody { font-size: 12px;}
.postbody a	{ text-decoration: none; color: #000; }
.postbody a:visited { text-decoration: none; color: #992f21; }
.postbody a:hover { text-decoration: underline; color: #bd3a29; }

/* Other post stuff */
td.postbottom { 
	background: #959595 url(images/profile.gif) top left repeat-x; 
	font-size: 10px;
	color: #000;
	white-space: nowrap;
}

.postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

/* Quote & Code blocks */
.quote-table, .code-table {
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	margin: 5px 0;
}
.quote-corner, .code-corner {
	background-color: #2671B6;
	border-right: solid 1px #000;
}
.quote-left {
	background: #2671B6 url(images/quote_left.gif) center center no-repeat;
	border-right: solid 1px #000;
}
.code-left {
	background: #2671B6 url(images/code_left.gif) center center no-repeat;
	border-right: solid 1px #000;
}
.quote-header, .code-header {
	padding: 0 5px;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	background-color: #DDD;
	color: #000;
}
.quote-text {
	color: #000;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	line-height: 125%;
	padding: 3px 5px;
	background-color: #DDD;
}

.code-text {
	font-family: Courier, 'Courier New', sans-serif;
	color: #000;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	line-height: 125%;
	padding: 3px 5px;
	background-color: #DDD;
}

/* Copyright and bottom info */
.copyright		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #AAA; letter-spacing: -1px;}
.copyright a, .copyright a:visited { text-decoration: none; color: #AAA; }
.copyright a:hover, .copyright a:active { text-decoration: underline; color: #FFF; }

/* Form elements */
input,textarea, select {
	color: #000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

input.post, textarea {
	border: solid 1px #000;
	background-color: #FFF;
	color: #000;
}
* html input.post, * html textarea { border-color: #000; }
input.post:hover, textarea:hover { border-color: #000; }
input.post:focus, textarea:focus { border-color: #000; color: #000; }


select {
	background-color: #FFF;
	color: #000;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #DDD;
	color: #000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #000;
}
input.button:hover { 
	background-color: #DDD; 
	color: #000;
}
* html input.button { color: #000; }

/* The main submit button option */
input.mainoption {
	background-color: #DDD;
	color: #000;
	font-weight : bold;
	border: solid 1px #000;
}

/* None-bold submit button */
input.liteoption {
	background-color: #DDD;
	color: #000;
	border: solid 1px #000;
}

input.mainoption:hover, input.liteoption:hover { border-color: #000; }
input.mainoption:focus, input.liteoption:focus { color: #000; border-color: #000; }


/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #FFF; border: solid 1px #000; color: #000; }


/*
	Styled checkboxes and radio buttons.
	Created by Philip Howard, GamingHeadlines.co.uk
	Web: http://www.gamingheadlines.co.uk/wod/formstyle/index.html
*/
.checkbox {
	background: url(images/CheckboxUnchecked.gif) no-repeat center center;
	display: block; 
	width: 16px; 
	height:16px;
}
a.checkbox, a.checkboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}
a.checkbox {
	background: url(images/CheckboxUnchecked.gif) no-repeat center center;
}
a.checkboxchecked {
	background: url(images/CheckboxChecked.gif) no-repeat center center;
}

.radiobox {
	background: url(images/RadioboxUnchecked.gif) no-repeat center center;
	display: block; 
	width: 16px; 
	height:16px;
}
a.radiobox, a.radioboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}
a.radiobox {
	background: url(images/RadioboxUnchecked.gif) no-repeat center center;
}
a.radioboxchecked {
	background: url(images/RadioboxChecked.gif) no-repeat center center;
}

.inputhidden { display: none; }