/*
    Body Styles

    FONT-SIZE:
    Desired font-size in px/16px = % value

    LINE-HEIGHT:
    Font-size in px from previous equation * 1.5 = New Baseline


*/

Body { font-family: 'trebuchet MS', Arial, sans-serif; color: #333; }
#copyright { color: #fff;  font-size: 88%; text-align: center;}

h1 { color: #6e232e; font-size: 2em; }
h2 {
    font-size: 141.6%;
    font-weight: bold;
    color: #6e232e;
    margin: 0;
}
h3 {
    margin-bottom: 0;
    color: #517eac;
    font-weight: bold;
    font-size: 125%
}

p + p { text-indent: 0; margin: 1em 0; }
p { margin: 1em 0; }

.readmore { color: #f5c04c; white-space: nowrap; }
.readmore_raquo {
    font-size: 2em;
    position: relative;
    top: .1em;
    line-height: .1em;
}
span.readmore:hover { font-weight: bold; }
.list-intro { margin-bottom: 0;}
.intro p { font-size: 116.6%;}

.thing-number-label
{
	font-size: 1.2em;
	text-transform: capitalize;
	font-weight: bold;
    color: #666;
    color: #6e232e;
    color: #000;

}
p.thing-number-label {
    margin-bottom: 0;
}
p.thing-number-label+h2 { line-height: 1em; }

a.more {
    text-decoration: none;
}
a.more:hover {
    text-decoration: underline;
}
