body {
	font-family: 'futura-pt', Arial, sans-serif;
	font-size: 14pt;
	color: #333;
	background-color: White;
}


@font-face {
	font-family: 'icons';
	src:url('../core/fonts/icons4.eot@-ogxf6f');
	src:url('../core/fonts/icons4.eot@') format('embedded-opentype'),
		url('../core/fonts/icons4.woff2@-ogxf6f') format('woff2'),
		url('../core/fonts/icons4.woff@-ogxf6f') format('woff'),
		url('../core/fonts/icons4.ttf@-ogxf6f') format('truetype'),
		url('../core/fonts/icons4.svg@-ogxf6f') format('svg');
	font-weight: normal;
	font-style: normal;
}

span.icon, a.icon {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a.icon {
	text-decoration: none;
}

@-moz-document url-prefix() {
	.wf-loading #container {
		visibility: hidden;
	}
}


#handheld-indicator {
	display: none;
}

div.cols > div.col :first-child {
	margin-top: 0;
}

div.cols > div.col :last-child {
	margin-bottom: 0;
}




/**********************************************************
 * General Styles                                         *
 **********************************************************/

 p, li, cite {
	margin-bottom: 1em;
}

p, dt, dd, li, cite, em, strong, i, b, s, a, span, label {
	line-height: 1.5em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	background-color: #AAA;
	color: #AAA;
	border: none;
	border-top: 1px solid #AAA;
	height: 1px;
	width: 100%;
	margin: 0em 0 20px 0;
	padding: 0;
	float: left;
	clear: both;
}


.center {
	text-align: center;
}

.right {
	text-align: right;
}


.hidden {
	position: absolute;
	top: -5000px;
	left: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.invisible {
    visibility: hidden;
}

img {
	border: none;
	max-width: 100%;
}

img.icon {
	vertical-align: -20%;
}

div.errors img.icon {
	top: 9px;
}

.prev, .next, .more {
	text-transform: lowercase;
	font-variant: small-caps;
}


.small {
	font-size: 0.9em;
}

.left {
	float: left;
	clear: left;
	margin: 0 40px 1em -20px;
}

.right {
	float: right;
	clear: right;
	margin: 0 0px 1em 40px;
}

div.left, div.right {
	border: 1px solid #CCC;
	padding: 5px;
}

p.caption {
	font-size: 0.7em;
	line-height: 1.5em;
	margin-bottom: 0;
}

.clear {
	clear: both;
}

.highlight, .highlight a {
	font-weight: bold;
	font-size: 1.2em;
	color: #AAA;
}

blockquote {
	border-left: 4px solid #AAA;
	padding: 0 80px 0 20px;
	margin: 0;
	position: relative;
}

blockquote::before {
	content: "“";
	font-size: 4em;
	float: left;
	color: #DDD;
	position: absolute;
	left: -40px;
	top: 0px;
}

blockquote cite {
	display: block;
	text-align: right;
	font-style: italic;
}

sub, sup {
	position: relative;
	font-size: 0.8em;
}

sub {
	top: 0.5em;
}

sup {
	top: -0.5em;
}

/**********************************************************
 * Headings                                               *
 **********************************************************/



h1 {
	font-size: 24pt;
	letter-spacing: -0.03em;
	margin: 2em 0 1.5em 0;
	line-height: 1.3em;
	text-align: center;
	color: #700;
	font-family: newcomen;
}

h2 {
	font-size: 16pt;
	letter-spacing: -0.03em;
	margin: 2em 0 0 0;
	padding: 0 0 0.3em 0;
	line-height: 1.2em;
	font-family: newcomen;
	color: #700;
	text-align: center;
}

h2 * {
	line-height: 1.2em;
}


h3 {
	margin: 1em 0 0.3em 0;
	font-size: 14pt;
	line-height: 1.2em;
	font-weight: bold;
}

h3 * {
	line-height: 1.2em;
}

dl.inline dt {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 1.5em 0 0.3em 0;
}


/**********************************************************
 * Links                                                  *
 **********************************************************/

a {
	color: #700;
}

a:hover {
	text-decoration: none;
}

a.button {
	color: #ececec;
}


/**********************************************************
 * Lists                                                  *
 **********************************************************/
dl {
	margin: -1em 0 1em 0;
}

dt {
	margin-top: 1em;
	font-weight: bold;
}

ul {
	list-style-type: square;
	display: block;
	list-style-position: outside;
	margin-left: 1em;
	margin-bottom: 1em;
}

ol {
	list-style-type: decimal;
	display: block;
	list-style-position: outside;
	margin-left: 3em;
	margin-bottom: 1em;
}

li {
	display: list-item;
	margin-bottom: 0.5em;
}

blockquote {
	border-left: 4px solid #AAA;
	padding: 0 80px 0 20px;
	margin: 0;
	position: relative;
}

blockquote::before {
	content: "“";
	font-size: 4em;
	float: left;
	color: #DDD;
	position: absolute;
	left: -40px;
	top: 0px;
}

blockquote cite {
	display: block;
	text-align: right;
	font-style: italic;
}

sub, sup {
	position: relative;
	font-size: 0.8em;
}

sub {
	top: 0.5em;
}

sup {
	top: -0.5em;
}

a.cover-animate {
	position: relative;
	display: block;
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}

a.cover-animate img.read-me {
	position: absolute;
	top: -25px;
	right: -70px;;
	width: 150px;
}

a.cover-animate:hover img.read-me {
	transform: rotate(-7deg);
}

a.cover-animate img.cover-open {
	display: none;
}

a.cover-animate:hover img.cover-open {
	display: inherit;
}

a.cover-animate img.cover-closed {
	display: inherit;
}

a.cover-animate:hover img.cover-closed {
	display: none;
}
