/* --------------------------------
    Masked Blade Red Black Edition
   -------------------------------- */

@import '../style.css';

/* ----------------------------------
    Define Containing Elements Below
   ---------------------------------- */

html {
	background: #fff url('../img/neutralbg.jpg') repeat-x;
}

a, #fw-footer a {
	color: #B7A38A;
}

.fw-even, .fw-primary {
    background-color: #7C6649;
    border-color: #6C583F !important;
}

.fw-odd, .fw-secondary {
    background-color: #665239;
    border-color: #51402a !important;
}

.fw-tertiary {
    background-color: #473B2B;
    border-color: #090806 !important;
}

#fw-head {
	background: url('../img/neutralhead.jpg') no-repeat;
}

#fw-title a {
	color: #000;
}

#fw-smalltitle {
	color: #D0C7C7;
}

#fw-mainColumn {
	background: #110D0A;
}

#fw-bigcontain {
	background: url('../img/neutralbodybg.jpg') no-repeat top left;
	width: 636px !important;
}

.fw-title {
	color: #B7A38A;
}

.fw-text {
	color: #fff;
}
/* -----------------------------------------
    Navigation Menu Area Definitions Below
   ----------------------------------------- */

#fw-mainnavwrap {
	background: url('../img/neutralnavbg.jpg') no-repeat;
	width: 364px !important;
}

#fw-nav-menu ul li a {
	color: #160404;
}

#fw-nav-menu ul li a:hover {
	color: #B7A38A;
}
