/* -------------------------------
      Eskimo Brown Theme
      Import Main Sheet Below
   ------------------------------- */

@import '../style.css';

/* -------------------------------
      Main Background &
      Containing Elements
   ------------------------------- */

html {
   background: #B98A68 url('../img/bg.jpg') fixed repeat-x top left;
}

#fw-container {
	background: url('../img/bhead.png') no-repeat top left;
}

* html #fw-container {
	background: url('../img/bhead.gif') no-repeat top left;
}

a, a:visited {
        color: #1B5EC1;
}

/* -------------------------------
      Headers & Titles
   ------------------------------- */

#fw-smalltitle {
	color: #fff;
}

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

/* -------------------------------
      Links
   ------------------------------- */

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

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

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

/* -------------------------------
     Fw-Even/FW-Odd
   ------------------------------- */

.fw-tertiary { background-color: #9b8064; border-color: #9b8064; }

.fw-profile-title, .fw-profile-pic {
   border: 0px !important;
}

#fw-profile-aboutText {
   padding: 3px !important;
}

/* -------------------------------
      Content Block
   ------------------------------- */

#fw-blockContainer {
	background: #FFFFF4;
}

/* -------------------------------
      Content Block Elements
   ------------------------------- */

.fw-title {
	color: #666;
}

.fw-text {
	color: #6C6B6B;
}

/* --------------------------------
      Sidebar & Such
   -------------------------------- */

.hasSidebar #fw-sidebar {
	background: #F8E8C1;
}

.hasSidebar #fw-sidebarbegin {
	background: url('../img/sidetop.png') no-repeat;
}

* html .hasSidebar #fw-sidebarbegin {
	background: url('../img/sidetop.gif') no-repeat;
}

.hasSidebar #fw-sidebar {
	color: #666666;
}

.hasSidebar #fw-sidebar .fw-text {
	color: #404040;
}

/* ---------------------------------
      Ye Olde Footer
   --------------------------------- */

#fw-footer {
	background: #FFFFF4;
	color: #6C6B6B;
}

#fw-footer a {
	color: #1B5EC1;
}
