/*
THIS CSS IS PART OF THE BLUEPRINT THEMES PRINT.CSS FILE AND NEEDS TO BE TAKEN INTO CONSIDERATION   

body {line-height:1.5; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}

*/

/* ########## Printing CSS for the Drupal "nursing" theme ########## */

/* "Stolen" and modified css from screen stylesheets */
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
h1                { font-size:1.7em; line-height:1; margin-bottom:0.5em; margin-top: 0em; }
h2                { font-size:1.4em; margin-bottom:0.75em; }
h3                { font-size:1.3em; line-height:1; margin-bottom:1em; }
h4                { font-size:1.15em; line-height:1.25; margin-bottom:1.25em; }
h5                { font-size:1em; font-weight:bold; margin-bottom:1.5em; }
h6                { font-size:1em; font-weight:bold; }
li ul,li ol       { margin: 0; }
ul,ol             { margin: 0 1.5em 1.5em 0; padding-left: 2em; }
ul                { list-style-type: disc; }
ol                { list-style-type: decimal; }
a:link            { color: #0066B3; }

/* General */
body                                  { font-family: 'Times New Roman'; font-size: 12pt; margin: 0; padding: 0; width: 100%; line-height:1.5; }
#body-content > .panel-display        { border-top: 1px solid #CCC; padding-top: .5em; margin-top: .5em;}
a:link:after, a:visited:after         { content: ""; font-size: 1em;}
a:link, a:visited, a:active           { color: #0066B3; font-weight: normal;}
table                                 { border-collapse: separate; border: 0; }
h2 a:link, h2 a:visited, h2 a:active  { text-decoration: none; }
td                                    { padding: 0em; margin: 0em; vertical-align: top;}
tr                                    { margin: 0; padding: 0; }
td ul, td ol                          { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; }
.clear-block                          { clear: both; }
.container, #content                  { width: 100%; float: none; }

/* start COLUMNS AND PANELS FIXES */
.portalTilesContainer .node-group-grid td       { border-left: 1px solid #CCC; padding: 0em 1em; vertical-align: top; width: 30%; }
.portalTilesContainer .node-group-grid td.col-1 { border-left: none; padding-left: 0; } 
/* 3-col fix (was to wide) */
.panel-3col .panel-panel                        { float: none; clear: both;} 
.panel-3col .panel-col-first, .panel-3col .panel-col, .panel-3col .panel-col-last { width: 100%; }
.panel-3col .panel-col-first .inside, .panel-3col .panel-col .inside, .panel-3col .panel-col-last .inside { margin-left: 0;}
.node-group-grid h2                             { font-size: 1.2em; }
/* Floating right panels, compatible ~2 browser versions back */
.son-panel-float-right .panel-col-right         { float: right; margin: 0px 0px 1em 1em; width: 33%; border-left: 1px solid #ccc; padding-left: 1em; margin-left: 1em; clear: none !important; }
.son-panel-float-right .panel-col-right h2      { margin-top: 0em; }
/* end COLUMNS AND PANELS FIXES */

/* Adding logo */
.logoAbsolute   { text-indent: -1000px; }
#logoPrint      { display: block; padding: 0em 0em 0em 2em; float: right;  }
#logoPrint img  { width: 23em; }
.tagline        { float: right; clear: right; font-family: sans-serif; font-size: 11pt; }

/* Removed elements */
#messages, #admin-menu, #wtext, #aptureD, #footerLeft, #footerCenter, #footerRight, #footerBG, #navg, #leftNav, #wsearch, .views-admin-links, .portalLinksRight, .block, .skip-content, .tabs, .dev-query
{ display: none !important; }

/* Edge case for when javascript show edit tabs */
.views-admin-links > .links { display: block; text-indent: -2000px;}

/* Adding footer text */
#footerMain:after     { content: 'Printed from http://nursing.washington.edu | © 2010 University of Washington'; }
