/*
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 ie7.css stylesheet. It will override all of these styles. 

The purpose of this stylesheet is to provide compatibility with 
Internet Explorer 7. If you are creating a child theme and wish
for your theme to be compatible with IE7, you should copy this 
stylesheet over to your child theme folder and add any other IE7-specific rules here.  
*/


/* =Main Navigation & Auxiliary Bar Menu
-------------------------------------------------------------- */

/*IE7 needs a mimimum height to accomodate growing text size. */
#main-menu-container {
	min-height: 1px; 
	height: auto !important; 
	height: 1px;
} 

/*
Add position & z-index to prevent drop-down from being behind ticker
 */
 
#main-menu-container, 
#auxiliary-bar-container {
	z-index: 99; 
	position: relative;
} 


/* =Standard Sidebars
-------------------------------------------------------------- */

/*
Style of images in the sidebar widget titles. Turned off because IE7 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
-------------------------------------------------------------- */

/*
Prevents content from below the tabbed widget from scrolling down on mouseover 
*/

.tab-widgets {
	overflow: hidden;
} 
	 	

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

/*
This padding is lower than the amount set for normal browsers, because IE7 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;
} 


/* =WordPress Calendar Widget
-------------------------------------------------------------- */

#wp-calendar caption {
	padding-bottom: 0.5em;
}
	

/* =Author Info Box
-------------------------------------------------------------- */		

/*make the box clear properly */	
.post-author-info-container {
	overflow: hidden;
} 


/* =Comment Form
-------------------------------------------------------------- */

/*
IE7 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 {
	width: auto; 
	overflow: visible;
}			