/* $Id: ie7-fixes.css,v 1.1 2009/02/28 23:33:58 jwolf Exp $ */

/*************/
/* IE7 FIXES */
/*************/
/* set background-colors to fix text cursor bug */
#page,
#main-wrapper {
  background-color: #292929;
}

#postscript-wrapper,
#footer-wrapper {
  background-color: #000;
}

/* limit legend width to text length */
form fieldset legend {
  display: inline-block !important;
}

/* hide search label */
#header-wrapper .search_submit {
  padding-left: 20px;
  width: 20px;
}

/* block & vocab list items alignment fix*/
.block li,
li.vocab {
  list-style-position: outside;
  list-style-type: none;
}

/* fieldset & ledgend fixes */
html.js fieldset {
  margin-top: 1em;
  padding-top: 1em;
  position: relative;
}

html.js legend {
  left: .5em;
  position: absolute;
  top: -.7em;
}

html.js fieldset.collapsed {
  margin-bottom: 20px;
}


/******************/
/* HELPER CLASSES */
/******************/
.clearfix {                                       /* add .clearfix class to clear floats after an element */
  display: block;
  height: 1%;
}





/* ie fixes
**************************************************************************************************************/
#header #logo  {
	padding-top:21px;
}

h1 {
	padding-top:15px;
}

#main .box .content li {
	margin-right:5px;
}

#main .box .content li.pager-last {
	margin-right:0;
}

#main .sitemap-menu .menu li.expanded {
	list-style-image:url(plus_ie.gif);
}

#main .sitemap-menu .menu li.leaf, 
#main .sitemap-menu .menu li.collapsed {
	list-style-image:url(minus_ie.gif);
}

#content.front-page .position-1 .content {
	padding-top:10px;
	height:228px;
}

.acessibilidade {
	padding-top:0px;
}

.acessibilidade .img {
	padding-top:0px;
}

.acessibilidade a {
	font-size:11px;
}

.acessibilidade a:hover, .acessibilidade a.active {
	background:url(acessibilidade-on.gif) no-repeat 0 0;
	text-decoration:none;
}

#header #search .form-text {
	width:212px;
}










