/* Type & image presets */

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

body {
font-family: "adobe-caslon-pro",Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 19px;
color:black;
line-height: 26px;		/* Changing this will break the baseline grid. */
-webkit-text-size-adjust: none;		/* Stops the iPhone scalling type up */
background-color: #fff;
}

.handnote {
	font-family: "source-code-pro", sans-serif;
	color:gray;	
	
}



a {
text-decoration: none;
color: #005698;
font-weight: bold;
border-bottom: none;
}

a:hover {
color: #000;
border-bottom: none;
}

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 {
margin-bottom: 24px;	/* Changing this will break the baseline grid. */

}

li {
margin-bottom: 6px;
}

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

h1 {
font-size: 50px;
line-height: 66px;		/* Changing this will break the baseline grid. */
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-family: "adobe-caslon-pro",Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: lighter;
}

h2 {
font-size: 30px;
line-height: 36px;
margin-bottom: 26px;	/* Changing this will break the baseline grid. */
font-family: "adobe-caslon-pro",Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: lighter;
}

h3 {
font-size: 16px;
line-height: 26px;
margin-bottom: 26px;	/* Changing this will break the baseline grid. */
font-family: "adobe-caslon-pro",Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: lighter;
}

h4 {
	font-family: "baroque-text", Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	line-height: 60px;
	font-size: 50px;
	text-align: center;
	font-weight:400;
	margin-bottom: 26px;	/* Changing this will break the baseline grid. */
	}
	

h4 a { 
	color: gray;
	text-decoration: none;
	}

h4 a:hover { 
	color: #E93154;
	text-decoration: none;
	}

.tab {
	margin-left:5em;
	
}