/* kw_photos.css ... to be used on all kitwilliams.com photo pages EXCEPT individual photo display pages  */
/* For individual photo pages ... use kw_photo_each.css    */

BODY      {
            color: maroon;
            background: rgb(234,224,189) url(img/bg.jpg);
          }

A:active  { color: red; font: italic bold small tahoma,arial,helvetica,helv,sans-serif; }
A:link    { color: blue; font: 110% bold tahoma,arial,helvetica,helv,sans-serif; }
A:visited { color: blue; font: 110% bold tahoma,arial,helvetica,helv,sans-serif; }

/* -------- header is at the upper right each page and holds two title images '*/
DIV.header{
            margin-top: 10px; 
            margin-left: 166px; margin-right: 10px; 
            padding-top: 20px; border: 0;
            height: 200px;
            text-align: center; color: #05087D;
          }

/* -------- left_header is at the upper left each page and holds smaller title images */
DIV.left_header{
            margin-left: 0px; margin-top: 28px;
            padding: 10; border: 0;
            width: 164px; height: 123px;
            float: left; clear: left;
            text-align: center; color: #05087D;
          }

/* -------- navbar is used on the entire left side of every page */
DIV.navbar { 
            padding: 0;  margin-top: 25px; border: 0; 
            width: 164px; height: 1110px;
            float: left; clear: left;
            text-align: center;
          }

A:active.header  { color: red; font: italic bold small tahoma,arial,helvetica,helv,sans-serif; }
A:link.header    { color: blue; font: small tahoma,arial,helvetica,helv,sans-serif; }
A:visited.header { color: blue; font: small tahoma,arial,helvetica,helv,sans-serif; }

/* -------- main is the text/image area of each page */
DIV.main  { 
            padding: 0;  border: 0;
            margin-left: 166px; margin-right: 10px; margin-top: 0px;
            text-align: left;
            font: medium tahoma, arial, helvetica, helv, sans-serif;
          }

/* -------- H4 - Bottom-of-all-pages horizontal links */
H4        {
            margin-top: 1.5em;
            color: black; text-align: left;
            font: 130% bold tahoma,arial,helvetica,helv,sans-serif;
          }

/* -------- H6 - Revision Date & Authorship at bottom of all pages */
H6        {
            color: black; text-align: center;
            font-style: normal; font-size:small; font-weight: normal;
            font-family: tahoma, arial, helvetica, helv, sans-serif;
          }
SPAN.linknote { margin-top: -40px;
            font-style: normal; font-size: 14pt; font-weight: normal;
            font-family: tahoma, arial, helvetica, helv, sans-serif;
          }
