@media only print {

* {
	text-shadow:none;
	box-shadow:none;
	font-weight:bold;
}

html, body {
	background: transparent none;
}

#content {
		float:left;
	position:relative;
width: 960px;
	top: 0;
	padding: 10px;
}

#left, #left .post {
	float:left;
	position:relative;
	width: 960px;
	display:block;
	margin:0;
}

#left h1 {
		float:left;
	position:relative;
	width: 960px;
	text-shadow:none;
	margin:none;
}


.entry-utility {
	display:none
}



#sharebox {
	display:none
}

#sharebox .float {
	display:none
}

.float {
	display:none
}

#menu {
	display:none
}

#footer {
	display:none
}

#right {
	display:none
}

#topo {
	display:none
}

#menu form input.text {
	display:none
}

#header {
	display:none
}

#left p.breadcrumb {
	display:none
}

#breadcrumb {
	display:none
}


#header {
	display:none
}

#crumbs {
	display:none
}

#nav, #sidebar {
	display: none;
}

#content {
	float:left;
	position:relative;
	width: 100%;
	margin: 0;
}

body {
	background: white;
}

#content {
	background: transparent;
}

#author {
	color: #111;
}

a:link:after {
	content: " (" attr(href) ") ";
}

a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #06c;
}

p {
	font-size: 12pt;
}

body {
	font-family: Georgia, ‘Times New Roman’, serif;
}

#comments {
	page-break-before: always;
}

#printMsg {
	display: block;
}

}