/*
DO NOT EDIT THIS FILE. Please make all design changes in the child theme's stylesheet. Copy and paste any style you want to change into the Child Theme's ie6.css stylesheet. It will override all of these styles. 

The purpose of this stylesheet is to provide compatibility with 
Internet Explorer 6. If you are creating a child theme and wish
for your theme to be compatible with IE6, you should copy this 
stylesheet over to your child theme folder and add any other IE6-specific rules here.  
*/


/* =Main Navigation Menu
-------------------------------------------------------------- */

/*
IE6 needs a height on the main menu div or else the div will collapse. Set here is a mimimum height to accomodate growing text size.
*/

#main-menu-container {
	min-height: 1px; 
	height: auto !important; 
	height: 1px;
} 


/* =Standard Sidebars & Widgets
-------------------------------------------------------------- */

/*
Style of images in the sidebar widget titles. Turned off because IE6 does not display the images proprerly. (The RSS feed icon) 
*/

.sidebar .widget h3 img {
	display: none;
} 

/*
Fixes a display issue where the bullets were being cut off on the left side 
*/

.sidebar .widget ul li {
	margin-left:  1.3em;
} 

/* =Tabbed Sidebar
-------------------------------------------------------------- */

/*
Adjust the positioning of the tab widget box so that the tabs align properly 
*/

.tabdiv {
	margin-top: -0.2em;
}	

/*
Prevents content from below the tabbed widget from scrolling down on mouseover 
*/

.tab-widgets {
	overflow: hidden; 
	zoom: 1;
} 
	 	

/* =Search Form
-------------------------------------------------------------- */

/*
This padding is lower than the amount set for normal browsers, because IE6 added excessive padding by default 
*/ 

.search-form #s, 
.search-form #searchsubmit, 
#searchform #s, 
#searchform #searchsubmit {
	padding: 0.1em;
} 

/*
Add a height to the search button to prevent it from being excessively tall in comparison to the input box
*/

input#searchsubmit {
	height:  22px;
} 


/* =Horizontal Sidebar
-------------------------------------------------------------- */

/*
Fixes a display issue where the bullets were being cut off on the left side 
*/

.horizontal-sidebar-widget ul li {
	margin-left: 0.2em;
} 


/* =Author Information Box
-------------------------------------------------------------- */

/*Need min-height to show full box */	
.post-author-info-container {
	min-height: 1px; 
	height: auto !important; 
	height: 1px; 
	overflow: visible !important;
} 


/* =Comment Form
-------------------------------------------------------------- */

/*
IE6 does not like padding and margin when used on input and label elements, so "vertical-align" is used instead.
*/

#commentform input, 
#commentform textarea,
#commentform label {
	vertical-align: middle;
} 
#commentform #submit {
	overflow: visible;
	width:  auto; 
}
		

/* =Archive Listings Pages (Category, Tag, Date, Issues, Search Results, etc.)
-------------------------------------------------------------- */

/*Fixes weird Peek-a-Boo disappearing text */
.archive-entry-box, 
.archive-entry img  {
	position: relative;
}