/*   The Paragon Project Webcomic CSS Sheet   */
/*           Coded by DominicanZero           */

/*  Page Body  */
body
{
  margin            : 5px 10px 5px 5px;
  background        : #000046;
  color             : #dddddd;
  font-family       : 'trebuchet ms', verdana, sans-serif;
  font-size         : 11px;
  
}
/*--------------------------------------------------------------------------*/
/*  New Style  */
.new
{
  margin            : 5px 10px 5px 5px;
  color             : #00162B;
  font-family       : 'trebuchet ms', verdana, sans-serif;
  font-size         : 11px;
  
}
/*--------------------------------------------------------------------------*/
/*  Code Area  */
.code
{
  font-family       : "Courier New", Courier, mono;
  background-color  : #BEBEC7;
  color             : #000099;
}
/*--------------------------------------------------------------------------*/
/*  Dashed Cell Styles  */
.dashedcell
{
  border-style      : dashed;
  border-color      : #fff;
  border-width      : 1px;
}
/*--------------------------------------------------------------------------*/
/*  Dotted Cell Styles  */
.dottedcell
{
  border-style      : dotted;
  border-color      : #fff;
  border-width      : 1px;
}
/*--------------------------------------------------------------------------*/
  /*     Links     */
/* Simple Attributes */
a
{
  color             : #ffffff;
}


/*  Links: Hyperlinked Text  */
a:link
{
 color				: #ffffff;
}


/*  Links: Hovering  */
a:hover
{
 color				: #dddddd;
 text-decoration	: overline underline;
}


/*  Links: Active  */
a:active
{
 color				: #ffffff;
 text-decoration	: overline underline;
}

/*  Links: Visited  */
a:visited
{
 color				: #ffffff;
}
/*     End links     */
/*--------------------------------------------------------------------------*/
/*  Italics  */
.i
{
  font-style        : italic;
}
/*--------------------------------------------------------------------------*/
/*  Bolds  */
.b
{
  font-weight       : bold;
}
/*--------------------------------------------------------------------------*/
/*  Bolds and Italics  */
.bi
{
  font-style        : italic;
  font-weight       : bold;
}
/*--------------------------------------------------------------------------*/
/*  Newspost titles  */
.newstitle
{
 color				: #dddddd;
 text-decoration	: overline underline;
}
/*--------------------------------------------------------------------------*/
/*  Newsposts  */
.newspost
{
  text-align        : justify;
}
/*--------------------------------------------------------------------------*/
/*     Spoilers     */
/*  Spoilers Areas  */
.spoiler_on
{
  border            : 1px dashed white;
  color             : #fff;
  background-color  : #222;
}

.spoiler_off
{
  color             : #000;
  background-color  : #000;
}
/*--------------------------------------------------------------------------*/
/*  "Post my schmirdn!" button  */
.button
{
    color           : #CDCDCD;
    border-color    : #A0A0A0;
    text-indent     : 1px;
    background-color: #2A2A2A;
    font-weight     : bold;
    font-size       : 11px;
    font-family     : 'trebuchet ms',sans-serif;
}