/* CSS style for the printer only */
@page {
    margin-left: 1in;
    margin-right: 1in;
}
body {
    background: white;
    margin: 0;
    padding: 0;
    font: 12pt Times, serif;
}	
.noPrint {
    display: none;
}
a:link, a:visited, a:active {
    color: black;
    text-decoration: none;
}
#header, #emailLink, #email {
    display: none !important;
}
#main {
    border: none;
}
#main h1, h2 {
    page-break-after: avoid;
    page-break-inside: avoid;
}
#main h1 {
    border-bottom-color: black;
}
.experienceLine {
    border-bottom-color: black;
}
.experienceList {
    list-style: circle url(images/diamond-black.gif);
}
#emailHidden {
    position: static;
    /* hide from spam bots */
    unicode-bidi: bidi-override;
    direction: rtl;    
}
#address {
    width: 100% !important;
    margin: 0;
    padding: 0;
    text-align: center;
    background-image: none;    
}
#addressBox {
    width: auto;
}
#addressTop, #addressTop span, #addressBottom, #addressBottom span {
    display: none;
}
#addressContents {
    position: static;
    width: auto;
    margin: 0;
    padding: 0;
    background-image: none;
}
#myName {
    font-size: 16pt;
    border-bottom: 2px black solid;
    margin-bottom: 0.1em;
}
#addressLabel, #addressLabel span {
    display: inline;
    margin: 0;
    padding: 0;
}
#addressLabel span:after {
    content: "\0020 \2022 \0020";
}
#addressLabel span.lastItem:after {
    content: "";
}


