/* Articles (nodes) */
article {
  margin-bottom: 20px;
}

article .submitted {
  color: #666;
  font-size: 0.923em;
  padding: 0 0 0.6em 0;
  position: relative;
}

article.node-teaser .submitted {
  padding: 0;
}

article .node-content {
  padding: 0;
}

article .links {
  font-size: 0.923em;
  text-transform: lowercase;
}

article .links a {
  display: inline-block;
  padding: 0.3em 0.8em;
}

article .links a:visited {
  display: inline-block;
  padding: 0.3em 0.8em;
}

.node header.with-picture {
  height: auto !important;
  min-height: 3.5em;
}

.node header .user-picture {
  display: inline-block;
  top: 10px;
  vertical-align: middle;
}

.node header .user-picture img {
  display: block;
  margin: 0;
  height: 45px;
  width: 45px;
}

.node-content img {
  border: solid 1px #e6e4de;
  padding: 0.5em;
}

.node header .node-title {
  display: inline-block;
  padding-left: 10px;
}

article .tags, .node-content .field-type-taxonomy-term-reference {
  border-left: solid 1px #e6e4de;
  display: inline;
  font-style: italic;
  margin-left: 0.6em;
  padding: 0 0 0 0.6em;
}

article .tags .field-label {
  display: inline;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

.node-content .field-type-taxonomy-term-reference h2.field-label {
  display: inline;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

.node-content .field-type-taxonomy-term-reference ul {
  display: inline;
}

.node-content .field-type-taxonomy-term-reference ul li {
  display: inline;
}

.node-content .field-type-taxonomy-term-reference ul li:after {
  content: ", ";
}

.node-content .field-type-taxonomy-term-reference ul li:last-child:after {
  content: "";
}

.node ul.links {
  margin: 0;
  padding: 0;
}

.node ul.links li {
  margin: 0;
  padding: 0 2px 0 0;
}

.node ul.links li a {
  padding: 10px 10px 10px 0;
  color: #0096e6;
}

.node-content .field-type-taxonomy-term-reference {
  border: 0;
  display: block;
  font-style: italic;
  margin-left: 0;
  padding: 0;
}

.node-type-article #columns,
.node-type-page #columns {
  background-color: #e8e8e8;
}

.node-type-blog .node a,
.node-type-article .node a,
.node-type-page .node a {
  color: #0096e6;
}

.node-type-blog .node a:visited,
.node-type-article .node a:visited,
.node-type-page .node a:visited {
  color: #0096e6;
}

.node-type-blog #columns {
  background-color: #fff;
}

.node-devorg {
  margin-top: 58px;
}

.node-devorg .field {
  margin-bottom: 15px;
}
/*# sourceMappingURL=articles.css.map */