@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Alef:400,700);

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #EFE;
	font-family: 'Alef', sans-serif;
}

header, nav, article, footer {display: block;}

header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 12px 0px 0px 0px;
	background: #1F7C65;
	color: #EFE;
}

header h1, header h2 {margin-left: 15px;}
header h1 {text-indent: 35px;}
/*header h2 {font-style: oblique;}*/

header nav {
	margin-top: 8px;
	padding: 8px;
	font-size: 16pt;
	background: #5FD2B5;
	font-weight: bold;
}

header nav a {
	margin-right: 6px;
	padding: 6px;
	color: #232;
}

nav a:link, nav a:visited {
	color: #444;
	text-decoration: none;
}

nav a {border-radius: 3px;}

nav a:hover {background: #AEC;}

article {
	margin: 185px 60px 60px 60px;
	padding: 25px;
	line-height: 1.5em;
	font-size: 16pt;
}

article h2, article h3 {text-shadow: 3px 3px 4px #BCB;}
article h2 {text-indent: 24px;}
article h3 {margin-top: 24px;}
article p {margin: 8px auto;}
article ul, article ol, article dl {margin: 12px 32px;}
article a:link {color: #448;}
article a:visited {color: #848;}
article section section {margin: 12px;}

hr {
	margin: 24px;
	width: 75%;
}

footer {
	background: #35D4A4;
	padding: 12px;
}

footer nav {text-align: center;}

footer nav a {
	margin: 6px;
	padding: 2px;
	font-weight: bold;
}

figure {margin: 12px auto;}

figure img, figure iframe, figure video {
	border: 2px inset;
	border-color: #444;
	border-radius: 6px;
	margin-right: 12px;
}

figcaption {display: block; font-size: 0.9em;}

iframe {background-color: #FFF;}

dt {text-decoration: underline;}
dd {margin-left: 36px;}
