/**
 * Styles for IE8 and below 
 */

/* Fix responsive featured images at 100% width in IE8 */
.attachment-tb_medium img.wp-post-image,
.attachment-tb_large img.wp-post-image,
.attachment-grid_6 img.wp-post-image,
.attachment-grid_4 img.wp-post-image,
.attachment-grid_3 img.wp-post-image,
.attachment-grid_2 img.wp-post-image,
.attachment-grid_fifth_1 img.wp-post-image,
.type-attachment .attachment img {
	width: auto;
}

/* Fix small floated thumbnails in IE8 */
.attachment-small img.wp-post-image,
.attachment-tb_small img.wp-post-image,
.attachment-square_small img.wp-post-image,
.attachment-square_smaller img.wp-post-image,
.attachment-square_smallest img.wp-post-image {
	max-width: none;
}

/* Carrousel slider fix in IE8 */
.carrousel-slider-wrapper .roundabout-moveable-item img {
	max-width: inherit;
}
.carrousel-slider-wrapper .tb-block-click {
	display: none;
}

/* Theme */
#featured,
#featured .featured-content,
.article-wrap,
.article-wrap article,
.fixed-sidebar .widget {
	*position: static; /* IE7 */
}
h1, h2, h3, h4, h5, h6 {
	position: static;
}
span.header-shade {
	display:none;
}
.article-wrap .comment-bubble {
	display:none;
}
#main-menu .search-popup {
	background-color: #ffffff;
	background-image: none;
	height: 70px;
}
#main-menu .search-popup .search-popup-inner {
	padding-top: 17px;
}