* {
	box-sizing: border-box;
}

body {
	font-family: palantino linotype, verdana, sans-serif;
	background-color: #fafafa;
}

#wrapper {
	margin:auto;
	width: 1000px;
}

.header {
	width: 1000px;
	height: 50px;
	text-align: center;
	border-bottom: medium solid black;
	font-family: 'Roboto', sans-serif;
}

/*.blackbar {
	width: 1000px;
	height: 5px;
	background-color: #000;
}*/

.post {
	clear: both;
	margin: 20px auto 20px auto;
	border: 3px solid black;
	width: 600px;
}

.article-body {
	background-color: #ddd;
	clear: both;
	margin: 20px auto 20px auto;
/*	border: 3px solid black;*/
	width: 800px;
	padding-left: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 12px;
	font-family: 'Open Sans', sans-serif;
}

div.img {
    border: 1px solid #ccc;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 20.99999%;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 20.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.article-body h3 {
	font-family: 'Roboto', sans-serif;
}

blockquote {
  margin: 0 auto;
  padding: 1em;
  border-left: 5px solid #999;
}
blockquote:before {
  display: none;
}
blockquote:not(:first-of-type) {
  margin-top: .5em;
}
blockquote p {
  color: #555;
  font-size: 12pt;
  line-height: 1.4;
  font-family: 'PT Serif', Cambria, 'Hoefler Text', Utopia, 'Liberation Serif', 'Nimbus Roman No9 L Regular', Times, 'Times New Roman', serif;
}
blockquote footer {
  margin-top: .5em;
  padding: 0;
  color: #777;
  font-size: 12pt;
  text-align: left;
  font-style: italic;
}
blockquote footer:before {
  content: '— ';
}
blockquote:nth-of-type(even) {
  text-align: right;
  border-left: none;
  border-right: 5px solid #999;
}
blockquote:nth-of-type(even) footer {
  text-align: right;
}
blockquote:nth-of-type(even) footer:before {
  content: '';
}
blockquote:nth-of-type(even) footer:after {
  content: ' —';
}
@element 'blockquote' and (min-width: 300px) {
  blockquote {
    padding: 1em 20% 1em 1em;
  }
  blockquote p {
    font-size: 14pt;
  }
  blockquote:nth-of-type(even) {
    padding: 1em 1em 1em 20%;
  }
}
