/* Fonts */
body {
	font-family: "Arial", sans-serif;
	font-weight: 200;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Arial", sans-serif;
	font-weight: 200;
	text-transform: lowercase;
}


h1 {
	letter-spacing:-4px;
}
h1 {
	font-size:87.5px;
	line-height:1.0;
}
h2 {
	font-size:27px;
	line-height:1.0;
}
h3 {
	font-size:23px;
	line-height:1.0;
}
* html h3 {
	font-size:20px;
}

.sec-home h1,
.sec-home h2 {
	font-size: 27px;
	clear:none;
	letter-spacing:normal;
	display:block;	
}
#topnav span {
	text-transform: lowercase;
}
#subnav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-size:10px;
}
#content {
	font-size: 12px;
	line-height: 1.3;
}


#footer {
	color:#999;
	font-size:9px;
}

.promo-block h3 {
	letter-spacing:-0.25px;
}
.promo-block .contents {
	font-size:12px;
}

.quote .attrib {
	font-style:italic;
}
/* Colors */

body {
	background-color:#fff;
	color: #000;
}

h1, h2, h3, h4, h5, h6 { /* default color values */
	color:#71C41D;
}

a:link,
a:visited /* for now */,
#bottom-runner h3 {
	color:#009BEF;
	text-decoration:none;
}
#subnav, 
#subnav a:link,
#subnav a:visited,
#footer,
#footer a:link,
#footer a:visited {
	color: #bbb;
}
#subnav a:active,
#subnav a:hover,
#footer a:active,
#footer a:hover {
	color:#71C41D;
}
#topnav span.selected,
#subnav span.selected,
#footer span.selected,
#bottomnav span.selected {
	color: #71C41D;
	
}

/* set "selected" style for top-level links */
#sec-learn .sec-learn a,
#sec-about .sec-about a,
#sec-press .sec-press a,
#sec-store .sec-store a{ 
	font-weight:bold; 
 }