/*
Hublist header and footer for alien designs
*/

#hublist-header {
	background-color: transparent;
	font-size: 14px;
	margin: 14px 0;

	/* Center navigation */
	text-align: center;
}

/* Links */
#hublist-header a {
	color: #1353d3;
	text-decoration: underline;
}
#hublist-header a:hover {
	color: #b33;
}

/* Logo */
#hublist-header .logo {
	/* Hide text */
	height: 0;
	overflow: hidden;

	/* Show image */
	background: url(/static/images/logo.png) no-repeat;
	padding-top: 46px;
	width: 288px;

	/* Center logo */
	display: block;
	margin: 0 auto 14px;
}

/* Navigation */
#hublist-header .navigation {
	margin: 0 0 14px;
	padding: 0;
}
#hublist-header .navigation li {
	display: inline;
}
#hublist-header .navigation a, #hublist-header .navigation .current {
	padding: 3px 8px 6px;
}

/* Counter */
#hublist-footer img {
	float: right;
}

/* Overrides for phpBB */
#phpbb #hublist-header {
	margin-bottom: 28px;
}
#phpbb #hublist-footer img {
	margin-top: 7px;
}

/* Winter theme */
body {
	background-image: url(/static/images/snow.gif);
}

