/* Type & image presets */

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

body {
font-family: Verdana, Helvetica, Sans-Serif;
font-size: 15px;
line-height: 24px;		/* Changing this will break the baseline grid. */
-webkit-text-size-adjust: none;		/* Stops the iPhone scalling type up */
background-color: #011f4b;
margin: 50px 0;
color: #6497b1;
}

p em {
	font-family: Verdana, Helvetica, Sans-Serif;
}

nav.menu {
	text-align: right;
	padding-top: 20px;
}

li.hnav {
display: inline-block;
}

p.footnavi {
	text-align: right;
	padding-top: 10px;
}

em { 
	font-style: italic; 
}

a {
text-decoration: none;
color: white;
border-bottom: 1px dashed white;
}

a:hover {
border-bottom: 1px solid white;
}

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

img {
-webkit-border-radius: 13px;
-moz-border-radius: 13px;
border-radius: 13px;
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 white;
color: white;
padding-left: 15px;
margin-left: -15px;
}

h1, h2, h3 {
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #6497b1;
}

h1 {
font-size: 36px;
line-height: 46px;		/* Changing this will break the baseline grid. */
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
}

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

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

