/* 
print styles
Colorado Encyclopedia 
Greg Vogl 2017-02-06
*/

@media print {

/* hide navigational elements */
#prototype,
.region-header,
#main-menu,
#block-menu-menu-top-menu,
.block-tb-megamenu, 
#block-search-form, 
#google_translate_element,
.horizontal-tabs ul.horizontal-tabs-list,
ol.flex-control-paging,
.comment_forbidden,
#comments h2.title.comment-form,
#comments_form,
.addtoany_list,
#toc,
#rv,
.field-name-field-article-geo,
.field-name-field-keywords,
#block-views-related-articles-block,
#footer-wrapper { display: none; }

/* fix colors */
.region-header, .region-header a, #header, #page-wrapper { background-color: #ffffff !important; }
#name-and-slogan, #name-and-slogan a { color: #0073bd; }
/*
body:not(.page-node-401) #logo img { 
filter: brightness(0); 
-o-filter: brightness(0); 
-ms-filter: brightness(0); 
-moz-filter: brightness(0); 
-webkit-filter: brightness(0); 
}
*/

/* reset font sizes */
#content { font-size: 1em; }
#content .node-encyclopedia-article > .content { font-size: 1em; }

/* fix layout */
html, body, #header, #page, #page-wrapper, #main-wrapper, #main { 
	width: auto !important; min-width: 0 !important; max-width: none !important;
	height: auto !important; min-height: 0 !important; max-height: none !important;
}
#comments h2.title { display: block; }
#logo { float: none !important; }
p { margin: 0 !important; }

}
