/*

------------------------------------------------------
Copyright Chugs, http://www.chugsdesigns.com/
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/

You are free to use this style sheet and its
associated image files to create your own site.
However, we ask that you respect the template's
creator by maintaining this attribution in
the style sheet.

Notes

1. This is a print style sheet to be used together with
its associated screen style sheet bangalore.css.
------------------------------------------------------

*/

body {
background: #fff;
font: normal 12pt/18pt Georgia, "Times New Roman", serif;
color: #000;
}

a:link, a:visited {
color: #630;
background: transparent;
font-weight: bold;
text-decoration: underline;
}

h1 {
font-weight: normal;
font-size: 150%;
}

h2 {
font-size: 130%;
font-weight: normal;
}

h3 {
font-size: 110%;
font-weight: normal;
}

#banner p {
border-bottom: 1px solid #630;
font-size: 150%;
font-weight: bold;
}

#container {
float: none !important;
width: auto;
margin: 0 10%;
padding-top: 1em;
border: 0;
background: transparent none;
border-bottom: 1px solid #630;
font-size: 95%;
}

#nav-meta, #nav-toplevel, #nav-subs, #info-site {
display: none;
}

#content a:link:after, #content a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}

#content a[href^="/"]:after {
content: " (http://www.yoursite.com" attr(href) ") ";
}