/**********************************************************
// background: blue
**********************************************************/
body.blue { background: #193f64 url(../images/backgrounds/bg-blue.jpg) fixed center center no-repeat; }

body.blue #footer     { color: #8fb7d2; }
body.blue #footer .fa { color: #d5eeff; }

/**********************************************************
// background: gray
**********************************************************/
body.gray { background: #555555 url(../images/backgrounds/bg-gray.jpg) fixed center center no-repeat; }

body.gray #footer     { color: #aaaaaa; }
body.gray #footer .fa { color: #dddddd; }

/**********************************************************
// background: green
**********************************************************/
body.green { background: #2d4415 url(../images/backgrounds/bg-green.jpg) fixed center center no-repeat; }

body.green #footer     { color: #768d5d; }
body.green #footer .fa { color: #acc196; }

/**********************************************************
// background: orange
**********************************************************/
body.orange { background: #5c3101 url(../images/backgrounds/bg-orange.jpg) fixed center center no-repeat; }

body.orange #footer     { color: #bf9f6d; }
body.orange #footer .fa { color: #e1c096; }

/**********************************************************
// background: purple
**********************************************************/
body.purple { background: #591d6f url(../images/backgrounds/bg-purple.jpg) fixed center center no-repeat; }

body.purple #footer     { color: #c789d8; }
body.purple #footer .fa { color: #e8b8f2; }

/**********************************************************
// background: red
**********************************************************/
body.red { background: #5a2b2b url(../images/backgrounds/bg-red.jpg) fixed center center no-repeat; }

body.red #footer     { color: #c19696; }
body.red #footer .fa { color: #e3c4c4; }

/**********************************************************
// background: tan
**********************************************************/
body.tan { background: #5e5443 url(../images/backgrounds/bg-tan.jpg) fixed center center no-repeat; }

body.tan #footer     { color: #aca08c; }
body.tan #footer .fa { color: #d9ccb6; }

/**********************************************************
// background: teal
**********************************************************/
body.teal { background: #014e5e url(../images/backgrounds/bg-teal.jpg) fixed center center no-repeat; }

body.teal #footer     { color: #7cc2c5; }
body.teal #footer .fa { color: #b6d6d9; }