/* Basic Structure */
html {
width:100%
}
body {
background: white;
font-size: 12pt;
font-family: helvetica, arial, san-serif;
}
h1 {
font-weight: lighter;
}
img {
border: 0;
}
/* Hide Various Elements when printing */
.twitter-header, #bottom-row, #main-nav, h2, #sidebar-resume {
display: none;
}
/* Link Management */
a:link, a:visited {
color: #000000;
background: transparent;
text-decoration: none;
}
.primary a:link:after, #content a:visited:after {
content: Ó (Ó attr(href) Ò) Ò;
font-size: 90%;
}
.primary a[href^="/"]:after {
content: Ó (http://www.yourdomain.comÓ attr(href) Ò) Ò;
}

