/*
 * styling for commland specific classes and IDs
 * will be on nodes on type page_commland
 *
 */
 /*for NCpedia live site (ncpedia.org)
 *block numbers will not match dev site
 *(statelibrarync.oeg/dev_ncp)
 */


/*title within the commland body field */
#commland-title{
  margin-top: 21px;
  margin-bottom: 10.5px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 39px;
  line-height: 1.1;
  color: inherit;
}

/* location within the commland body field */
#commland-location{
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.1;
  color: inherit;
}

/* embedded imagei n commland articles */
#commland-image{
float: right;
}

/* "field" titles within the commland body field 
   examples: description, inscription, dedication date, city, county */
.commland-category-title{
  font-weight:bold;
}

/*text within each "field" on commland entries 
  no styling currently, but class is there if needed in future */
#commland-category-text{
}

/*no styling needed in the div currently
  */
#commland-ref{
}