<!-- 
/*
   :::::::::::::::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(66,0,0);
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color: rgb(124, 137, 147);
	font-size: 12px;
}
.leftheader {
	position: relative;
	/*left: 1ex;
	*/
	top: 0px;
	font-weight: bold;
	white-space: nowrap;
	text-align : center;
}	
.slideleftheader {
	position: relative;
	/*left: 1ex;*/
	top: 5px;
	font-weight: bold;
	white-space: nowrap;
	text-align : center;
}	
.sliderightheader {
	position: relative;
	right: 1ex;
	top: 5px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
}
.rightheader {
	position: relative;
	right: 1ex;
	top: 0px;
	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: 160px;
  -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: 160px;
  -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: center;
	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: transparent none;
	border-collapse: collapse;
	empty-cells: show;
}
td.thumbnail {
  padding: 0px; 
  height: 160px; 
}
.caption {
	color: #CCCCFA;
	font-size: 12px;
	font-style: italic;
	width: 450px;
	overflow : visible;
}
.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: 8px;
	text-align : center;
	color: rgb(204, 204, 255);
	font-weight : bold;
}
.camera { font-style: italic;}
.linethru { 
/*text-decoration: line-through; 
*/
}
.credits {
	color: Gray;
	font-size: 8px;
	font-style: italic;
	font-weight : normal;
	text-align : center;
}

/*
 Add ons from Wordpress CSS
*/
#header {
 position: relative;
 top:4px;
 width: 1000px;
 /*
 width: 800px;
 */
 
 height: 174px;
 /*
 height: 150px;
 */
 margin: 0 auto;
 padding: 0
}
#head {
 text-align:center;
}
#folderheader {
	text-align: center;
	width: 600px;
/*	height: 45px; */
}
 -->