/*
 * tizen_dev_theme/css/zen-examples/drupal7-reference.css
 * modules/field/theme/field.css
 */

/* Field display */
.field .field-label {
    font-weight: bold;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
    float: left;
    /*LTR*/
}

form {
    margin: 0;
    padding: 0;
}

/*
 * This is for the 'Show more' on the Blog page.
 * tizen_dev_theme/css/zen-examples/drupal7-reference.css
 */
.item-list .pager {
    clear: both;
    text-align: center
}

.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: .5em
}

/*
 * This is for the 'Search' field on the Blog page.
 * sites/all/modules/contrib/views/css/views.css
 */
.views-exposed-form .views-exposed-widget {
    float: left;
    /* LTR */
    padding: .5em 1em 0 0;
    /* LTR */
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em;
}

.views-exposed-form .form-item,
.views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0;
}


/**
 * This is for the 'All Languages' on the Forums' child page.
 * tizen_dev_theme/css/zen-examples/drupal7-reference.css
 */
html.js .js-hide {
    display: none;
}

/**
 * This is for the 'All Languages' on the Forums' child page.
 * sites/all/modules/contrib/jquery_update/replace/ui/themes/base/jquery-ui.css
 */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-widget {
    font-family: Verdana,
    Arial,
    sans-serif
    /*{ffDefault}*/
    ;
    font-size: 1.1em
    /*{fsDefault}*/
    ;
}
