
.clear {
	clear: both;
}


.footer-prepend {
	margin-top: 30px;
	background: #E4EEF2;
	border-bottom: 7px solid #0E80D9;
	padding: 30px;
	font-size: 11px;
	color: #333;
	text-align: center;
}


footer  {
	background: #2B5464;
	padding: 20px;
	min-height: 300px;
	color: #B0C5D1;
	padding-bottom: 30px;
}
.linkgroup-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.linkgroup  {
	font-size: 13px;
	text-align: left;
	width: 15%;
	min-width: 100px;
	float: left;
}
.linkgroup p {
	margin: 12px 0;
}

.linkgroup .menu  {
	padding: 0;
}

.linkgroup .menu li  {
	list-style-type: none;
	padding: 5px 0;
}

.linkgroup.resources li {
	padding: 10px 0;
}
	.linkgroup .icon {
		display: block;
		margin-top: -5px;
		margin-right: 17px;
		float: left;
		width: 24px;
		height: 25px;
	}
	
	.icon.cleanvoice {
		background: url('../images/icons/icon-cleanvoice.png');
	}
	.icon.ventrilo {
		background: url('../images/icons/icon-ventrilo.png');
	}
	.icon.mumble {
		background: url('../images/icons/icon-mumble.png');
	}
	.icon.launcher {
		background: url('../images/icons/icon-launcher.png');
	}
	.icon.yulli {
		background: url('../images/icons/icon-yulli.png');
	}
	.icon.ts3test {
		background: url('../images/icons/icon-ts3test.png');
	}
	.icon.api {
		background: url('../images/icons/icon-api.png');
	}
.linkgroup .menu a  {
	color: white;
	text-decoration: none;
}
.linkgroup .menu a:hover  {
	text-decoration: underline;
}

.copyrights {
	display: table;
	width: 100%;
}
.copyrights .left-corner {
	display: table-cell;
	height: auto;
	text-align: left;
	vertical-align: bottom;
}
.copyrights .right-corner {
	display: table-cell;
	height: auto;
	text-align: right;
	vertical-align: bottom;
	font-size: 12px;
	padding-right: 30px;
}
