@import url("d3/lib/jquery-ui/jquery-ui.css");

body {
	background-color: #ededed;
	font-size: 16px;
	font-family: 'Ovo', helvetica, sans-serif;
	font-weight: 400;
}

h1 {
	display: block;
	font-size: 3em;
	font-family: 'Open Sans';
	font-weight: 300;
	margin-bottom: 0.3333333em;
	margin-top: 0.5em;
}

h2 {
	display: block;
	font-size: 1.3333333em;
	font-family: 'Open Sans';
	font-weight: 700;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

h3 {
	display: block;
	font-size: 1em;
	font-family: 'Open Sans';
	font-weight: 700;
	margin-bottom: 0em;
	margin-top: 0.5em;
}

p {
	margin-bottom: 1em;
}

h1 strong {
	font-weight: 400;
}

strong {
/*	font-family: 'Open Sans';*/
	font-weight: 600;
/*	font-size: 0.91em;*/
}
.sans {
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 0.8em;
}

div.2ndRow {
	margin-top: 20px;
}

p.caption {
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 0.8em;
}

p.note {
	font-family: 'Open Sans';
	font-weight: 600;
	background-color: #EDE6B2;
	border-radius: 15px;
	font-size: 0.8em;
	padding: 15px;
}

.border {
	border: solid black 1px;
}

hr {
	height: 1px;
	background-color: #ccc;
	margin: 15px;
}


div.math {
	padding: 20px;
}

img {
	width: 100%;
}

img.shadow_9 {
	width: 785px;
	margin-left:-42px;
}

video {
	width: 100%;
}

.code {
	font-family: 'PT Mono';
	font-weight: 400;
	background-color: white;
	border-radius: 0.5em;
	padding: 0.5em;
	padding-left: 2em;
	text-indent: -1.5em;
}

li {
	list-style-type: circle;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}

#byline {
/*	text-align: center;*/
	font-style: italic;
	margin-bottom: 2em;
}

