/* ------------------
    Outdoor Template
       Blue Edition
   ------------------ */

@import '../style.css';

html {
   background: #F7F0E3 url('../img/redbg.jpg') repeat-x top left;
   color: #666;
}

.fw-logo {
   background: url('../img/redlogo.jpg') no-repeat top left;
}

.fw-even, .fw-primary {
   background-color: #F1ECE7;
   border-color: #C6a582;
}

.fw-odd, .fw-secondary {
   background-color: #fce8d2;
   border-color: #8A5028;
}

.fw-tertiary {
	background-color: #cd9a75;
	border-color: #b88864;
}

/* ------------
    The Header
   ------------ */

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

/* ------------
    Navigation
   ------------ */

#fw-mainnavwrap {
	background: #924b0d;
	border: 1px solid #924b0d;
}

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

/* ---------
    Sidebar
   --------- */

.hasSidebar #fw-sidebar .fw-title {
	color: #b3451a;
}

/* ------------
    The Footer 
   ------------ */

#fw-footer a {
   color: #976834;
   text-decoration: none;
}

#fw-footer a:hover {
  color: #000;
}

