/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */

* {
    background-color: transparent;
    background: none;
}

#wrapper, #shadow-wrapper {
    background-image: none;
}

#background, #shopContentRight  {
    display: none !important;
    visibility: hidden !important;
}

.sidebar,
#navigation,
#ie-background,
#header-region,
#search-theme-form,
#footer,
.breadcrumb,
.tabs,
.feed-icon,
.links,
#logo,
#header,
a.extra,
#bonusweb_showcase_container, 
button,
#socialshareprivacy_node
{
    display: none !important;
}

#page {
    width: 100%;    
}

#content {
    margin: 20px 0;
    width: auto;
}

a:hover, a:active, a:link, a:visited {
    color: black;
}
