/*------------------------------------------------------------------
[Stylesheet]
Color Palette - Lime

background_solid    { background: #afb42b; }
button              { background: #cddc39; }
button_hover        { background: #d7e83c; }
-------------------------------------------------------------------*/

.btn,
.btn-large {
	background-color: #929292;
}

.btn:hover,
.btn-large:hover {
	background-color: #484848;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=date]:focus,
textarea:focus {
	border-bottom: 1px solid #484848;
    -webkit-box-shadow: 0 1px 0 0 #484848;
    -moz-box-shadow: 0 1px 0 0 #484848;
    box-shadow: 0 1px 0 0 #484848;
}

body {
	background-color: #212121;
}

a {
	color:#929292
}