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

@import '../style.css';

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

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

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

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

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

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

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

#fw-smalltitle {
	color: #fff;
}

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

/* -------------------------------
     FW-Even and FW-Odd Styles
   ------------------------------- */

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

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

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


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

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

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

#fw-blockContainer {
	background: #FFFFF4;
}

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

.fw-title {
	color: #282927;
}

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

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

#fw-sidebar {
	background: #252525;
}

#fw-sidebar a{
	color:#4694ae;
}

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

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

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

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

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

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