﻿/* 	Print Styles for School of Drama
	Web Services, ITS, Yale University
	CSS by Victor Velt <victor.velt@yale.edu>
	10-3-07, version 1 (VV)
--------------------------------------------------------------- */

#container, #outer-wrap, #inner-wrap { 
width: auto;
float: none;
}

#masthead, #tabnav, #tabnav-bottom, #scancol, #sidebar-menu {
display: none;
}

#tabs-admin-wrap {
display: none;
}

#print-header {
display: block;
padding-bottom: 5px;
border-bottom: 1px solid #666;
width: 800px;
}

#print-header img {
display: block;
}

#content {
float: none;
margin: 0;
padding: 0;
width: auto;
}

#sidebar {
float: none;
width: auto;
margin: 0;
padding: 0;
padding-bottom: 10px;
}

.col-padding-1, .col-padding-2 {
margin: 0;
padding: 0;
}

h2.side-menu {
margin-top: 1.2em;
}

#sidebar img {
float: right;
margin-top: 1.2em;
margin-bottom: 30px;
}

#sidebar p.side-caption {
width: 250px;
}

a#screen-logo, #footer-logo1 img {
display: none;
float: none;
}

#footer {
clear: both;
margin-top: 30px;
border-top: 1px solid #666;
padding-top: 5px;
}

h3#print-footer {
display: block;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
line-height: 1.2em;
font-size: 18px;
}

h3#print-footer span {
padding-left: 20px;
font-size: 12px;
}

#footer p {
float: none;
margin: 1em 0;
}

#footer span#footer-pageurl {
display: block;
margin-top: 0;
}

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

a#top:after {
content: "";	/* turns off URLs for printing */
}


