/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */
/* page title on internal page */
#page-title {
position: absolute;
top: -110px; /* was-170px */
left: 125px; /* was 200px */
font-size: 30px;
line-height:1.15em;
}

.front .content article {
margin:0 8em;
}

.front .content article p {
font-size: 14px;
line-height: 1em;
letter-spacing: .3px;
margin-bottom:10px;
font-family: Georgia, Times, "Times New Roman", serif;
font-style:italic;
}

.quote {
float:right;
font-style:normal;
}

.front #zone-postscript-wrapper {
 /* position: fixed; */
 bottom: 0;
 left: 0;
}
	
#section-footer {
/*position: fixed;*/
width: 100%;
/*left: 0;*/
/*bottom: 0;*/
margin-top:0em;
}