/*
  $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 .IE_DWshadow{
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=180, Color='#202020')";
}

/* bodyshadow */
.IE_LRshadow, #footer div.ui-widget-header div.ui-widget-header{
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#000000'), progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=-90, Color='#000000');
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#2d2d2d')", "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=-90, Color='#2d2d2d')";
	
	position:relative;
	left:-5px;
}

#columnLeft .S-shadowwrap, #columnRight .S-shadowwrap, #bodyContent>div:first-child{
  position:relative;
  left:5px;
}

#headerBanner .banner img{
  position:relative;
  left:10px;
}

.fullWidth{
  position:relative;
  left:5px;
}

#footer .outer{ 
  border:1px solid;
  border-color:inherit;
  margin:10px -1px 0;
}
