/*
Styles for older IE versions (previous to IE9).
*/



.genericon:before:hover,
.menu-toggle:after:hover,
.date a:before:hover,
.entry-meta .author a:before:hover,
.format-audio .entry-content:before:hover,
.comments-link a:before:hover,
.tags-links a:first-child:before:hover,
.categories-links a:first-child:before:hover,
.edit-link > a:before:hover,
.attachment-meta:before:hover,
.attachment-meta a:before:hover,
.comment-awaiting-moderation:before:hover,
.comment-reply-link:before:hover,
.comment-reply-title small a:before:hover,
.bypostauthor > .comment-body .fn:before:hover {
	text-decoration: none;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	left: 100%;
}

.site-header .search-form [type="search"],
.site-header .search-form [type="text"] {
	padding-top: 6px;
}

img.alignright {
	margin-right: 0;
}

img.alignleft {
	margin-left: 0;
}

.gallery img {
	width: auto;
}

.gallery-caption {
	background: #000;
	filter: alpha(opacity=0);
}

.gallery-item:hover .gallery-caption {
	filter: alpha(opacity=70);
}

.comment {
	clear: both;
}


.comment-meta {
	margin-bottom: 0;
}

.site-footer .widget {
	background: none;
}

/* Internet Explorer 8 */
.ie8 .site {
	border: 0;
}

.ie8 img.size-full,
.ie8 img.size-large {
	height: auto;
	width: auto;
}


.ie8 .author-info {
	margin-left: 0;
}

.ie8 .paging-navigation .nav-previous .meta-nav {
	padding: 5px 0 8px;
}

.ie8 .paging-navigation .nav-next {
	line-height: 1;
}

.ie8 .format-status .entry-content:before,
.ie8 .format-status .entry-meta:before {
	content: none;
}

.ie8 .site-main .widget-area {
	margin-right: 0;
}

/* Internet Explorer 7 */
.ie7 audio,
.ie7 canvas,
.ie7 video {
	display: inline;
	zoom: 1;
}

.ie7 legend {
	margin-left: -7px;
}

.ie7 button,
.ie7 input,
.ie7 select,
.ie7 textarea {
	vertical-align: middle;
}

.ie7 button,
.ie7 input[type="button"],
.ie7 input[type="reset"],
.ie7 input[type="submit"] {
	overflow: visible;
}

.ie7 input[type="checkbox"],
.ie7 input[type="radio"] {
	height: 13px;
	width: 13px;
}

.ie7 .screen-reader-text {
	clip: rect(1px 1px 1px 1px);
}

.ie7 .site-header {
	position: relative;
	z-index: 1;
}


.ie7 .nav-menu li a,
.ie7 .nav-menu li {
	display: block;
	float: left;
}

.ie7 .nav-menu .sub-menu,
.ie7 .nav-menu .children {
	display: none;
	overflow: visible;
}

.ie7 ul.nav-menu li:hover > ul,
.ie7 .nav-menu ul li:hover > ul {
	display: block;
}

.ie7 .site-header .search-form [type="search"],
.ie7 .site-header .search-form [type="text"] {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	height: 28px;
	outline: 0;
}

.ie7 .paging-navigation .meta-nav {
	padding: 0 0 10px;
	vertical-align: middle;
}

.ie7 .site-footer .widget-area {
	max-width: none;
	left: auto;
}

.ie7 .site-header .headerInner .home-link {
	width:20%;
	padding-left:0;
	padding-right:0;	
}

.ie7 .site-content #leftColumn {
	padding:0 !important;	
}

.ie #wrap {display:table;height:100%}

/* RTL for Internet Explorer 7 & 8 */
.rtl .format-audio .entry-content:before,
.rtl .comment-reply-link:before,
.rtl .comment-reply-login:before {
	-ms-filter: "FlipH";
	filter: FlipH;
}
