/*
 * Add all the print stykes for FNS.gov 
 * below this comment.
*/


/* declare how the overall print style should look like */ 
body {
	font-family: "Georgia", Times New Roman, Serif;
	color: #000;
	background: #fff;
	font-size: 12pt; 
}

/* Removing print button */
.print_btn{display:none;}
 
/* make sure all a links have list style rules applied to it */
* a {
	color: #000;
	text-decoration: none;
}

/*Make Links Stand Out from Regular Text*/
a:link { font-weight: bold; text-decoration: underline; color: #06c; } 

/* add this if you would like to display actual url text after all "a" tags */
/*
a:after{
	content: " ("attr(href)") ";
	font-size: 10pt;
}
*/

/* Hide This we don't think we will need for the print style */ 
.block-search-form,#block-menu-menu-user-menu-global-search-,#zone-footer,#region-menu,
article.node-article .field-name-field-addthis,#region-preface-second,#region-sidebar-first, #region-sidebar-second,
#toolbar div.toolbar-menu,article #FNS-workflow-moderation-state
{display:none;}

/* remove border around all zone's */
#zone-postscript, #zone-prepostscript, #zone-preface, #zone-footer {
border:none;
}

/* Let's center our logo */
.logo-img {
position: relative;
left:0px;
}

/* Just adding few twicks for better format*/
#google-appliance-block-form,#social-media,#block-menu-menu-help-menu ,#menu-secondary-navigation{display: none;}
.breadcrumb,#page-title{display:block; clear:both;}


/* With the navigation and sidebar removed, our content is now spread across the page. 
This makes the print style sheet look more like an ordinary document, instead of a paper version of the website.*/
.container-16 .grid-10 {
width:auto;
margin:0;
padding:0;
}

