body {
	background: url('../img/background.gif');
	font-family: arial, serif;
}

#main_page {
	width: 800px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	
	padding-top: 30px;
	
	background: #555555	;
	
	color: #DDDDDD;
	text-shadow: 0 0 3px #252525;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	opacity:0.85;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	
	box-shadow: 0 0 40px #000000;
	-webkit-box-shadow: 0 0 40px #000000;
	-moz-box-shadow: 0 0 40px #000000;
}

h1 {
	display: block;
	width: 760px;
	padding: 20px;
	
	background: url('../img/pattern.gif');
	
	border-top: 6px solid #DEDEDE;
	border-bottom: 6px solid #DEDEDE;
	
	color: #FFFFFF;

	text-align: center;
	font-size: 50px;
	text-shadow: 0 0 5px #000000;
	text-transform: capitalize;
}

h2 {
	text-shadow: 0 0 5px #000000;
	padding-left: 10px;
	padding-right: 10px;
}

p {
	font-size: 12px;
	
	text-align: justify;
	
	padding-left: 10px;
	padding-right: 10px;
}

footer address p {
	text-align: center;
	font-style: none;
	padding-bottom: 10px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

a:hover {
	text-shadow: 0 0 3px #999999;
}

/* ===== The APP ===== */

#card_restart {
	display: block;
	
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	
	padding: 5px;
	padding-top: 30px;
	
	background: #000000;
		
	font-size: 40px;
	
	text-align: center;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	opacity:0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	
	box-shadow: 0 0 5px #000000;
	-webkit-box-shadow: 0 0 5px #000000;
	-moz-box-shadow: 0 0 5px #000000;
}

#card_restart:hover {
	opacity:1.0;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
}

#app ul {	
	margin: 0 0 0 45px;
	padding: 15px 0 25px 10px;
	
	list-style-type: none;
	overflow: auto;
}

#app ul li {
	float: left;
	margin-right: 50px;
}

#app ul li:last-child {
	margin-right: 0;
}

#app ul li a {
	display: block;
	
	width: 185px;
	height: 250px;
	
	background: url('../img/pattern.gif');
	
	border: 6px solid #DEDEDE;
	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
	box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
	-moz-box-shadow: 0px 0px 20px #000000;
	
	opacity:0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
}

#app ul li a:hover {
	opacity:1.0;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
}

#app ul li a.wrong {
	opacity:0.1;
	filter: alpha(opacity=10);
	-moz-opacity:0.1;
}

#app ul li a.wrong:hover { }

#app ul li a.right { background: #00FF00; }
#app ul li a.right:hover {  }

#app ul li a.clicked { border-color: #00FF00; }

#message {
	padding-top: 20px;

	text-align: center;
	
	font-size: 20px;
}


/* ===== The Results ===== */

.clean {
	clear: both;
}

.rl {
	float:left;
	padding-top: 6px;
}

#pc1, #pc2, #tp {
	display: block;
	float:right;

	font-weight: bold;
	font-size: 25px;
	text-align: right;
}

#results ul {
	font-size: 14px;
	text-align: justify;
	
	padding: 0 10px 0 10px;
	list-style: none;
}

#results ul li {
	margin: 0 60px 0px 60px;
	border-bottom: solid 1px #666666;
}

#results ul li:last-child {
	margin-bottom: 0; 
	border-bottom: none;
}
