/*
Theme Name: WP Mobi Pro
Theme URI: http://wpmobipro.com
Author: Edwin Boiten
Author URI: http://edwinboiten.com
Description: An easy solution to create a mobile optimized version of your site in 5 seconds
Version: 1.2
=======
License: GNU General Public License
License URI: license.txt

This theme, like WordPress, is licensed under the GPL.


*/
/********************************************************

Comfortable with LESS?  Check out the /assets/css/less folder where the bootstrapwp.less file is the master complier

Not comfortable with LESS?  You can override the compiled bootstrapwp.css file by adding custom styles here.
-------------------------------------------------- */
button.a-button {
    padding: 9px;
}
.a-button {
    height: auto;
    width: 100%;
}
.a-button-dark {
    background: none repeat scroll 0 0 #444C55;
    border-color: #3D444C #2F353B #2C3137;
    color: #FFFFFF;
}
.a-button {
    background: none repeat scroll 0 0 #E0E0E0;
}
.a-button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #444C55;
    border-color: #3D444C #2F353B #2C3137;
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
width:auto;
	line-height: 20px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}
* {
    -moz-box-sizing: border-box;
}

#nav-wrapper {
    background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    position: relative;
    margin: 0 auto;
min-height:40px;
margin-left: -20px;
    margin-right: -20px;
}

