/* extract from reset.css */
* {margin:0;box-sizing:border-box;}
html, body {height:100%;}

/* sticky */
#wrap {
    min-height:100%;
/* ie6: height:auto !important; height:100%; */
}
#footerMargin, .stickyFooter {
	clear:both;
	}

/* footer height */
#wrap {
	margin-bottom:-1.0em;
	}

.stickyFooter, #footerMargin {
	height:2.5em;
	}
	
footer	{
	width:100%;
	background: none;
	font: .7em Michroma, Helvetica, Arial, sans-serif;
	line-height:2.0em;

	}
footer a {
	color: #000;
	text-decoration:none;
	}
footer a:hover, footer a.current {
	color:#86c3d9;
	}
footer ul {
	text-align:left;
	list-style: none;
	padding: 5px 0 6px 0;
	}
footer li {
	display: inline;
	padding-right: 8px;
	}
footer li a {
		font-size:.7em;
		font-weight:100;
		text-decoration:none;	
	}
.copy	{
	color: #000;
	float:right;
	margin-top:5px;
	padding: 5px 0 6px 0;
	font-weight:bold;
	font: .7em Michroma, Helvetica, Arial, sans-serif;
	}
	@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
		footer {
			display:none;	
		}
	}
