html, body, canvas {
	font-family: 'Raleway', sans-serif;
	margin:0;
	padding:0;
	overflow:hidden;
	border: 0;
}

html, body {
	height: 100%;
}

div, p {
	margin: 0;
	padding: 0;
}

a, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #ddd;
	display: block;
}

canvas {
	z-index: -1;
	width:100%;
	height:100%;
	position: absolute;
}

#content {
	position: relative;
	width: 90%;
	max-width: 960px;
	padding: 0;
	height: auto !important;
	margin: 0 auto 20px;
}

#left-column {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 420px;
	position: absolute;
}

#right-column {
	float: right;
	margin-right: 20px;
	width: 450px;
}

div.shade {
	background-color: rgba(51,51,51,0.7);
	display: block;
	border: 0px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color: #ddd;
	font-weight: 400;
	
	margin-top: .5em;
	padding: 20px;
	text-decoration: none;
	width: 100%;
}

div.response-body {
	background-color: rgba(51,51,51,0.8);
	display: block;
	border: 0px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color: #ddd;
	font-weight: 400;
	margin-top: .5em;
	padding: 20px;
	text-decoration: none;
}

#right-column div.shade {
	width: 430px;
	min-height: 165px;
}

#right-column div.shade div {
	display: none;
}

h1.title {
	font-size: 3em;
	font-weight: 400;
	text-align: center;
	color: white;
	margin: 20px auto 0;
	-webkit-text-shadow: #fff 0px 0px 6px;
	-moz-text-shadow: #fff 0px 0px 6px;
	text-shadow: #fff 0px 0px 6px;
}

h2 {
	font-weight: 200;
	font-size: 1.8em;
	color:white;
	text-align:center;
	margin:0 auto;
}

h3 {
	font-weight: 700;
	font-size: 1.25em;
	margin: 6px 0 0;
	padding: 0;
}

ul, ol {
	margin:2px 0 12px;
}

strong {
	font-weight: 200;
}

a.hoverlight {
	color: #d7f3fa;
}

a.hoverlight:hover {
	color: #fff;
}

.center {
	text-align: center;
}

span.motto {
	font-size: 1.4em;
	font-weight: 200;
}

span.motto strong {
	color: #d7f3fa;
	font-weight: 400;
}

span.motto strong:hover {
	color: #ebb3f2;
}

.big-bottom {
	margin-bottom: 12px;
	display: block;
}

hr.blueglow {
	width: 80%;
	height: 1px;
	margin: 6px auto 10px;
	display: block;
	border: 0;
	background-color: #ebb3f2; 
	box-shadow: 0 0 2px #ebb3f2;
}

hr.blueglow:after {
    content: "\00a0";
}

#footer, #push {
	margin: 0;
	height: 20px;
}

#footer {
	padding: 10px;
	width: 100%;
	text-align: center;
}

#footer p {
	font-size: .6em;
	color: #ddd;
	text-align: center;
}