
/*

Rules needed to control the look of the header and footer section that appear on all pages

*/

.aajc-platter {

	max-width: 960px;
	margin: auto;

}



#aajc-page-top > .aajc-platter {

	min-height: 64px;
	/* line-height: 64px; */

}



#aajc-page-top {

	position: fixed;

	top: 0;
	left: 0;
	right: 0;

}



#aajc-page-top, #aajc-page-bottom {



	background-color: #2699FB;
	color: white;
}



.adminmode #aajc-page-top, .adminmode #aajc-page-bottom {

	background-color: #BE9900;
}



#aajc-page-top td {

	text-align: right;

	white-space: nowrap;

	padding-left: 3em;
	padding-right: 0;

    height: 64px;

}



#aajc-page-top td:first-child {

	/* width: 100%; */

	text-align: left;

	padding-left: 0;
	padding-right: 3em;

}

 

#aajc-page-top a, #aajc-page-top a:active, #aajc-page-top a:visited, #aajc-page-top a:link, #aajc-page-top a:hover {

	text-decoration: none;

	color: white;
}



.adminmode #userHomeButton, .adminmode #userProfileButton, #adminHomeButton {

	display: none;

}



.adminmode #adminHomeButton, #userHomeButton {

	display: initial;

}

#userMenu div {

    display: inline-block;
    padding-left: 1em;

}


#aajc-page-bottom {

	position: fixed;

	bottom: 0;
	left: 0;
	right: 0;

}


#aajc-page-bottom a {

	color: white;
	text-decoration: none;

}



#aajc-page-spacer {

	margin-top: 50px;

}



#aajc-page-spacer, #aajc-page-bottom {

	height: 100px;

}



#aajc-page-content {

	padding-top: 96px;

}



.aajc-friendly-text {

	font-size: 16px;
	font-weight: normal;
	font-style: italic;

}



.aajc-friendly-left-padding {

	padding-left: 3em;

}



.aajc-friendly-bottom-padding {

	padding-bottom: 1em;

}



@media only screen and (max-width: 700px) {

    #userMenu div {

        display: block;
        margin: .5em;
        
    }

}
