/* Page color      :#374123  */
/* Background color:#414B2D  */
/* Border color    :#000     */
/* Headline color  :#DDFF9A  */
/* BodyText color  :#C8D284  */
/* Highlight color :#0F0     */
/* Debug color     :#F0F     */


/*  Global  */


body
   {font-family: "Arial MT Black","Trebuchet MS", Verdana, Arial, Helvetica, mono; background:#374123; color:#C8D284;
   font-size: 12pt; margin: 0; padding: 0; word-wrap: break-word}


/*   Headings   */
  
   h1, h2
   {"Arial MT Black","Trebuchet MS", Verdana, Arial, Helvetica, mono; font-size: 14pt;
   text-transform: uppercase; margin-bottom: 10pt; letter-spacing: 5pt; text-align: Center;
   color:#DDFF9A;
   }
   
   h3 
   {font-size: 12pt; margin-bottom: 10pt;
   }


/*   Other Formatting junk   */

   input, textarea, select
   {
   border:solid 2px {color:BodyText};
   background-color : {color:Background};
   color : {color:Headline};
   }


   table
   {font-size: 90%; max-width: 720px
   }

   p, li
   {margin-bottom: 10pt;
   }
   
   blockquote, .who
   {margin-left: 20pt; margin-bottom: 10pt;
   }
   
   ul, ol
   {margin-left: 30pt; margin-bottom: 10pt;
   }

   ul li
   {list-style-type: disc; color:#C8D284;
   }

   .date, .perm, .fright
   {text-align: right; float: right; padding: 10px;
   }
   
   .chat
   {margin-bottom: 10pt;
   }
   
   .label
   {white-space: no-wrap; padding-right: 10pt; vertical-align: top;
   }
   
   .line
   {padding-bottom: 10pt;
   }
   
   .caption
   {margin-bottom: 10pt;
   }
   
   .halo
   {padding: 5px; border: 1px solid; color:#000;
   }

   .fleft
   {float: left; text-align: left;
   }
   
   .fcenter_small
   {width: 128px; margin-left: auto; margin-right: auto; text-align: Center;
   }

   .fcenter
   {width: 100%; margin-left: auto; margin-right: auto; text-align: Center;
   }

 
/*   Linko   */

   a
   {color:#DDFF9A;padding: 1px;text-decoration: none;
   }

   a:hover
   {color:#0F0; background:#374123;text-decoration: none;
   }


/* Buncha Specific Garbage for these pages, ripped off from th' Tumblr setup.  */

   #title
   {font-family: "Arial MT Black","Trebuchet MS", Verdana, Arial, Helvetica, mono;
   color:#DDFF9A; text-transform: uppercase; letter-spacing: 5pt;
   text-align: Center; font-size: 200%; line-height: 32px; margin: 5px auto;
   }

   #Precontent
   {background-color:#374123; margin: auto;
   font-size:80%; padding:5px; position: relative;
   }

   #content
   {width: 100%;max-width: 720px; margin: auto; padding: 15px; background-color:#414B2D;
   border: 1px solid; color:#000; position: relative;
   }

   #title a
   {text-decoration: none;
   }
   
   #desc
   {color:#DDFF9A; margin: 0 20pt 10pt 20pt;
   }

   #posts, post
   {color:#C8D284; margin: 0 auto 0 auto;text-align: left;
   }

   #paging
   {text-align: center;
   }

   #credit
   {background-color:#374123; width: 100%;max-width: 720px; margin: auto;
   font-size:80%; padding:2px; position:relative;
   }
   
   </style>

   <!--[if IE]>
   <style>
   body
   {text-align: center;}
   .posts,
   .post,
   .paging,
   .credit
   </style>
   <![endif]-->