/* Styles for Top Level Yale Blue Site Pages
Web Services, ITS, Yale University
CSS styles by Victor Velt <victor.velt@yale.edu>
10-12-06, version 4 (VV)
--------------------------------------------------------------- */

/* Print Styles
--------------------------------------------------------------- */

body { 
text-align: left;
background-color: #fff;
color: #000;
padding: 20px;
}

#topper { /* turns off top title & search bar */
display: none;
}

#my-wrapper { display: none; } /* turns off Magic-Y  */

#masthead h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
height: auto;
line-height: normal;
text-indent: 0;
}

#header h1 {

/*
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
font-weight: bold;
line-height: normal;
margin: 0;
height: auto;
text-indent: 0;
padding: 8px 0;
border-bottom: 2px solid #666;
margin-bottom: 4px;
*/

font-size: 0;
line-height: 0;
text-indent: -5000px;
padding: 0;
border: none;
}

#footer {
margin: 0;
width: auto;
padding-top: 10px;
border: none;
background-color: #fff;
background-image: none;
border-top: 2px solid #666;
}

#footer p {
display: none
}

#footer img#logo-screen {  /* switch Yale logos for printing */
display: none;
}

#footer img#logo-print { 
display: block;
border: none;
float: none;
margin-left: 0;
margin-top: 0;
position: absolute;
top: 12px;
left: 14px;
}



/* Styles for printing hyperlinks in Content area
-------------------------------------------------- */
#content a:link, #content a:visited {
text-decoration: underline;
}

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

/* 
#col1, a:after #col1 a:link:after, #col1 a:visited:after {
content: "";  /* turns off URLs for printing */
}
*/
