@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900|Droid+Sans+Mono&v1);

* {margin:0; padding:0; border:0;}
img, object, video, embed {max-width: 100%;}

html {background: #fff;}

body {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	color: #666;
	line-height: 150%;
}

/* GENERAL TAGS ***********************************************************/

p {padding: .5em 0;}

b {
	font-family: 'Droid Sans Mono', sans-serif;
	font-weight: normal;
	color: #090;
}

h1,
h2,
h3 {
	font-family: 'Maven Pro', sans-serif;
	font-weight: normal;
}

h1 {
	padding: .2em 0 .8em 0;
	font-size: 400%;
}

h1 a {color: #666;}
h1 a:hover {text-decoration: none;}

h2 {
	background: #e5e5e5;
	font-size: 140%;
	border-top: 5px solid #fff;
}

h3 {
	padding: 1.2em 0 .4em 0;
	font-size: 140%;
	color: #333;
}

h2 + div h3 {padding: 1.2em 20px .4em 20px;}
h2 + div h3:first-child {padding-top: .8em;}
h2 + div p {padding: .5em 20px;}

h2 + div p:hover {
	background: #fcc;
	cursor: crosshair;
}

h2:nth-of-type(7) + div p:hover {
	background: transparent;
	cursor: default;
}

p:last-child:hover {background: transparent;}

ol {padding-left: 2em;}
ol li {padding-top: .5em;}



/* NAVIGATION ********************************************************/

a {
	color: #E00;
	outline: 0;
	text-decoration: none;
}

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

h2 a {
	display: block;
	color: #333;
	padding: 1px 20px 2px 20px;
}

h2 a:hover {
	color: #000;
	text-decoration: none;
}

h1 + div p:first-child {
	font-size: 170%;
	text-align: center;
	line-height: 130%;
	padding-bottom: 1em;
}

h1 + div,
h2 + div {padding: 1em 0 2em 0;}



/* TOGGLING ********************************************************/

body:not(:target) h1 + div,
h2:not(:target) + div {
overflow: hidden;
	background-color: #eee;
	height: 0;
	opacity: .2;
	padding: 0;
}

body:not(:target) h1:target + div,
h2:target + div,
body:target h2 + div {
	background-color: #fff;
	height: auto;
	opacity: 1;
	padding-bottom: 2em;
	-webkit-transition: background .4s ease-in-out, opacity .4s ease-in-out;
}
