/**
 * @file
 * Field Styling
 */


.field /* Wrapper for any field. */ {
	border-bottom:1px solid #c2d1db;
	padding: 10px 0px;
}

.views-row .field 	{
	border-bottom:none;
}

h2.field-content, .view-resources .views-field-title {
  font-family: TheSans;
  font-weight:normal;
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom:0;
}

.sidebar .view-resources .views-field-title {
  font-family: TheSans;
  font-weight:normal;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom:0;
}

.field-label, .field-item, .field-items	{
	display:inline;
}
.node-type-cjeu-case .field-name-field-leg-applicable .field-label,
.node-type-cjeu-case .field-name-field-leg-applicable .field-item,
.node-type-cjeu-case .field-name-field-leg-applicable .field-items,
.node-type-cjeu-case .field-name-field-national-other-legislative .field-label,
.node-type-cjeu-case .field-name-field-national-other-legislative .field-item,
.node-type-cjeu-case .field-name-field-national-other-legislative .field-items,
.node-type-ecrthr-case .field-name-field-leg-applicable .field-label,
.node-type-ecrthr-case .field-name-field-leg-applicable .field-item,
.node-type-ecrthr-case .field-name-field-leg-applicable .field-items,
.node-type-ecrthr-case .field-name-field-national-other-legislative .field-label,
.node-type-ecrthr-case .field-name-field-national-other-legislative .field-item,
.node-type-ecrthr-case .field-name-field-national-other-legislative .field-items {
  display:block;
}

.field-type-taxonomy-term-reference .field-item	{
	padding-right:10px;
}


.field-name-field-cases-cited field-label, .field-name-field-cases-cited .field-item, .field-name-field-cases-cited .field-items	{
	display:block;
}

.field-item p	{
	margin-top:0;
}

.field-name-field-cases-cited2 .field-item p	{
	margin:0;
}

/*Main Summary content*/
.node-case-law, .node-resource	{
	clear:both;
	padding:20px 0 0 0;
}

.field-name-field-headnote	{
	background:#e5ebef;
	padding: 10px;
	margin-bottom:10px;
}
	
.node-case-law .field-label	{
	 font-family: TheSans-Bold;
  font-size: 1.3em;
  font-weight:normal;
  line-height: 1.1em;
  margin: 1.154em 0;
  color:#002A3A;	
}	


a.translation-link	{
	background:url(../images/grey_arrow_rht.png) no-repeat left center;
	padding-left:10px;
	display:inline-block;
}


/*
 * 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. */ {
}
