/**
 * @file
 * Field Styling
 *
 * The Fences module allows site builders to pick the semeantic HTML5 element
 * for each field while editing the field's settings. There's no way a theme
 * can ever know which element to use for the fields on your site, so Zen
 * just uses lets Drupal core or Fences decide. Since you DO NOT want 3 wrapping
 * divs around every field (do you?), we highly recommend Fences.
 *
 * http://drupal.org/project/fences
 */


/*
 * Field wrappers when the Fences module is enabled.
 */

.field-label { /* The optional label for a field. */
}

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

/*
 * If you don't use the Fences module, that's fine. Really. I think. Just use
 * these selectors instead:
 */

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

.field-name-body,
.field-name-field-sklop .field-name-field-tekst
{
	font-size: 12px;	
}


/* CONDITION field na RABLJENI STROJI node
*************************************************************************************************/
.field-name-field-condition {
	background-color: #F7E82B;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F7E82B), to(#F7CA0B));
	background: -webkit-linear-gradient(#F7E82B, #F7CA0B);
	background: -moz-linear-gradient(#F7E82B, #F7CA0B);
	background: -ms-linear-gradient(#F7E82B, #F7CA0B);
	background: -o-linear-gradient(#F7E82B, #F7CA0B);
	background: linear-gradient(#F7E82B, #F7CA0B);
    border-radius: 5px 5px 5px 5px;
    padding: 3px 10px;
	margin-top: 20px;
}

.field-name-field-condition .field-item {
	font-weight: normal!important;
}

#block-webform-client-block-64753 #block_naslov h2 {
    background-image: url("../images/kontakt.png");
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: 400;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 55px;
}

#block-webform-client-block-64753 .form-submit { /* The submit button */
	border: #333 solid 2px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 16px;
	width: 160px;
	height: 30px;
}

#block-webform-client-block-64753 label
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #333;
}

#block-webform-client-block-64753 .description
{
	color:	#CC0000;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;	
}



