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

/* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */








p,label{ color: #121216; text-align: left; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 12px; line-height: normal;}
h1, h1 a{ font-size: 25px; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; color: #cd0000; text-align: left; line-height: 35px;}
h2, h2 a{line-height: 32px; color: #cd0000; font-size: 20px; font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; text-align: left;}
h3, h3 a{ font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; color: #cd0000; text-align: left;line-height: 32px;}
h4, h4 a{font-family: Helvetica, Verdana, Arial, sans-serif; font-style: normal; font-weight: normal; font-size: 13px; text-decoration: none; color: #bbbec0; text-align: left;line-height: normal;}

a{color: #121216; text-align: left; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 12px; line-height: 120%;}

p a{ text-decoration: none; color: #cd0000; text-align: left; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 12px; line-height: 120%;}


/*footer*/

ul#footer-nav li{display: inline;}

ul#footer-nav li a {

padding: 5px;
list-style-type: none; 
font-family: Helvetica, Verdana, Arial, sans-serif;
font-style: normal; 
font-weight: normal; 
font-size: 13px; 
text-decoration: none; 
color: #bbbec0; 
text-align: left;
line-height: normal;
display: inline;

}

#footer p{color: #bbbec0; padding: 5px;}

input{ line-height: normal; color: #121216; font-style: normal; font-weight: normal; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif;}

h5{ text-align: left; line-height: normal; font-weight: bold; color: white; font-size: 15px; font-family: Helvetica, Verdana, Arial, sans-serif; }


.blog-content p{ height: auto; padding-bottom: 15px;}














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

*/