/*
  $Id: shadow_23_a.css for base_002 20101215 multimixer $
  
  Styleshhet for the base_002 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 .ui-widget-header {
  /*-moz-box-shadow:0 0 10px #000;
  -webkit-box-shadow:0 0 10px #000;
  box-shadow:0 0 10px #000;*/
}

#headerShortcuts>.ui-widget-header{
  background:none;
  border:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
}

#headerShortcuts .S-shadowwrap {
  padding-top:0;
  padding-bottom:0;
  margin-top:0;
  margin-bottom:0;
  overflow:hidden;
}

/* 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;
  
 /* -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;
}
