#main-left {
  float: left;
  width: 548px;
  padding: 0 36px;
  background-color: white;
}

#blog-header {
  padding: 26px 0 50px 0;
}

h1 {
  font-weight: bold;
  font-size: 48px;
  color: #2b9088; /* $green */
}

h1 .registered-trademark {
  font-size: 14px;
  font-weight: normal;
  vertical-align: super;
}

#blog-header h3 {
  font-family: Georgia, serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}



#content {
  width: auto;
  border: none;
  margin: 0px;
  padding: 0px;
  background-color: white;
}

/* wp specifics */
.post {
  padding-bottom: 26px;
}
hr+.post {
  padding-top: 26px;
}
.post-header {
  text-align: left;
}

.post-header h2 {
  font-weight: normal;
  font-size: 21px;
  color: #2b9088;
  margin-bottom: 10px;
}

.post-header h2 a {
  font-weight: normal;
  font-size: 21px;
  color: #2b9088;
  text-decoration: none;
  text-transform: none;
}

.post-header h2 a:hover {
  text-decoration: underline;
}

.post-header small {
  font-size: 14px;
}

.entry {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  border-bottom: solid 1px #ffdd15; /* $lt-yellow */
  padding-bottom: 26px;
}

.entry p {
  margin-top: 30px;
}

.entry a {
  color: #2b9088;
}
.entry a:hover {
  color: #0b7068;
}

p.postmetadata {
  padding: 16px 0;
  color: black;
  font-size: 12px;
  font-weight: bold;
}

p.postmetadata a {
  color: black;
}

/* 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: #ffdd15;
  background-color: #ffdd15;
  height: 2px;
  border: none;
  margin: 6px 0 6px 0;
}

#main-right ul.navigation {
  padding: 52px 23px;
  background-color: #fffbe5;
}

#main-right ul.navigation li.section{
  margin-bottom: 20px;
}

#main-right ul.navigation li h3 {
  font-size: 21px;
  font-weight: normal;
  color: #ffdd15;
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: solid 1px #ffdd15;
}

#main-right ul.navigation li a {
  text-decoration: none;
  font-size: 14px;
  color: #a6a8ab;
}

#main-right ul.navigation li a:hover {
  text-decoration: underline;
}

#main-right ul.navigation li ul {
  margin-left: 0px;
}

#main-right ul.navigation li ul li{
  margin-bottom: 3px;
}

#respond, .comment-body {
  color: gray;
  font-size:12px;
  text-decoration:none;
  line-height:18px;
}

#respond h3 {
  padding-top: 10px;
}

#respond textarea {
  color: #666666;
  border:1px solid #60aba5;
}

#respond #submit {
  margin: 6px 0;
  font-size:12px;
}

#respond #submit:hover {
  cursor: pointer;
}

#respond a {
  color:#cae3e1;
  font-size:12px;
  line-height:18px;
}

h3#comments {
  color:#60aba5;
  padding-bottom: 10px;
}

ol.commentlist li {
  color:#60aba5;
  font-family:Arial,Verdana;
  font-size:12px;
  line-height:18px;
  list-style-position: inside;
}

ol.commentlist li a {
  font-size:10px;
  line-height:12px;
}

p.postmetadata {
  padding-bottom: 10px;
}

#main-left .navigation {
  margin: 16px 0;
  font-size: 10px;
}

#main-left .navigation a:hover {
  color: #0b7068;
}

