/* 	///// 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 Aen Tan. 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 */
	color: #000;
}

#header, #wrapper {
	font-size: 1.1em;
	line-height: 1.364;
}

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

a:link {
	color: #2d2d2d;
	text-decoration: none;
	
}
a:visited {
	color: #2d2d2d;
	text-decoration: none;
	
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
a:active {
	color: #2d2d2d;
	text-decoration: none;
	
}

sup {
	vertical-align: text-top;
}

em, cite {}

address {
	font-style: normal;
}


/* 	///// Content Type /////
	with vertical rhythm
*/

#header p,
#header ul,
#header ol,
#wrapper p,
#wrapper ul,
#wrapper ol {
	margin: 0 0 1.364em;
	line-height: 1.364;
}

.section h2 {
	clear: left;
	margin: 0 0 20px !important;
	font-size: 2.5em;
	line-height: 40px; height: 40px;
}

.section h3 {
	margin: 0 !important;
	font-size: 0.929em;
	text-transform: uppercase;
	line-height: 1.538;
}

.section h4 {
	margin: 0 !important;
	font-size: 1em;
}







