@import url(https://fonts.googleapis.com/css?family=Roboto:400,900|Pacifico);

body, html	{
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #666666;
	}
	
b, strong	{	color: #09C;	}
i	{	color: #98d8e8;	}

hr {
	border-bottom: 2px dashed #ccc;
	border-top: transparent;
	border-left: transparent;
	border-right: transparent;
	color: transparent;
	background-color: transparent;
	height: 3px;
	margin: 5px 0;
	}

ul	{	list-style: circle;	}

textarea, input, button, select	{	
	border: 1px solid #98d8e8;
	background-color: #FFFFFF;
	color: #666666;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	padding: 5px;
	}

a	{	color: #09C;	text-decoration: none;	}
a:hover	{	color: #98d8e8;	}

#nendoroid	{
	position: absolute;
	top: 0; left: 0;
	z-index: 0;
	}
	
#top	{
	position: absolute;
	top: 420px;
	left: 115px;
	width: 650px;
	text-align: center;
	font-family: 'Pacifico', cursive;
	font-size: 36px;
	line-height: 38px;
	color: #98d8e8;
	}

#top a	{
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:900;
	letter-spacing: 3px;
	color: #CCC;
	}

#top a:hover	{	color: #98d8e8;	}

#main {
	position: absolute;
	top: 500px;
	left: 140px;
	width: 600px;
	background: #FFF;
	padding: 15px 0px;
	z-index: 1;
	text-align: justify;
	}	
	
h1	{
	font-family: 'Pacifico', cursive;
	font-size: 36px;
	color: #98d8e8;
	text-align: left;
	font-weight: 400;
	margin: 0px;
	padding: 0;
	}
	
h2	{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #09C;
	font-weight: normal;
	text-transform: uppercase;
	}
	
h3	{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #09F;
	font-weight: normal;
	text-transform: uppercase;
	}

.linkback	{
	border: 4px solid #AACBDD;
	margin: 3px;
	}

.linkback:hover	{
	border: 4px solid #CCCCCC;
	}

.showcodes	{	text-align: left;	}

#codes	{	text-align: left;	}