/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@media screen {
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 1.37em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset done */

html {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 100%;
	background-color: FloralWhite;
}
body {
	padding-top: 130px;
	min-width: 750px;
	max-width: 80%;
	margin: 0 auto;
}
iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, form, table, article, aside, li {
	margin: 17px 0 0 17px;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 2.2em;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 2.2em;
	color: Chocolate;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1em;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1em;
	color: Chocolate;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: .75em;
}
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: .5.2em;
}
a {
	color: SteelBlue;
}
sup a, sup * a {
	font-weight: 400;
}
sup:before {
	content: ' ';
}
b, strong {
	font-weight: 700;
}
i, em {
	font-style: italic;
}
th, td {
	padding: 1px 5px;
	min-height: 3em;
}
hr {
	position: relative;
	width: 100%;
	height: 44px;
	overflow: hidden;
	margin: 0px auto;
	border: 0;
	background: FloralWhite;
	color: FloralWhite;
}
hr:before {
	content: '';
	width: 90%;
	height: 30px;
	left: 5%;
	position: absolute;
	z-index: 50;
	/* Edit these radiuses to change the overall curvature.  Duplicate in :after */
	border-bottom-left-radius: 750px 22px;
	border-bottom-right-radius: 750px 22px;
	box-shadow: 0px 0px 10px 5px Chocolate;
}
hr:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 100;
	border-bottom-left-radius: 750px 22px;
	border-bottom-right-radius: 750px 22px;
	background: FloralWhite;
}
/* stay there */
body h3:first-child {
	position: fixed;
	top: 0px;
	background: FloralWhite;
	width: 100%;
	border-top: 25px solid FloralWhite;
	top: -25px;
}
body h3:first-child + h2 {
	position: fixed;
	top: 20px;
	background: FloralWhite;
	width: 100%;
}
body h3:first-child + h2 + hr, body h3:first-child + h2 + h4, body h3:first-child + h2 + h4 + hr {
	position: fixed;
	top: 82px;
	background: FloralWhite;
}
body h3:first-child + h2 + h4 {
	position: fixed;
	top: 65px;
	background: FloralWhite;
	width: 100%;
}
body h3:first-child + h2 + h4 + hr {
	position: fixed;
	background: FloralWhite;
	top: 100px;
}
}
