@import url(base.css);

@media screen
{

hr		{ display: none; }
br		{ display: none; }

/* Header */
#wikihead	{ display: none; }

/* Toolbar */
#wikicmds	{ text-align: right; margin-right: -0.75em; }
#wikicmds ul li	{ display: inline; margin: 0 0.75em 0 0; }

/* Page Title */
#wikititle	{ display: none; }
.pagegroup	{ float: left; }
.pagetitle	{ font-size: 12.5pt; }

/* Table of Contents */
.tocstyle	{ float: left; padding: 0 2em 2em 0; }
.tocstyle span	{ display: block; line-height: 16pt; }
.tocstyle a	{ font-weight: normal; }
.tocstyle span	{ color: #777; }
.toc1, .toc1 a	{ font-weight: bold!important; }

/* Content */
#wikitext h1	{ font: normal 14.5pt 'Lucida Sans Unicode', Verdana; margin: 2em 0 0.5em 0; }
#wikitext h2	{ font: normal 11.5pt 'Lucida Sans Unicode', Verdana; border-bottom: none; text-align: left; margin-top: 2em; }
#wikitext h3	{ font: bold 9pt Verdana; margin-top: 2em; }
#wikitext h4	{ font: bold 8pt Verdana; margin-top: 2em;}
#wikitext em	{ font-weight: normal; font-style: italic; }
#wikitext br	{ display: block; }
#wikitext code	{ font: normal 9pt monospace; padding: 0.5em 0 0.5em 1em; margin-left: 1em; border-left: 1px solid #ccc; }

#wikitext p	{ margin-bottom: 1em !important; }
p.vspace	{ /* display: none; */}

/* Footer */
#wikifoot	{ display: none; }

/* Edit Page */
#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }
#wikiedit br { display: block; }

}
