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

@import '../style.css';

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

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

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

* html #fw-container {
	background: url('../img/ghead.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: #b6b6b6;
}

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

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

/* --------------------------------
      FW-Even and FW-Odd Settings
   -------------------------------- */

.fw-tertiary { background-color: #85d77d; border-color: #85d77d; }

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

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

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

#fw-blockContainer {
	background: #FFFFF4;
}

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

.fw-title {
	color: #282927;
}

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

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

.hasSidebar #fw-sidebar {
	background: #072e3b;
}

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

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

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

.hasSidebar #fw-sidebar .fw-text, .hasSidebar #fw-sidebar .fw-title {
	color: #fff;
}

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

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

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