/* $Id$ 
 * Navigation displayed as "tabs" along the top of the body-text.
 */

@import "all.css";
@import "visual-interactive.css";

ul#navigation {
   display: block;
   margin-left: 1em;
   padding: .3em 0 .2em 0;
   white-space: nowrap;
}

ul#navigation li {
   display: inline;
   font-size: 100%;
   padding: .1em .9em .1em .9em;
}

#main>#navigation li {
   padding-top: .2em;
}

#navigation li.selected {
   border-bottom: 1px solid white;
   padding-bottom: .25em;
}
#main>#navigation li.selected {
   border-radius-topleft: .5ex; -moz-border-radius-topleft: .5ex;
   border-radius-topright: .5ex; -moz-border-radius-topright: .5ex;
}

#body-text {
   min-height: auto;
   height: auto;
   padding: .5em 1.5em .5em 1.5em;
   border-top: 0;
   margin-top: 0;
}

/* "supplemental" info is stuff that isn't really part of the body content,
 * and may not be relevant to all media.  In side navigation, we'll put it
 * in the sidebar; in top navigation, we'll put it below the body-text.  In
 * the source-code order it will also follow the body-text.
 */
#supplemental {
   border-top-width: 1px;
   border-top-style: dotted;
   padding: .1em 1.5em .2em 1.5em;
   background: white;
   color: black;
   font-size: 90%;
}
#supplemental a:link,
#supplemental a:visited { text-decoration: underline; }
#supplemental a:link { color: #00e; }
#supplemental a:visited { color: #808; }
#footer {
   border-top: 1px solid black;
   padding-top: 3px;
   background-image: url("/urveg/images/bg-green-stripe-shadow.gif");
   background-repeat: repeat-x;
}

blockquote.random {
   margin: 0; 
   padding: 0 0 0 .5em;
}
