/*
Theme Name:     Alison Chen
Theme URI:      http://www.copterlabs.com/
Description:    Custom WordPress theme for Alison Chen
Author:         Copter Labs
Author URI:     http://www.copterlabs.com/
Template:       rotorwash
Version:        1.0
*/
@import "assets/css/style.css";
/*
Base Image alignment - like the above but ya know more specific in case ;) 
*/
img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

img.aligncenter {
    float: none;
    margin: 0 auto 20px;
}

._form input[type="text"] {
	width: 100%;
    height: 35px;
    background-color: #ffffff;
    border: none;
    float: left;
    color: #007d00;
    font: 14px/17px 'museo300', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    padding: 0px 0 0px;
    margin-bottom: 10px;
}

aside .ac-from-wrapper ._form-title {
	font: bold 18px/24px Helvetica, Arial, sans-serif;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
}

aside .ac-from-wrapper ._submit {
	text-transform: uppercase;
    width: 100%;
    height: 36px;
    background-color: #bdaec6;
    color: #008300;
    font: 18px/24px 'museo700', sans-serif;
    font-weight: normal;
    border: none;
    margin: 0px auto 0px;
}

.home #_form_1_submit {
	width: 141px;
    height: 46px;
    background-color: #007d00;
    color: #fff;
    font: 24px/44px 'museo500', sans-serif;
    font-weight: normal;
    border: none;
    float: left;
    margin-left: 21px;
}

.home #_form_1_ {
	display: inline-block;
}

.home #_form_1_ .form-fields {min-width: 400px; float: left;}

.home #_form_1_ ._button-wrapper {float: right}