/*div#posts .markdown blockquote {
  border-left: 2px solid #666;
  padding: 0 10px;
color: #666;
}
*/


div#posts .markdown blockquote > :first-child {
    margin-top: 0; padding-top: 0; }
div#posts .markdown blockquote > :last-child {
    margin-bottom: 0; padding-bottom: 0; }

div#posts .markdown blockquote > :last-child > :last-child {
    margin-bottom: 0; padding-bottom: 0; }

div#posts .markdown blockquote > :last-child > :last-child > :last-child {
    margin-bottom: 0; padding-bottom: 0; }

div#posts .markdown blockquote blockquote {
      border-left: 2px solid #000;
}

/*div#posts .markdown blockquote blockquote blockquote {
      border-left: 2px solid #000;
}

div#posts .markdown blockquote blockquote blockquote blockquote {
      border-left: 2px solid #000;
}

div#posts .markdown blockquote blockquote blockquote blockquote blockquote {
      border-left: 2px solid #000;
}*/

/*

alternate way to approach blockquotes:

div#posts .markdown blockquote p:first-of-type {
    margin-top: 0; padding-top: 0;}

div#posts .markdown blockquote p:last-of-type {
    margin-bottom: 0; padding-bottom: 0; }
*/


div#posts .markdown p
{
	margin-top: 12px;
	margin-bottom: 12px;
}

div#posts .markdown div.post-body > :last-child {
	margin-bottom: 5px;
}

div#posts .markdown div.post-body > :first-child {
	margin-top: 5px;
}



/*h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
*/
/*h1 {
    font-size: 1.3em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.1em;
}

h4,h5,h6 {
    font-size: 1em;
}
*/

ul {
    list-style: square;
    padding-left:20px;
}

ul ul ul {
	margin-top: 8px;
}

ol {
    list-style: decimal;
    padding-left:38px;}

blockquote {
/*    border-left: 2px solid #000;*/
}

/*blockquote p {
    display: inline;
}
*/

code {
  color: #2b6faf;
}

/* markdown css: https://gist.github.com/andyferra/2554919 */

div#comments .markdown blockquote {
  border-left: 2px solid #666;
  padding: 0 10px;
color: #666;
}
div#comments .markdown blockquote > :first-child {
    margin-top: 0; padding-top: 0; }
div#comments .markdown blockquote > :last-child {
    margin-bottom: 0; padding-bottom: 0; }

div#comments .markdown p
{
	margin-top: 6px;
	margin-bottom: 6px;
}




