body {
	background-color: #181818;
}

/*
 * ----------------------------------------------------------------------------
 *
 *  ID @Navbar Inverse 
 *
 * ----------------------------------------------------------------------------
 */


.navbar-inverse {
	background-color: #131315;
}



.navbar-inverse .menu-item-search .input-group-addon {
	background-color: #131315;
	border: 1px solid #000;
	color: #999;
}

.bootstrap-theme-charcoal .modal-content {
    	background-color: #232325;
    	border-color: #131315;
}

.bootstrap-theme-charcoal .modal-content .close {
    	color: rgba(125,125,125,1);
}

.bootstrap-theme-charcoal .well {
    	border-color: rgba(0,0,0,.5);
}

.bootstrap-theme-charcoal .modal-content > * {
    	border-color: #131315;
}

/*
 * ----------------------------------------------------------------------------
 *
 *  ID @Form 
 *
 * ----------------------------------------------------------------------------
 */
.navbar-inverse .form-control,
input[type="url"],
input[type="text"],
select,
input[type="tel"],
input[type="password"],
input[type="email"],
#comment,
textarea  {
	background-color: #101010;
	border-color: #000;
	color: #5c5c5c;
}

.navbar-inverse .form-control,
input[type="url"]:focus, 
#comment:focus, 
select:focus, 
textarea:focus, 
input[type="text"]:focus, 
input[type="email"]:focus {
	background-color: #292929;
	border-color: #111;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	color: #8c8c8c;
}
/*
 * ----------------------------------------------------------------------------
 *
 *  ID @Well 
 *
 * ----------------------------------------------------------------------------
 */
.well {
	background-color: rgba(0, 0, 0, 0.15);
}

