html {
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-size: 14px;
}
body {
background-color: #FFF;
color: #111;
}
h1 {
font-size: 4.236em;
color: #111;
margin-bottom: 0em;
}
h2 {
font-size: 1.618em;
font-weight: normal;
text-shadow: -1px 1px 2px #DDD;
}
a {
color: #111;
}
header, section, footer {
width: 720px;
margin: 0 auto;
display: block;
text-align: center;
}
header {
margin-bottom: 1.618em;
}
footer {
margin-top: 4.236em;
color: #888;
}
footer a {
color: #666;
}
footer p.c a {
text-decoration: none;
color: #888;
}
footer a:hover, footer p.c a:hover {
color: #111;
}
footer p.c {
margin-top: 1em;
font-size: 0.9em;
}
section a {
font-weight: bold;
}
section.b {
font-size: 1.618em;
margin: 1.618em auto;
}
a.download {
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.3, rgb(83,116,34)),
    color-stop(0.92, rgb(121,168,50))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(83,116,34) 30%,
    rgb(121,168,50) 92%
);    
-moz-border-radius: 2.714em;
border-radius: 2.714em;
-moz-box-shadow: 0.09em 0.191em 0.191em #777;
-webkit-box-shadow: 0.09em 0.191em 0.191em #777;
box-shadow: 0.09em 0.191em 0.191em #777;
color: #fff;
display: inline-block;
font-weight: bold;
padding: 0.819em 1.618em;
text-decoration: none;
text-shadow: 0px -1px 1px #444;
}
a.download:hover {
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.3, rgb(88,121,39)),
    color-stop(0.92, rgb(141,188,70))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(88,121,39) 30%,
    rgb(141,188,70) 92%
);    
}
a.download .t {
background: url(/images/download.png) no-repeat;
display: inline-block;
font-size: 2.119em;
height: 1.668em;
line-height: 1.618em;
padding: 0 0.382em 0 2em;
}
a.download .v {
font-size: 0.5em;
}
div.p {
-moz-box-shadow: #888 3px 3px 10px;
box-shadow: #888 3px 3px 10px;
background-color: #444;
-moz-border-radius: 0.809em;
border-radius: 0.809em;
color: #FFF;
display: inline-block;
font-size: 0.618em;
font-weight: bold;
line-height: 1.31em;
margin-right: 20px;
padding: 12px;
width: 9.286em;
}
div.p:last-child {
margin-right: 0;
}
div.p figcaption {
display: inline-block;
padding-top: 0.191em;
}
div.p img {
height: 9.286em;
background-color: #FFF;
}
div.p figure {
margin: 0;
}

#news section {
text-align: left;
}
#news .post h2 {
margin-bottom: 0;
}
#news .post .entry-meta, #news .post .entry-utility {
font-size: 0.618em;
color: #999;
}
#news .post .entry-content {
font-size: 0.643em;
}
#news h1 a, #news .entry-title a {
text-decoration: none;
}
#news .post .entry-utility a {
font-weight: normal;
color: #777;
}