/* 
    Stylesheet for adamsrussell.com - Print Style
    Created : 5 November 2005
    Updated : 28 February 2010
    Author  : Rich Adams (http://wblinks.com)
    
    v1.5
*/

/* Hide some unnecessary things */
#header,
#menu {
    display: none !important;
}

/* Remove borders */
* {
    border: none !important;
}

#page-content {
    width: 100% !important;
    margin-left: 10px;
}

/* Show URLs for links */,
#footer a[href]:after {
    content: " (" attr(href) ") ";
    font-size: 0.9em;
    text-decoration: none;
}
