/*
'
'**************************************
' Copyright (c) 2013 - Mike Meek
' All rights reserved. 
' Based on a template created by
' Visuddhi - http://visuddhi.com
'**************************************
'
*/

#logo	{
		margin-right: 10px;
		font-size: 18px;
		font-weight: bold;
		font-family: "Tahoma", "Verdana", "Arial", "sans-serif";
		color: rgb(198, 198, 198);
		text-align: right;
		text-decoration: none;
	  	}

body { 
	font-family: verdana;
	color:#fff;
	background-color:#222;
}

h1 { 
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	font-variant: small-caps;
}

div.header { 
	margin: 0 200px 2px 200px;
	padding: 12px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	background: #111;
	border: 1px solid #ddd;
}
div.footer {
  margin: 25px;
  text-align: center;
}
div.center {
  text-align: center;
}

table.container {
	margin: 20px auto;
}
table.bigview { 
	margin-left: auto;
   margin-right: auto;
   border-collapse: collapse;
   empty-cells: hide;
}

tr#thmbrow {
	height: 200px;
}
	
img { 
	border: 0;
}
img.web { 
	border: 11px double #777;
}

td.pg0 { 
	text-align: left;
	font-size: 13px;
}
td.thmb { 
		vertical-align: center;
	 	border: 2px solid #444;
/*	 	border: 1px solid gray;		*/	
/*	border: 3px double gray;		*/
}

td.listleft	{
				text-align: left;
				vertical-align: top;
}
td.nopage	{
				font-size: 10px;
				text-align: center;
				vertical-align: center;
				border: 0; 
}

td#pagelist { 
	padding: 4px;
	font-size: 9px;
	color:#bbb;
	background: #111 ;
	border: 1px solid #444;
	text-align: left;
}
td#pagelist a {
	font-weight:bold;
	text-decoration:none;
	color:#bbb;
}	 
td#pagelist a:hover {
	text-decoration: underline;
	color: #ff0;
}

/* 
** image cells on main page
** affects spacing between image cells 
*/
table.dia {
	margin: 1px;
	width: 10px;
	height: 10px;
	border: 1px solid #555;
	border-collapse: collapse;
}
/* 
** small description under image cells on main page
** affects spacing between image cells 
*/
div.smalldesc { 
	margin: 3px 1px 3px 2px;
	width: 180px;
	font-size: 11px;
	text-align: center;
	color:#eee;
}

table.dia td { 
	text-align: center;
	vertical-align: middle;
	background: #000;
}

table.image {
	background: #111;
	border: 1px solid #ddd;
}
div.bigdesc { 
	margin: 6px 5px 5px 5px;
	font-size: 14px;
	color:#fff;
	text-align: center;
}
table.image td { 
	text-align: center;
	vertical-align: middle;
}
table.image img { 
	display: block;
	margin: auto; 
}
div#navigator { 
	margin: 0 180px 10px 180px;
	padding: 4px;
	font-size: 10px;
	color:#bbb;
	background: #000 ;
	border: 1px solid #ddd;
	text-align: center;
}
div#navigator a {
	font-weight:bold;
	text-decoration:none;
	color:#bbb;
}	 
div#navigator a:hover {
	text-decoration: underline;
  color: #ff0;
}
div#image {
	padding: 10px;
	text-align: center;
	background-color: #111;
	border: 1px solid #ddd;
}
div#image img {
  border: 1px solid #aaa;
}

td.dia a img { 
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}
td.dia a:hover img { 
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
