/* $Id: print.css,v 1.1.2.1 2009/03/25 23:33:28 rhache Exp $ */

/**
* GENERAL STYLES FOR PRINT STYLESHEET
*/

* {
	background: transparent;
}

blockquote {
	font-style: italic; 
	color: black; 
}

/* Links */
#primary a:link, 
#primary a:visited { 
	background: transparent; 
	font-weight: bold; 
	text-decoration: underline;
	color:#333; 
}

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

#primary a[href^="http://"] {
	color:#000; 
}

/* Hiding Stuff */
#secondary, 
#tertiary, 
#header .block,
#primary .tabs,
#footer .block,
#primary .breadcrumb {
	display: none;
}

/* Header styling */
#header img {
	display: block;
}

#header {
	border-bottom: 1px solid #595959;
	padding-bottom: 10px;
}

#header p.site-name {
	font-size: 150%;
	font-weight: normal;
}

#header p.site-name a {
	color: black; 
	font-weight: normal;
	text-decoration: none;
}

#header p.site-slogan {
	font-size: 110%;
	font-style: italic;
	text-align: right; 
}

/* Primary content styling */
#primary { 
  float: none;
  margin: 0;
}

#primary .inside {
	margin: 2em 7em 2em 5em;
}

#primary h1.page-title {
	font-size: 250%; 
	font-weight: normal; 
	letter-spacing: -.03em; 
}

#primary img {
	float: right; 
	margin: 1em 0 1em 1em;
}

/* Footer styling */
#footer {
	border-top: 1px solid #595959; 
}

#footer .block {
	display: none;
}

#footer .credit-copyright {
	font-size: .7em;
	font-style: italic;
	line-height: 1.6;
	margin-top: 2em;
	text-align: right;
}

#footer .credit-text,
#footer .credit-logo {
	display: block;
	margin-bottom: 1em;
}

#footer .credit-logo {
	float: right;
	display: block;
}

#footer .credit-logo a {
	display: block;
	height: 0 !important;
	overflow: hidden !important;
	padding-top: 43px; /* height of your credit logo */
	width: 178px; /* width of your credit logo */
} 