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;
}

/*
 * ----------------------------------------------------------------------------
 *
 *  ID @Form 
 *
 * ----------------------------------------------------------------------------
 */
.navbar-inverse .form-control,
input[type="url"], select, 
input[type="text"], 
input[type="email"], 
#comment, 
textarea {
	background-color: #333;
	border-color: #222;
	color: #ccc;
}

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

