@charset "UTF-8";

/* 	///// TYPOGRAPHY /////
	Fonts, colors and formatting defined here for text, links, etc
	
	[Optimal font-family sets]
	Sans-serif			Arial, Helvetica, sans-serif
						Verdana, sans-serif
	Serif				Georgia, "Times New Roman", Times,serif
						Georgia, serif
	Monospace			Monaco, "Lucida Console", "Courier New", Courier, mono-space, monospace
	X-browser Lucida	"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif (for body)
						"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif (for strong, em, b, i)
						
	(c) 2009 Jaimie Murdock - derived from a work (c) 2009 by Communication Analysts. Some Rights Reserved.
	Licensed under a Creative Commons license (http://creativecommons.org/licenses/by-sa/3.0/)
*/

body {
	font: 62.5% Helvetica Neue, Arial, sans-serif;						/* For use with em units */
	line-height: 1.539;
	color: #000;
}

#wrapper { font-size: 1.2em; }

body,
input, textarea, select, option, button {
	font-family: Helvetica, Arial, sans-serif;
}

a:link {
	color: #555;
	text-decoration: none;
}
a:visited {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a:active {
	color: #999;
	text-decoration: none;
}

p a:link {
	/*border-bottom: 1px solid #aaa;*/
	color: #555;
}
p a:hover {
	border: 0;
	text-decoration: underline;
	color: #999;
}

h1 a:link, h1 a:visited {
	color: #000;
}

h1 a:hover, h1 a:active {
	color: #999;
}

sup {
	vertical-align: text-top;
}

.widget p {
	margin: 0 0 1.667em;
	line-height: 1.667;
}

.widget p:last-child {
	margin: 0;
	line-height: 1.667;
}