/* @override http://twister.slowchildren.com/main.css */

body { background-image: url(images/background.gif); }

body, p, h1, h2, h3, div { 
	font-family: Helvetica, Arial; 
	-moz-opacity: 1.0;
	color: #222;

}

h1, h2, h3 {
	color: black;
}

.container
{
	border: solid #ddd 3px;
	padding: 0px 10px 5px 10px;
	background-color: rgba(255,255,255,.95);
	text-align: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 0.2em 0.2em 0.2em #CCC
	border-radius: 20px;
	margin: 2em auto;
	max-width: 600px;
}

#tag
{
	font-size: 12px;
	display: inline;
}

.credits
{
	border-top: solid #ddd 1px;
	font-size: 9px;
	padding-top: 3px;
	margin-bottom: 2px;
}

h1.title {
	text-transform: uppercase; 
	border-bottom: solid #ddd 1px;
	margin-top: 4px;
	padding-top: 4px;
	margin-bottom: 7px;
}

h2.answer
{ 
	margin-bottom: 3px;
	font-size: 300%;
}

#version-info {
	font-size: 50%;
	color: #444;
}

#version-info b {
	color:  #222;
}