/* CSS in here controls CSS when pages aer viewed by a handheld device */

/*to test */
#wrapper {
background-color: red;
}

/* hide the namespace specific sidebar*/
.ns_sidebar {
visibility:hidden;
position: absolute; /*this fixes big gap created by visibility hidden */
z-index:-40; /*this too */
}

img a {
border: 0px;
}
