body { 
    font-size: 62.5%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height:2.2em;
    margin:0;
    background: url('../img/tile.gif');
}
.showgrid { 
    background: url('../img/grid.png'); 
}
div#masthead {
    background:white;
    height:13.1em;
    border-bottom:1px solid #B3B3B3;
    margin-bottom:2.2em;
}
div#content {
    border-top:1px solid #B3B3B3;
    padding:6.6em 0 8.8em;
    background:white;
    /*margin-bottom:2.2em;*/
}
div#sidebar {
    
}
div#footer {
    border-top:1px solid #B3B3B3;
    background-color:#F2F2F2;
    padding:6.6em 0;
}
/* TYPOGRAPHY */
h1,h2,h3,h4,h5,h6 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight:bold;
}
h1 { 
    font-size: 4.4em;
    line-height:1;
    margin:0 0 0.5em;    
}
h2 {
    font-size: 2.7em;
    line-height:22px;
    color:#333;
    margin:0 0 0.814em;
}
h3 {
    color:#A5A5A5;
    margin:0 0 22px;
    font-size: 1.8em;
    line-height: 22px;
}
sup {
    font-size:0.6em;
}
p {
    font-size:1.5em;
    line-height:1.467;
}
p.intro {
    margin-bottom:2.933em;   
}
.tag-cloud li {
    list-style-type:none;
    margin:0;
    display:inline !important;  
    padding:0;
}
.tag-cloud li a {
    padding:0 0.5em 0 0;
    text-decoration:none;
    display:inline;  
    margin:0;
}
.tag-cloud li a:hover {
    text-decoration:underline;
}
.tag-cloud li.size-5 {
    font-size:100%;
    font-weight:bold;
}
.tag-cloud li.size-4 {
    font-size:84.6%;
    font-weight:bold;
}
.tag-cloud li.size-3 {
    font-size:75%;
}
.tag-cloud li.size-2 {
    font-size:62.5%;
}
.tag-cloud li.size-1 {
    font-size:84.6%;
}
