/* generic stuff for body, links */
    body {
      margin:0; 
      padding:0; 
      color:black;
      /*background-color:#DDDDDD;*/
      background:url(http://wiki.saberpunk.net/pm/pub/skins/vampire/images/vampireBackgroundDark.png) fixed 0 0;
      font:100%/140% georgia, "palatino linotype", palatino, "book antiqua", "zapf calligraphic", times, "times new roman", serif;
      }
    a:link {
      color:#CC2222;
      }
    a:visited {
      color:#CC3333;
      }
    a:hover {
      color:white; 
      background:Maroon;
      }
    a:active {
      color:#215EEB; 
      background:white;
      }
    a.createlink
    {
		font-size:80%;
		vertical-align:super;
		text-decoration:none;
    }
      
/* logo/banner area at top */      
    #logo {
      margin:0 0 1em 0; 
      padding:0; 
      height:50px;
      }      

/* container for the tabs and content divs */
    #main {
      margin:0;
      padding:0;
      float:left;
      width:75%;
      }

/* wikicommands css tabs -- these were very difficult to get working properly */
    #tabs {
      margin:0 2em; 
      padding:0; 
      height:1.75em;
      }
    #tabs ul {
      margin:0;
      padding:0;
      list-style-type:none;
      text-align:center;
      border:0;
      }
    #tabs ul li {
      display:block; 
      float:left; 
      text-align:center;
      }
    #tabs ul li a {
      margin:0 0 0.5em 0;
      padding:2px 1.5em;
      height:auto;
      display:block;
      color:black;
      background:#DFDFDF;
      text-decoration:none;
      text-align:center;
      font:bold 80%/130% verdana, "lucida sans", "lucida sans unicode", tahoma, arial, helvetica, sans-serif;
      }
    #tabs ul li a:hover {
      background:#A2AFCC;
      }
    #tabs a:active {
      background:#778BBA;
      }
    
/* container for the text and footer divs */      
    #content {
      margin:1em 2em 2em 2em;
      padding:2em;
      background-image:url(http://wiki.saberpunk.net/pm/pub/skins/vampire/images/rosepetals.png);
      background-repeat:no-repeat;
      background-position: bottom right;
      background-color:White;
      border:2px #CFD1D1 solid;
      border-color: Maroon;
      }

/* container for the actual page text */
    #text {
      margin:0; 
      padding:0;
      }   
      
/* container for the breadcrumb trail */      
    #trail {
      margin:0 0 2em 0;
      font-style:italic;
      }
    #trail #crumbs { 
      margin:0 0 0.5em 0;
      padding:0;
      font-size:120%;
      }
    #trail #title {
      font-size:240%;
      font-weight:bold;
      }
   
/* container for the last modified footer */      
    #footer {
      margin:1.5em 0 0 0; 
      padding:0.5em 0 0 0; 
      font-size:85%; 
      line-height:130%; 
      font-style:italic; 
      border-top:2px #CFD1D1 solid;
      }

/* container for the nav, skins and poweredby divs */      
    #sidebar 
    {
	  background-color:White;
	  border-color:Maroon;
	  border-width: 1em;
	  padding-left: .5em;
	  margin: .5em 2.5em 2.5em 75%;
	  float: top, right;
	  font:85%/130% verdana, "lucida sans", "lucida sans unicode", tahoma, arial, helvetica, sans-serif;
      }
    #sidebar h1 {
      margin:1em 0 0.5em -1em;
      padding:0;
      font-weight:bold;
      font-size:100%;
      }
    #sidebar ul {
      margin:0;
      padding:0; 
      list-style:none;
      }

/* common formatting for nav, skins, poweredby divs */
    #nav, #skins, #poweredby {
      margin:0 0 1em 0;
      padding:0 1em; 
      }
    #skins, #poweredby {
      border-top: 2px #CFD1D1 solid;
      }
    #poweredby {
      margin:0; 
      padding:1.2em 0 0 1.2em;
      font-size:83.3%; 
      }

/* fixes stupid IE6Win bug where hovering over a sidebar link cuts off the page text */    
    #clearer {
      clear:both;
      }

/* comment style */
   .commentAuthor
   {
	color:#6F7EA0;
	text-indent:1em;
	font-size:70%;
	font-weight:bold;
	line-height:1;
   }

   .comment 
   {
	text-indent:1em;
	font-size:75%;
	color:#626F8D;
	/*background-color:White;*/
	border-color:CFD1D1;
	border-style:solid;
	border-width:thin;
	margin:1em 1em 1em 1em;
	padding-left:.5em;
	/*
	padding-left:1em;
	padding-right:1em;
	*/
   }
   
	h1
	{
		text-align:left	;
		color:Maroon;
	}
	
	h2
	{
		text-align:right;
		text-transform:lowercase;
		font-style:italic;
		color:Maroon;
	}
	
	h3
	{
		text-align:right;
		text-transform:lowercase;
		font-style:italic;
		color:Maroon;
	}
	
/* aside style */
	
.aside
{
	float:right;
	border-left-style:none;
	border-right-style:none;
	border-top-style:solid;
	border-bottom-style:solid;
	margin-left:1em;
	font-size:75%;	
	border-color:Maroon;
	width:20%;
}
