/* Normalize.css */

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/* END Normalize CSS */


/* For IE8 or Less */
pre {
    word-wrap:break-word; /* Internet Explorer 5.5+ */
}
a span, 
#submitbox #submit, 
#searchbox .button, 
#subscribe li a {
	cursor:hand;
}

header, footer {
    display: none;
}

#main {
    width: 62%;
}

/* Responsive Google ad does not work in IE8 or lower. So, removed */
.ads {
    display: none;
}

.nav-button span {
    display: none;
}

#navbar > div {
    display: inline-block;
/*    width: 600px;*/
    /*width: 500px;*/
}

#navbar > div li {
    float: left;
    padding: 0 10px;
}

.screen-reader-text {
    visibility: hidden; 
}


[role=banner] .top-bar-section {
    display: inline-block;
    *display: none; /* IE 7 */
}

.social-share {
    *display: none; /* IE7 */
}

/* Search Icon does not work on IE7 so hide it */
.widget_search {
    *display: none;
}


footer {
    clear: both;  
    position: relative;
}

footer .col {
    width: 32%;
    float:left;
}

footer .footer-txt {
    vertical-align: bottom;
    clear:both;
    text-align: center;
}

/* Responsive Img: IE 8 hack */
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}