body
{
    font-family: "Gill Sans MT" , "Gill Sans" , "Trebuchet MS";
    color: #444;
    line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6
{
	font-family: "Gill Sans MT" , "Gill Sans" , "Lucida Sans" , "Lucida Grande" , "Lucida Sans Unicode" , "Trebuchet MS";
}
h1
{
    /*18px via YUI Fonts CSS foundation*/
    font-size: 138.5%;
}
h2
{
    /*16px via YUI Fonts CSS foundation*/
    font-size: 123.1%;
}
h3
{
    /*14px via YUI Fonts CSS foundation*/
    font-size: 108%;
}
h1, h2, h3
{
    /* top & bottom margin based on font size */
    margin: 1em 0;
}
h1, h2, h3, h4, h5, h6, strong
{
    /*bringing boldness back to headers and the strong element*/
    font-weight: bold;
}
#hd h1 a
{
    text-decoration: none;
    color: #333;
}

a.featuredimage img
{
    border: 0;
    margin-top: 1em;
}

#categories a {white-space:nowrap;}

div.comments ul li
{
    margin: 1em 0;
	padding-left: .5em;
	border-bottom: 1px silver solid;
}

.lowerquad
{
    margin-top: 2.5em;
}

#ft p
{
    margin: 2.5em 0 1em 0;
    border-top: 1px silver solid;
    text-align: right;
    color: #CCC;
}

a:link
{
    color: Maroon;
}

a:visited
{
    color: #111;
}

a:active
{
    color: Blue;
}

a:hover
{
    color: #111;
}
