/* Type & image presets */

h1, 
h2, 
h3 {
	font-family: "baroque-text", Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight:800;
	-webkit-font-smoothing: subpixel-antialiased;
	}

p {
	font-family: "english", Times, Serif;
	font-style: normal;
	font-weight:400;
	-webkit-font-smoothing: subpixel-antialiased;
	}





img, object, embed {
margin-bottom: 20px;
}

body {
font-size: 14px;
line-height: 24px;		/* Changing this will break the baseline grid. */
-webkit-text-size-adjust: none;		/* Stops the iPhone scalling type up */
	background: #340000;
}

a {
text-decoration: none;
color: #7e1607;
}

a:hover {
color: #af9d43;
}

a img {
display: block;		/* Stops image links getting text link styles */
}

img {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-bottom: 20px;
}

p, ul, ol, blockquote {
color: #7e1607;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
}

.book {
text-align: center;
font-size:35px;
line-height: 35px;		/* Changing this will break the baseline grid. */
margin-bottom: 34px;
}

.author {
font-size: 55%;
color: #530e05;
}

.author a {
color: #530e05;
}

.author a:hover {
color: #af9d43;
}


.address {
text-align: center;
font-size:18px;
}

li {
margin-bottom: 6px;
}

blockquote {
border-left: 1px solid #c1c1c1;
color: #747474;
padding-left: 15px;
margin-left: -15px;
}

h1 {
color: #7e1607;
font-size:75px;
line-height: 90px;		/* Changing this will break the baseline grid. */
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
text-align: center;
}

h2 {
font-size: 20px;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
}

h3 {
font-size: 16px;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
}