﻿.comment-this {
  visibility: hidden;
}

.comment-this-vis {
  margin-top: 163px;
  margin-left: 3px;
  height: 40px;
  width: 200px;
  overflow: hidden;
}

.picture-title {
  position: absolute; 
  left: 0; 
  bottom: 0; 
  width: 100%;
  border: 1px solid #EFEFEF; 
  background-color: #EFEFEF;
  padding-left: 5px; 
  padding-bottom: 5px; 
  visibility: hidden;
}

.picture-preview {
  position: relative; 
  float: left; 
  padding: 10px; 
  margin: 0;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.slideshow-date {
  position: relative; 
  float: left; 
  margin: 10px; 
  width: 190px;
  height: 190px;
  vertical-align: 50%;
  font-size: 24px;
  font-weight: bold;
  font-family: Arial, Verdana;
  color: #aaa;
  border: 5px solid #aaa;
  overflow: visible;
}

.slideshow-date span {
   width: 190px; 
   display: block; 
   position: absolute; 
   text-align: center; 
   top: 85px;
   overflow: visible;
   border: 0;
   padding-bottom:5px;
   height: 30px;
}

.blog-preview {
  position: relative; 
  float: left; 
  margin: 10px; 
  padding: 5px 5px 0 5px;
  width: 180px;
  height: 185px;
  font-family: Arial, Verdana;
  color: #000;
  border: 5px solid #aaa;
  overflow: hidden;
}

.blog-preview h2{
    font-size: 1.15em;
    font-weight: bold;
}

.sticky-image {
  position: relative; 
  float: left; 
  margin: 10px; 
  width: 630px;
  height: 410px;
  text-align: center;
  vertical-align: 50%;
  font-size: 24px;
  font-weight: bold;
  font-family: Arial, Verdana;
  color: #aaa;
  border: 5px solid #aaa;
  overflow: visible;
}

.picture-preview-hover {
  position: absolute;
  left:0;
  top: -7px;
  overflow: hidden;
  background: url(images/active-fg2.gif) no-repeat;  
  border: 0px;
  padding: 6px;
  margin: 7px 6px 0 0;
  width: 213px;
  height: 213px;
  cursor: pointer;
  z-index: 10;
}
