.thumb2{
position: absolute;
padding: 50px 0px px 20px;
z-index: 0;
}

.thumb2:hover{
background-color: transparent;
z-index: 50;
}

.thumb2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 2px;
left: -1000px;
border: 0px;
visibility: hidden;
}

.thumb2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumb2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

img { border: none; } 

.highlight {
	color:#FFFF00;
}

.webring {
   display: none;
}


* {margin: 0px;padding: 0px;}
p {
	padding: 10px 10px 10px 20px;
	display:block;
	color:#c59f58;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

a {
	color:#80745f;/*6b7272;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

input, textarea, select {
  background-color : #343737;
  color : #CCCCCC;
  border : 1px solid #000000;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 970px;
}
#header{
	height:242px;
	width:960px;
	background-image:url(wsimages/header2.jpg);
	background-repeat: no-repeat;
}
#content{
}
#left{
	width:192px;
	float:left;
}
#middle{
	margin-left:206px;
	width:750px;
}

.latest p { 
	padding: 10px 10px 10px 20px;
	display:block;
	color:#c59f58;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/********************* menu ****************************/
.menuheader{
	width:192px;
	height:32px;
	background-color:#17170b;
	display:block;
}
.menucontent{
	width:192px;
	background-color:#0e0d06;
	padding-top:10px;
	padding-bottom:15px;
}
.menuheader h3 {
	padding: 8px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.menuheader h3 a{
	color:#c9b796;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.searchform{
	padding-top:20px;
}
.searchbutton{
	visibility: hidden;
}
.menufooter{
	width:192px;
	height:5px;
	background-color:#0e0d06;
	margin-bottom:2px;
	display:block;
}
.postheader,.postinfo,.menuheader{
	color:#c9b796;
}
/********************* post ****************************/
.post{
	margin-bottom:10px;
}
.postheader h1{
	padding: 17px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.postheaderdead h1{
	padding: 17px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color:#80745f;
}

.postcontent ul{
	padding: 0px 10px 0px 40px;
	display:block;
	color:#c59f58;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.count{
	padding: 20px 0px 0px 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#80745f
}

.morefromcategory a{
	float: right;
	padding: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15;
	font-weight: bold;
	text-decoration: none;
	color:#c9b796;
}

.postinfo {
	padding: 0px 0px 0px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#c59f58;	
}

.postimage {
	padding: 18px 0px 0px 18px;
	width: 99%;
	overflow: auto;
	overflow-y:hidden;
}	

.postfooter {
	padding: 20px 0px 0px 0px;
}

.thumbname a{
	color:#c9b796;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.thumbname {
	padding: 0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#c9b796;	
}

.thumbdate {
	padding: 0px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#c59f58;	
}

.thumbscontainer {
	padding: 15px 0px 0px 20px;
}
.thumbnail {
	float:left; 
	width: 210px; 
	height: 200px;
	margin: 3px;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
}

.thumbnail img {
	display: inline;
	margin: 5px;
}

.clearboth { clear: both; }

.equipment {
	padding: 10px 0px 20px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#c59f58;
}
/********************* header ****************************/
#header{
	position:relative;
}
#header ul{
	position:absolute;
	top:220px;
	display:block;
	left:290px;
}
#header ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}
.last{
	border-right: 0px none #6b7272 !important;
}
#header ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
}
#header ul li a:hover{
	text-decoration:underline;
}
/********************* footer ****************************/
#footer{
	width:850px;
}
#footer ul{
	display:block;
	margin-left:190px;
}
#footer ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}

#footer ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer span{
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	width:850px;
	display:block;
	padding: 15px 0px;
}
/********************* menu members ****************************/
.menu ul{
	list-style-position: inside;
	list-style-image: url(wsimages/listmarker.gif);
/*	list-style-type: hiragana; */
	padding: 0px 0px 0px 20px;
	color:#90846f;
}
.menu ul li{
	padding-top: 5px;
	color:#373434;
}
.menu ul li a{
	text-decoration:none;
	color:#90846f;
	padding: 0px;
	font-size:13px;
}
.menu ul li a:hover{
	text-decoration:underline;
}

.clear{
	clear:both;
}


/************** Image Maximum size ***************/
.proper_img{
  padding: 10px 10px 10px 20px;
  max-width: 700px;
  max-height: 1000px;
}
.proper_img2:hover{
    position: relative;
    left: -100px;
    top: -100px;
    width:auto;
    height:auto;
    max-width: none;
    max-height: none;
    display:block;
    z-index:999;
}