/* Site */
body {
	background: white url('/layout/rulelinescentered.png') repeat left top;
	margin-top: 0px; padding-top: 0px;
}
#main {
	min-width: 700px;
	max-width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	border: solid #6C8A3F 1px;
	border-top-style: none;
}

/* BBCode */
#bbcode {
	display: block !important;
}
#bbcode LI {
	display: inline; padding: 0.25em;
}

/*Forum moderators*/
.moderators { display: none; font-style: italic; }
td div.icon:hover + div.tclcon .moderators { display: inline; }

/* Global advertisement */
#Ad {
	/*display: none;*/
}
#Ad .AdMain, #Ad .AdPreview {
	/* position: fixed; */
	position: absolute;
	right: 1em; top: 1em;
}
#Ad a {
	text-decoration: none;
	color: black;
}
#Ad a.AdMain img {
	border: solid 1px silver;
	border: solid 4px green;
}
#Ad a.AdMain img {
	max-height: 8em;
	max-width: 8em;
	z-index: -2;
}
#Ad .AdPreview {
	display: none;
	border: solid 1px silver;
	background-color: white;
	padding: 0.25em;
}
#Ad .AdPreview .title {
	text-align: center;
	line-heigh: 160%;
	font-size: 80%;
	font-style: italic;
}
#Ad .AdPreview img {
	max-width: 15em;
	max-height: 30em;
}
#Ad:hover .AdPreview {
	display: block;
}
