  /*  MAIN STYLE SHEET
   *  FILENAME: main.css
   *
   *  Purpose: style sheet for photo gallery
   *
   *  Author:  Deborah Lee Soltesz, original 10/2002
   *  History: adapted to picassa 3/2005
   */


    /* ----------------------------------------------------------------
     * HEADINGS */


    H1       {
               font-family: Arial, Helvetica, Geneva, sans-serif ;
               font-size: 150% ;
               font-weight: bold ;
               text-decoration: none ;
               margin-top:0px;
               margin-bottom:0px;
               color:            #663322 ;
              }


     H2      {
               font-family: Arial, Helvetica, Geneva, sans-serif ;
               font-size: 130% ;
               font-weight: bold ;
               font-variant: small-caps ;
               text-decoration: none ;

               margin-top:2px;
               margin-bottom:2px;
               padding: 2px ;

               color: #993300 ;

               background-color: #DDBB99 ;
              }


     H3       {
               font-family: Arial, Helvetica, Geneva, sans-serif ;
               font-size: 100% ;
               font-weight: bold ;
               font-style: italic ;
               text-decoration: none ;
               margin-top:10px;
               margin-bottom:5px;
               color: #664433 ;
              }


     H4       {
               font-family: Arial, Helvetica, Geneva, sans-serif ;
               font-size: 90% ;
               font-weight: bold ;
               text-decoration: underline ;
               margin-top:10px;
               margin-bottom:5px;

              }

     H5       {
               font-family: serif ;
               font-size: 80% ;
               font-weight: bold ;
               text-decoration: underline ;
               margin-top:10px;
               margin-bottom:5px;
              }

     H6       {
               font-family: Arial, Helvetica, Geneva, sans-serif ;
               font-size: 70% ;
               font-weight: bold ;
               font-variant: small-caps ;
               text-decoration: underline ;
               margin-top:10px;
               margin-bottom:5px;
              }

     BODY     {
               font-family: Arial, Helvetica, Geneva, sans-serif ;
               color: black ;
               background-color: white ;
              }


     HR       {
               color: #996600 ;
               height: 1px ;
              }

     P, ADDRESS, p.footer
              {
               margin-right: 5px ;
               margin-left: 5px ;
               margin-top: 0px ;
               margin-bottom: 10px ;
              }

     p.footer
              {
               margin-right: 0px ;
               margin-left: 0px ;
              }

     P.hang   {
               text-indent: -30px ;
               padding-left: 40px ;
              }


     a        {
                color: #0000FF ;
                font-weight: bold ;
                text-decoration: none;
              }

     a img    {
                border: 4px solid #AA5566 ;
              }


     a:visited
              {
                color: #990099 ;
                font-weight: bold ;
                text-decoration: none;
              }
     a:visited img
              {
                border: 4px solid #AA5566 ;
              }

     a:hover  {
                text-decoration: underline ;
                border: none ;
                color: #FF33FF ;
              }
     a:hover img
              {
                border: 4px dotted #CC66CC ;
              }

     a:active
              {
                color: #AA00AA ;
                font-weight: bold ;
                text-decoration: none;
              }
     a:active img
              {
                border: 4px solid #AA00AA ;
              }


     acronym  {
                text-decoration: none ;
                padding: 0px;
                margin: 0px;
              }


     table caption
              {
               font-size: 100% ;
               font-weight: bold ;
               font-style: italic ;
               text-decoration: none ;
               color: #339999 ;
              }




/* picassa style classes */

.textsm {
        FONT-SIZE: X-SMALL; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.textbg {
        FONT-SIZE: LARGE; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.textreg {
        FONT-SIZE: SMALL; COLOR: #999999; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.framethumbnail {
        FONT-SIZE: SMALL;
        COLOR: #000000;
        FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif ;
        text-align: center ;
}

