/** General Styles **/

body {background: white; font-size: 11pt; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;} 

h1 {font-size: 18pt;} // set fonts in point
h2 {font-size: 16pt;}
h3 {font-size: 14pt;}

#container {
   width: auto;
   margin: 0 5%;
   padding: 150px 0 0 0;
   border: 0;
   float: none !important;
   color: black;
   background: url(/page/-/images/wrapper/title-print-header.jpg) center 0 no-repeat;
   line-height: 1.5em;
}

a:link, a:visited {
   color: #0070bd;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

/* CUSTOMIZATIONS */

/* to make print-readable links, we're going to use CSS 3  to add the site's domain name */

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.domain.com/" attr(href) ") ";
   }

/* hide all non-essential divs */
#sidebar, .editThis, #navigation, #quicksignup, #social-networks, #sitemap, #header a.masthead { display: none; }

#header {border-bottom: 1px solid #ccc; }
#header h2 { margin: 0; }

#content {margin: 0;}
#footer {border-top: 1px solid #ccc; padding-top: 10px;}