/*----------------------------------+
 | Site: E.L. Johnson CaseTracker   |
 | Part: Print styles               |
 +----------------------------------*/


/* Hide unnecessary elements
======================================================================*/
  .nav-content, .quicklinks, #breadcrumbs, #header-content-right, #logo, #nav, #nav-secondary, #profile  { display: none; }


/* Basics
body { margin: 0em; padding: 2em; }
======================================================================*/
h1 { background: none; }
ul { list-style-type: square; margin-left: 2em; }
ul li { background: none; padding: 0; }


/* Core layout
======================================================================*/
#content,
#content-primary,
#footer,
#header,
#header-content,
#nav,
#header-secondary,
#header-secondary-content
 {
	background: none;
	float: none;
    max-width: 100%;	
	padding: 0;
	width: 100%;
}

* html #content,
* html #content-primary,
* html #footer,
* html #header,
* html #header-content,
* html #nav,
* html #header-secondary,
* html #header-secondary-content
{
	background: none;
	float: none;
    max-width: 100%;	
	overflow:  visible;
	padding: 0;
	width: 100%;

}

#footer, #header { border: 0; padding-bottom: 1em; }
#content {padding-top: 1.5em;}


/* Content
======================================================================*/

h3 .change  {display: none;}

/*--- Checkbox ---*/
.check {display: none;}

/*--- Footer ---*/
#footer { font-size: 0.7em; }
#footer, #footer a, #footer strong { color: #666; text-decoration: none; }

	/* Credit */
	#credit { float: none; margin: 0; }
	#credit a:after { content: " (" attr(href) ")"; }

/*--- Header ---*/
#logo-print { display: block; margin:0; padding:0; }

/*
#nav ul li {display: none;}
#nav ul {list-style: none;}
#nav ul li.current{ display:block;}
#nav li.current a {color : #000; font-size: 1.33em; font-weight: bold; padding: 0;text-decoration: underline;}
*/

/*--- Introduction ---*/
#intro h1 { background: none; }
#intro, #intro a, #intro h1, #intro strong { color: #000; }

