body {
	background-image: url('/sites/default/files/red1x1.png');
	background-repeat: no-repeat;
}

#block-gf-header-gf-header-block {
	padding-left: 340px;
}

#block-gf-header-gf-header-block ul {
	font-family: Bebas;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	word-spacing: 3px;
	padding: 0;
}

#block-gf-header-gf-header-block li {
	background-color: #e9e9e9;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	display: inline;
	float: left;
	height: 20px;
	list-style-type: none;
	overflow: hidden;
	padding: 3px 6px 3px 6px;
	margin-right: 10px;
}

#block-gf-header-gf-header-block li.active {
	background-color: #d70000;
	cursor: inherit;
}

#block-gf-header-gf-header-block li a {
	color: black;
	text-decoration: none;
}

#block-gf-header-gf-header-block-form {
	background-color: #d70000;
	clear: left;
	padding-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 5px;
}

#block-gf-header-gf-header-block-form {
	margin-bottom: 0;
}

#block-gf-header-gf-header-block-form div.form-item {
	float: left;
	margin: 0;
}

#block-gf-header-gf-header-block-form input.form-text {
	margin-right: 10px;
	width: 300px;
}

#block-gf-header-gf-header-block-form select {
	margin-right: 10px;
	width: 150px;
}

table.gf-header th.tested-since {
	width: 100px;
}

table.gf-header th.censored {
	width: 100px;
}

table.gf-header tr {
	background-color: inherit;
}

table.gf-header tr.even,table.gf-header tr.odd {
	border-top: thin solid #EEE;
	border-bottom: none;
}

table.gf-header td,table.gf-header th {
	background-color: inherit;
	font-size: 90%;
	padding: 3px;
}

table.gf-header td.tags {
	font-size: 80%;
}

/* Fix sticky headers, somewhat hacky since it only applies to the search page */
body.page-search table.sticky-header th {
	font-size: 90%;
	padding: 2px;
}

p.gf-header-appendix {
	color: #999;
	margin-top: 20px;
	font-size: 90%;
}