/* Website Title
 * Typography
 *
 * Basic Typography and specific typography
*/




/* 														------------- Basic Typography */

body {
	font-size: 62.5%;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #5D5D5D;
}

p {
	color: #4D4D4D;
	padding-bottom: 1.4em;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.3em;;
}

li {
	font-size:  1.3em;
}

p *, li * {
	font-size: 1em; /* Returns nested elements to base font */
}

#primary li * {
	font-size: 1em; /* Returns nested elements to base font [deeper for ie] */
}

h2, h3 {
	font-weight: normal;
	color:#000000;
	font-size: 3.4em;
	padding-bottom: 14px;
}

h3 {
	font-size: 2.6em;
}

a {
	color: #C8173F;
	text-decoration: none;
}

a:hover {
	color: #C8173F;
	text-decoration: underline;
	/* background: transparent url(../image/background-a_hoverblack.gif) bottom repeat-x; */
}

.emphasis, strong {
	color:#C8173F; 
}

/* 														------------- Layout Specific Typography */
/* 												--- Footer */
#footer p {
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1em;
}

