/**
* Post Detail Style
*/
div.post-content {
  margin: 40px 0 40px 0;
}
div.post-content p {
  font-size: 14px;
  line-height: 25px;
  color: #555;
}
div.post-content h1,
div.post-content h2,
div.post-content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/**
* Admin area styles
*/
#blogForm label {
  display: block;
}
#blogForm input[type=text] {
  width: 90%;
}
#blogForm #title,
#blogForm #publish_dt,
#blogForm #status,
#blogForm #photo,
#blogForm #tags {
  float: left;
  min-width: 300px;
  width: 40%;
}
#blogForm #photo {
  position: relative;
}
#blogForm #photo input {
  width: 60px;
}
#blogForm #photo .related-lookup {
  top: 100%;
  left: 0;
  position: absolute;
}
#blogForm #photo .related-lookup:before {
  content: "Open Photo Picker";
}
#blogForm #status {
  width: 20%;
  min-width: 0;
}
#blogForm #content {
  clear: both;
}
#blogForm ul#post-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#blogForm ul#post-list li {
  padding: 8px;
  border-bottom: 1px solid #CCC;
}
#blogForm ul#post-list li:hover {
  background-color: #DDD;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#blogForm ul#post-list li a {
  margin: 0 0 0 10px;
  font-size: 18px;
  vertical-align: bottom;
  line-height: 13px;
}
#blogForm ul#post-list span.post-list-date {
  margin: 0 0 0 10px;
  vertical-align: bottom;
  line-height: 11px;
  color: #777;
}
