/* layout */

#contentwrapper{ float: none; width: 100%; background-image: none; }
#contentcolumn{ margin-right: 0px; background: url(/style/v3/theme/images/content_forum.gif) top left no-repeat; padding: 6px; }
#footer{ text-align: left; color: #E7E7E7; background: #2F363F url(/style/v3/theme/images/footer_forum.gif) top repeat-x; height: auto; }
#footer_content{ text-align: left; color: #454545; background: url(/style/v3/theme/images/footerbottom_forum.gif) bottom no-repeat; padding: 18px 0px 18px 12px; }

.footercol a { display: block; padding: 2px; }
.footercol a, .footercol a:link, .footercol a:visited { color: #C0C0C0; }
.footercol a:hover { background: #15181D; text-decoration: underline; color: #C0C0C0; }
.footercol span { display: block; font-weight: bold; color: #E7E7E7; padding: 2px;  }
.footercol { float: left; width: 154px; margin-left: 12px; }
.ad { float: left; }

.breadtitles {
	width: 65%;
}

/* TerraFrost BBCode spaces hack */
dl.codebox pre {
	/* Also see tweaks.css */
	overflow: auto;
	/* Making preformated <pre> text wrap in CSS3, Mozilla, Opera and IE:
	   http://users.tkk.fi/~tkarvine/pre-wrap-css3-mozilla-opera-ie.html */
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	height: auto;
	max-height: 200px;
	padding-top: 5px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	margin: 2px 0;
	color: #2E8B57;
}