#gallery {
  margin-right: 20px;
  display: block;
  font-family: verdana;
}

h2#gallerytitle {
  font-size: 3em;
  font-family: Arial
}

#featured_pictures {
  padding-bottom: 20px;
} 

#featured_pictures #prev {
  width: 20px;
  background: White;
  display: block;
  height: 260px;
  float: left;
}
#featured_pictures #next {
  width: 20px;
  background: White;
  display: block;
  height: 260px;
  float: right;
}
#featured_pictures .featured_img {
  width: 296px;
  float: left;
  font-size: 1.1em;
  color: #666666;
}
#featured_pictures .featured_img .inner {
  margin: 0 auto;
  display: block;
  width: 280px; 
  border: 1px solid #f8f8f8;
}
#featured_pictures .featured_img .inner img {
  border: 0px;
  margin-bottom: 10px;
}
#featured_pictures .featured_img h3 {
  font-weight: normal;
  font-size: 1.1em;
  line-height: 200%;
}
#featured_pictures .featured_img h3 a {
  font-size: 1.3em;
  font-family: Arial;
  font-weight: bold;
}
#featured_pictures .featured_img .img_date {
  font-size: 1.1em;
}
#gallery .pagenav {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
}
#gallery .pagenav ul.pagelist{
   width: 50%;
  float: right;
  text-align: right;
}
#gallery .pagenav ul.pagelist li{
  display: inline;
  padding: 2px;
}
#gallery .pagenav ul.pagelist li span.disabledlink {
  display: none;
}
#gallery .pagenav ul.pagelist li a {
 color: black;
  text-decoration: underline;
}
#gallery .pagenav ul.pagelist li.prev a,#gallery .pagenav ul.pagelist li.next a {
   color: #0177EF;
   text-decoration: none;
}
#gallery .pagenav ul.pagelist li.current a {
  text-decoration: none;
}

#albums {
  margin-left: 60px;
  margin-right: 45px;
  padding-bottom: 15px;
}

#albums .album {
  width: 136px;
  float: left;
  height: 132px;
}

#albums .album .preview {
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;

  padding: 4px;
  width: 108px;
  background: white;
}
#albums .album  a{
  margin: 0 auto;
  display: block;
  width: 108px;
  height: 108px;
  overflow:hidden;
  position:relative;
  text-decoration: none;
  padding: 0px;
  color: black;
  cursor: pointer;
}
#albums .album  .albumtitle{
  text-decoration: underline;
}
#albums .album .preview a .albumthumb img{
  margin: 0 auto;
  padding: 3px;
  border: 0px;
  cursor: pointer !important;
}
#albums .album  .preview a .albumthumb {
  position: absolute;
  left: -50px;
  top: -55px;
  background: white;
  font-size: 1.1em;
  color: #666;
  font-weight: normal;
  text-align: left;
  font-size: 1.1em;
  border: 1px solid #ccc;
}
#albums .album  .preview a .albumthumb span.album_caption {
  line-height: 150%;
  display: block;
  margin-left: 5px;
  margin-bottom: 5px;
  width: 190px !important;
}
#albums .album  .preview a .albumthumb .albumtitle{
   color: #0177EF;
   font-size: 1.1em;
   font-weight: bold;
}
#albums .album  .preview a:hover {
  overflow:visible;
  z-index:1000;
}
.post-link {
  text-align: right;
  font-size: 1.2em;
  float: right;
  width: 600px;
}
#btag {
  font-size: 1.2em;
  margin-bottom: 5px;
}
.imgnav {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
  display: block;
  text-align: center;
  line-height: 20px;
}
.imgnav .imgno {
  font-size: 1.4em;
  font-weight: bold;
  padding: 10px;
}
.imagedisplay {
  width: 820px;
  margin: 0 auto;
  display: block;
  font-size: 1.2em;
}
.imagedisplay img{
	margin: 0 auto;
	display: block;
}
.imagedisplay h3 {
  font-size: 1.8em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial;
} 
#postcomment {
  margin-top: 0px !important;
}
#respond {
  margin-top: 0px !important;
}
