/*
_______________________________
Silence - General fixes for Internet Explorer */

#search-box-wrapper {
    z-index:30;
}
#search-box {
    top:-45px;
    z-index:20;
}
#search-box #search-go {
   line-height:0;
   position:relative;
}


#top .container .row, #top .container {
    z-index:200;
}
#main-nav {
    z-index:800;
}
#top #logo-nav-container {
    z-index:2000;
}

#main-nav ul li , #main-nav ul li li  {
    z-index:900;
}
#main-nav ul li ul {
    left:-20px;
    top:120px;
    z-index:800;
}
#main-nav ul li ul li ul {
    left:135px;
    top:-16px;
}
.silence-main-nav li:hover {
        visibility:inherit;
}


#silence .gradient {
    background-image:(../images/gradient.png);
}
.container, .padding-inner {
    zoom:1;
}
#footer ul li {
    border-bottom:1px solid #333;
    border-top:1px solid #888;
}
/*
_______________________________
Columnal - General fixes for Internet Explorer */

.col_1 {width: 4.855%;}
.col_2 {width: 13.5%;}
.col_3 {width: 22.15%;}
.col_4 {width: 30.8%;}
.col_5 {width: 39.405%;}
.col_6 {width: 48.1%;}
.col_7 {width: 56.75%;}
.col_8 {width: 65.31%;}
.col_9 {width: 74.05%;}
.col_10 {width: 82.7%;}
.col_11 {width: 91.35%;}


/*
_______________________________
Columnal - sub-columns */

.col_3 .col_2 {width:60.8%;}


/*
_______________________________
Columnal - addition */

/* spacing for before column */
.pre_1 {padding-left: 8.5%;}
.pre_2 {padding-left: 17%;}
.pre_3 {padding-left: 25.85%;}
.pre_4 {padding-left: 34.4%;}
.pre_5 {padding-left: 42.8%;}
.pre_6 {padding-left: 51.8%;}
.pre_7 {padding-left: 60.55%;}
.pre_8 {padding-left: 65.4%;}
.pre_9 {padding-left: 77.85%;}
.pre_10 {padding-left: 86.5%;}
.pre_11 {padding-left: 95.15%;}

/* spacing for after column */
.suf_1 {padding-right: 8.5%;}
.suf_2 {padding-right: 17%;}
.suf_3 {padding-right: 25.85%;}
.suf_4 {padding-right: 34.4%;}
.suf_5 {padding-right: 42.8%;}
.suf_6 {padding-right: 51.8%;}
.suf_7 {padding-right: 60.55%;}
.suf_8 {padding-right: 65.4%;}
.suf_9 {padding-right: 77.85%;}
.suf_10 {padding-right: 86.5%;}
.suf_11 {padding-right: 95.15%;}

/* Grid >> Push & Pull
--------------------------------------------------*/
.container.navhead .col_2,
.container.navhead .col_2 a,
.container.navhead .col_2 img {line-height: 1; margin: 0 !important; padding-top: 0 !important; }

/* since min-width does not work on IE8, the width can be customized here to make it a fixed width (like Columnal 0.8+ now does for Internet Explorer 6 and 7), by default the width is set to 984px to match the wider option for Internet Explorer 6 and 7 */
.row {width: 100% !important;}