/* style */ 

@font-face {
	font-family: DroidSans;
		src: url('../fonts/DroidSans.ttf')
}

@font-face {
	font-family: DroidSansMono;
		src: url('../fonts/DroidSansMono.ttf')
}

body {
  font:1em DroidSans;
  width:90%;
  margin:1em auto 0 auto;
  background-image:url('../backgrounds/background.png');
}

header {
  margin-bottom: 2em;
  width: 70%;
  margin: auto auto;
}

#disclaimer {
	margin: auto;
	padding: .5em 2em .5em 2em;
	width: 60%;
	font-family: monospace;
	background: #cff4fc;
	border-radius: 10px 10px 10px 10px;
}

a:link,a:visited {
	text-decoration:underline;
	color:#009136;
}

a:hover {
	text-decoration:underline;
	color:#0073bd;
}

h1 {
	text-align: center;
	font-weight:700;
	color:#0073bd;
	font-variant:small-caps;
	font-size:2em;
}

h2 {
	text-align:center;
	font-weight:700;
	color:#009136;
	font-style:italic;
	font-size:1.2em;

}

h3 {
	font-weight:700;
	font-size: 1em;
}

#intro p {
  text-indent:2em;
  font:.85em DroidSansMono;
}

figure {
	text-align:center;
}

figcaption {
  color:#0073bd;
  font-weight:700;
  margin:1.8em 0 1.8em 0;
}
hr {
	margin:0;
	color:#0073bd;
}

footer {
	margin:1em 0;
	font-size:.8em;
	text-align:center;
}
