/*
-----------------------------------------------
Selected Works Print Styles
File:		sw-print.css
Author: 	Samira Vijghen
Version:	17 December 2007

This file contains the stylesheet rules needed 
for printing the Selected Works pages.
----------------------------------------------- */

body {
	background: white;
	font:12px/16px Arial, Verdana, Helvetica, sans-serif;
	margin:0 3%;
	text-align:left;
	width: auto !important;
	color:black; 
        padding:0;}
	
#logo,
#nav, 
#sidebar-search,
#subscribe-box,
#sw-links,
#right p a,
.pdf a,
.external a,
.more a,
p.feed,
.nobullet,
.login,
.footer_links,
h5.pager,
.ex-nav a,
#info-box,
.openurl a,
.openurl2 a,
.Z3988 {
	display: none !important; }

h1, h1 a  {
	color:black;
	text-align:left;
	font-weight:normal;
	font:24px/28px Georgia, "Times New Roman", Times, serif; }

h3, 
table.article-list th,
#article-list h1  { 
	font:16px/18px Georgia, "Times New Roman", Times, serif;
        padding:0;
	padding-top:10px; 
	color:black;
	text-transform:uppercase;
	font-weight:bold; }

h4,
td a {
        font:12px/14px Georgia, "Times New Roman", Times, serif;
        color:#999; 
        font-weight:normal;
        padding:0;}
td a,
#footer a {
        padding-right:5px; 
        font-variant:small-caps;}
	
p, 
pre, 
td,
.doc,
.doc h5,
.doc .abstract { 
	padding:0; 
	text-align:left;
	font:12px/12px Arial, Verdana, Helvetica, sans-serif;
	width: auto !important; }
.doc { margin-bottom:10px; }

a { 
	font-size:12px; 
        font-weight:bold;
	text-decoration:none; }

#author-info,
#expertise,
#honors,
#courses  {
	margin: 10px 0;
	text-align:left; 
	width: auto !important; }

#expertise,
#honors,
#courses {
	border-top:1px solid #999;
	padding-bottom:15px;}

#wrap, 
#container,
#content, 
#right {
	width: auto !important;
	margin:0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
	text-align:left; }


#expertise h3,
#honors h3,
#courses h3,
#author-info img {
	float:left;
	margin:0;
	margin-right:10px;
	padding:0;} 

	#author-info h3,
	#author-info h4 {
			margin-left:175px;
			display:block;}
	
	#expertise h3,
	#honors h3,
	#courses h3 {
		padding-top:10px; }
	
#author-info ul,
#expertise ul,
#honors ul,
#courses ul {
        margin-left:175px; 
        display:block;  }

	#expertise li,
	#honors li,
	#courses li {
			margin-left:10px; }

#footer { 
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	margin-top:20px;
	width: auto !important; 
	padding:0; }

	#footer p,
	#footer a {
	        font-weight:normal;
		border-left: none; 
		text-align: center; 
	        font-size:11px; }

.clear { 
	height:10px;
	width:auto !important;
	clear:both; }