/**
 * Site wide CSS.
 * 
 * Copying: Copying of this code for non-commercial use is permitted under the following conditions:
 *   - Give credit to the original author listed in this header.
 *   - For any reuse/distribution, make clear the same terms.
 *   
 * @author Steve Knaus
 */


body 
{
   margin-top: 2px;
   margin-left: 1em;
   margin-right: 1em;
   background-image: url(gradient.gif);
   background-repeat: repeat-y;
   font-size: 1.00em;
}

/*******************************************************************************
* PRINT HEADER
*******************************************************************************/

#print-header-ph
{
   width: 100%;
   margin-bottom: 10px;
   font: normal small-caps bold 1.50em/110% georgia, 'times new roman', sans-serif;
   border-width: 0px 0px 5px 0px;
   border-style: groove;
   border-color: blue;
   padding-bottom: 5px;
   text-align: center;
}

/*******************************************************************************
* BANNER
*******************************************************************************/

#banner-b
{
   width: 100%;
   margin-bottom: 3px;
}
#banner-b #logo-b
{
   padding: 0px 0px 0px 0px;
   vertical-align: top;
}
#banner-b #logo-b a img
{
   border: none;
}
#banner-b #logo-b img
{
   height: 110px;
}
#banner-b #title-b
{
   padding: 0px 0px 0px 10px;
   vertical-align: top;
   font: normal small-caps bold 3.00em/110% georgia, 'times new roman', sans-serif;
   text-align: center;
   color: #000066;
}
#banner-b #top-right-content-b
{
   font: normal small-caps bold 1.00em/120% georgia, 'times new roman', sans-serif;
   vertical-align: top;
   padding: 3px 0px 5px 20px;
   text-align: right;
   white-space: nowrap;
   color: #000066;
}
#banner-b #search-b
{
   font: 0.80em/110% georgia, 'times new roman', sans-serif;
   vertical-align: top;
   padding: 3px 0px 5px 40px;
}
#banner-b #search-b #term-box-b
{
}
#banner-b #search-b #term-box-b input
{
   margin-top: 3px;
}
#banner-b #search-b #submit-box-b
{
   margin-top: 3px;
}
#banner-b #search-b #submit-box-b input
{
   font: 0.80em/110% georgia, 'times new roman', sans-serif;
}

/*******************************************************************************
* NAVIGATION BAR
*******************************************************************************/

#category-n
{
   font-size: 1.00em;
   font-weight: bold;
   font-family: georgia, 'times new roman', sans-serif;
   padding: 6px 0px 3px 5px;
   border-bottom: 2px solid black;
   white-space: nowrap;
}

#category-n a#cur-category-n
{
   background: #000080;
   border-bottom: 2px solid rgb(114,255,255); 
   border-bottom: 2px solid #000080;
   color: yellow;
}

#category-n a:hover#cur-category-n
{
   color: aqua;
}

#category-n a
{
   text-decoration: none;
   background-color: #0000ff;
   padding: 3px 0.5em 3px 0.5em;
   border: 2px solid black;
   border-bottom: none;
   margin-left: 4px;
   -moz-border-radius-topleft: 0.60em;    /* Will be replaced by CSS3 standard once browsers provide support */
   -moz-border-radius-topright: 0.60em;   /* Will be replaced by CSS3 standard once browsers provide support */
}

#category-n a:link
{
   color: white;
}

#category-n a:visited
{
   color: white;
}

#category-n a:hover
{
   color: black;
   background: #0088ec;
   border-color: gray;
}

#category-n a:active
{
}

#topic-n
{
   font-size: 0.80em;
   line-height: 1.50em;
   font-weight: normal;
   font-family: georgia, 'times new roman', sans-serif;
   font-weight: bold;
   padding: 3px 6px 3px 6px;
   border-bottom: 2px solid black;
   background: #000080;
}

#topic-n a
{
   text-decoration: none;
   background-color: transparent;
   padding: 3px 0.75em 3px 0.75em;
}

#topic-n a#cur-topic-n
{
   font-style: italic;
   color: yellow;
}

#topic-n a + a
{
   border-left: 2px solid black;
}

#topic-n a:link
{
   color: #404040;
   color: white;
}

#topic-n a:visited
{
   color: #404040;
   color: white;
}

#topic-n a:hover
{
   text-decoration: underline;
   color: black;
   color: aqua;
}

#topic-n a:active
{
}

/*******************************************************************************
* FOOTER
*******************************************************************************/

#footer-f
{
   width: 99%;
   padding: 10px 3px 10px 3px;
   border-width: 5px 0px 5px 0px;
   border-style: groove;
   border-color: blue;
   font-size: 0.75em;
   font-weight: normal;
   font-family: georgia, 'times new roman', sans-serif;
   clear: both;
}

#footer-f span
{
   padding: 0px 23px 0px 0px;
}

#footer-f a
{
   text-decoration: none;
}

#footer-f a:hover
{
   text-decoration: underline;
}

#footer-f a img
{
   border: none;
   vertical-align: baseline;
   text-decoration: none;
   padding-right: 5px;
}


/*******************************************************************************
* CONTENT
*******************************************************************************/

#content-c
{
   margin: 3px 0px 3px 0px;
   font-size: 0.85em;
   line-height: normal;
   font-family: Verdana, sans-serif;
}

#content-c #embedded-content-c
{
   display: block;
   width: 95%;
   margin-left: 5px;
   margin-right: 5px;
   border: 2px ridge blue;
   padding: 2px;
   background: url(embed/photos/images/background.jpg);
}



