*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a, a:link {
	color: #5FADE9;
	text-decoration: none;
}

a:visited {
	color: #1975BB;
}

a:hover {
	color: #F3B34D;
}

a:active {
	color: #F1F9FF;
}

a img {
	border: 0;
}

p {
	line-height: 1.5em;
	margin: 0 0 1.25em;
}

html {
	background: #383838;
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	border: 0;
	color: #ddd;
	cursor: default;
	font: 12px Arial, Geneva, Verdana, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	background: #262626;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	min-width: 1000px;
	position: relative;
	width: 100%;
}

#logo {
	background: url(../images/logo.png) no-repeat center;
	position: relative;
	z-index: 2;
}

.spacer-logo {
	height: 100px;
	width: 200px;
}

#navigation {
	height: 265px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	z-index: 1;
}

#side {
	background: #fff;
	border-right: 1px solid #000;
	color: #999;
	/* To make right-oriented, change "left" values to "right" and remove position:fixed; that will cause it to not fill the screen but will expand with contents */
	float: left;
	font-size: 11px;
	height: 100%;
	min-height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	width: 210px;
	z-index: 5;
}

#side p {
	padding: 10px;
	text-align: left;
	text-shadow: 1px 1px 1px #ddd;
}

#main {
	background: #383838;
	height: 100%;
	margin: 0 auto;
	min-width: 100%;
	text-align: center;
	width: 910px;
}

.inside {
	font-size: 1.5em;
	margin: 0 auto;
	min-height: 590px;
	max-width: 1100px;
	padding-left: 280px; /* Change to right when floating the sidebar right */
	padding-top: 10px;
	text-align: left;
}

.inside p {
	text-shadow: 1px 1px 0.5px #000;
}

.inside:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#footer {
	background: #262626; /* Keep same as body background, if you like. */
	bottom: 0;
	color: #434343;
	height: 95px;
	min-width: 1100px;
	padding-top: 40px;
	position: relative;
	width: 100%;
}

#footer p {
	padding-left: 280px; /* Match property with "inside" */
}

#nav,
#nav ul {
	font: bold 11px "Arial Black", Arial, Geneva, sans-serif;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

#nav a {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	text-shadow: 1px 1px 1px #111;
}

#nav a:hover {
	color: #FFEDED;
}

#nav li {
	background: #363636;
	border-bottom: 2px solid #161616;
	border-top: 2px solid #161616;
	float: left;
	position: relative;
	width: 100%;
}

#nav li ul {
	font-weight: normal;
	display: none;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: auto;
	left: 0;
	text-shadow: 1px 1px 1px #111;
	text-transform: none;
	width: 14em;
	z-index: 99;
}

#nav li > ul {
	top: auto;
	left: auto;
}

#nav li li {
	background: #ddd;
	padding-right: 0.5em;
	width: 18.3em;
}

#nav li ul a {
	width: 13em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li li li {
	display: none;
}

#nav li:hover ul,
#nav li li:hover li,
#nav li.over ul,
#nav li li.over li {
	display: block;
}

#nav li:hover,
#nav li.over {
	background: #F3B34D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #5FADE9;
	font-family: Arial Black, Arial, Geneva, sans-serif;
	margin: 5px 0;
	text-transform: uppercase;
}

h1 {
	font-size: 250%;
	text-shadow: 2px 2px 2px #111;
}

h2 {
	font-size: 200%;
	text-shadow: 2px 1px 1px #111;
}

h3,
h4,
h5 {
	font-size: 125%;
	text-shadow: 1px 1px 1px #111;
}

input,
textarea {
	background: #131313;
	border: 1px solid #4B4B4B;
	color: #fff;
	font: 13px Arial, Verdana, Tahoma, sans-serif;
	padding: 6px;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.framed {
	border: 1px solid #000;
}

.str {
	text-decoration: line-through;
}

.und {
	text-decoration: underline;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

 
.clearfix {
	display: inline-block;
}

 
html[xmlns] .clearfix {
	display: block;
}

 
* html .clearfix {
	height: 1%;
}