/*----------------------------*/
/*        photos.css          */
/*                            */
/* Used for formatting images */
/*   on the photo view page   */
/*----------------------------*/

/* Thumbnail viewer */
#gallery {
  width: 736px;
  border: none;
  border-spacing: 0px;
  font-size: 100%;
}

#gallery td {
  padding: 0px;
  width: 33%;
  text-align: center;
}
#gallery td.caption {
  padding-bottom: 28px;
}

div.thumb {
  margin: 0px auto;
  width: 220px;
  height: 153px;
  background-image: url(media/wedding/thumbframe.png);
  position: relative;
}

div.thumb div a {
  background-color: #E6E6E6;
  left: 3px;
  top: 3px;
  width: 212px;
  height: 145px;
  display: block;
  position: absolute;
}
div.thumb div a:hover {
  background-color: #C0C0C0;
}
div.thumb div a:active {
  background-color: #808080;
}

div.thumb div a img {
  left: 6px;
  top: 6px;
  width: 200px;
  height: 133px;
  position: absolute;
}

/* Photo viewer */
#photoframe_L {
  background-image: url(media/wedding/pictureframe_L.png);
  width: 736px;
  height: 483px;
  position: relative;
}
#photoframe_L div {
  left: 22px;
  top: 14px;
  width: 690px;
  height: 459px;
  position: absolute;
  background-color: #E6E6E6;
}

#photocaption_L {
  background-image: url(media/wedding/captionframe_L.png);
  background-repeat: repeat-y;
  width: 736px;
  position: relative;
}
#photocaption_L div {
  margin: 0px 30px;
  background: transparent;
}

#photofooter_L {
  background-image: url(media/wedding/footer_L.png);
  width: 736px;
  height: 19px;
  position: relative;
}

#photoinfo_L {
  padding-top: 2px;
  padding-bottom: 8px;
  margin: 0px 20px;
  width: 696px;
  position: relative;
  font-size: 0.75em;
  font-style: italic;
}


#photoframe_P {
  background-image: url(media/wedding/pictureframe_P.png);
  width: 736px;
  height: 713px;
  position: relative;
}
#photoframe_P div {
  left: 137px;
  top: 14px;
  width: 460px;
  height: 690px;
  position: absolute;
  background-color: #E6E6E6;
}

#photocaption_P {
  background-image: url(media/wedding/captionframe_P.png);
  background-repeat: repeat-y;
  width: 736px;
  position: relative;
}
#photocaption_P div {
  margin: 0px 145px;
  background: transparent;
}

#photofooter_P {
  background-image: url(media/wedding/footer_P.png);
  width: 736px;
  height: 19px;
  position: relative;
}

#photoinfo_P {
  padding-top: 2px;
  padding-bottom: 8px;
  margin: 0px 135px;
  width: 466px;
  position: relative;
  font-size: 0.75em;
  font-style: italic;
}

table.comment {
  margin: 0px auto 18px auto;
  border-width: 3px;
  border-style: solid;
  border-color: #40B647;
  width: 696px;
  font-size: 0.80em;
  font-family: Verdana, sans-serif, sans, Arial, Helvetica;
}

table.comment th {
  padding: 4px 0px;
  color: white;
  background-color: #40B647;
  text-align: center;
  font-weight: bold;
}

table.comment td.author {
  padding: 4px;
  width: 200px;
  vertical-align: top;
}

table.comment td.message {
  padding: 4px;
  width: 496px;
  vertical-align: top;
}

table.comment div.when {
  text-align: right;
  font-style: italic;
  font-size: smaller;
}

table.comment hr {
  margin-top: 10px;
  margin-bottom: 6px;
}

#inputbox {
  text-align: center;
  margin: 0px auto 0px auto;
  padding: 10px;
  border-width: 3px;
  border-style: solid;
  border-color: #40B647;
  width: 668px;
  text-align: left;
  font-size: 0.75em;
}

#inputbox table {
  margin: 0px;
  text-align: left;
  /* IE6 sux - tables don't inherit font size */
  font-size: 100%;
}
#inputbox table td {
  padding: 4px;
  vertical-align: middle;
}
#inputbox table td.box {
  padding-left: 1em;
  padding-right: 5em;
}
#inputbox table td.warning {
  padding-left: 1em;
  color: #BB0000;
  font-weight: bold;
}
#inputbox table td input {
  width: 185px;
}

#commentheader {
  margin: 10px 4px 4px 4px;
  width: 660px;
}
#commentheader div.note {
  float: right;
  font-size: 0.82em;
  font-style: italic;
}
#commentheader div.warning {
  float: right;
  color: #BB0000;
  font-weight: bold;
}

#inputbox textarea {
  width: 664px;
  font-size: 100%;
  font-family: Verdana, sans-serif, sans, Arial, Helvetica;
}