h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
    font-size: 250%;
    line-height: 2em;
    font-variant: small-caps;
	color:#fff;
}

h2 {
    font-size: 150%;
    line-height: 2.5em;
    font-variant: small-caps;
    color: #704E7A;
}

h3 {
    font-size: 135%;
    line-height: 2em;
    font-variant: small-caps;
	text-align:center;
	background-color:#95816A;
    color: #fff;
	margin-bottom:12px;
}

#footer h3 {
    color: #ccc;
}

h4 {
    font-size: 110%;
    line-height: 2em;
    font-variant: small-caps;
    color: #494949;
}

p, ul {
    margin-bottom: 12px;
}

ul {
    list-style: square;
}

li {
    margin: 0 22px 6px 22px;
}

blockquote {
    font-style: italic;
    padding: 6px 22px 0;
    border-top: thin solid #999;
    border-bottom: thin solid #999;
    margin-bottom: 6px;
}

li strong {
    color: #B05359;
}

a {
    color: #B05359;
}

a:hover {
    text-decoration: none;
}

span#trademark {
    /*font-family:Georgia, "Times New Roman", Times, serif;*/
}

.contentbody {
    padding-left: 12px;
    line-height: 1.5em;
}

.summary {
    font-size: 125%;
	font-weight:bold;
    line-height: 1.25em;
    color: #464646;
}

.fp-summary {
    font-size: 130%;
    line-height: 1.25em;
	color:#494949;
}

/* Blog */
.posted {
    font-size: 80%;
	text-align: right;
}
/* **** */
#footer {
    font-size: 90%;
    color: #ccc;
}

#colophon {
    color: #fff;
    font-size: 80%;
    text-align: center;
}
/* ** Nav typo ** */
#nav-top li {
    color: #fff;
    font: 11px Helvetica, Arial, Geneva, sans-serif;
    line-height: 18px;
}

#nav-top li a {
    color: #fff;
    text-decoration: none;
}

#nav-top li a:hover {
    text-decoration: underline;
}

#nav-top li.current {
    color: #E8F1F6;
    font-variant: small-caps;
    border-top: 2px solid #006699;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    text-decoration: none;
}

#colophon a {
    color: #fff;
    text-decoration: none;
    border-bottom: thin dotted #fff;
}

#colophon a:hover {
    border: none;
}

a.readon {
    float: right;
    display: block;
    height: 20px;
    width: 180px;
    padding: 0px;
    margin: 0;
    font-size: 90%;
    color: #999;
	margin-bottom:12px;
}

a.readon:hover {
    text-decoration: none;
}
/* ************* */


