/*----------------------------

In need of housekeeping, mind.

----------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
}
:focus {
	outline: 0;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
}

body {
	background-color: #fefefe;
	color: #333;
	font-size: 62.5%;
	font-family: Avenir,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-rendering: optimizeLegibility;
	}


/* common */

strong,
strong * {
	font-weight: bold;
	}
em,
em * {
	font-style: italic;
	}
abbr {
	font-size: 87.5%;
	letter-spacing: 0.05em;
	}

a {
	color: #39c;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:hover {
	background-color: #39c;
	color: #fff;
	text-decoration: none;
}

/* text */

h1 {
	margin-bottom: 2em;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.5em;
	}
h1 a {
	font-weight: bold;
	}

h2 {
	margin-bottom: 1em;
	font-size: 3.6em;
	line-height: 1.25em;
	}
h2 span.zinger {
	display: block;
	}

h3 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.5em;
	}
h3 a {
	font-weight: bold;
	}
p {
	margin-top: 1em;
	font-size: 1.8em;
	line-height: 1.5em;
}
dl {
	margin: 1.69em 0;
	padding: 0 3.38em;
	border-left: 0.07em solid #666;
	font-size: 1.6em;
	line-height: 1.69em;
}
dt {
}
dd + dt,
dd + p {
	margin-top: 0.56em;
}

p#navigation {
	margin-top: 3.75em;
	margin-bottom: 4em;
	padding-top: 1em;
	border-top: 0.17em solid #666;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
}

#focus {
	margin: 7.2em auto;
	width: 58em;
}
#focus a {
	margin: -0.75% -1% -0.5%;
	padding: 0.75% 1% 0.5%;
}

