
/* Changes font family and size */

#printfriendly {
    font-family: Arial;
    font-size: 14px;
    width:100%;
    line-height: 1.1;
}


#col2 {
    font-family: Arial;
    font-size: 14px;
    width:100%;
    padding: 10%;
    line-height: 1.1;
    word-spacing: 1px;
}

/* Shows URL for links 
a:after {
    content: " ( "attr(href)" )";
}
*/


a[href]:after {
content: " (" attr(href) ") ";
}

/*

This hides everything from being printed?!?

#hide,
#top,
#main-nav,
#header-right, 
#top-tabs, 
#top-nav, 
#footer, 
#footer-bottom, 
#wrapper, 
#col1, 
#col3, 
#breadcrumbs, 
#hero, 
#CapsButtonBlue, 
#slider-wrapper { display : none; }
*/

/* This will print the logo */

#logo {
    float:left;
    display : block;
    margin-top: 12px;
    margin-right: 12px;
}