* { margin: 0px; padding: 0px; }

BODY { background: url(/images/bg-light-02.jpg); }

A, A:hover, A:active, A:visited { color: #505050; text-decoration: none; }
A:hover { text-decoration: underline; }

#header { border: solid 1px red; }
#header H1 { font-family: sans-serif; }

#fadein { border: 1px solid green; }

/* main column sizes */
#outer { min-width: 800px; }

#content { width: 70%; min-width: 525px; }
#sidebar { width: 25%; min-width: 250px;  }


#content { margin-left: 5px; float: left;  }
#sidebar { float: right; border: solid 1px green;  }


#side1 { float: left; width: 125px; }
#side2 { float: right; width: 125px; }

#sidebar UL { list-style-type: none; margin-left: 2px; }

#sidebar .links LI, #sidebar .dump LI { 
    font-family: sans-serif; 
    font-size: 11px; 
    margin-bottom: 4px; 
}


#content h1, h2, h3  { font-family: sans-serif; }
#content h2 { font-size: 160%; color: #ccc; }

.storyTitle  {  font-size: 22px; }
.storyTitle H3 A {  text-decoration: none; }
.storyTitle H3 A:visited {  text-decoration: none; }

.byline { color: #808080; font-size: 12px; font-family: sans-serif; float: right; }
.byline .storyTime { display: inline; }





