/* Start of CMSMS style sheet 'gallery' */
#person {
  background: #c0d0d0 url('./uploads/images/col_shad_l.png') no-repeat;
  padding: 10px 10px 0 10px;
  margin: 0px 0px 20px 33px;
  width: 175px;
  text-align: center;
  line-height:30px; 
  font-weight: bold;
  float:left;
  }

#person p {
  color:#333;
  margin-left: 20px;
  margin-right: 20px;
  }

#person img {
  vertical-align: middle;
  }

/* Image Gallery - Small Thumbnail Images */


  div#imagegallery {
    margin-left: auto;
    margin-right: auto;
  }

  div#xmas08f1,
  div#xmas08f2,
  div#xmas08f3,
  div#xmas08f4,
  div#xmas08f5,
  div#xmas08f6 {
    width: 636px;
    margin-left: auto;
    margin-right: auto;
  }

  div#xmas08f7 {
    width: 318px;
    margin-left: auto;
    margin-right: auto;
  }

  div#pics01,
  div#pics02,
  div#pics03,
  div#pics04,
  div#pics05,
  div#pics06,
  div#pics07,
  div#pics08,
  div#pics09,
  div#pics10 {
    width: 636px;
    clear: both; 
    margin-left: auto;
    margin-right: auto;
  }

  div#pics-2 {
    width: 318px;
    clear: both; 
    margin-left: auto;
    margin-right: auto;
  }

  div#pics-1 {
    width: 159px;
    clear: both; 
    margin-left: auto;
    margin-right: auto;
  }

  div#pics-3 {
    width: 477px;
    clear: both; 
    margin-left: auto;
    margin-right: auto;
  }

  .thumb {
    margin: 1em 1.6em 1.6em 0; /* Space between images */
    padding: 0;
    float: left;
    text-decoration: none;
    line-height: normal;
    text-align: left;
  }

  .thumbleft {
    margin: 1em 1.6em 1.6em 0; /* Space between images */
    padding: 0;
    float: left;
    text-decoration: none;
    line-height: normal;
    text-align: left;
  }

  .thumbright {
    margin: 1em 1.6em 1.6em 0; /* Space between images */
    padding: 0;
    float: right;
    text-decoration: none;
    line-height: normal;
    text-align: left;
  }
  
  .thumbleft a,
  .thumbleft a:link,
  .thumbright a,
  .thumbright a:link,
  .thumb a,
  .thumb a:link {
       border-bottom: none;
  }
  .thumbleft img, .thumbleft a img, .thumbleft a:link img,
  .thumbright img, .thumbright a img, .thumbright a:link img,
  .thumb img, .thumb a img, .thumb a:link img { /* Set link formatting*/
    width: 100px; /*  Image width*/
    height: auto; /* Image height*/
    display: inline;
    text-decoration: none;
    padding: 15px; /* Image padding to form photo frame */
    /* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
    margin: 0;
    background-color: #f0f0f0; /*Background of photo */ 
    border-top: 1px solid #eee; /* Borders of photo frame */
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-left: 1px solid #eee;
    text-decoration: none;
  }

  .thumbleft a:visited img,
  .thumbright a:visited img,
  .thumb a:visited img {
    text-decoration: none;
    background-color: #eee; 
  }
 
  .thumbleft a:hover img,
  .thumbright a:hover img,
  .thumb a:hover img {
    text-decoration: none;
    background-color: #dae6e4; /*Background of photo on hover - sort of light blue/green */
  }


  .thumbleft p,
  .thumbright p,
  .thumb p {
     text-align: center;
     font-size: 1em;
     font-weight: bold;
     margin: 0.1em 0 0.2em 0;
        }

  .thumbPicCaption {
    text-align: center;
    font-size: smaller;
    margin: 0 1px 0 0;
    padding: 0;
    width: 130px;  /* Image width plus 2 x padding for image (photo frame) - to center text on image */
    /* display: none;  if you do not want to display this text */
  }

  /* Image Gallery - Big Images */
  .bigPic {
    margin: 10px 0 5px 0;
    padding: 0;
    line-height: normal;
  }

  .bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */
    text-align: center;
    font-weight: bold;
    font-variant: small-caps;
    font-weight: bold;
    margin: 0 1px 0 0;
    padding: 0;
    width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
    /* display: none;  if you do not want to display this text */
  }

  .bigPic img{ /* Big Image settings */
    width: 350px; /* Width of Big Image */
      height: auto;
    display: inline;
    padding: 18px; /* Image padding to form photo frame. */
    /* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
    margin: 0;
    background-color: white; /* Background of photo */ 
    border-top: 1px solid #eee; /* Borders of photo frame */
    border-right: 2px solid #ccc; 
    border-bottom: 2px solid #ccc;
    border-left: 1px solid #eee;
    text-decoration: none; 
    text-align: left;
  }

  .bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
    margin: 0;
    width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
    padding: 0;
    color: #000;
    font-size: smaller;
    line-height: normal;
    text-align: center;
    /* display: none;  if you do not want to display this text. Why? You Lose Navigation! */
  }


/* End of 'gallery' */

