/* Trinity Campers Picture CSS - 06-07-2010 */
/* by Alan Darge */
/* use in all picture pages */

.pixContainer {
  width: auto; /* container = 790px */
  color: #000000; /* black */
  font-size: 1.0em;
  text-align: center;
  background-color: #DDDDE8; /* medium */
  border: 2px solid #888888; /* dark */
  margin: 0 2px 1em 2px;
}
.pixRow {
  width: auto; /* (1 + 386 + 1) + (1 + 386 + 1) */
  margin: 1em auto 1em auto;
}
.pixLeft {
  display: inline;
  width: auto;
  float: left;
  margin: 0 0 0 2px;
}
.pixRight {
  display: inline;
  width: auto;
  float: right;
  margin: 0 2px 0 0;
}
.pix {
  border-right: 0;
  border-top: 0;
  border-left: 0;
  border-bottom: 1px solid #888888;
}
.pixCenter { /* for single wide pictures */
  width: 590px;
  text-align: center;
  background-color: #EEEEEE;
  border: 2px solid #888888;
}
.pixFrame {
  text-align: center;
  border: 1px solid #888888;
  background-color: #EEEEEE;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}

.campLine {
  width: auto;
  font-size: 1em;
  font-weight: 400;
  text-align: left;
  margin: 0 auto;
}
.campLeft {
  display: inline; /* IE float hack */
  width: 22%;
  float: left;
  text-align: right;
  padding: 0;
  margin: 0;
}
.campLeft a {
  font-weight: bold;
}
.campRight {
  display: inline; /* IE float hack */
  width: 76%;
  float: right;
  text-align: left;
  padding: 0;
  margin: 0;
}
