/*
  $Id: shadow_31_c.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 .S-shadowwrap {
  position:relative;
  z-index:1000;
  top:-15px;
  margin:0 0 -30px 0;
  padding:15px 0 15px 0;
}

#headerMenu .S-shadow {
  -moz-box-shadow:0 0 15px #000;
  -webkit-box-shadow:0 0 15px #000;
  box-shadow:0 0 15px #000;
  
  position:absolute;
  width:100%;
}

/* column shadow */
#columnLeft, #columnRight {
  position:relative;
  z-index:998;
  margin-bottom:-10px;
  margin-top:-1px;
  padding-top:0px;
  padding-bottom:0px;
}

#columnLeft .S-shadowwrap, #columnRight .S-shadowwrap {
  padding-bottom:10px;
  margin-bottom:-10px;
  padding-left:10px;
  padding-right:10px;
  margin-left:-10px;
  margin-right:-10px;
}

#columnLeft .S-shadow, #columnRight .S-shadow {
  -moz-box-shadow:0 0 10px #000;
  -webkit-box-shadow:0 0 10px #000;
  box-shadow:0 0 10px #000;
}

#columnLeft {
  margin-left:0px;
  margin-right:10px;
}

#columnRight {
  margin-right:0px;
  margin-left:10px;
}

#columnLeft .infoBoxContainer {
  margin: -1px 0px 0 0;
}

#columnRight .infoBoxContainer {
  margin: -1px 0 0 0px;
}

#columnLeft .ui-widget-content, #columnRight .ui-widget-content, #columnLeft .ui-widget-header, #columnRight .ui-widget-header {
  border-left:none;
  border-right:none;
  border-top:none;
}

/* footer */
.bodyWrapper {
  margin-bottom:-10px; 
  padding-bottom:10px;
}

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

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

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

