
/* TYPOGRAPHY */
/* ----------------------------------------- */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif
	}

/* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
h1, h2, h3, h4, h5, h6 { font-weight:bold;font-family:Arial, Helvetica, sans-serif;letter-spacing:-1px;color:#FFF} 

h1{font-size:2.6em}
h2{font-size:2.6em;}
#col2 h2 {border-bottom:1px #333 solid;padding-bottom:10px;margin-bottom:10px}
h3{font-size:1.8em}
h4{font-size:1.6em;margin-bottom:8px;}
#rss h3 {font-size:1.2em;border-bottom:1px #333 solid;padding-bottom:8px;margin-bottom:8px}
h5{}

h2.nav-title {font-size:1.4em}
h3#comments {margin-bottom:10px;margin-top:8px;padding-top:8px;border-top:1px #333 dotted}
h3#respond{margin-bottom:10px}

p, label {color:#FFF;font-size:1.3em;}
p{line-height:160%;margin-bottom:12px}
#col2, ul#nav{text-shadow:0px 1px 0px #000}
.nav-title {font-size:1.2em;}

#cat-nav li, .post li {font-size:1.2em;}
.post h2,
.post h3,
.post h4 {margin-bottom:8px;padding-bottom:8px;border-bottom:1px #333 solid}

#rss li {font-size:1.1em}

#nav {font-size:1.8em}

body.page-id-2 a#aboutnav,
body#gallery a#gallerynav,
body.category a#newsnav,
body#shop a#shopnav {color:#A82C34}

body.item ul li.prices {font-size:1.8em;color:#666}
body.item ul li.prices strong, body.item ul li.prices span.price {color:#FFF}
ul.hproduct li {font-size:1.2em}
ul.hproduct li.p-v {font-size:2.2em}
ul.hproduct li.p-v span {color:#A82C34}

#footer, #footer li {font-size:1.1em;}
#footer p {font-size:1.0em}
#footer p.note {color:#999}

.note {font-size:1.1em}

/* Font stack options

	The following represents a list of font stacks, as recommended by Nathan Ford in
	http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

	I've added inverted commas around the relevant family names to ensure compatibility.
	p = balanced for paragraphs or body copy
	t = balanced for headlines or titles

	- - - -

Arial, 'Helvetica Neue', Helvetica, sans-serif - p, t

Baskerville, 'Times New Roman', Times, serif - p
Baskerville, 'Times, Times New Roman', serif - t

Cambria, Georgia, Times, 'Times New Roman', serif - p, t
'Century Gothic', 'Apple Gothic', sans-serif - p, t

Consolas, 'Lucida Console', Monaco, monospace - p, t

'Copperplate Light', 'Copperplate Gothic Light', serif - p, t

'Courier New', Courier, monospace - p, t

'Franklin Gothic Medium', 'Arial Narrow Bold', Arial, sans-serif - p, t

Futura, 'Century Gothic', 'Apple Gothic', sans-serif - p, t

Garamond, 'Hoefler Text', 'Times New Roman', Times, serif - p
Garamond, 'Hoefler Text', Palatino, 'Palatino Linotype', serif - t

Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif - p
Geneva, Verdana, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif - t

Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif - p
Georgia, Times, 'Times New Roman', serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

'Helvetica Neue', Arial, Helvetica, sans-serif - p
Helvetica, 'Helvetica Neue', Arial, sans-serif - t

Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif - p, t

'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif - p, t

Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif - p
Palatino, 'Palatino Linotype', 'Hoefler Text', Times, 'Times New Roman', serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, 'Times New Roman', Georgia, serif - p, t

Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/