body {
    margin: 0;
	font-family: Baskerville, Georgia, Times;
	color: #000000;
    font-size: 16px;
	line-height: 1.5;
    text-rendering: optimizeLegibility;
}

#header {
    background-color: #ca3c08; /* ac0404 */
    margin: 0;
    padding: 10px 20px 10px 20px;
}

#header h1 {
    font-size: 36px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

#header h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

#navbar {
    background-color: #f7f5e7;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px 10px 20px;
}

#navbar span {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 25px;
    display: inline;
}

#navbar form {
    display: inline;
}

#main { 
 	padding-left: 20px;
 	padding-right: 20px;
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
}

.categories {
    margin-bottom: 0px;
}

.tags {
    padding-left: 25px;
}

.post-meta {
    margin-bottom: 20px;
}

.post-meta p {
    margin-top: 0;
    margin-bottom: 0;
}

.post-meta a,
.post-meta a:visited,
.post-meta a:active {
    color: black;
  	text-decoration: none;
}

.post-meta a:hover {
    color: black;
	text-decoration: underline;
}

.meta-nav {
    float: right;
}

.metadata p {
    margin-top: 0;
    margin-bottom: 0;
    text-indent: -25px;
    padding-left: 25px;
}

.metadata ul {
    margin-top: 0;
    margin-bottom: 0;
}

.embedded-map {
    width: 640px;
    text-align: center;
}

iframe {
    clear: both;
}

.thumbs img {
    margin: 4px;
}

.thumbs p {
    text-align: center;
}

a {
	color: #ca3c08;
	text-decoration: none;
}

#navbar a, h1 a, h1 a:visited {
	color: black;
}

a:visited {
	color: #ac0404;
}

a:active, a:hover {
	color: #ea9629;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

.tags {
    text-align: left;
}

.tags a {
    background-color: #767676;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2727272727;
    margin: 2px 4px 2px 10px;
    padding: 3px 7px;
    position: relative;
    
    /* text-transform: uppercase; */
    text-decoration: none;
}

.tags a:hover {
    background-color: #ca3c08;
    color: #fff;
}

.tags a:before {
    border-top: 10px solid transparent;
    border-right: 8px solid #767676;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
}

.tags a:hover:before {
    border-right-color: #ca3c08;
}

.tags a:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    left: -2px;
    width: 4px;
}

.feedback {
    text-align: right;
}

.copyright {
	font-size: small;
	text-align: center;
	margin-top: 4ex;
}

.comment {
	background: #f7f5e7;
	margin-bottom: 1em; 
	border:1px solid #686758;
}

.comment-header {
	background: #E5E4D7;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 2em;
}

.comment-author {
	font-weight: bold;
	float: left;
	vertical-align: top;
}

.comment-date {
	text-align: right;
	float: right;
	vertical-align: top;
}

.comment-body {
	padding: 1em;
}

.post {
	margin-bottom: 8ex;
}

.archivedate {
	margin-left: 6px;
	color: #999;
}

.archivedate a {
	color: #999;
}

