/* $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,
#container .breadcrumb,
#block-menu-menu-secondary-bottom {
	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;
}
/* tables (from ubc stylesheet) */
#primary table {
	margin-bottom: 1.5em;
	width:99%;
	border-left: 1px dotted #bfb28a;
	border-top: 1px dotted #bfb28a;
	margin-left: 1px;
}
#primary th { font-weight: bold; }
#primary thead th {
	background: #bfb28a;
	border-right: 1px dotted #fff;
	border-bottom: 0 none;
}
#primary th,
#primary td,
#primary caption {
	padding: 4px 10px 4px 5px;
}
#primary td,
#primary th {
	border-right: 1px dotted #bfb28a;
	border-bottom: 1px dotted #bfb28a;
	border-collapse: collapse;
}
#primary tr.even td {
	background: #dfd8c4;
}
#primary tfoot td {
	font-style: italic;
	font-size: .8em;
}
#primary caption {
	background: #efece2;
	border:1px dotted #bfb28a;
	margin-left: 0px;
	text-align: center;
}
#primary table caption {
	font-weight:normal;
}
#primary tr {
	border-collapse: separate;
	border: 0 none;
}
#primary table tr.odd {background: #fff;}
#primary table tr.even {background: #dfd8c4;}


/* 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 */
} 

.print-footer {display: none;}

#UbcHeaderWrapper, #admin-menu, .skip-to-links, #messages, ul.pager {
	display: none;
}

#comments .comment,
#comments .comment .content,
#preface,
#preface > div,
#primary .inside,
#primary .node,
#primary .node .content,
#content-pre-title,
#content-post-title,
#secondary,
#secondary > div,
#tertiary,
#tertiary > div,
#postscript,
#postscript > div,
#content,
#container,
#footer,
#closure,
#page {
	overflow: visible;
}

#container {
	width: auto;
	margin: 0 20px;
}
#header {display: none;}
#primary .inside {
	margin: 0 0;
	padding: 0 0;
}
#primary .fogs-custom-buttons,
#UbcUtilNavWrapper {display: none;}