/* CUSTOM CSS FILE FOR PRINT
 *
 * Author: Jonathan Dietz
 * Author: Tom Tenoever
 * Creation Date: 08/11/09
 * Last Modified: 08/11/09
 *
 */

#contentWrap {display:inherit;}

#headerWrap,
#mainMenu,
#left,
#right,
#featuredTop,
#featuredBottom,
#buckets,
#advertContent,
.articleShare,
#footer .nav,
#footer .associatedCities,
a.recommend,
#sdca-comment,
.articleShare {display:none;}

/*Format the page for printing*/
#center.leftCol, 
#center.rightCol, 
#center.rightCol.leftCol,
#center.equalHeight1,
#contentWrap,
.itemWrap {
	background:white;
	color:black;
	border:0;
	float:none !important;
	font-size:12pt;
	margin:0 auto;
	overflow:visible;
	overflow-y:visible;
	padding:0;
	position:relative;
	text-align:left;
	width:100%;
	}

/*Make text-links more visible on printed page*/
a:link, a:visited {
	background:transparent;
	text-decoration:underline;
	}

/*Insert the URLs of the links after each one...*/
a:link:after, 
a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

a[href^="/"]:after {
   content: " (http://www.sandiego.com" attr(href) ") ";
   }

/*...except for these*/
h1 a:link:after, 
h1 a:visited:after,
h2 a:link:after, 
h2 a:visited:after,
.bioBox a:link:after, 
.bioBox a:visited:after,
.itemWrap a:link:after, 
.itemWrap a:visited:after,
.navSection a:link:after,
.navSection a:visited:after {display:none;}