/* $Id: fields.css,v 1.3 2009/08/12 08:03:52 johnalbin Exp $ */

/**
 * @file
 * Field Styling
 */

.section-node-edit .filefield-file-info {
  line-height: 1.1em;
  font-size: 1em;
}

/*
 * Field types
 */

.field-type-emvideo {
  text-align: center;
  margin: 1em 0;
}

.filefield-file {
  font-weight: bold;
  margin: .25em .5em;
}

.field-type-nodereferrer ul {
  margin-top: 0;
}

/*
 * Named fields
 */

.filefield-icon img {
  padding: 0;
}

/*
 * Parish and school nodes
 */

.node-type-parish .field,
.node-type-dir-school .field {
  margin-bottom: 1em;
}

.parish-photo-node {
  text-align: center;
}

.parish-photo-node img {
  padding: 4px;
  float: right;
  background-color: #DDD;
}

.node-type-parish .phone,
.node-type-parish .fax {
  margin-bottom: 0;
}

.boundaries-map {
  clear: both;
}

.boundaries-map,
.boundaries-definition {
  float: left;
  width: 40%;
}

.boundaries-map img.filefield-icon,
.boundaries-definition img.filefield-icon {
  padding: 0;
}

.deanery {
  clear: both;
}

.mass-time-reference,
.reconciliation-time-reference,
.eucharistic-adoration-time-reference {
  float: left;
  width: 47%;
  margin-right: 3%;
}

.node-type-parish .view-display-id-node_content_1 {
  clear: both;
}

/* Closed Parish Nodes */
.imagefield-field_closed_parish_image {
  float: right;
  margin: 0 0 10px 10px;
  display: inline;
  text-align: center;
}

.imagefield-field_closed_parish_image img {
  padding: 4px;
  margin-bottom: 2px;
  background-color: #ddd;
}

td.views-field-field-closed-parish-image-fid {
  text-align: center;
}