/* this makes IE6 not act retarded */
h1, h2, h3, h4, h5, h6, p, div {
         position: relative;
}
/* main page stuff */
BODY       { background-color: #ffffff;
             color: #000000; }

:link      { color: #006699; }
:visited   { color: #003366; }

#main      { width: 100%;
             border-spacing: 7px; }

#main TD   { vertical-align: top; }

H1         { background-color: #CCCCCC;
             font-size: 1.6em;
             font: bold 12pt verdana, arial, sans-serif;
             padding: 3px;
             margin: 0px; }

.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       { border: 1px solid black;
             padding: 3px;
             margin-bottom: 8px; }
            
.box H2    { background-color: #cc3300;
             color: #ffffff;
             font-size: 1.2em;
             font: bold 12pt verdana, arial, sans-serif;
             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        { color: #336699;
               font-size: 1em; }

TD H2        { color: #336699;
               font-size: 1em; }

/* story stuff */

.story_title H2 { font-size: 1.2em;
                  color: #000000;
                  display: inline; }

.story_summary { border-bottom: 1px dashed black;
                 padding-top: 0.5em; }

.story_body { padding-top: 0.5em; }

.story_info { background-color: #CCCC99;
              text-align: center; }

#author_console { border: 1px solid #006699;
                  background-color: #CCCC99 }

#vote_console { border: 1px solid #006699;
                background-color: #CCCC99 }

/* comment stuff */

.commenthead { border: 1px solid #006699;
               background-color: #FFFFCC; }

.editorialhead { border: 1px solid #FF0000;
                 background-color: #FFFFCC; }


/* misc css */

.title { 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%; }