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

h1 {
    font-size: 150%;
    line-height: 2em;
    font-variant: small-caps;
}

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

h3 {
    font-size: 135%;
    line-height: 2em;
    font-variant: small-caps;
    color: #666;
}

#footer h3 {
    color: #ccc;
}

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

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

ul {
    list-style: square;
}

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

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

li strong {
    color: #006699;
}

a {
    color: #006699;
}

a:hover {
    color: #006699;
    text-decoration: none;
}

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

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

.contentbody ul {
	list-style:url(http://carvingcode.com/images/tick.gif);
}

#art-side-content ul {
	list-style:url(http://carvingcode.com/images/folder.gif);
}

.summary {
    font-size: 125%;
    font-weight: 900;
    line-height: 1.25em;
    letter-spacing: 2px;
    color: #006699;
}
/* Blog */
.posted {
    font-size: 80%;
}
/* **** */

/* Project */

.project h3 {

	margin-left:12px;
	margin-bottom:6px;
}

.project-label {
	color:#494949;
	font-weight:bold;
	width:120px;
	padding-left:12px;
}

.medium h3 {
	color:#006699;
}

.light h3 {
	color:#006699;
}

/***********/


#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: 6px solid #006699;
    border-bottom: 1px solid #fff;
}

#footer a {
    color: #ccc;
}

#footer a:hover {
    color: #fff;
    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: 80px;
    padding: 0px;
    margin: 0;
    font-size: 90%;
    color: #999;
}

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


span.tmark {
	font-family:Verdana, Ariel, sans-serif;
	font-size:90%;
}
