﻿.sticky-footer
{
	position: absolute;
	bottom: 0px;
	left:0px;
	width: 100%;
	padding: 0;
	margin-top:0px;
	height:50px/*when changing this, also change the padding-bottom of #mainContainer */
}

.footer
{
	background-color:#fff;
}

.footer-inner
{
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;

	margin-top:-1px;/* this puts the border 1 pixel over the background*/

	border-top:1px solid #000;
	border-top-color:rgba(0,0,0,0.2);
}

	.footer-inner p
	{
		margin:0;
		padding:0;
		color:#999;
	}


.wrapper-for-footer
{
	min-height:100%;
	width:100%;
	position:relative;
	/*border:10px solid #00cc00;*/
	padding-top:0px;/*space for header*/
	margin:0;
	padding:0;
	/*background-color:rgba(0,255,0,0.25);*/
}


body
{
	padding:0 !important;
	margin:0 !important;
}


#mainContainer
{
	padding-top:65px;/* allows (roughly) 13px spacing from the bottom of the sticky-topnav */
	padding-bottom:60px;/*allows 10 spacing from the top of the sticky-footer*/
}

#mainContainer.with-current-user {
	padding-top: 115px;/* allows (roughly) 13px spacing from the bottom of the sticky-topnav */
}

/* See didbook-bootstrap-override for Viewport size media query adjustments */

#header {
    position: relative;
    z-index: 5000;
}










