body.main { 
  background-color: #333333; 

  scrollbar-face-color: #666666;
  scrollbar-shadow-color: #333333;
  scrollbar-highlight-color: #333333;
  scrollbar-3dlight-color: #333333; 
  scrollbar-darkshadow-color: #333333;
  scrollbar-track-color: #333333; 
  scrollbar-arrow-color: #CCFFFF;

}

div.photostrip {
  position: absolute;
  top: 200px;
  right: 20px;
  width: 120px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  color: #ddb;
  padding: 10px;
  border: solid white 1px;
  z-index: 1;
  background-color: #000;
}

div.content {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  color: #fff;
  position: absolute;
  left: 20px;
  right: 180px;
  top: 150px;
  padding-bottom: 50px;
}

div.fullscreen {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  color: #fff;
}

div.logentry {
  background-color: #2a2a2a; 
  padding: 10px; 
  padding-bottom: 0px; 
  border: 1px solid #222; 
  border-left-color: #444; 
  border-top-color: #444;
  margin-bottom: 10px;
}

div.camarchive {
  background-color: #2a2a2a; 
  padding: 10px; 
  padding-bottom: 0px; 
  border: 1px solid #222; 
  border-right-color: #444; 
  border-bottom-color: #444;
  margin-bottom: 10px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

div.gmicon {
  position: fixed;
  right: 0px;
  bottom: 0px;
}

p.banner {
  width: 768px;
  position: relative;
  left: 240px;
}

p.title {
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

p.small {
  font-size: 8pt;
}

p.timestamp {
  font-size: 8pt;
  position: relative;
  top: 8px;
  left: 8px;
}

p.dateheader {
  position: relative;
  left: -25px;
}

img.photolink {
  vertical-align: middle;
}

div.menu {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 116px;
  background-image: url(/backgrounds/menu.jpg);
  background-repeat: repeat-x;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  word-spacing: 50px;
  padding-left: 30px;
  padding-right: 0px;
  padding-top: 80px;
  margin-right: 0px;
}

div.top {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 80px;
  width: 100%;
  background-image: url(/backgrounds/yellow-strip.jpg);
  background-repeat: repeat-x;
}

span.entrysubject {
  background-color: #334;
  padding: 5px;
  position: relative;
  left: -11px;
  top: -6px;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
}

div.photocaption {
  font-size: 11px;
  color: #FF9;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

span.huge {
  font-size: 150px;
}

span.small {
  font-size: 8px;
}

a:link { color: #aef; text-decoration: none; }
a:visited { color: #aef; text-decoration: none; }
a:hover { color: #aef; text-decoration: underline; }

a.menu:link { color: black; text-decoration: none; padding: 10px;}
a.menu:visited { color: black; text-decoration: none; padding: 10px;}
a.menu:hover { color: black; text-decoration: underline; }
