/* Articles (nodes) */
article {
  margin-bottom: 3em;
}
h1.article-title {
  margin: 0 0 0.18em;
}
article > header {
 border-bottom: solid 1px #e6e4de;
 position: relative;
}
article .submitted {
  color: #666;
  font-size: 0.923em;
  padding: 0 0 0.6em 0;
  position: relative;
}
article .article-content {
  padding: 1em 0;
}
article .links {
  font-size: 0.923em;
  text-transform: lowercase;
}
article .links a,
article .links a:visited {
  display: inline-block;
  padding: 0.3em 0.8em;
}
.article header.with-picture {
  height: 3.5em;
  height: auto !important;
  min-height: 3.5em;
  padding-left: 60px;
}
.article header .user-picture {
  left: 0;
  top: 3px;
  height: 45px;
  position: absolute;
  width: 45px;
}
.article header .user-picture img {
  display: block;
  margin: 0;
  height: 45px;
  width: 45px;
}
.article-content img {
  border: solid 1px #e6e4de;
  padding: 0.5em;
}
article .tags,
.article-content .field-type-taxonomy-term-reference {
  border-left: solid 1px #e6e4de;
 /* display: inline;*/
  font-style: italic;
  margin-left: 0.6em;
  margin-top:10px;
  padding: 0 0 0 0.6em;
}
article .tags .field-label,
.article-content .field-type-taxonomy-term-reference h2.field-label {
  display: inline;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
/*article .field-name-field-tags ul li {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	display:inline-block;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:7px 16px;
	text-decoration:none;
}

article .field-name-field-tags ul li a {
	color:#999;
}

article .field-name-field-tags ul li:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

article .field-name-field-tags ul li:active {
	position:relative;
	top:1px;
}
*/

.article-content .field-type-taxonomy-term-reference ul,
.article-content .field-type-taxonomy-term-reference ul  li {
  display: inline;
}
.article ul.links {
  margin: 0;
  text-transform: lowercase;
}
.article ul.links li {
  margin: 0;
  padding: 0 .75em 0 0;
}
.article ul.links li a {
  padding: 0.5em 1em;
  white-space: nowrap;
  font-size: 0.857em;
}
