footer
{
	position: absolute; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
	height: 140px; 
	border-top: solid 1px rgb(100, 100, 100); 
	background-image: -webkit-linear-gradient(top, 	rgb(0, 0, 0) 0%,
													rgb(50, 50, 50) 5%,
													rgb(0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, 	rgb(0, 0, 0) 0%,
													rgb(50, 50, 50) 5%,
													rgb(0, 0, 0) 100%);
	padding: 10px; 
	text-align: center; 
}

footer #links { white-space: nowrap; }

footer #links div 
{
	display: inline-block; 
	vertical-align: top; 
	text-align: left; 
}

footer #links h3
{
	letter-spacing: 0px;
	font-family: Arial; 
	color: rgb(255, 255, 255); 
	-webkit-text-shadow: 2px 2px 2px rgb(0, 0, 0); 
	text-shadow: 2px 2px 2px rgb(0, 0, 0); 
	font-size: 0.9em; 
}

footer #links ul 
{	
	list-style-type: none; 
	font-size: 0.8em; 
}

footer #links .border-left ul { border-left: dotted 1px rgb(255, 255, 255); }

footer #links li
{
	padding-left: 20px; 
	padding-right: 20px; 
}

footer #links li a { color: rgb(255, 255, 255); }

footer #links li a:hover 
{ 
	text-decoration: underline; 
	color: rgb(255, 255, 255);
}

footer #footer-social-network ul
{
	padding-left: 15px; 
} 

footer #footer-social-network li 
{
	display: inline-block; 
	padding-left: 5px; 
	padding-right: 5px; 
}

footer #links li img
{
	width: 20px; 
	height: 20px; 
}

footer #links li #discord-icon
{
	width: 60px; 
	height: 60px; 
}

footer #credits
{
	margin-top: 10px; 
	color: rgb(75, 75, 75); 
	font-weight: bold; 
}

footer #credits p { padding-bottom: 5px; }

footer #credits .terms-of-use
{
	color: rgb(100, 100, 100); 
	font-weight: normal; 
	font-size: 0.8em; 
}

footer #credits .terms-of-use a 
{ 
	color: rgb(100, 100, 100); 
	font-weight: normal; 
}
