body {
  font-family: "Times New Roman", Arial, Verdana, Helvetica;
}

h1 img {
  padding-top: 17px;
  padding-bottom: 6px;
  border-bottom: solid 6px #e7d7af;
}

#content {
  border: none;
  margin-top: 2px;
  padding-top: 3px;
  background-color: white;
}

/* wp specifics */
.post {
  border: solid 1px #e7d7af;
}
.post-header {
  text-align: center;
  padding: 10px 20px 10px 20px;
  border-bottom: solid 1px #e7d7af;
}

.post-header h2 {
  font-weight: normal;
  font-size: 24px;
  color: #54200a;
  margin-bottom: 10px;
}

.post-header h2 a {
  color: #54200a;
  text-decoration: none;
  text-transform: none;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: normal;
}

.post-header h2 a:hover {
  text-decoration: underline;
}

.post-header small {
  text-transform: uppercase;
  font-family: Arial, Verdana;
  font-size: 10px;
  font-weight: bold;
  color: #b48a77;
  letter-spacing: 1px;
}

.entry {
  color: #666666;
  padding: 0 50px 25px 50px;
  font-size: 18px;
  line-height: 25px;
}

.entry p {
  margin-top: 30px;
}

.entry a {
  color: #990000;
  font-weight: bold;
}

p.postmetadata {
  padding: 0 50px 25px 50px;
  text-transform: uppercase;
  color: #b48a77;
  font-family: Arial, Verdana;
  font-size: 10px;
  font-weight: bold;
    letter-spacing: 1px;
}

p.postmetadata a {
  color: #b48a77;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
hr {
  color: #e7d7af;
  background-color: #e7d7af;
  height: 6px;
  border: none;
  margin: 6px 0 6px 0;
}

#main-right h2.blog-h2 {
  margin-top: 20px;
}

#main-right ul.navigation {
  margin-top: 10px;
}

#main-right ul.navigation li.section{
  margin-bottom: 20px;
}

#main-right ul.navigation li h3 {
  font-size: 10px;
  font-weight: bold;
  color: #663333;
  text-transform: uppercase;
}

#main-right ul.navigation li a {
  text-decoration: none;
  font-family: Arial, Verdana;
  font-size: 12px;
  color: #663333;
}

#main-right ul.navigation li a:hover {
  text-decoration: underline;
}

#main-right ul.navigation li ul {
  margin-left: 10px;
}

#main-right ul.navigation li ul li{
  margin-bottom: 3px;
}

#respond, .comment-body {
  color:#663333;
  font-family:Arial,Verdana;
  font-size:12px;
  text-decoration:none;
  line-height:18px;
}

#respond h3 {
  padding-top: 10px;
}

#respond textarea {
  color: #666666;
  border:1px solid #E7D7AF;
}

#respond #submit {
  margin-top: 6px;
  border: 1px solid #793F26;
  background: #663333;
  color:#E7D7AF;
  font-family:Arial,Verdana;
  font-size:12px;
}

#respond #submit:hover {
  color:#FFFFDB;
  border: 1px solid #ff0000;
}

#respond a {
  color:#B48A77;
  font-family:Arial,Verdana;
  font-size:12px;
  line-height:18px;
}

h3#comments {
  color:#663333;
  padding-bottom: 10px;
}

ol.commentlist li {
  color:#663333;
  font-family:Arial,Verdana;
  font-size:12px;
  line-height:18px;
  list-style-position: inside;
}

ol.commentlist li a {
  color:#B48A77;
  font-family:Arial,Verdana;
  font-size:12px;
  line-height:18px;
}

p.postmetadata {
  padding-bottom: 10px;
}