

/* tags */
.field-name-field-taxonomy {
  overflow: hidden;
  clear: both;
}
.field-name-field-taxonomy .field-item {
  float: left;
  margin: 0 10px 5px 0;
}
.field-name-field-taxonomy .field-item a {
  background: #eee;
  display: block;
  padding: 0 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* body */
.view-mode-full .field-name-body {
  margin-top: 10px;
}
.field-name-body p {
  margin-bottom: 1em;
  text-align: justify;
}


/* claim */
.field-name-field-claim {
  margin-bottom: 10px;
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	background: #eee;
	margin: 0 0 10px;
	text-shadow: 1px 1px 0 white;
	font-weight: bold;
}
.view-mode-full .field-name-field-claim {
  background: transparent;
  text-shadow: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 10px;
}
.view-promoted .field-name-field-claim {
  background: #ff9200;
  color: #fff;
  border: 1px solid #A65F00;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}


/* nota */
.field-name-field-nota .field-items {
  float: none;
}


/* ano e decadas */
.field-name-field-ano {
  font-size: 1.3em;
  color: #b2b2b2;
}

.field-name-field-accordion {
  margin-bottom: 21px
}
.field-name-field-accordion-titulo {
  font-weight: bold;
  padding: 4px 0 6px 24px;
  color: #0761a7;
}
.logged-in .field-name-field-accordion-titulo {
  color: #15593B;
}

/* add this */
.field-name-field-addthis {
  margin-top: 21px;
}

.view-mode-full .field-name-print {
  float: right;
}