/* Type & image presets */

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

body {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 24px;		/* Changing this will break the baseline grid. */
-webkit-text-size-adjust: none;		/* Stops the iPhone scalling type up */
}

a {
text-decoration: none;
color: #DE7140;
font-weight: bold;
border-bottom: 1px solid #DE7140;
}

a:hover {
color: #FCB95A;
}

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. */
color: #321;
}
.info p, ul, ol, blockquote {
font-size: .9em;
color: #543;
}
ul, ol {
margin-left: 24px;
}

li {
margin-bottom: 6px;
}

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

h1 {
color: #8C182D;
font-size: 30px;
line-height: 36px;		/* Changing this will break the baseline grid. */
margin-bottom: 16px;	/* Changing this will break the baseline grid. */
font-weight: lighter;
}

h2 {
color: #8C182D;
font-size: 20px;
margin-bottom: 16px;	/* Changing this will break the baseline grid. */
font-weight: lighter;
}

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

/******/
.top a {
	color: #FCB95A;
	border: none;
	background: transparent url("/images/twitter.png") no-repeat left center;
	padding-left: 25px;
}
.header ul li a {
	font-variant: small-caps;
	border-bottom-width: 0;
}
.header ul li.current a {
	border-bottom-width: 3px;
}
.nav {
	text-align: right;	
	font-size: 1.1em;
}
.nav h3 {
	border-bottom: 2px solid #cfc7b3;
}
.nav ul {
	list-style: none;
}
.nav ul li a {
	border-bottom-width: 0;
}
.nav ul li.current a {
	border-bottom-width: 3px;
}
