/* -------------------------------------------------------------- 
   
   ie.css
   
   Contains every hack for Internet Explorer versions prior 
   to IE7, so that our core files stay sweet and nimble.
   
-------------------------------------------------------------- */

/* Make sure the layout is centered in IE5 */
body        { text-align: center; }
.container  { text-align: left; }


/* This fixes the problem where IE6 adds an extra 3px margin to
   two columns that are floated up against each other. */

* html .column { overflow-x: hidden; } /* IE6 fix */

.pull-1, .pull-2, .pull-3, .pull-4,
.push-1, .push-2, .push-3, .push-4, 
ul, ol {
  position: relative; /* Keeps IE6 from cutting pulled/pushed images */
}

/* Fixes incorrect styling of legend in IE6 fieldsets. */
legend { margin-bottom:1.4em; }

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }

/* Tamanhos redefinidos para ie, nas tabs*/
#subMenu{		
	clear: both;
}
#listagem{
	clear: both;	
	padding-top: 30px;
}
#imgDestaque{
	float: left;
	width: 120px;
}
#imgListagem{
	float: left;
	width: 100px;
}
#txt{
	width: 310px;
	padding-left: 0px;	
}
#subMenu li{
	display: inline;
	font-size: 10px;
	width: 140px;
	padding-top: 3px;
	padding-left: 23px;
	padding-right: 23px;
}
.dottedLine{
	padding-top: 20px;
}

.ancora{
	clear: both;
}
.floatLeft2{margin:13px 0 0 2px;}
#newsletter input.btnOK{
	margin:1px -6px 0 0;
}
.main_container {
    display: inline-block;
}
.post_column {
    float: left;
    width: 333px;
}
.post_column h2 {
    border-left: 1px solid white;
}
