/* CSS Stuff */

html {
	color:#CCCCCC;
	background: #1e374b;
}

#wrapper {
	width: 640px;
	margin: auto;
	margin-top: 60px;
	background: url("/static/img/factoiderbg.png") 31px 105px no-repeat;
	min-height: 480px;
}

.factoid {
	margin-top: 30px;
	text-align:justify;
	font: normal 30px Georgia, "Times New Roman", Times, serif;
	
}

/* HTML */
p {
	padding-bottom:10px;
}

h1 {
	margin: auto;
	text-align: center;
	font: normal 105px Georgia, "Times New Roman", Times, serif;
	
}

/* Form */
.form {
	margin-top: 30px;
}

.textbox {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	background: #3D6F98;
	border: 1px solid #569DD7;
	color: #141414;
	width: 80%;
	float: left;
	padding: 2px;
	margin-bottom: 10px;
	/* height: 19px; */
}

.submit {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	background: #234058;
	border: 1px solid #569DD7;
	float: none !important;
	height: 70px !important;
	margin-left: 10px;
	width: 17%;
	clear: none;
}

/* Links */
a:link {
	color:#CCCCCC;
	text-decoration:none;
}

a:visited {
	color:#CCCCCC;
	text-decoration:none;
}

a:active {
	color:#CCCCCC;
	text-decoration:none;
}

a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

h1 a:hover {
	color:#CCCCCC;
	text-decoration:underline;
	background: #3C6E98;
}