/**
 * @file
 * Field Styling
 */


.field /* Wrapper for any field. */ {
}

/*
 * Field types (Core)
 */
.field-type-text {
}

.field-type-text-long {
}

.field-type-text-with-summary {
}

.field-type-image {
}

.field-type-file {
}

.field-type-taxonomy-term-reference {
}

.field-type-number-integer {
}

.field-type-number-decimal {
}

.field-type-number-float {
}

.field-type-list-text {
}

.field-type-list-boolean {
}

.field-type-list-integer {
}

.field-type-list-float {
}

/*
 * Field types (Contrib)
 */
.field-type-datetime /* Always use "datetime" when creating new CCK date fields. "date" and "datestamp" are legacy types. */ {
}

.field-type-node-reference {
}

.field-type-user-reference {
}


/*
 * Named fields
 */
.field-name-body {
}

.field-name-field-image {
}

.field-name-field-tags {
}

.field-name-field-FIELDNAME /* Underscores in field name are replaced with dashes. */ {
}

.node-city-summary.field-type-image img
{
  display:inline-block;
  /*margin-top:2%;*/
}

.field-name-field-author
{
  text-align:center;
}

.field-name-field-location
{
    font-style:italic;
    text-align:center;
}

.field-name-field-citation
{
    font-size:80%;
    font-style:bold;
}

.field-name-field-fin
{
    font-size:80%;
    font-style:italic;
}

.field-name-field-temperature-departure img,
.field-name-field-precipitation-departure img
{
    display:inline;
    position:relative;
    float:right;
    height:372px;
    width:480px;
}

.node-synoptic-summary .field-name-body
{
}

.field-name-field-statewide-extremes table
{
    display:inline;
    position:relative;
    float:right;
    /*
    margin-left:50px;
    margin-right:50%;
    margin:auto;
    */
}

.field-name-field-seasonal-snow-fall
{
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.field-name-field-history-map img
{
  display:block;
  margin-left:auto;
  margin-right:auto;
}

.field-name-field-temperature-summary img, .field-name-field-precipitation-summary img, .field-name-field-temperature-normal img
{
  padding-left:8px;
}
