/* 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 #headline { float:left; display:block; margin:7px 0 0 10px; font-size:16px; color:white; width:700px; } * html #headline h1 { margin:0 0 12px 0; } * html .column { overflow-x: hidden; } /* IE6 fix */ * html #leftcolumn { overflow:visible; } * html #rightcolumn { margin:0 10px 0 0; } /* 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; } /* Misc */ .commentlist { margin: 0; list-style-type: none; } hr.space { height: 2em; } * html #footer .credits p { margin:3px 5px 0 0; } * html a.wordpress { line-height:25px; } * html #calendar_wrap { margin:0px auto; width:230px; } * html #searchform { padding:0; margin:23px 10px 0 0; } * html .subs a { margin:30px 14px 0 0; } * html .postdata_t { height:2px; line-height:2px; clear:both; float:left; margin-bottom:-11px; }