/* For IE5/6 Win */

#container { width: 1000px; }

#sidebarWrap { position: relative; width: 300px; margin-left: -50px; }
#mainTop, #mainBot, .sidebarBoxTop, .sidebarBoxFooter { position: relative; }

#globalSearch { left: 780px; }

.imagekit { height: 170px; } /* IE6 doesn't understand min-width/height

/* Nav menu */
#pageHeader ul { background-image:  url("/res/Image/v4/misc/menu-tab-ie6.png"); }

/* Main column */
#mainBot { padding-top: 0; }

/* Footer */
#pageFooter p.copyright { margin-right: 20px; }

/* Code blocks */
.postContent .code { width: 90%; }

/* Teemz fixes */
#teemz-adjust-outer { padding-left: 0; }
#teemz-adjust-inner { margin-left: -4px; }

/* Forums */
.postHeader { background-color: #ccc; padding: 5px 0 2px 4px; border-bottom: 1px solid #fff; height: 1em; }
.postBody { width: 100%; background: #efefef; }
.postAuthor { float: left; width: 101px; display: block; }
.postAuthor-inner { padding: 5px 0 5px 0; text-align: center; font-weight: bold; display: block; background-color: #e0e0e0; border-right: 1px solid #fff; border-bottom: 1px solid #fff; height: 240px; }
.postContent { float: right; width: 495px; overflow: auto; display: block; background-color: #efefef; }
.postContent-inner { padding: 5px; overflow: auto; display: block; background-color: #efefef; }

.articleImage { width: auto; }

/* Highlight boxes */
.highlightBox { width: 97%; height: 100%; }
.infoBox { width: 97%; height: 100%; }
pre.code { width: 97%; height: 100%; }

/* Pagination boxes (ideally we'd use display: inline-block cross-browser, but FF doesn't put spacing above) */
.pagination { margin-top: -10px; }
.pagination span { display: inline-block; }

.pagekit { width: 31.5%; }
.pagekit-inner-left { width: 100%; }

code, kbd, samp { font-size: 1.0em; }

/* BSA ad box */
#sidebar .adBox { padding-bottom: 2px; padding-right: 2px; width: 280px; }

#followTab {
  background: url('/res/Image/v4/follow-tab/ie-gradient.png');
  position: absolute;
}

