html {
	color: #ffffff;
	background-color: #000000;
	font-size: medium;
	line-height: 1.75em;
	font-family: sans-serif;
}

body {
	color: #ffffff;
	background-color: transparent;
	margin-left:10%;
	margin-right:10%;
}

a {
	color: #ff0000;
	text-decoration: none;
}

div.main {
	width: 70%;
	float: right
}

div.sidebar {
	width: 25%;
	font-size: x-small;
	margin: 0.5em;
	padding: 0.5em;
	line-height: 1.50em;
	border: none;
	border-style: solid;
	border-color: #ff0000;
	border-width: thin;
}

div.sidebar h3 {
	font-size: small;
}


hr.sep{
	display: none;
	margin:0px;
}

div.adminmenu {
	text-align: right;
	font-size: small;
}

h1{
	text-align: left;
	color: #ffffff;
	padding: 0.5em;
	font-size: x-large;
}

h2 {
	font-size: medium;
	margin-bottom: 0.5em;
}

h3,h4,h5,h6 {
	font-size: medium;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h4:before {
	content: "\025ba""\2009";
}

h5:before {
	content: "\025ba""\2009";
}

h6:before {
	content: "\025ba""\2009";
}

div.day span.canchor {
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 1em 1em 0em 0em;
	color: #000000;
	font-size: 0px;
}

div.day{
	margin:1em;
}

p {
	line-height: 2em;
}

pre {
	padding: 1em;
	border-style: dashed;
	border-width: thin;
	border-color: #ff0000;
	line-height: 1.3em;
	background-color: transparent;
}

blockquote {
	color: #FFFFFF;
	background: #000000;
	margin: 0.5em;
	padding: 0.5em;
	border: solid #FF0000;
	border-width: thin;
}

input,textarea,select {
	background-color: transparent;
	color: #ffffff;
	border-style: solid;
	border-color: #ff0000;
	border-width: thin;
}

textarea {
	font-size :small; 
}

div.body{
}

div.section {
	margin-bottom: 0.5em;

}

div.section p {
	margin: 0em;
	text-indent: 1em;
}

div.section div {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.comment {
	margin-top: 0.5em;
	border-style: solid;
	border-color: #ff0000;
	border-width: thin;
	padding: 0.5em;
}
div.shortcomment{
	margin: 0em;
}

div.comment p {
	margin: 0em;

}

div.form {
	margin: 0em;
}

form{
	margin-top   :1em;
	margin-bottom:1em;
}

span.commentator  {
	font-weight: bold;
	background-color: transparent;
}

div.referer {
	text-align: right;
	margin: 0.5em;
	font-size: small;
}


p.recentitem {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: x-small;
}

div.recentsubtitles {
	margin-bottom: 1em;
	margin-left: 1em;
	font-size: x-small;
}

div.footer {
	clear: both
	text-align: left;
	font-size: x-small;
	margin: 1em;
	padding: 1em;
	border: none;
	line-height: 150%;
}

div.calendar{
	color: #ffffff;
	background-color: transparent;
	padding: 0.5em;
}

/* footnote */
div.body span.footnote {
	vertical-align: super;
	font-size:80%;
	margin-right: 0.2em;
}

div.footnote {
	margin-bottom: 1em;
	font-size:80%;
	line-height: 0.8em;
	border-style: solid;
	border-width: 1em 0em 0em 0em;
	border-color: #FF0000;
}

p.footnote {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

table {
	border-style: none;
	border-spacing: 0em 0em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0em 1em;
	line-height: 1.5em;
}

caption {
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}

tr {
	margin: 0em;
	padding: 0em 1em;
}

th {
	margin: 0em;
	padding: 0em 1em;
	text-align: left;
}

td {
	margin: 0em;
	padding: 0em 1em;
}

.box {
	color: #FFFFFF;
	background: #000000;
	margin: 0.5em;
	padding: 0.5em;
	border: solid #FF0000;
	border-width: thin;
}

.noindent {
	margin: 0em;
	text-indent: -10em;
}

div.section p.noindent {
	margin: 0em;
	text-indent: 0em;
}

.backwhite {
	color: #000000;
	background-color: #FFFFFF;
}

.backblack {
	color: #FFFFFF;
	background-color: #000000;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.sup {
	vertical-align: super;
	font-size: small;
}

.sub {
	vertical-align: sub;
	font-size: small;
}

.dndpower { color: #000000; background-color: #ffffff; border-style: none; border-spacing: 0em 0em; margin-top: 0.5em; margin-bottom: 0.5em; padding: 0em 0em; line-height: 1.5em; }

.greenpower { color: #ffffff; background-color: #598d60; }
.redpower { color: #ffffff; background-color: #80152e; }
.graypower { color: #ffffff; background-color: #3d4040; }
.orangepower { color: #ffffff; background-color: #cd8e27; }

.monster { color: #ffffff; background-color: #4e5c2e; }
.trap { color: #ffffff; background-color: #5c1f34; }


.dmfade { background-color: #e6e4d0; }
  
