/*should be targeted to specific areas rather than all; ie, widget titles dont need them*/
/*
a:after {
	content: " ("attr(href)") ";
	font-size: .8em;
}
*/

* ul{
	margin:0px;
	padding:0px;
}

body{
	background:none;
}

.alt-v .no-bg li a:after{
	content: " ("attr(href)") ";
	font-size: .8em;
}

#bg-img{
	background:none;
}

	#btm-container-bgimg{
		background:none;
	}

#center-hdr {
	display:none;
	background:url("../assets/testing-hdr-bg.png") no-repeat scroll 0 0 #999;
	height:125px;
}

#topic-nav-bar ul#topics{
	width:637px;
}

#apply, #apply:visited {
	background:none;
	padding-top:0px;
	height:36px;
	line-height:36px;
}

#topic-nav-bar div.search{
	display:none;
}

/*#lft-nav{
	display:none;
}*/

#user-content ul, #user-content ol {
	margin:0px;
	padding:0px;
}

div.bodyCopy a:after {
	content: " ("attr(href)") ";
	font-size: .8em;
}

									div#mrktin-bnr-nav{
										display:none;
									}
									
#ftr-cleared {
	display:none;
}
									/*only does partial border since faux background
									#center-cnt div.cols-3 div.cols-3_top div{
										border-right:1px solid #000;
										width:279px;
									}
									
									div.cols-4 div {
										border-right:1px solid #000;
										width:199px;
									}*/

/*http://www.onextrapixel.com/2009/05/05/how-to-create-a-simple-print-css-for-your-site/comment-page-1/#comment-8312
a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
3	a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
4	a[href^="http://"] {color:#000;}

Give a Page Break
For example, your user only want to print the content but not the comments in a single post view. What you can do is by declaring page-break-before: always; in the CSS, it will push that section to a new page.
#comments {page-break-before: always;}
*/


/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css 
body {line-height:1.5;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
img {float:left;margin:1.5em 1.5em 1.5em 0;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
a:link:after, a:visited:after {content:" (" attr(href) ") ";font-size:90%;}*/