﻿/*---------------------+
 | Site: Check `n Go   |
 | Part: Print styles  |
 +---------------------*/


/* Hide unnecessary elements
=====================================================================*/
#admin, 
#credit, 
#content-secondary, 
#content-tertiary, 
* html #content-tertiary, 
#footer li a, 
#highlights-secondary, 
#logo, 
#nav {
	display: none !important;
}


/* Basics
======================================================================*/
body { background: none; padding: 2em 6em; border: 0; }
ul { list-style: square; margin-left: 2em; }
ul li { background: none; padding: 0; }


/* Core layout
======================================================================*/
#content, 
#content-primary, 
#header, 
#header-content, 
#highlights, 
#highlights-primary, 
.home #content, 
.home #content-primary-secondary, 
.home #content-primary, 
.home #content-secondary, 
#page, 
* html #page {
	background: none;
	border: 0;
	float: none;
	max-width: 100%;
	min-width: 0;
	padding: 0;
	width: 100%;
}

#highlights { border-bottom: 1px solid #ddd; padding-bottom: 1em; }
#footer { background: none; border-top: 1px solid #ddd; }
#header { margin-bottom: 4em; }


/* Content
======================================================================*/
/*--- Footnotes ---*/
#footnotes li { background: none; }

/*--- Footer ---*/
#footer li { border: 0; }

/*--- Header ---*/
#logo-print { display: block; }

