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

@import '../style.css';

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

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

.fw-even, .fw-primary {
   background-color: #e7e7e7;
   border-color: #666;
}

.fw-odd {
   background-color: #D2D2D2;
   border-color: #666;
}

.fw-tertiary { 
	background-color: #93c9d6;
	border-color: #7fb9c8;
}

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

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

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

#fw-mainnavwrap {
	background: #8a8a8a;
	border: 1px solid #8a8a8a;
}

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

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

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

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

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

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

