*, html
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, form, ul, li, p, h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
}
html, body 
{
	height: 100%;
}
body { background: #606061; margin: 20px 0 0; }
body#error { background: #000000; text-align: center; height: auto !important; }

.clear
{
	height: 0 !important;
	line-height: 0 !important;
	clear: both !important;
	font-size: 1px !important;
	margin: 0;
	padding: 0;
	float: none !important;
}
img
{
	border: none;
}
p
{
	font-size: 1em;
	margin: 0 0 1em 0;
}

/* Styles for scalable font consistency */

@font-face {
	font-family: "VomZomMom";
	src: url("http://localhost/Playground/offline_webapp/assets/vomzom.svg#VomZom") format("svg");
}
.svg * { font-family: "VomZomMom" !important; }

html { font-size: 100%; height: 100%; /* IE hack */ }
body { font-size: 0.75em; } /* Base font 12px */
table { font-size: 100%; /* IE hack */ }

input, select, textarea, th, td { font-size:1em; }

h1 { font-size: 5.416em; line-height: 1em; } 
h2 { font-size: 2em; line-height: 1em; margin: 0 0 0.792em 0; }

/* START: @Structural styling */
#maincontainer 
{
	margin: 0 auto;
}
/* END: Structural styling */
	
/* START: Content styling */
#content
{
	padding: 10px;
}
#content a
{
	color: #18191D;
}
#content p
{
	color: #ffffff;
}
		
.article
{
	border: 1px solid #fff;
	padding: 10px;
}
	#content .article h2
	{
		line-height: 1.458em;
		background: url(ico_ninja-star.gif) 0 0 no-repeat;
		padding: 0 0 0 48px;
		color: #1a1a1d;
		margin: 0 0 0.5em 0;
	}
	
ul li {
	background-color: #2daebf;
	float: left;
	margin: 0 20px 20px 0;
	list-style: none;
	left: -23px;
	top: -23px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	z-index: 1;
	font-size: 1.5em;
	border: 1px solid #2daebf
	 
	-moz-box-shadow: 1px 1px #007d9a, 2px 2px #007d9a, 3px 3px #007d9a, 4px 4px #007d9a, 5px 5px #007d9a, 6px 6px #007d9a, 7px 7px #007d9a, 8px 8px #007d9a;
	 
	-webkit-box-shadow: 1px 1px #007d9a, 2px 2px #007d9a, 3px 3px #007d9a, 4px 4px #007d9a, 5px 5px #007d9a, 6px 6px #007d9a, 7px 7px #007d9a, 8px 8px #007d9a;
}
/* END: Content styling */

