/*
Theme Name: Breeze
Theme URI: http://themeforest.net/item/breeze-professional-corporate-and-portfolio-wp/118824
Description: Breeze is a theme designed with corporate businesses in mind. The theme is also well suited for online portfolios and blogs.
Author: UniSphere
Version: 2.7
License: GNU General Public License
License URI: license.txt
Tags: light, dark, yellow, red, blue, green, pink, unique, two-columns, fixed-width, threaded-comments, translation-ready, microformats
*/

/* Reset Browser Defaults */
@import url( 'css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'css/base.css' );

/* Stylistic CSS Styles */
@import url( 'css/screen.css' );

.job_application input.application_button{
text-align: center;
    font-size: 1.1em;
    line-height: 1;
    margin: 0 0 20px .5em;
    padding: 14px 30px 24px 30px !important;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* float: right; */
    border-color: #2771aa;
    background: #5fabd2;
    background: -webkit-gradient(linear,left top,left bottom,from(#5fabd2),to(#2771aa));
    background: -webkit-linear-gradient(#5fabd2,#2771aa);
    background: -moz-linear-gradient(center top,#5fabd2 0,#2771aa 100%);
    background: -moz-gradient(center top,#5fabd2 0,#2771aa 100%);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    cursor: hand !important;}

