/* print.css */
body {
	line-height: 1.5;
	font-family: lucida grande,tahoma,verdana,arial,sans-serif;
	color: #000;
	background: none;
	font-size: 10pt;
}

.container {
	background: none;
}

a img {
	border: none;
}

.quiet {
	color: #999;
}

a:link, a:visited {
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
}

/* hide this stuff */
#header-right, .sm-nav-bar, .tabs, .sm-profile-pic, #sm-footer-links, #zenbox_tab {
	display: none !important;
}

hr {
    border-top: 1px solid #BBBBBB;
    height: 1px !important;
}

.sm-gradient-box {
    width: 109px;
}

.sm-connections-widget img, .sm-connections-in-common-widget img {
	padding: 5px;
}

nav {
	border-bottom: 1px solid #BBBBBB;
    height: 57px;
    margin-bottom: 17px;
}
