/**
 * @file
 * Content styles.
 */

/* Nodes */

.node {
  margin-bottom: 1em;
}

/* Comments */

.comment {
  margin-bottom: 1em;
}

/* Blocks */

.block {
  margin-bottom: 1em;
}

/** Blog Style **/
.field-name-field-blogimage {
  float: left;
}

.section-classics-blog .views-row .field-name-body {
  float: left;
  width: 450px;
  margin-left: 10px;
}