/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, sub, sup, 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;
}
/* 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;
}

@font-face {
    font-family: 'GriffosNumsFontRegular';
    src: url('fonts/griffosnumsfont-webfont.eot');
    src: url('fonts/griffosnumsfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/griffosnumsfont-webfont.woff') format('woff'),
         url('fonts/griffosnumsfont-webfont.ttf') format('truetype'),
         url('fonts/griffosnumsfont-webfont.svg#GriffosnumsFontRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GriffosFontRegular';
    src: url('fonts/GriffosFont-webfont.eot');
    src: url('fonts/GriffosFont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GriffosFont-webfont.woff') format('woff'),
         url('fonts/GriffosFont-webfont.ttf') format('truetype'),
         url('fonts/GriffosFont-webfont.svg#fonts/GriffosFontRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GriffosSCapsFontRegular';
    src: url('fonts/GriffosSCapsFont-webfont.eot');
    src: url('fonts/GriffosSCapsFont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GriffosSCapsFont-webfont.woff') format('woff'),
         url('fonts/GriffosSCapsFont-webfont.ttf') format('truetype'),
         url('fonts/GriffosSCapsFont-webfont.svg#fonts/GriffosSCapsFontRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GentiumBasicItalic';
    src: url('fonts/genbasi-webfont.eot');
    src: url('fonts/genbasi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/genbasi-webfont.woff') format('woff'),
         url('fonts/genbasi-webfont.ttf') format('truetype'),
         url('fonts/genbasi-webfont.svg#GentiumBasicItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RosarivoItalic';
    src: url('fonts/Rosarivo-Italic-webfont.eot');
    src: url('fonts/Rosarivo-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Rosarivo-Italic-webfont.woff') format('woff'),
         url('fonts/Rosarivo-Italic-webfont.ttf') format('truetype'),
         url('fonts/Rosarivo-Italic-webfont.svg#RosarivoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: "GriffosNumsFontRegular", "GriffosFontRegular", Georgia, serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background-color: #f7efde;
	text-shadow: 0 0 1px rgba(0,0,0,0.2);
}

.wrapper {
	width: 650px;
	margin: 4em auto;
}

div, ul, ol, dl, pre, code, table {
	margin: 1.5em 0;
}

p {
	text-align: justify;
}

p:first-letter {
font-size: 3em;
line-height: 1em;
float: left;
margin: 0 0.107em 0 0;
color: #9f2222;
}

p:first-line {
font-variant: small-caps;
}

p + p:first-letter {
font-size: 1em;
line-height: 1.5em;
float: none;
margin: 0;
vertical-align: baseline;
}

p + p:first-line {
font-variant: normal;
}

p + p {
text-indent: 1em;
}

ul, ol, dl {
	margin-left: 2em;
}

ul, ol {
	list-style-position: outside;
}

ul li:before {
	position: absolute;
	content: "\2666";
	margin-left: -1em;
	color: #9f2222;
}

ul ul {
	margin: 0 0 0 1em;
}

ol {
	list-style-type: upper-roman;
}

ol ol {
	list-style-type: lower-roman;
	margin: 0 0 0 1em;
}

dt {
	font-family: "RosarivoItalic", Georgia, serif;
font-weight: bold;	
}

dd {

	margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 21px 0;
	
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
	font-variant: small-caps;
}

h6 {
	font-size: 12px;
	font-variant: small-caps;
}

blockquote {
	font-family: "RosarivoItalic", Georgia, serif;
	margin: 1.5em;
	
}

blockquote p {
	text-indent: -0.4em;
}

blockquote p:first-letter {
	font-size: 1em;
	line-height: 1.5em;
	float: none;
	margin: 0;
	vertical-align: baseline;
	color: inherit;
}

blockquote p:first-line {
	font-variant: normal;
}

em, i {
	font-family: "RosarivoItalic", Georgia, serif;
}

.italicdemo {
	font-family: "GriffosFontRegular", Georgia, serif;
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	color: #9f2222;
}

table {

}

tr {

}

th, td {
	padding: .4em 1em;
}

th {
	font-family: "RosarivoItalic", Georgia, serif;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

td {
	padding-left: 1.5em;
}

/*
a[href^="http://"]::before {
	content: "\f13e";
    font-family: "FontAwesome", sans-serif;
    padding-right: 0.2em;
	color: ##9f2222;
}

a[href^="https://"]::before {
	content: "\f023";
	font-family: "FontAwesome", sans-serif;
    padding-right: 0.2em;
	color: #115f11;
}
*/