/* $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: transparent;
  display: block;
}

#header-wrapper{
/*background-color: #30f30f;*/
display: block;

}

#content-wrapper {
 clear: left !important;

 
}


#content{
/*background-color: #FA58AC;*/
margin-top:50px;
/*margin-right:750px;*/
margin-left: -750px;
padding-right:750px; 
}

/******************/
/* HELPER CLASSES */
/******************/

/**.clearfix {                                       /* add .clearfix class to clear floats after an element */
  display: block;
  height: 1%;
}**/

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
/*.clearfix {
display:inline-block;
}*/
.clearfix {
display:block;
}
* html .clearfix {
height:1px;
}



