@import url(base.css);
@import url(structure.css);
  
.gallery-wrap {
  margin: 2em 30px;
  }
  
.gallery-wrap .gallery-individual, #closeup .gallery-individual {
  text-align: center;
  background: url(../images/shadow.png) no-repeat bottom right;
  float: left;
  clear: both;
  margin: 5px 0 0 0;
  display: inline; /* fix double float margin bug */
  }
  
#closeup .gallery-individual {
  clear: both;
  background: url(../images/shadow.png) no-repeat bottom right;
  padding-right: 5px;
  overflow: hidden;
  }

.gallery-wrap .coloredborder img {
  border: 1px solid #a9a9a9;
  border-color: #a9a9a9 #838383 #4c4c4c #838383;
  padding: 4px;
  margin: 0 5px 1px 0;
  background: #DCD3C4;
  }

.gallery-wrap div a {
 border-bottom: none;
  }

.gallery-wrap div.label {
  clear: both;
  }

.gallery-wrap div.picturecontainer {
border: none;
padding: 0;
margin: 0 40px 0 0;
background: none;
float: left;
}

#closeup div.picturecontainer {
  margin: 0 auto;
  }

.gallery-wrap .siteoftheday {
height: 225px;
/*  Temporarily commented to get the picture of the day to display correctly.  This will cause another similar issue though.
  height: auto;   */
  }

.gallery-wrap img.grade {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  }

.gallery-section {
  clear: left;
  overflow: hidden;
  padding: 0;
  }

.gallery-section h2 {
  font-size: 150%;
  margin: 0 0 30px 0;
  padding: 0;
  }

.gallery-wrap p a:hover {
  text-decoration: underline;
  }
  
.gallery-wrap div img {
  border: 1px solid gray;
  padding: 6px;
  }
  
.gallery-wrap div img.nofrills {
  border: none;
  padding: 0;
  }
   
.gallery-wrap div p {
  padding-top: 2px;
  font-size: 85%;
  }
  
.gallery-wrap.nobottommargin {
  margin-bottom: 0;
}

.section.marginbottom {
  overflow: hidden;
}

#closeup {
  text-align: center;
  }
  
#closeup img {
  padding: 8px;
  background: #DCD3C4;
  border: 1px solid #a9a9a9;
  border-color: #a9a9a9 #838383 #4c4c4c #838383;
  margin-bottom: 1px;
  }

#gallery-closeup ul {
  margin: 0 auto 15px auto;
  text-align: center;
  }
  
#gallery-closeup li {
  display: inline;
  list-style-type: disc;
  margin-right: 6px;
  }
  
#gallery-closeup li:before {
  padding-right: 6px;
  content: "|";
  }

#gallery-closeup li:first-child:before {
  content: "";
  }
  
#gallery-closeup #header {
  padding: 6px 0 6px 0;
  border-bottom: 2px solid gray;
  }
  
#gallery-closeup #header-inner {
  background: url(../images/logo-small.gif) center left no-repeat;
  }
  
#gallery-closeup #header h1 {
  font-size: 200%;
  display: inline;
  }
  
#gallery-closeup #header h2 {
  font-size: 100%;
  display: inline;
  margin: 0 0 0 10px;
  padding: 0;
  }
  
#gallery-closeup #header h1 a {
  padding: 0 0 0 62px;
  margin: 0;
  display: inline;
  }

p.date {
  margin-bottom: 5px;
  }

p.sitename {
  padding-top: 0;
  margin-top: -2px;
  }
  
  

