a, a:link,a:visited,a:active
{ 
	color: rgb(204, 204, 255);
	font-weight: bold;
	text-decoration: none; 
} 
a:hover 
{
  color: rgb(255, 102, 0);
  text-decoration: none;
}

.current_category
{
  color: rgb(255, 102, 0);
  font-weight: bold;
  text-decoration: none;
}

a.current_category, a.current_category:link, a.current_category:visited, a.current_category:active 
{
  color: rgb(255, 102, 0);
  font-weight: bold;
  text-decoration: none;
}


/* Thumbnails for the categories pages */

a.thumbnail, a.thumbnail:link, a.thumbnail:visited, a.thumbnail:active
{
	border: rgb(0, 0, 0) 1px solid;
	margin-bottom: -25px;
	padding-top: 5px;
	width: 136px;
	display: block;
	background: rgb(35, 35, 35);
	height: 142px;
	-moz-opacity:0.70; 
	-moz-border-radius-bottomright:	10px;
	-moz-border-radius-topleft: 10px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color="#232323",Direction=135,Strength=4) Alpha(Opacity=100);
}

a.thumbnail:hover{
  border: rgb(255, 102, 0) 1px solid;
	background: rgb(20, 20, 20);
	-moz-opacity:1.00;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color="#232323",Direction=135,Strength=4) Alpha(Opacity=100);
}


img.thumbnail 
{
  border: rgb(0, 0, 0) 1px solid;
  margin: 0px;
  padding: 0px;
  background: rgb(45, 45, 45);
  vertical-align: middle;
}
	
	
td.thumbnail 
{ 
  height: 155px; 
}

/* Div holding the table with thumbnails */
.thumbnails
{
	background: #333333;
	border: #000000 1px solid;
	padding: 4px 0px 0px 4px;
	width: 800px;
}

.thumb_desc
{
	margin-top: 8px;
	margin-left: 4px;
	margin-right: 4px;
	width: 136px;
	display: block;
	color: rgb(91, 91, 101);
	font: 9px Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: 0px;
}

/* just for centering vertically */
/* hide it before displaying it at the right position */

#vert_centered
{
	position:relative;
	display: block;
	padding: 2px 2px 2px 2px;
}

div.abouttext
{
	background: #333333;
	border: #000000 1px solid;
	padding: 10px;
	width: 790px;
}


/* displays a picture */
div.photodisplay
{
	background: #333333;
	border: #000000 1px solid;
	padding: 10px;
	width: 812px;
}

img.photodisplay 
{
  border: rgb(0, 0, 0) 1px solid;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Shadow(color="#232323",Direction=135,Strength=5);
}


/* General elements */
div,body,th,tr,table,li,ul,form,blockquote,p,b,i,h4,center 
{
  border: 1px;
  color: rgb(91, 91, 101);
  font: 11px verdana, Tahoma, Helvetica, sans-serif;
}

body
{
    margin-bottom: 0px;
    margin-top: 0px;
    background: rgb(65, 65, 65);
   	height: 99%;
}

h1, h2 
{
    border-left: 1px none;
    border-right: 1px none;
    border-top: 1px none;
    margin-bottom: 1em;
    margin-right: 0px;
    padding: 0px;
    width: 810px; 
    display: block;
    background: rgb(0, 0, 0);
    height: 46px;
    position: relative;
}


td 
{
    border: 1px none;
    background: none;
    border-collapse: collapse;
    empty-cells: show;
}

img
{
   border: rgb(0, 0, 0) 1px none;
}



.header, .footer, .displayheader, .displayfooter
{
	border : #000000 1px solid;
	padding : 6px 6px 6px 6px;
	background: #333333;
	font: 11px Verdana, Tahoma, Helvetica, sans-serif;
}


.header
{
	width: 810px;
	margin-top: 0px;
	text-align: left;
}

.footer
{
	width: 810px;
	margin-top: 15px;
	text-align: center;
}

.displayheader
{
	width: 840px;
	margin-top: 10px;
	text-align: left;
}

.displayfooter
{
	width: 840px;
	margin-top: 15px;
	text-align: center;
}



.copyright, a.copyright, a.copyright:link, a.copyright:visited, a.copyright:active
{ 
  color: rgb(91, 91, 101);
	font-weight: normal;
	text-decoration: none; 
} 

a.copyright:hover
{
  color: rgb(255, 102, 0);
	font-weight: bold;
  text-decoration: none;
}


HR { position : relative;}

