/* @override http://media.talatlas.com/arrow/paragraph.css */

.post {
  border-bottom: 1px solid #009acf;
  padding-bottom: 10px;
  margin-bottom: 35px;
}

.post p, .post ul, .post ol, pre {
  margin-top: 8px;
}

.post a {
  /*color: #6587B6;*/
  color: #aaa;
  text-decoration: none;
}

.post p:first-child {
  margin-top: 0;
}

.post em {
  font-style: italic;
}

.post strong {
  font-weight: bold;
}

.post blockquote, .post blockquote blockquote blockquote {
  border-left: 4px solid #666;
  background-color: #454545;
  padding: 6px;
  margin-left: 6px;
}

.post blockquote blockquote {
  border-color: #333;
  background-color: #3a3a3a;
}

.post ul li {
  list-style-type: circle;
}

.post ol li {
  list-style-type: lower-roman;
}

.post ul li, .post ol li {
  margin-left: 20px;
}

pre > code {
  border-top: 4px solid #666;
  background-color: #4a4a4a;
  padding: 6px 4px;
}

pre code { border: 0; background: transparent; padding: 0; }
