/* UNIVERSITY OF MINNESOTA WEB TEMPLATE PRINT STYLESHEET */
/* FEBRUARY 2010 : UNIVERSITY RELATIONS*/
/* v3.090219  */

html {background-color:#FFFFFF;color:#000000;}

body.center {background : #FFFFFF; background-color : #FFFFFF; font-family: Times, serif; font-size: 12pt; color:black; width: 7in;}

/* Styles set to display:none */

.main_head { display: none;}
#main_head {display: none;}

#campus_links, #search_area, #logo_uofm, #header, #header_sub, #main_nav_2, #main_nav_3, #unit_footer1, #unit_footer2, #footer_right, #main_head, .main_head, .breadcrumbs {display: none;}

#mwp #templatecontainer #bg273 #maincontent #flvplayer {display: none;}

#maincontent .breadcrumb {display: none;}
	
#unit_footer {	display: none;}

#rightlinkdiv, #moreinfo { display: none;}
	
/* Positioning wordmark and unit contact information */
.leftprint { display: block; }

.rightprint {
	display: block;
	text-align: right;
	padding-bottom: 10px;
	
}

/* Cover template background image with a white background */

#bg, #bg264, #bg273, #bg354 {
	border-top:2px solid #ddd;
	float: none;
}

/* Set width of grids for print */

.container_12 { border-bottom: none; background-color: #FFFFFF; background-image:none; width:auto;}
.container_12 .grid_5 { width: auto; text-align:left;}
.container_12 .grid_6 { width: auto; text-align:left;}
.container_12 .grid_7 { width: auto; text-align:left;}

/* next one also fixes float flub: */
.container_12 .grid_3 {
	width: auto;
	float: none;
}
.container_12 .grid_4 { width: auto;}

.grid_3 { width: auto;}

/* Set style for footer */

#footer_inner { padding:5px 0 0 0; font-size: 0.87em; width:700px; background: #FFFFFF;}

/* Fix float flub in which only one page of floated text prints*/

#maincontent { float: none }

#rightcontent {
	overflow: visible;
	float: none;
}


#maincontent p.breadcrumb {
	width: auto;
	float: none;
}

#templatecontainer {
	width: auto;
}

/*To make links print the URL*/

.container_12 a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
.container_12 a[href^="/"]:after {
   content: " (http://www.writing.com" attr(href) ") ";
   }
