/* Print Style Sheet */

@media print {

body { 
color:#1c1c1c;
font-size:12px;
line-height:1.7em;
font-family: Arial, Helvetica, Sans-Serif;
background:white; 
}

* {margin:0;padding:0;}
ul {list-style:none;padding:0;margin:0;}
li {}
ol {}
p {margin:8px 0;}
blockquote {margin:8px 6px 0 6px;padding:0 6px 6px 6px;font-size:11px;border:1px solid #dddddd;background:#F1EFE7;}
br {margin:8px 0;}

a {color:#47548F;text-decoration:none;font-weight:normal;}
img {margin:0px 0;padding:2px;border:1px solid #cccccc;}
a img {padding:2px;border:1px solid #cccccc;}

h1 {font-size: 22px;text-decoration:none;font-weight:bold;}
h2 {font-size: 20px;text-decoration:none;font-weight:bold;}
h3 {font-size: 18px;text-decoration:none;font-weight:bold;}
h4 {font-size: 17px;text-decoration:none;font-weight:bold;}
h5 {font-size: 15px;text-decoration:none;font-weight:bold;}
h6 {font-size: 14px;text-decoration:none;font-weight:bold;}


#header {
display:block;
}
	#top {display:block;height:36px;}
	.RSS {display:none;}
	.title {display:block;font-weight:500;line-height:36px;font-size:36px;text-align:center;}
	#bottom {display:none;}

#container, #content_wrapper {
display:block;
margin-top:50px;
}

#posts {
display:block;
}

.sociable, .comments, .related {
display:none;
}

.meta_single {
font-weight:bold;
padding-top:5px;
}

.meta_single a {
font-weight:bold;
}

#top_menu {
display:none;
}

#footer {
display:none;
}

}