/*

------------------------------------------------------
Copyright Chugs, http://www.chugsdesigns.com/
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/
Modififed by Titan Design, http://titandesign.net/

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 10pt/16pt "Lucida Sans Unicode","Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
color: #000;
}


a:link {
	color: #666;
	text-decoration: none;
	}

a:visited {
	color: #666;
	text-decoration: none;
	}

a:hover {
	color: #666;
	text-decoration: underline;
	}

a:active {
	color: #666;
	text-decoration: none;
	}

/* -- headings -- */

h1, h2, h3 {
	font-weight: normal;
	color: #666;
	text-align: left;
	}

h1 {
	font-size: 300%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	}

h3 {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
	}


/* -- banner --*/

/*#banner {
	background-image: url(images/banner_print.jpg);
}*/

#info-site {
	font-size: 70%;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	line-height: 1.3em;
	border-top: 1px solid #630;
	padding-top: 1em;
}

#container {
float: none !important;
width: auto;
margin: 0 10%;
padding-top: 1em;
border-top: 1px solid #630;
/*background: transparent none;
*//*border-bottom: 1px solid #630;
*/font-size: 95%;
}

#nav-meta, #nav-toplevel, #nav-subs, .photo_right, #nav-leftphoto, #nav-main, #nav-section, #info-slide, #banner {
display: none;
}

/* -- content --*/

#content a:link:after, #content a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}

#content a[href^="/"]:after {
content: " (http://www.assistutah.org" attr(href) ") ";
line-height: 1.6em;
}

#printbanner {
	font-size: 85%;
	font-weight: bold;
	font-family: "Lucida Sans Unicode","Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
	width: auto;
	margin: 0 10%;
}