/*
  The new dod_nu Theme for phpBB version 2+
  Created by Mattias 'Garret' Johansson
  http://www.dayofdefeat.nu / http://www.dod.nu

  Adjustments from the main page to the forum.
*/

/* START BASIC BLOCKS */
div#base {
	background-color: #C6B98C;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #584B1E;
	margin: 0px auto;
	overflow: auto;
	width: 950px;
}
div#siteinfo_top {
	background-color: #9E9164;
	color: #6A5D30;
	font-family: "trebuchet ms", tahoma, verdana, sans-serif;
	font-size: 12px;
	padding: 0 .5em 0 .5em;
}
div#siteinfo_top a {
	color: #584B1E;
	cursor: pointer;
	text-decoration: none;
}
div#siteinfo_top a:hover {
	text-decoration: underline;
}
div#title {
	height: 100px;
	width: 100%;
}
div#title img {
	border: 0px;
}
div#topmenu {
	background-color: #9E9164;
	border-top: 1px solid #584B1E;
	border-bottom: 1px solid #584B1E;
	display: table-cell;
	height: 30px;
	padding: 0px 10px 0px 10px;
	vertical-align: middle;
	width: 950px;
}
div#main {
	padding-top: 10px;
	width: 100%;
}
div#forummain {
}
div#forumtopmenu {
	background-color: #9E9164;
	border-top: 1px solid #726538;
	border-bottom: 1px solid #726538;
	padding: 0px;
	width: 950px;
}
div#forumcontent {
	padding: 5px;
}
/* END BASIC BLOCKS */

/* START TOP MENU */
div#topmenu ul {
	margin: 0px;
	padding: 0px;
}
div#topmenu li {
	display: inline;
	list-style: none;
}
div#topmenu li.left {
	float: left;
}
div#topmenu li.right {
	float: right;
}
div#topmenu a {
	color: #000;
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
div#topmenu a:hover {
	color: #584B1E;
	text-decoration: underline;
}
/* END TOP MENU */

/* START FORUM TOP MENU */
div#forumtopmenu ul {
	margin: -3px 0px -1px 0px;
	padding: 0px;
	text-align: center;
}
div#forumtopmenu li {
	display: inline;
	line-height: 20px;
	list-style: none;
	margin: 0px -2px 0px -2px;
}
div#forumtopmenu a {
	font-family: "trebuchet ms", tahoma, verdana, sans-serif;
	padding: 1px 5px 1px 5px;
}
div#forumtopmenu a:hover {
	background-color: #B3A679;
	border-top: 1px dotted #726538;
	border-bottom: 1px dotted #726538;
	color: #000;
	text-decoration: none;
}
/* END FORUM TOP MENU */

div#siteinfo {
	background-color: #9E9164;
	border-top: 1px solid #584B1E;
	color: #6A5D30;
	display: table-cell;
	float: left;
	font-family: "trebuchet ms", tahoma, verdana, sans-serif;
	font-size: 12px;
	height: 21px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
div#siteinfo a {
	color: #584B1E;
	text-decoration: none;
}
div#siteinfo a:hover {
	text-decoration: underline;
}
