@import url(//fonts.googleapis.com/css?family=Indie+Flower|Lora:400,400italic);
html,body {
  height: 100%;
}

html {
  background: #666666 no-repeat;
  background-image: linear-gradient(180deg, #000000 0%,#666666 100%);
}

body, input {
	font-family: Georgia, serif;
	font-size: 12pt;
}

body {
  background: url("/images/road.jpg") no-repeat scroll 0 0 #E8E8E8;
  margin: 0 auto;
  padding: 150px 10px 20px;
  position: relative;
  width: 780px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.menu {
	position:absolute;
	top:2px;
	left:2px;
	list-style:none;
	margin:0;
	padding:0;
}
ul.menu li {
	float:left;
	padding:0 4px;
}
ul.menu li a {
	text-decoration:none;
	font-size: 14px;
	color: #fff;
}
ul.menu li a:hover {
}

a.js{
	padding-left:16px;
	background: url(/images/script.png) left no-repeat;
}

header {
}

footer {
}

h1 {
	font-size: 2em;
	text-align: center;
	text-decoration: underline;
}

fieldset {
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 8px;
  margin: 10px;
}

legend {
  font-family: "Indie Flower", cursive;
  text-transform: capitalize;
}

ul {
	list-style: disc;
}

li {
	margin: 0.2cm 0;
}

li a {
	font-size: 14pt;
	color: #000;
	text-decoration: none;
}

li a:hover {
	color: #00a2bd;
}

/* ==== definition lists ==== */
dt {
	margin-top: 1em;
	font-weight: bold;
}

dd {
	margin: 0 0 0 1em;
}

dd em {
	background: #ffc;
	font-style: italic;
}

/* ==== n2l ==== */
#n2l-input {
  background: none repeat scroll 0 0 #FFFFFF;
  border: thin solid rgba(0, 0, 0, 0.2);
  border-radius: 6px 6px 6px 6px;
  display: block;
  font-size: 24pt;
  margin: 0.6em auto;
  text-align: center;
  width: 24ex;
}

#n2l-output::before {
  content: "↓";
  left: 45%;
  position: absolute;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  top: -1em;
  width: 10%;
}

#n2l-output {
  color: #333333;
  font-family: "Indie Flower", cursive;
  font-size: 24pt;
  margin: 1em auto 0;
  position: relative;
  text-align: center;
  width: 600px;
}

