/*
Theme Name: Fadelicious
Theme URI: http://fadelicious.iki-bir.com/wp
Description: Awesome Wordpress blog & portfolio theme.
Version: 1.2
Author: elemis
Author URI: http://themeforest.net/user/elemis
Tags: wordpress, portfolio, fade, blog
*/

@import "style/css/reset.css";
@import "style/css/layout.css";
@import "style/css/skin.css";
@import "style/css/gray.css";

@import "contact/style.css";

/* gravity forms tweaks */

/* Hide the title */
.gform_title {display:none !important;}

/* make the fields a little bigger */
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
    outline-style: none;
    font-size: 11px;
    font-family: inherit;
    padding: 2px 0 2px 0;
    letter-spacing: normal;
    height:20px;
}

/* unembolden the labels */
.gform_wrapper .top_label .gfield_label {
    margin: 10px 0 4px 0;
    font-weight: normal;
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3em;
    clear: both
}

#gform_submit_button_1 .button,#gform_submit_button_1 .button:link,#gform_submit_button_1 .button:visited  {
background-image: none; 
}