@import url('https://fonts.googleapis.com/css?family=DotGothic16');

body {
	background-image: url("img/background.gif");
	cursor: url("img/gcursor.png"), auto; 
}
    
div#cloves {
width: 1141px;
  height: 100px;
  background-image: url("img/grass2.gif");
  background-size: 1152px;
  float: left;
  position: absolute;
  top: 49px;
  background-repeat: repeat-x;
}

img#pagedoll {
	position: absolute;
  top: 1098px;
  left: 1276px;
}

div#one {
	width: 1141px;
	height: 1100px;
	border-radius: 20px;
	border: solid 1px #418e1b;
	background-image: url("img/greenruffle.gif");
	background-repeat: repeat-x;
	background-size: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fffffc;
	margin-top: 110px;
	margin-bottom: 110px;
	overflow: hidden;
}

div#sidebar {
	width: 20%;
	height: 500px;
	float: left;
	margin-top: 120px;
	overflow: hidden;
}

div#logo {
	margin: center;
}

div#menu {
	border: 1px solid #418e1b;
	background-size: 300px;
	border-radius: 5px;
	background-image: url("img/fullbanner.gif");
	width: 75%;
	height: auto;
	padding: 5px 5px 5px 5px;
	margin: auto;
	text-align: center;

}

ul {
      list-style-image: url("img/sideicon.png");
      margin-left: 10px;
    }

div#main {
	width: 70%;
	height: 1100px;
	float: left;
	text-align: center;
	margin-left: 3%;
	padding-left: 1%;
	padding-right: 2%;
	margin-top: 120px;
	overflow: hidden;
}

div#mainsubheader {
	background-image: url("img/fullbanner.gif");
	background-size: 400px;
	border: 1px solid #418e1b;
	border-bottom: 1px solid transparent;
	padding: 3px;
	border-top-left-radius:  5px;
	border-top-right-radius:  5px;
	color: #fff;
	text-align: left;
	font-size: 20px;
	padding: 5px 5px 5px 15px;
	overflow: hidden;
}

div#mainbody {
border: 1px solid #418e1b;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
margin: auto 0px auto 0px;
height: 230px;
padding: 5px 5px 0px 15px;
font-size: 17px;
text-align: left;
overflow: auto;
}

p {
	color: #14530c;
  font-family: "DotGothic16", sans-serif;
	image-rendering: pixelated;
	font-size: 15px;
}

h2 {
	line-height: 0.3;
	color: #14530c;
}

ul {
	color: #14530c;
	font-family: ms ui gothic;
	image-rendering: pixelated;
}

span {
	color: #14530c;
	filter: drop-shadow(0px 2px white) drop-shadow(0 -2px white) drop-shadow(2px 0 white) drop-shadow(-2px 0 white);
	font-family: ms ui gothic, tahoma;
	font-size: 15px;
	image-rendering: crisp-edges;
}

span#lyrics {
	font-size: 12px;
	color: #fd0045;
	overflow: hidden;
}

div#boxleft {
	margin-top: 20px;
	padding-bottom: 80px;
	width: 391px;
	height: 397px;
	border: 1px solid #418e1b;
	border-radius: 5px;
	box-sizing: border-box;
	margin-right: 15px;
	float: left;
	overflow: hidden;
}

/*top right bottom left*/
div#highlight {
	padding: 5px 0px 0px 15px;
	background-image: url("img/fullbanner.gif");
	background-size: 400px;
	width: 100%;
	background-repeat: repeat-x;
	height: 30px;
	text-align: left;
	overflow: hidden; 


}

div#boxright {
	margin-top: 20px;
	padding-bottom: 10px;
	width: 391px;
	height: auto;
	border: 1px solid #418e1b;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
	margin-left: 15px;
	background-image: url(img/chocob.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 400px;
}

div#status {
 padding-left: 10px;
}

mark {
	background-color: greenyellow;
}

div#boxbottom {
	margin-top: 20px;
	padding-bottom: 60px;
	width: 100%;
	height: 130px;
	border: 1px solid #418e1b;
	border-radius: 5px;
	margin-right: 15px;
	overflow: auto;
	overflow-x: hidden;
}

hr {
	border: 0px;
	border-top: 1px dashed #418e1b;
	width: 700px;
}

.center { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	width: 50%; 
	margin-bottom: 5px;
}

h2 {
	color: #fd0045;
}

li {
	color: #fd0045;
}

#statuscafe {
    padding: .5em;
    background-color: transparent;
    
}
#statuscafe-username {
    	color: #14530c;
  font-family: "DotGothic16", sans-serif;
	font-size: 15px;
}
#statuscafe-content {
    	color: #14530c;
  font-family: "DotGothic16", sans-serif;
	font-size: 15px;
}