@charset "UTF-8";
article,aside,figure,footer,header,hgroup,nav,section{display:block}
.nomargins {
	margin: 0px;
	padding: 0px;
}

body {
	width: 70em;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: 'Cantarell', arial, serif;
	background-color: #FFF;
}

header {
	background-color: #FFC800;
	color: #333;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	 box-shadow: 5px 5px 5px #888;
	 margin-bottom:10px;
	 background-image: -moz-linear-gradient(100% 100% 90deg, #FFE173, #FFC800);
     background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFC800), to(#FFE173));
    background-image: gradient(linear, 0% 0%, 0% 100%, from(#FFC800), to(#FFE173));
	text-align:center;
}

footer {
	color: #333;
	background-color: #FFC800;
	text-align: center;
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	 box-shadow: 5px 5px 5px #888;
	 margin-top:10px;
	  background-image: -moz-linear-gradient(100% 100% 90deg, #FFE173, #FFC800);
     background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFC800), to(#FFE173));
    background-image: gradient(linear, 0% 0%, 0% 100%, from(#FFC800), to(#FFE173));
}
output {
	margin-left:10px;
}
form {
margin: 20px;
}

#lsidebar {
	width:20%;
	float:left;
	padding:5px;
	background-color: #FFF;
	color: #C03;
	font-size: 85%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #C03;
}
#lsidebar h1 {
	font-size:90%;
	color: #FFF;
}
#lsidebar nav a:link , #lsidebar nav a:visited {
	color:#C00
}
#lsidebar nav li {
	list-style-type: none;
	margin-bottom: 1.15em;
}
.clearfloat {clear:both}
#maincontent {
	background-color: #FFF;
}
.centertext {
	text-align: center;
}
canvas {
	border: 1px solid #666;
	margin:50px;
}
form {
	margin: 50px;
	border: 1px dotted #999;
}
.multicolumn1 {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-moz-column-rule: 1px solid #bbb;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	-webkit-column-rule: 1px solid #bbb;
	column-count: 3;
	column-gap: 20px;
	column-rule: 1px solid #bbb;
}
#resources {
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
body header hgroup h1 {
	font-size: 400%;
	line-height: 70%;
}
.codeview {
	background-color: #EEE;
	border: 1px solid #666;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 80%;
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	 box-shadow: 5px 5px 5px #888;
    
}
#map_canvas {
	height: 350px;
	width: 69em;
	border: 1px solid #999;
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	 box-shadow: 5px 5px 5px #888;
}
.text_centered {
	text-align: center;
}
