
html, body, section, #wrapper, #content, .contact-info {
    background: url() #fff;
    border: 0;
}

* {
    color: #000;
    text-decoration: none;
}

strong {
    color: #000;
}

nav {
    display: none;
}

section {
    display: block !important;
    position: relative !important;
}

footer {
    top: 0 !important;
    page-break-before: always;
}

a:link,
a:visited {
    color: #000;
}

a:link:after,
a:visited:after { 
    content:" (" attr(href) ") "; 
}

h1 a:link:after,
h1 a:visited:after, 
.contact-info a:link:after,
.contact-info a:visited:after,
a.hide:link:after,
a.hide:visited:after { 
    content:""; 
}

li {
    page-break-inside: avoid;
}

h1, h2, h1 span a {
    font-size: 1.7em;
    padding: 0 0 30px;

    -moz-text-shadow: 0px 0px 0px #fff;
    -webkit-text-shadow: 0px 0px 0px #fff;
    text-shadow: 0px 0px 0px #fff;
}

h2 {
    page-break-before: always;
}

#content {
    width: 100%;
    
    -moz-box-shadow: 0 0 0 #fff;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}

.adr p:last-child {
    display: none;
}

.icon {
    display: none;
}

#portfolio img,
img {
    background: url() #fff;
}

.photo {
    top: 20px;
}

.hide {
    display: block;
}