/* T Y P E - Z . O R G
   CSS File
*/
.wikiHeader
{
	display					: block;
	width					: 100px;
	margin					: 0pt;
	padding					: 10pt;
	text-align				: right;
	float					: left;
	font					: 8pt/9pt LucidaGrande, Lucida, sans-serif;
}

.wikiTitle
{
	font					: 15pt LucidaGrande, Lucida, sans-serif;
}

.wikiHeader h2
{
	font-family				: LucidaGrande, Lucida, sans-serif;
	color: grey;
}

.wikiContent
{
	margin					: 0pt;
	margin-left				: 120px;
	margin-right			: 30pt;
	margin-top				: 30px;
	padding					: 20pt;
	font					: 9pt/12pt LucidaGrande, Lucida, sans-serif;
	text-align				: left;
	background-color		: #F0ECDC;
	background-image		: url("http://wiki.type-z.org/images/shade.png");
	background-position		: left top;
	background-repeat		: repeat-x;
	border-bottom			: 1px solid #A09C8C;
}

.wikiSideBar
{
	padding-top				: 2em;
	text-align				: right;
	color					: grey;
}

.wikiSideBar h1,.wikiSideBar h2,.wikiSideBar h3,.wikiSideBar h4
{
	font					: 9pt/12pt LucidaGrande, Lucida, sans-serif;
	font-weight				: bold;
	color					: grey;
}

.wikiContent h1
{
	font-family				: LucidaGrande, Lucida, sans-serif;
	color					: grey;
	font-variant			: small-caps;
	padding-bottom			: 15pt;
}

.wikiContent code, .wikiContent pre
{
	color					: grey;
}

/* This was ripped from Jimmac CSS. He's done great work ! */
.wikiContent a[href^='http://wiki']
{
}

#wikiGroupLink, #wikiGroupLink:active, #wikiGroupLink:visited, #wikiGroupLink:link, #wikiGroupLink:hover
{
	color					:grey;
	text-decoration			:none;
}

/* EOF */

