@import url("fonts.css");

@font-face { 
	font-family: 'CardoWeb';
	src: url('fonts/Cardo-Regular.woff') format('woff');
	font-weight: normal;
    font-style: normal;
}


@font-face { 
	font-family: 'CardoWeb';
	src: url('fonts/Cardo-Bold.woff') format('woff');
	font-weight: bold;
    font-style: normal;
}

@font-face { 
	font-family: 'CardoWeb';
	src: url('fonts/Cardo-Italic.woff') format('woff');
	font-weight: normal;
    font-style: italic;
}




@font-face { 
	font-family: 'OpenSans';
	src: url('fonts/OpenSans-Regular.woff') format('woff');
	font-weight: normal;
    font-style: normal;
}



@font-face{ 
	font-family: 'OpenSans';
	src: url('fonts/OpenSans-Bold.woff') format('woff');
	font-weight: bold;
    font-style: normal;
}


body {
	font-family: 'Georgia', serif;
	background-color: #CFA47A;
	margin:auto;
	padding-left:10%;
	padding-right:10%;
	width:877px;
	text-align:justify;
	}
h1, h2, h3, h4, span.caption, p, li {color: #000; }
h1, h2, h3, h4 {font-weight: normal}
h1, h2, h3, h4 {text-align: center;}
h1 {font-size:500%; margin: 10px;} 
h2 {font-size: 200%; margin:10px;} 
h3 {font-size: 150%; margin: 10px;}
a {color: #901; text-decoration:none;}
a:hover {color: #961; text-decoration: underline;}
li {font-size:100%;}


h1 {
 font-family: 'BoucherieBlock-Bold', sans-serif;
 line-height: 1em;
}

h2 {
	font-family: 'BoucherieSans-Bold', sans-serif;
}

h3 {
	font-family: 'BoucherieFlared-Bold', sans-serif;
}

SPAN.sans {
  font-family: 'BoucherieSans', sans-serif;
  font-size: 75%;
}

SPAN.catch {
	font-family: 'BoucherieCatchwords';
	font-size: 75%;
	vertical-align:middle;
}

SPAN.author {
	font-family: 'BoucherieCursive';
	font-size:75%;
}

STRONG {
  font-weight: bolder;
}

SPAN.title {
 font-weight: bold;
}

DT {
 padding-top: .5em;
}

DD {
 padding-bottom: .5em;
}

DIV.entry {
  padding-top:.5em;
}

DIV.rights {
 padding-left: 2em;
 padding-right: 2em;
}

DIV.header {
 font-family: 'OpenSans', sans-serif;
 padding-bottom: .5em;
 padding-top: 1em;
 font-size: larger;
}


DIV.img-float
{
	float: right;
	text-align: right;
	font-weight: bold;
}

P, LI {
	line-height: 1.5em;
}

A {text-decoration:none;} A:hover {text-decoration:underline;}