/**
 *
 * -------------------------------------------
 * IE code fixes
 * -------------------------------------------
 *
 **/

/*
 *
 * 14. IE
 *
 *
------------------------------------ */

/* 14.1. IE8
==================================== */

.author-avatar img,
#comments li article > aside img {
	max-width: none!important;
	width: auto!important;
}

#frontpagemain-menu .sub-menu,
#subpagemain-menu .sub-menu {
	border: 1px solid #e5e5e5;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="www"],
input[type="tel"] {
	line-height: 1.2!important;
	padding-top: 8px!important;
	padding-bottom: 8px!important;
}


.ie8clear {
	clear: both;
}

article header h1,
article header h2 {
	clear: both;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
	display: block;
	line-height: 38px!important;
}

/* Intro */
.gk-is-wrapper-fixed {
	position: absolute!important;
}

/* image logo fix */
.imageLogo img {
	max-width: auto!important;
	width: auto!important;
}