body
{
	font-family: "Lato", sans-serif;
	background-color: #222;
	margin: 0px;
	background-image: url(../images/TILE-chalkboard.jpg);
	background-repeat: repeat;
}

.sidenav
{
	height: 100%;
	width: 222px;
	position: fixed;
	overflow: hidden;
	z-index: 1;
	top: 0px;
	left: 0px;
	background-color: #DC8F3A;
	overflow-x: hidden;
	/* ASSIGN DESKTOP LATERAL NAVIGATION IMAGE */
	background-image: url(../images/Lateral-Bar-Navigation.jpg);
	background-position: 0px 0px;
	box-shadow: -2px 0px 8px #000;
	background-repeat: no-repeat;
}


.sidenav a
{
	height: 40px;
	width: 222px;
	padding: 0px;
	display: block;
}


.content
{
	top: 0;
	left: 0;
	margin-left: 222px;
	/* Same as the width of the sidenav */
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 50px;
}

.responsivecontent
{
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin-bottom: 50px;
}

.mobileBackground
{
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 1;
}

.mobilehitarea
{
	z-index: 3;
	top: 0px;
	float: right;
	left: 100px;
}

#mobilemenu
{
	/* ASSIGN MOBILE "OVER" NAVAIGTION IMAGE */
	background-image: url(../images/HEADER-NAV-mobile.png);
	background-position: center top;
	display: none;
	z-index: 2;
	height: 100%;
}

@media screen and (min-width:600px)
{
	/* DESKTOP */
	#desktop { display: block; }
	#mobile { display: none; }
}

@media screen and (max-width:599px)
{
	/* MOBILE */
	#desktop { display: none; }
	#mobile { display: block; }
}