::-webkit-scrollbar {width: 5px; height: 2px; background: #fff;}
::-webkit-scrollbar-thumb {background-color:#74915d; border: 0px solid black;}

::selection {color: #647755; background: #f0f3d9;}
::-moz-selection {color: #647755; background: #f0f3d9;}
::-webkit-selection {color: #647755; background: #f0f3d9;}


body
{
background-color:#fff;
overflow-x: hidden; 
text-align: center;
color: #000;
font-size: 20px;
font-family: "Cutive Mono", monospace;
text-align: justify;
padding: 5px;
line-height:25px;
}


a {
text-decoration-line: none;
color: #4d9d2e;
cursor: help;
margin-bottom:5px;
letter-spacing:0px;
text-shadow: 1px 1px 2px #ccc;
border-bottom: 1px dotted #bbb;
}

a:hover 
{
text-decoration:none;
background-image: url('');
background-position: fixed;
background-repeat:repeat-x;
color:#e88c30;
transition: 0.8s;
text-shadow: 1px 1px 2px #ccc;
border-bottom: 1px solid #bbb;
}

.link {
text-decoration-line: none;
border: 0px;
}

.link:hover {
text-decoration-line: none;
border: 0px;
opacity: 0.8;
}


b{ color: #af922d;
}

.entry-date {color: #af922d;

font-weight: 600;
margin-bottom:10px;
}



i {color:#2c709f;
}

h1, h3 {
	text-align: center;
	margin-bottom: -10px;
	padding-bottom:10px;
	margin-top:10px;
	font-family: "VT323", monospace;
	font-size: 23px;
	font-weight: 400;
	color:#db878a;
	text-transform: lowercase;
	letter-spacing:1px;
	height:70px;
	background-image: url('images/hbg.gif');
	background-repeat: repeat-x;
	background-position: center;
}

h2 {
	text-align: center;
	margin-bottom: -10px;
	padding-bottom:10px;
	margin-top:10px;
	font-family: "VT323", monospace;
	font-size: 23px;
	font-weight: 400;
	color:#db878a;
	text-transform: lowercase;
	letter-spacing:1px;
	height:70px;
	background-image: url('images/hbg.gif');
	background-repeat: repeat-x;
	background-position: center;
}

.img {
	border: 1px dotted #9b9b9b;
	border-radius: 10px;
	padding: 3px;
	margin: 0px 10px 0px 10px;
	opacity: 0.8;
}

.img:hover {
opacity: 1;
}

.love:hover {
opacity: .5;
background-color: #ffd39b;
}



li {
  list-style: none;
  padding: 10px 30px;
  margin-left:7px;
  background-image: url("images/li.gif");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px; /* adjust this to the size you want */
}

li.b {
  list-style: none;
  padding: 10px 30px;
  margin-left:7px;
  background-image: url("images/li1.gif");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px; /* adjust this to the size you want */
}

#name, #email, #url, #comments, #subject, #submit, textarea
{
  border-bottom: 2px solid #ffbadc;
  border-top: 1px dotted #c8a97c; border-right: 1px dotted #c8a97c; border-left: 1px dotted #c8a97c;
  color: #ab643e;
  padding: 5px;
}

table {
margin-top:10px;
}

.tdb {
	background-image: url('images/tb.gif');
	background-repeat:repeat-x;
	background-position: left;
	height:45px;
	
	vertical-align:top;
}

.tdt {
	background-image: url('images/tt.gif');
	background-repeat:repeat-x;
	background-position: left;
	height:45px;
	
	vertical-align:top;
}

.tdl {
	background-image: url('images/tl.gif');
	background-repeat:repeat-y;
	background-position: left;
	vertical-align:left;
	width:40px;
}

.tdr {
	background-image: url('images/tr.gif');
	background-repeat:repeat-y;
	background-position: right;
	vertical-align:right;
	width:40px;
}

.box {
	vertical-align: middle;
}

.frame {
	width: 843px;
	height:570px;
	border: none;
	
}

.menu {
border: 2px solid #9fbd88;
}

.menu:hover {
border: 2px solid #daa2d7;
transition: 0.3s;
}

#footer {
	margin-top:10px;
	font-size: 14px;
}