/*
  $Id: shadow_20_a.css for base_001 20101215 multimixer $
  
  Styleshhet for the base_001 theme of minitemplatesystem.com

  MiniTemplateSystem
  http://minitemplatesystem.com

  Copyright (c) 2010 minitemplatesystem.com

  Released under the terms and conditions of your purchase agreement from minitemplatesystem.com
*/

/* header shortcuts*/

#headerShortcuts {
  position:relative;
  z-index:1000;
}

#headerShortcuts .S-shadowwrap {
  position:relative;
  z-index:1000;
  overflow:hidden;
  padding:0 0 10px 0;
  margin:0 0 -10px 0;
}

#headerShortcuts .S-shadow {
  -moz-box-shadow:0 3px 10px #000;
  -webkit-box-shadow:0 3px 10px #000;
  box-shadow:0 3px 10px #000;
}

/* menubar*/

#headerMenu {
  position:relative;
  z-index:1000;
}

#headerMenu .ui-widget-header{}

#headerMenu>.ui-widget-header{
  background:none;
  border:none;
}

#headerMenu .S-shadowwrap {}


/* bodyshadow */

.bodyWrapper, #headerBanner .outer {
  
  padding-top:0;
  padding-bottom:0;
  margin-top:0;
  margin-bottom:0;
  
  -moz-box-shadow:0 0 10px #000;
  -webkit-box-shadow:0 0 10px #000;
  box-shadow:0 0 10px #000;
}

#headerBanner .outer { /* shadow of menu. adjust dimensions to menu height */
  padding-bottom:50px;
  margin-bottom:-50px;
  overflow:hidden;
}

/* footer wrapped */

#footer .S-shadowwrap {
  overflow:hidden;
  padding:0;
  margin:0;
}

#footer>div>div>div.ui-widget-header{ 
  background:none;
  border:none;
}

#footer div.ui-widget-header div.ui-widget-header{ 
  -moz-box-shadow:0 0 10px #000;
  -webkit-box-shadow:0 0 10px #000;
  box-shadow:0 0 10px #000;
  
  padding-top:0;
  margin-top:0;
}

#footer .outer{ 
  border:none;
  margin:10px 0;
}

