@import '../style.css';

/* HTML & Body Definitions */

html {
   background: url('../img/blue_bg.png');
}

/* Headers, Titles, and Text, Oh My! */

a, a:visited {
   color: #266277;
}

a:hover {
   color: #83643D;
}

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

#fw-title a:hover {
   color: #fff;
}

.fw-odd {
	background: #A2C0C8;
	border-color: #A2C0C8;
	color: #000;
}

.fw-even {
	background: #CDDDE1;
	border-color: #A2C0C8;
	color: #000;
}

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

.fw-logo {
   background-image: url('../img/heyitspip.gif');
}

.fw-title {
   color: #266277;
   background: url('../img/blue_dash.png') repeat-x bottom left;
}

/* Navigation Station */

#fw-mainnavwrap {
   background: #266277 url('../img/blue_nav.png') no-repeat bottom left;
}

#fw-nav-menu {
   background: #266277 url('../img/blue_nav.png') no-repeat top left;
}

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

/* Where The Stuff Happens */

#fw-head { 
	background-image: url('../img/blue_body.png');
}

#fw-blockContainer {
   background: url('../img/blue_white.png') repeat-y top right;
}

/* In Case of Sidebar, Break Glass */

.hasSidebar #fw-sidebar #fw-sidebarbegin {
   background: url('../img/blue_side.gif') no-repeat top right;
}

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

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

/* Le Footer */

#fw-footer {
   background: url('../img/blue_body.png') no-repeat top right;
}

