
#tagline {
white-space:nowrap;
color:white;
margin:0;
line-height:1;
font-size:1.4em;
font-style:italic;
}


body {
	width:468px;
	margin: 5% auto;
	line-height:1.8;
	font-family:Georgia,Verdana;
	font-size:1em;
	}

h1 {
font-size:4em;
color:#369;
line-height:.8;
opacity:0; /* invisible until TypeKit kicks in */ /* note, IE has to do this different */
visibility:hidden;
}

.wf-active h1 { 
opacity:1; /* note, IE has to do this different */
visibility:visible; /* for IE */
-moz-transition:0.2s opacity ease-in;
-webkit-transition:0.2s opacity ease-in;
transition:0.2s opacity ease-in;
}

h2, h3, h4 {font-family:Verdana,Helvetica,sans; line-height:1.4;}

h2 {font-size:1.1em;margin-top:4em;}

p {color:#555;}

div#banner-top {margin-bottom:3em;}
div.banner-body {margin:5em auto;}
div#banner-bottom {margin-top:5em;}

p.first:first-line {font-style:italic;color:#222;}
