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

/**
 * @file
 * Field Styling
 */


/*
 * Field types
 */

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

.field-type-datetime /* Always use "datetime" when creating new CCK date fields. "date" and "datestamp" are legacy types. */ {
	color: white;
    font-family: Georgia;
    font-size: 17px;
    margin-bottom: 10px;
}

.field-type-filefield /* Field from filefield module */ {
}

.field-type-nodereference {
}

.field-type-number-decimal {
}

.field-type-number-float {
}

.field-type-number-integer {
}

.field-type-text {
}

.field-type-userreference {
}


/*
 * Named fields
 */

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

.section-kuvagalleria .field-field-galleryimage /* Kuvagalleria / Image gallery- field */ {
    display: inline-block;
    background: url("../images/ferrariclub_eventlist_divider.png") repeat-x scroll left bottom transparent;
    margin-top: 30px;
    width: 595px;
}

.section-kuvagalleria .field-field-galleryimage .field-item img {
    background: url("../images/ferrariclub_eventlist_divider.png") repeat-x scroll left bottom transparent;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.field-field-image {
    float: right;
    margin: 0 0 20px 15px;
	width: 260px;
}

.section-tapahtumat .field-field-image .field-item {
	margin-bottom: 14px;
}

