/************************************************************************
* Background styling
*
* All the site's default background styling goes here.
*
*/

body div#background { 
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
 
body div#background div#wallpaper_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

body div#background div#wallpaper_overlay_1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 940px;
  height: 100%;
}

body div#background div#wallpaper_overlay_2 {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 995px;
  height: 100%;
}

body div#background div#wallpaper_overlay div#wallpaperBranding {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background: transparent url(../../../images/themes/classic/layout/backgrounds/RojoYNegro-vertical.png) no-repeat 100% 0 fixed;
}

body div#background div#wallpaper { 
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 1000px;
  z-index: 1;
}

body div#background div#wallpaper div#wallpaperGradientTransition {
  position: fixed;
  top: 0;
  left: 200px;
  height: 600px;
  width: 600px;
  background: transparent url(../../../images/themes/classic/layout/backgrounds/BackgroundGradient-Transition-Transparent.png) 200px -1px fixed no-repeat;
}

body div#background div#wallpaper div#wallpaperGradientVertical { 
  position: fixed;
  top: 0;
  right: 0;
  left: 800px;
  height: 600px;
  background: transparent url(../../../images/themes/classic/layout/backgrounds/BackgroundGradient-Tile-Transparent.png) 0 0 fixed repeat-x;
}

body div#background div#wallpaper img.wallpaperPhotograph {
  position: absolute;
  top: 160px;
}
