/* TYPOGRAPHY */
/* ----------------------------------------- */
html {
	/*font-family: Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
} /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert {
	background:red;
	color:white
} /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes. */
p {
	line-height: 14pt;
}
a  {
	color: #2786C2;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #F75342;
	outline: none;
	text-decoration:none;
}

ul li {
	font-size:0.9em;	
}
.post-entry p.post-meta a {
	color: #2786C2;
}
.post-meta a:hover {
	color: #F75342;
}
h1 {
	font-size: 3em;;
}
/*h1 a:link { color: #000000; }
h1 a:hover { color: #F75342; }*/

h2 {
	font-size: 2em;
}
/*h2 a:link { color: #000000; }
h2 a:hover { color: #F75342; }*/

.post h1 {
	font-size: 32px;
	padding-bottom: 20px;
}
.post h2 {
	font-size: 28px;
	padding-bottom: 20px;
}
.post h3 {
	font-size: 24px;
	padding-bottom: 15px;
}
.post h4 {
	font-size: 20px;
	padding-bottom: 10px;
}
.post h5 {
	font-size: 16px;
	padding-bottom: 10px;
}
.post h6 {
	font-size: 14px;
	padding-bottom: 10px;
}
.wide-page h2 {
	font-size: 32px;
	padding-bottom: 20px;
}
.wide-page h2 {
	font-size: 28px;
	padding-bottom: 20px;
}
.wide-page h3 {
	font-size: 24px;
	padding-bottom: 15px;
}
.wide-page h4 {
	font-size: 20px;
	padding-bottom: 10px;
}
.wide-page h5 {
	font-size: 16px;
	padding-bottom: 10px;
}
.wide-page h6 {
	font-size: 14px;
	padding-bottom: 10px;
}

.noline {
	text-decoration:none;	
}
.noline a {
	text-decoration:none;	
}
/* 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

*/



