body
{
background-color:#effbda;
background-image: url('images/bg.png');
background-repeat:repeat;
overflow-x: hidden; 
overflow-y: hidden;
text-align: center;
margin:20px;

}


#main {
		background-image: url('images/dot.png');
		background-repeat:repeat;
		color: #5b5b5b;
		width: 500px;
		height: 500px;
		font-size: 17px;
		font-family: 'NTR', sans-serif;
		text-align: justify;
		padding: 0px 30px 0px 30px;
		line-height: 200%;
		overflow-x: hidden; 
		letter-spacing: 1px;
		text-shadow: -1px 1px 0px #fff, 
		1px -1px 0px #fff;
		
}


a
{
text-decoration-line: none;
color: #bf3adc;
text-shadow: -1px 1px 0px #ccc;
font-family: 'Nova Mono', monospace;
font-size: 15px;
}

a:hover 
{
text-decoration:none;
color:#ffd1dc;
cursor: help;
transition: 0.3s;
text-shadow: 0px 0px 0px #fff;
}

b, strong { color: #14c625;

}

i {color:#3097d8;

}

h1
{
		font-family: 'Jua', sans-serif;
		font-size:20px;
		color:#fff;
		text-align: center;
		margin-bottom:5px;		
		height:42px;
		background-image: url('images/hdr.png');
		background-repeat: no-repeat;
		background-position: center;
		background-position-y: 0;
		text-transform: uppercase;
		letter-spacing: 3px;
		padding:4px 0px 3px 0px;
		text-shadow: -1px 1px 2px #dfa029, 1px 1px 2px #dfa029;
}

::-webkit-scrollbar {width: 8px; height: 2px; background: #;}
::-webkit-scrollbar-thumb {background-color:#34c1da; border: 0px solid black;}

::selection {color: #535353; background: #f2f2f2;}
::-moz-selection {color: #535353; background: #f2f2f2;}
::-webkit-selection {color: #535353; background: #f2f2f2;}



.navigation {
	font-family: 'Nova Mono', monospace;
	font-size: 15px;
text-transform: uppercase;
	text-align:center;
	padding-bottom:25px;

	}

	
  
 .navigation a {
		color: #14c625;
		background-color: #fff;
		cursor: help;	
		padding: 3px 10px 4px 10px;
		display: inline-block;
		text-shadow: -1px 1px 0px #dfdfdf;
		text-decoration:none;
		letter-spacing: 1px;
		
}	

.navigation a:hover {
		color: #2abad8;
		background-color: #f8ffac;
		text-shadow:  -1px 1px 0px #dfdfdf;
		cursor: help;
		transition: 0.2s;
		
}

	

table {

	width:900px;

}

td.left {
		background-image: url('images/dot.png');
		background-repeat:repeat;
text-align: right;
vertical-align:top;
padding-right:5px;
	
}

td.right {

text-align: left;
vertical-align:top;

}

td.bottom {
			color: #3e3e3e;
		font-size: 11px;
		font-family: 'Arial';
		padding-top:25px;
		text-align: center;
}

		
	
td.bottom a {
font-size: 11px;
		}


.img:hover {
opacity: .5;

}

input, #comments, #country {
  border-bottom: 2px solid #34c1da;
  border-top: 1px dotted #ccc; border-right: 1px dotted #ccc; border-left: 1px dotted #ccc;
  background-image: url('images/bg.png'); 
  background-repeat: repeat;
  color: #5b5b5b;
  padding: 5px;
}

blockquote {
	background-color:#fff;
	padding:15px 15px 15px 15px;
	border: 20px solid;
    border-image: url('images/bg2.png') 20 20 round;
	width: 150px;
    text-align: center;
	font-size: 14px;
	line-height: 190%;
	text-shadow: 0px 0px 0px #f7f7f7;
	transition: .3s;
}

blockquote:hover{
	transition: .3s;
	border: 20px solid;
    border-image: url('images/bg1.png') 20 20 round;

}


#animal {

line-height:120%;
}


#animal a{
text-decoration-line: none;
background-image: url('');
font-size: 12px;
font-family: arial;
text-shadow: 0px 0px 0px #fff;
}

.top {
text-decoration-line: none;
background-image: url('');

}

img.claimed
{
opacity: 0.5;
}

