/* @override 
	http://localhost/ec/wp-content/themes/inkd_ec/style/css/typography.css
*/

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

/* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
body,input,textarea {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}
p {
	font-size:15px;
	line-height: 23px;
}
p strong {
	color: inherit;
}

.center {
	text-align: center;
}
h1, h2, h3, h4, h5, h5, h6 { 
	font-weight: normal;
	text-align: center; 
	padding: 0.5em 0 0;
	margin: 0 0 0.5em 0;
	color: #323232;
}
h1 {
	font-size: 3.1em;
	line-height: 38px;
	letter-spacing: -2px;
	text-align: center;
	margin: 0px 0px 15px 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.30);
	font-weight: bold;
}
h2 {
	font-size: 2.7em;
	letter-spacing: -0.05em;
	line-height: 1em;
	text-align: center;
	margin: 0px 0px 15px 0;
}
div.post-content h2 {
	color: #323232;	
}
#col_full-width h2 {
	color: #323232;	
}
h3 {
	font-size: 2.6em;
	letter-spacing: -0.05em;
	line-height: 1em;
	color: #323232;
}
h4 {
	font-size: 2.2em;
	letter-spacing: -0.05em;
	color: #323232;
	line-height: 1em;
}
h5 {
	font-size: 2em;
}
h6 {
	font-size: 1.8em;
}
del {
	color: inherit;
}
ins {
	color: inherit;
}
p.intro:first-letter,
span.first_letter,
span.first-letter,
span.firstletter,
span.dropcaps {
	display: block;
	color: #bb1b0d;
	float: left;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 56px;
	line-height: 40px;
	margin-top: 5px;
	margin-right: 0.05em;
	min-width: 38px;
	font-weight: normal;
	font-style: normal;
}
/*span:first-child {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #68a4e1;
	letter-spacing: -1px;
}*/
span.caps {
	font-family: inherit;
	font-size: inherit;
	letter-spacing: normal;
	font-weight: inherit;
	color: inherit;
}
span.highlight {
	font-family: inherit;
	font-size: inherit;
	letter-spacing: normal;
	font-weight: inherit;
	color: inherit;
	background-color: #f7ff36;
}


/* 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

*/