/*
** File:	styles.css
** Created:	12/11/98 by Scott Brady <http://sbrady.swsites.net/>
** Description:	Stylesheet for Noctropolis Web Site
**		http://members.tripod.com/~noctrop/
*/

/***********************************************************\
**                        ANY ELEMENTS                    **
\***********************************************************/

BODY
   { 
      background: black;
      background-attachment: fixed;
      color: rgb(191,191,191);

      font-family: "Book Antiqua", serif;
      font-weight: bold;
      font-size: 12pt;
   }

A
   {
      font-weight: normal;
   }

A:link
   {
      color: rgb(140,160,255);
   }

A:visited
   {
      color: rgb(127,127,127);
   }

A:active
   {
      color: rgb(255,160,160);
   }

H1, H2, H3, H1 A, H2 A, H3 A
   {
      color: rgb(140,160,255);
      font-family: "Book Antiqua";
      font-weight: normal;
   }

IMG
   {
      border-width: 0;
   }

HR
   {
      width: 100%;
   }

TABLE
   {
      border: 0;
   }

TABLE TD
   {
      vertical-align: top;
      font-weight: bold;
   }

ADDRESS
   {
      font-size: 10pt;
   }

/***********************************************************\
**                     CLASSED ELEMENTS                   **
\***********************************************************/

P.Title
   {
      text-align: center;
   }

SPAN.SubTitle1, SPAN.SubTitle2
   {
      color: rgb(140,160,255);
   }

SPAN.SubTitle1
   {
      font-size: 20pt;
      font-weight: bold; 
   }

SPAN.SubTitle2
   {
      font-size: 12pt;
   }

P.FinePrint
   {
      font-family: "Times New Roman";
      font-size: 8pt;
      font-weight: normal;
      text-align: justify;
   }

TABLE.ScreenCentred
   {
      width: 100%;
      height: 100%;
   }

TABLE.ScreenCentred TR
   {
      height: 100%;
   }

TABLE.ScreenCentred TD
   {
      text-align: center;
   }

/***********************************************************\
**                       SIDEBAR CLASS                    **
\***********************************************************/

BODY.Sidebar IMG
   {
      width: 100px;
   }

BODY.Sidebar TABLE
   {
      width: 100%;
      height: 99%;
   }

BODY.Sidebar TD
   {
      text-align: center;
   }

BODY.Sidebar #PaddingCell
   {
      height: 40%;
   }

BODY.Sidebar #BottomCell
   {
      vertical-align: bottom;
   }

BODY.Sidebar A
   {
      text-decoration: none;
   }

/***********************************************************\
**                      PRINTABLE CLASS                   **
\***********************************************************/

BODY.Printable
   { 
      background: white;
      color: black;

      font-family: "Times New Roman", serif;
      font-weight: normal;
      font-size: 12pt;
   }

BODY.Printable A:link
   {
      color: blue;
   }

BODY.Printable A:visited
   {
      color: darkmagenta;
   }

BODY.Printable A:active
   {
      color: darkred;
   }

BODY.Printable H1, BODY.Printable H2 A, BODY.Printable H3 A
   {
      color: black;
      font-family: "Times New Roman", serif;
      font-weight: bolder;
   }

BODY.Printable H1, BODY.Printable H1
   {
      font-size: 24pt;
   }

BODY.Printable H2 A, BODY.Printable H2
   {
      font-size: 18pt;
   }

BODY.Printable H3 A, BODY.Printable H3
   {
      font-size: 14pt;
   }

/***********************************************************\
**                      FILELIST CLASS                    **
\***********************************************************/

.FileCategory, .FileList
   {
      font-family: "Courier New", monospace;
      font-weight: normal;
      font-size: 10pt;
   }

.FileCategory
   {
      color: rgb(140,160,255);
      cursor: hand;
      text-decoration: underline;
   }

.FileList
   {
      margin-left: 34;
   }

.FileList SPAN
   {
      color: rgb(140,160,255);
      cursor: hand;
      text-decoration: underline;
   }

/***********************************************************\
**                        ID ELEMENTS                     **
\***********************************************************/

#TitleSkull
   {
      height: 60%;
   }

#DoorPuzzle
   {
      width: 100%;
   }

#Thumbnail
   {
      width: 140;
      height: 100;
   }