
@font-face 
{
	font-family: "fairy";
	src: url('../../../fonts/Fanta.ttf');
}

@font-face 
{
	font-family: "trattatello";
	src: url('../../../fonts/Trattatello.ttf');
}

body
{
	font-family: "trattatello";
	font-size: 1.4em;
	color: rgb(53, 45, 36);
	text-shadow: none;
	text-align: center;
	margin: 0px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "trattatello", "Arial";
	
	/*
	font-family: "fairy", "Arial"; 
	font-weight: bold; 
	letter-spacing: 4px; 
	
	color: rgb(255, 255, 255); 
					
	text-shadow: 	2px 2px 0px rgb(0, 0, 0), 
					-2px 2px 0px rgb(0, 0, 0), 
					-2px -2px 0px rgb(0, 0, 0), 
					2px -2px 0px rgb(0, 0, 0), 
					0px 2px 0px rgb(0, 0, 0), 
					0px -2px 0px rgb(0, 0, 0), 
					2px 0px 0px rgb(0, 0, 0), 
					-2px 0px 0px rgb(0, 0, 0); 
	*/
}

h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.6em; }
h6 { font-size: 1.6em; }

a
{
	font-weight: bold;
	color: rgb(155, 45, 45);
	text-shadow: none;
}

a:hover 
{ 
	color: rgb(175, 75, 75); 
	text-shadow: none; 
}

input[type="text"], input[type="password"]
{
	border-radius: 5px;
	border: 1px rgb(0, 0, 0) solid;
	min-width: 250px;
	height: 35px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.0rem;
	background-color: rgb(255, 255, 255);
	box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.3);
	margin: 10px;
}

input[type="button"]
{
	-webkit-appearance: none;
	font-family: "trattatello";
	font-size: 1.2rem;
	border-radius: 5px;
	border: 1px rgb(0, 0, 0) solid;
	min-width: 200px;
	height: 40px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: rgb(255, 255, 255);
	background-image: none;
	cursor: pointer;
}

input[disable="disable"] { color: rgb(200, 200, 200); }

.view
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	text-align: center;
	overflow: hidden;
}

.center-block, .wall
{
	display: inline-block;
	vertical-align: middle;
}

.center-block
{
	margin: auto;
	text-align: center;
}

.wall
{
	height: 100%;
	width: 0px;
}

.logo-block
{
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 30px;
}

.logo-block img { max-width: 90%; }

.warning-message * { vertical-align: middle; }
.warning-message img { margin-right: 10px; }

/*#server-down, #login, #subscribe, #game, #error-popup { display: none; }*/
#loading, #server-down, #login, #subscribe, #game { display: none; }

#login h2
{
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

#menu-bar
{
	position: absolute;
	left: 10px;
	top: 10px;
}

#menu-bar a { margin-right: 10px; }

#menu-bar img { cursor: pointer; }