footer {
	clear: both;
	background: none;
	margin-top: 25px;
	padding: 0;
}

.branding {
	background-color: #eee;
	margin: 0 0 5px 0;
	padding: 0;
	border-top: 2px solid #789;
	text-align: center;
}

.branding h2 {
	padding-top: 3px;
	font-weight: bold;
	font-size: 16px;
	color: #789;
	text-shadow: 0 0 3px #fff;
}
.branding-copyright {
	padding: 0 10px;
}
.branding h2 a,
.branding h2 a:visited {
	text-decoration: none;
	color: inherit;
}
.branding h2 a:hover {
	text-decoration: none;
	color: #00c;
	text-shadow: 0 0 5px #fff;
}

.branding nav {
}
.branding ul {
	position: relative;
	padding: 2px 0 4px 0;
}
li.branding-link {
	margin: 0 0.5em;
}
.branding a.branding-link {
	padding: 2px 6px 1px 6px;
	text-transform: uppercase;
	color: #789;
	font-size: 11px;
	line-height: 1;
	font-weight: bold;
}
.branding a.branding-privacy {
	color: #a00;
}
.branding-build {
	position: absolute;
	right: 10px;
	color: #789;
	font-size: 14px;
	font-weight: normal;
}
