@import url('entypo.css');
@import url(http://fonts.googleapis.com/css?family=Advent+Pro:400,300,500,600,700&subset=latin,latin-ext);
body { padding: 14px; margin: 0; text-align: center;  background-color: #111; font-family: 'Advent Pro', 'Trebuchet MS'; color: #ccc; }
* a:focus {
	outline: none;
	-moz-outline-style: none;
	}

input:focus, textarea:focus, select:focus {
	outline: 0;
	}

::-moz-selection {
	background: #000;
	color: #00c0ff;
	}
	
::selection {
	background: #000;
	color: #00c0ff;
	}
a { color: #ccc; font-weight: normal; text-decoration: underline; }
a:hover { color: #fff; text-decoration: none; }
.form { text-align: center; font-size: 22px; color: #ccc; }
#search { padding: 12px 18px; font-size: 20px; }
#search_results { padding-top: 32px; color: #eee; margin: 0 auto; width: 1120px; text-align: left; font-weight: 400; line-height: 36px; overflow: hidden; }
#search_results a { color: #eee; font-weight: normal; text-decoration: none; }
#search_results a:hover { color: #ccc; text-decoration: underline; }
.topstats { margin-top: 50px; margin-bottom: 20px; text-align: center; font-size: 22px; color: #ccc; font-weight: 600; }
.smallprint { border-top: 1px solid #444; padding-top: 14px; width: 1120px; margin: 14px auto 32px auto; text-align: center; font-size: 12px; color: #ccc; font-weight: 300; }