/* $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. */ {
	clear: both;
}

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

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

.field-field-cover div.field-item {
	float: left;
	width: 160px !important;
	margin-top: 10px;
	margin-right: 10px;
}

.field-field-cover img {
	width: 121px;
	height: 160px;
}

.field-description {
	font-style: italic;
	/*border: 1px solid black;*/
	min-height: 40px;
}

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