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

@import '../style.css';

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

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

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

.fw-even, .fw-primary {
    background-color: #6D160D;
    border-color: #380000 !important;
}

.fw-tertiary {
    background-color: #424242;
    border-color: #272727 !important;
}

.fw-odd, .fw-secondary {
    background-color: #4A0000;
    border-color: #380000 !important;
}

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

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

#fw-smalltitle {
	color: #796F6E;
}

#fw-mainColumn {
	background: #160404;
}

#fw-bigcontain {
	background: url('../img/redbigbg.jpg') no-repeat top left;
}

.fw-title {
	color: #943737;
}

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

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

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

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