/******************************************************************/

/* BASE PRINT.CSS

/******************************************************************/

/********************************************************************************************************************************************/
/*before this stylesheet can be used, we must add this line to aplication_new.html.erb and make sure print.css works properly with the asset packager		*/
/*<LINK rel="stylesheet" type"text/css" href="/themes/new/base/stylesheets/print.css" media="print">																																			*/
/********************************************************************************************************************************************/

/** { display: none; }*/

/*element-to-display { display: block; }*/




body, div#container_wrapper, div#header {
	background-image: none;
}

div#header div#user_nav, div#header div#nav, .comment_box, div#signin, div.pagination, #monster_header, #user_nav, #global_search, .full_article_print {
	display: none;
}

div#content {
	padding: 0px;
	clear:both;
}

div#content .column{
	float:none;
}

div#flash_container, div#footer, div#bg_bottom {
	display: none;
}

div#header div#header_logo div.site_main_logo {
	display:block;
}

div#content div#false, div.environment_flag {
	display: none;
}

div.leaderboard_ad, div.thumbs_rating, div#publishable_stats, p.category_crumbs, #publishable_stats_fb_top, #facebook-like {
	display: none;
}

div#content h1 {
	padding-bottom: 10px;
}

.author_box, .featured_author {
	display: none;
}

#print_view{width:635px;font-family: "Lucida Grande",Arial,Verdana,sans-serif; font-size: 12px;}
#print_header {float: left; vertical-align: middle;}
#print_header h2 {margin: 4px 0px;}
#print_header .author {font-weight: bold; margin-bottom: 6px;}
#logo {float: left; vertical-align: middle; margin-right: 30px;}
#content {clear: both; padding-top: 20px; border-top: 1px solid #cccccc;}
div.article_photo {float:left;margin: 10px 10px 10px 0; border: 1px solid #cccccc; padding:2px; width: auto;}
div.article_photo img {display: block;}
div.article_photo p {text-align: center; color: #cccccc; padding: 4px 0 2px 0; margin: 0; width: 380px;}
div.publish_date {font-weight:bold; padding:10px 0;}



		div#header div#header_logo div.site_main_logo {
			display:none !important;
		}		
		div#header_logo .print_site_name{
			display:block;
			font-size:24px;
			font-weight:bold;
		}

