/* this makes IE6 not act retarded */
h1, h2, h3, h4, h5, h6, p, div {
         position: relative;
}
/* main page stuff */
BODY       { background-color: #FFFAF0;
             color: #000000;
font-family: Lucida Grande, Arial, Helvetica, sans-serif;
}

blockquote { background-color: #FFFAF0; border : 1px dotted #CCCCCC; padding: 12px; }

.sidebarlink a:link      { color: #FFFFFF;
             text-decoration:none;
              font-weight: 600;
  font-family: Lucida Grande, Arial, Helvetica, sans-serif;
}

.sidebarlink a:visited   { color: #000000;
             text-decoration:none;
              font-weight: 800;
  font-family: Lucida Grande, Arial, Helvetica, sans-serif;}


.sidebarlink a:hover  { color: #FADD67;}

.sidebarlink a:active {color: #0000FF}



.mainlink a:link      { color: #CD0067;
             text-decoration:none;
              font-weight: 600;
  font-family: Lucida Grande, Arial, Helvetica, sans-serif;
}

.mainlink a:visited   { color: #808080;
             text-decoration:none;
              font-weight: 600;
  font-family: Lucida Grande, Arial, Helvetica, sans-serif;}


.mainlink a:hover  { color: #FADD67;}

.mainlink a:active {color: #0000FF}

#main      { width: 100%;
             border-spacing: 0px;}

#main TD   { vertical-align: top;
             padding: 0px;
             margin: 0px;}


H1         { background-color: #CD0067
;
             font-size: 1.6em;
             padding: 3px;
             margin: 0px; }

H2         { font-family: "ITC Bookman BT", "Bookman BT", Bookman, "lucida grande", serif;
             color: #FADD67;
             font-size: 1.1em;
             padding: 5px;
             margin: -3px;
             margin-bottom: 3px; }

.advert    { border: 1px solid #ff0000; }

.loginform { text-align: right; }

/* header and footer */

#section_links { float: right;
                 padding: 0.5em; }

#footer    { text-align: center; }

#footer FORM { display: inline; 
               vertical-align: top; }

/* sidebar boxes */

.box       { padding: 3px;
             margin-bottom: 8px; }

.box H2    { font-family: "ITC Bookman BT", "Bookman BT", Bookman, "lucida grande", serif;
             color: #FADD67;
             font-size: 1.1em;
             padding: 5px;
             margin: -3px;
             margin-bottom: 3px; }

/* sections admin tool */
/* this is because box_title_font is used in the code */
/* and not in a DIV.box - this will be fixed in later */
/* releases of Scoop as HTML is moved out of the code */

TH H2        { font-family: ITC Bookman BT, Bookman, Lucida Grande;
               color: #ffffff;
               font-size: 1em; }

TD H2        { font-family: ITC Bookman BT, Bookman, Lucida Grande;
               color: #ffffff;
               font-size: 1em; }

/* story stuff */

.story_title H2 { font-family: ITC Bookman BT, Bookman, Lucida Grande;
                  font-size: 1.2em;
                  color: #000000;
                  display: inline; }

.story_summary { 
                 padding-top: 0.5em; }

.story_body { padding-top: 0.5em;
font-family: Lucida Grande, Arial, Helvetica, sans-serif; }

.story_info { background-color: #FFFFFF;
              text-align: center; }

#author_console { border: 1px solid #006699;
                  background-color: #FFFFFF }

#vote_console { border: 1px solid #006699;
                background-color: #FFFFFF }

/* comment stuff */

.commenthead { border-top: 1px dotted #808080;
               background-color: #FFFFFF; }

.editorialhead { border: 1px solid #FF0000;
                 background-color: #FFFFFF; }


/* misc css */

.title { font-family: ITC Bookman BT, Bookman, Lucida Grande;
         font-size: 1.2em;
         fint-weight: bold;
       }

/* tag-cloud styles */

.cloud li { list-style-type: none; display: inline; margin-right: 8px; }

.cloud .tag-popularity-1 { font-size: 80%; }

.cloud .tag-popularity-5 { font-size: 90%; }

.cloud .tag-popularity-10 { font-size: 100%; }

.cloud .tag-popularity-15 { font-size: 110%; }