/* photos.css - for Restauration Lodge's wedsite */
/* last modified - 4 July 2019                 */
/* by Bob Thorkildson                          */
body {
  background-color: #2966B8;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
}
#wrapper {
  width: 1050px;
  background-color: #FFF;
  margin-top: 0;
  margin-left: 40px;
  padding-top: 0px;
}
#wrapper h1 {
  color: #00F;
  font-size: 1.8em;
  font-weight: normal;
  text-align: center;
  line-height: 100%;
}
#wrapper h2 {
  color: #F00;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
#header {
  margin-top: 0px;
  margin-left: 0px;
  width: 1050px;
  height: 110px;
  background: url(images/header_bg4.gif) left top no-repeat;
}
#header img.sofnlogo {
  align: top;
  height: 65%;
  width: 20%;
  padding-top: 8px;
  padding-left: 7px;
}
#header h1 {
  color: #FFF;
  font-size: 2.6em;
  position: absolute;
  top: 28px;
  left: 340px;
}
#header h2 {
  color: #C0C0C0;
  font-size: 1.6em;
  position: absolute;
  top: 40px;
  left: 770px;
}
#header h3 {
  color: #F00;
  font-size: 1.1em;
  position: absolute;
  top: 6px;
  left: 340px;
}
#header h4 {
  color: #A1A1A1;
  font-size: 1em;
  position: absolute;
  top: 16px;
  left: 945px;
}
#header h5 {
  color: #A1A1A1;
  font-size: 1em;
  position: absolute;
  top: 40px;
  left: 975px;
}
#header ul {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 4px;
  float: left;
  overflow: visible;
}
#header a {
  color: #FFF;
  font-size: .9em;
  font-weight: bold;
  display: block;
  text-decoration: none;
  text-align: center;
  margin-top: 1px;
  padding-top: 3px;
}
#header li {
  background-image: url(images/tab_3.png);
  float: left;
  width: 150px;
  height: 30px;
  padding-left: 0px;
}
#content {
  /* width: 350px; */
  padding: 20px 0px 65px 15px;
}
#content .ship {
  float: right;
}
#content .ship img {
  
  width: 575px;
  margin: 0px ;
}
#content .ship p {
  text-align: center;
  font-style: italic;
  font-weight: bold;
  margin: 0px 0px 25px 0px;
}
#content p {
  font-weight: normal;
  text-align: left;
  font-size: 1em;
  line-height: 100%;
  margin: 20px 10px 0px 0px;
}

#content .pdf {
/*Formats the images to three across the page */
 float: left;
}
#content .pdf img {
  width: 300px;
  margin: 0px 10px 5px 5px;
}
#content .pdf p {
  font-weight: normal;
  text-align: left;
  font-size: 1em;
  line-height: 100%;
  margin: 20px 10px 20px 30px;
}
#footer {
  margin: 5px 0px 20px 0px;
  clear: both;
  text-align: left;
  font-size: .9em;
  border: 2px solid #F00;
  padding: 25px 0 7px 25px;
}
#footer h2{
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 15px;
}
#footer .credits {
  float: right;
  padding: 20px 25px 10px 25px;
}
#footer .contact {
  width: 350px;
  padding: 0px 0px 10px 0px;
}
#footer .contact h2 {
  margin: -10px 0px 0px 0px;
}
#footer .contact p {
  margin: 0px 0px 10px 0px;
}

/* The following styles affect the photos division */
#photos {
  /* position: relative; */
  /* left: 2%; */
  margin-bottom: 20px;
  width: 96%;
  text-align: center;
}
#photos table td{
	font-size: 1.2em;
	text-align: center;
	padding: 25px;
}
#photos th {
  color: #F00;
  padding: 10px 6px 7px 6px;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  }
#photos table img {
	width: 200px;
	height: 250px;
}