body {
	font-family: sans, arial;
	background-size: cover;
	transition: background 0.5s linear;
}
@media screen and (min-width:501px) {
body {
	background-image: url(images/background1.jpg);
}
}
@media screen and (max-width:500px) and (orientation: landscape) {
body {
background: transparent url(images/mobile_background1.jpg) no-repeat top center;
	}

}
@media screen and (max-width:500px) and (orientation: portrait) {
body {
background: transparent url(images/portrait_background1.jpg) no-repeat top center;
	}

}

li {
	list-style-type: square;
}
@media screen and (max-width:500px) {
html {
}
#menu {
	top: 50px;
	font-size: 2.0em;
	font-variant: small-caps;
	text-shadow: 4px 4px 6px #000;
	margin: 0px;
	z-index: 1;
}

#menu ul {
	clear: both;
	padding-left: 10px;
}

#menu li {
	list-style: none;
}

#menu a {
	color: #FFF;
	text-decoration: none;
}

.content {
	margin-top: 20px;
	margin-bottom: 200px;
	background: rgba(255,255,255,0.55);
	font-size: 1.2em;
	z-index: 10;
	padding: 20px;
}

#logo {
	width: 300px;
	height: 50px;
	float: left;
	margin-left: 10px;
	margin-top: 35px;
	margin-right: 0px;
	background-image: url(images/LogoStacked.png);
	background-repeat: no-repeat;
}

#footer {
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	text-align:center;
	z-index: 1;
	font-size: 1em;
	margin: 0px;
	color: #FFF;
	padding: 3px;
	background: rgba(255,85,0,0.65);
}
h3 {
	color: #ff5500;
}
}

@media screen and (min-width:501px) {
#menu {
	/*background: rgba(255,255,255,0.85);*/
	border-radius: 8px;
	left: 20px;
	top: 12px;
	padding-right: 20px;
	font-size: 1.5em;
	font-variant: small-caps;
	text-shadow: 4px 4px 6px #000;
	height: 118px;
	margin-left: 13px;
	margin-right: 15px;
}

#menu ul {
	padding-top: 23px;
}

#menu li {
	list-style: none;
	display: inline;
}

#menu a {
	color: #FFF;
	text-decoration: none;
	border-radius: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: crosshair;
}

#menu li a:hover {
	background: rgba(255,85,0,0.9);
}

#header {
	color: #ddd;
	font-size: 3em;
	font-variant: small-caps;
	text-shadow: 4px 4px 6px #777;
	width: 300px;
	position: fixed;
	padding-left: 20px;
	display: none;
}

.content {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	margin-top: 20px;
	background: rgba(255,255,255,0.85);
	border-radius: 8px;
	padding: 20px;
	font-size: 1.2em;
	z-index: 10;
}

#logoWrapper {
	display: inline-block;
	float: left;
	margin-right: 100px;
}

#logo {
	color: #000;
	font-size: 3em;
	font-variant: small-caps;
	text-shadow: 4px 4px 6px #777;
	width: 270px;
	margin-left: 22px;
	margin-top: 20px;
	background-image: url(images/Logo.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 106px;
	display: inline-block;
}
#logo:hover {
}

.content .left {
	float: left;
	padding-right: 20px;
}

.content .right {
	float: right;
	padding-left: 20px;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(255,85,0,0.65);
	width: 100%;
	text-align:center;
	z-index: -1;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #fff;
}
#footer a {
	color: #fff;
}
h3 {
	color: #ff5500;
}
}
