/* $Id: fix-ie.css,v 1.8.2.1 2008/02/05 09:27:26 goba Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net
 */

body {
  /* Center layout */
  text-align: center;
  /* Allow text resizing */
  font-size: 75%;
}

#frontpage #wrapper  #header { BACKGROUND: none transparent scroll repeat 0% 0% !important; }

.primary-links { white-space: nowrap; }
ul.primary-links li.menu-116 { /* DEMO */
	padding-left: 72px;  }
ul.primary-links li.menu-117 { /* DOC */
	margin-left: -33px;   }
ul.primary-links li.menu-118 { /* FORUM */
	margin-left: 1px;      }
ul.primary-links li.menu-120 { /* CONTRIB */
	margin-left: -5px;    }
ul.primary-links li.menu-120 a { padding-right:0; margin-left: 18px;}

a#download_btn {
	padding-left: 110px;
	line-height: 1.6em;
}


#header-region, #wrapper #container {
  /* Reset text alignment */
  text-align: left; /* LTR */
}

#wrapper #container #center {
  /* Reduce amount of damage done by extremely wide content */
  overflow: hidden;
}

fieldset {
  /* Don't draw backgrounds on fieldsets in IE, as they look really bad. */
  background: none;
}

ul.primary {
  /* Fix missing top margin */
  position: relative; /* LTR */
/*  top: 0.5em; */
}

/* Prevent fieldsets from shifting when changing collapsed state. */
html.js fieldset.collapsible {
  position: relative;
  top: -1em;
}
html.js fieldset.collapsed {
  top: 0;
  margin-bottom: 1em;
}

tr.menu-disabled {
  /* Use filter to emulate CSS3 opacity */
  filter: alpha(opacity=50);
}

#header-region {
  /* Because of the lack of min-height, we use height as an alternative */
  height: 1em;
}

tr.taxonomy-term-preview {
  filter: alpha(opacity=50);
}

#attach-hide label, #uploadprogress div.message {
  /* Fading elements in IE causes the text to bleed unless they have a background. */
  background-color: #ffffff;
}

/* Home page */

body#frontpage  #wrapper { height: 100%; min-height: 100%; max-height: 100%; }
body#frontpage  #container { height: 100%; min-height: 100%; max-height: 100%; }
body#frontpage  #footer { position: fixed; left: 144px; bottom:0;margin-bottom: 0px; padding-bottom:0;}
* html body#frontpage  #wrapper { height: 89.5%; min-height: 89.5%; max-height: 89.5%; }
* html body#frontpage  #container { height: 89.5%; min-height: 89.5%; max-height: 89.5%; }
* html body#frontpage  #footer { position: absolute; left: 144px; bottom:0;margin-bottom: 0px; padding-bottom:0;}
* html .l10n  { font-size: 10px; color: #666; position: absolute; bottom: 0px; right: 20px;}
/*
 * body#frontpage #squeeze .content { width: 420px; } 
 */
body#frontpage ul.primary-links { top:60%; }

body#frontpage #squeeze .content { min-width:200px;  }
body#frontpage #squeeze > .clear-block {  width:*;}
body#frontpage #squeeze  .clear-block .node { padding-left:0; width:*; min-width : 200px; }
body#frontpage #squeeze { min-width:550px;  }



/* IE < 8 would have "Only" basics  ====>> CURRENTLY <<==== */
.bunch li, .bunch2 li , .bunch2 li.menu-119,  .bunch li.menu-120  { display : none; }
.bunch li.menu-115 { display: block; list-style-type:none;}
#frontpage ul.primary-links { left:120px; top:70%; }
* html .page-Download .inbox { background: transparent none repeat-x fixed 0 260px; }
* html .page-Download .box { background: transparent none no-repeat fixed 128px 260px; }
.node .content.clear-block p { padding-left: 12px}
#team_bkm { float:left; margin-right:40px; text-align:center; z-index:2; }
