/* this makes IE6 not act retarded */
h1, h2, h3, h4, h5, h6, p, div {
         position: relative;
}


#main{
     border-spacing: 7px; 
     display: block;
     position: absolute;
     top: 0px;
}

#main TD   { vertical-align: top; }

.loginform { text-align: right; }

.textalignleft { text-align: left;}


/* header and footer */

#header { width: 100%;}

#footer FORM { display: inline; 
               vertical-align: top; }

/* sidebar boxes */

.blank_box{
     display: block;
}

.box       { 
    padding: 3px;
    margin-bottom: 8px; 
    display: block;
}

/* 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 */


/* story stuff */

#author_console { border: 1px solid #006699;
                  background-color: #EEEEEE }

#vote_console { border: 1px solid #006699;
                background-color: #EEEEEE }

/* comment stuff */

.commenthead { border: 1px solid #006699;
               background-color: #eeeeee; }

.editorialhead { border: 1px solid #FF0000;
                 background-color: #eeeeee; }


/* misc css */
.error{
     color: red;
}