<!-- 
/*
   :::::::::::::::StyleSheet Information :::::::::::::::
   :: ----------------------------------------------- ::
   :: PBase.com Style Version 1.0 - light edition     ::
   :: by Webdev - Pim Rijpsma - NL                    ::
   :: http://www.pbase.com/webdev/                    ::
   :: License Terms : Attribution-ShareAlike 1.0      ::
   :: http://creativecommons.org/licenses/by-sa/1.0/  ::
   :: ----------------------------------------------- ::
   :: Modifications by freckles (L Hanley)                    ::
   :::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
body{
  margin-bottom: 20px;
  margin-top: 0px;
  background: rgb(64, 77, 87);
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  color: rgb(124, 137, 147);
  font-size: 12px;
}
.leftheader {
  position: absolute;
  left: 1ex;
  top: 35px;
  font-weight: bold;
  white-space: nowrap; 
}	
.slideleftheader {
  position: absolute;
  left: 1ex;
  top: 5px;
  font-weight: bold;
  white-space: nowrap; 
}	
.sliderightheader {
  position: absolute;
  right: 1ex;
  top: 5px;
  font-weight: bold;
  white-space: nowrap; 
  text-align: right;
}
.rightheader {
  position: absolute;
  right: 1ex;
  top: 35px;
  font-weight: bold;
  white-space: nowrap;
  text-align: right;
}

a, a:link, a:visited, a:active {
  color: rgb(204, 204, 255);
  text-decoration: none;
}
a:hover {
  color: rgb(95, 121, 216);
  text-decoration: none;
}
a.thumbnail, a.thumbnail:link, a.thumbnail:visited, a.thumbnail:active {
  border: rgb(16, 16, 26) 1px solid;
  padding-top: 5px;
  width: 172px;
  display: block;
  background: rgb(35, 48, 57);
  height: 227px;
  -moz-opacity:0.70; 
  filter: progid:DXImageTransform.Microsoft.Shadow(color="#24313A",Direction=135,Strength=4) Alpha(Opacity=70);
}
a.thumbnail:hover            {
  border: rgb(95, 121, 216) 1px solid;
  padding-top: 5px;
  width: 172px;
  display: block;
  background: rgb(35, 48, 57);
  height: 227px;
  -moz-opacity:1.00; 
  filter: progid:DXImageTransform.Microsoft.Shadow(color="#24313A",Direction=135,Strength=4) Alpha(Opacity=100);
}
.thumbinfo {
  margin-top: 10px;
  width: 165px;
  color: rgb(124, 137, 147);
  display: block;
}
h1, h2 {
  border: rgb(95, 121, 216) 1px dotted;
  border-left: 1px none;
  border-right: 1px none;
  border-top: 1px none;
  margin-bottom: 1em;
  margin-top: 0px;
  margin-left: -10px;
  margin-right: 0px;
  padding: 5px;
  width: 100%;
  display: block;
  background: rgb(25, 38, 47);
  color: rgb(204, 204, 255);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: right;
  height: 21px;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,enabled='true',startColorstr='#18252F',endColorstr='#404D57');
}
h3 {
  border-bottom: rgb(0, 0, 0) 1px dotted;
  border-left: 1px none;
  border-right: 1px none;
  border-top: 1px none;
  padding: 2px;
  width: 400px;
  display: block;
  background: rgb(25, 38, 47);
  font-size: 19px;
  letter-spacing: 0px;
  text-align: center;
}

img { border: rgb(26, 26, 36) 1px none; }

img.thumbnail {
  border: rgb(16, 16, 26) 1px solid;
  margin: 0px;
  padding: 0px;
  background: rgb(38, 51, 60);
  vertical-align: middle;
}
td {
  border: 1px none;
  background: none;
  border-collapse: collapse;
  empty-cells: show;
}
td.thumbnail {
  padding: 2px; 
  height: 232px; 
}
.caption {
  color: rgb(95, 121, 216);
  font-size: 12px;
  font-style: italic;
  width: 450px;
}
.display {
  border: rgb(0, 0, 0) 1px solid;
  margin-top: 1em;
  background: rgb(38, 51, 60);
  filter: progid:DXImageTransform.Microsoft.Shadow(color="#24313A",Direction=135,Strength=5);
}
.lid{
  background: rgb(46, 46, 56);
  color: rgb(124, 137, 147);
  font-size: 11px;
  text-decoration: none;
  text-align: center;
}
.sb{
  background: rgb(124, 137, 147);
  color: rgb(204, 204, 255);
  font-size: 12px;
  text-decoration: none;
  text-align: center;
}
.foot {
  text-transform: lowercase;
  font-size: 10px;
}
.camera { font-style: italic;}
.linethru { text-decoration: line-through; }

 -->