/*
	Styling for ItAllAddsUp.gov - PRINTABLE!
	
	This file includes all print styline
*/

#container {	/* use min-max.js to allow IE to understand max-width, min-width */
	width: auto;
}

/* ------------------------------------------------------- HEADER */
	
#header {
	background-image: url(/img/full_logo.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	/*border-bottom: 1px solid #8ea9e0;*/
	height: 70px;
}

#search {	/* search form in the #header */
		display: none;
	}
	
/* ------------------------------------------------------- NAVIGATION */
/* Turns off all site navigation	*/
	
#sidebar {
	display: none;
}

#ed_nav {
	display: none;
}

#history_nav {
	display: none;
}

p#top p {
	display: none;
}

/* ------------------------------------------------------- CONTENT BLOCK */
	
#content {
	width: 100%;
	margin-left: 0;
	margin-top: -75px;
	float: left;
	color: black;
}

/* ------------------------------------------------------- Right Side */

#rightside {
	display: none;
}

#success_story {
	display: none;
}


/* ------------------------------------------------------- FOOTER */

#footer {
	display: none;

	/*	position: fixed; top: 1000px; left: 0; width: 100%; height: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid;
	margin-bottom: 10px;*/
}

/* --------------------------------------------------------- LINKS */
/* Appends links to end of instance in the page. Removes mailto tags 
and makes relative links absolute links*/
a:link, a:visited {
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
	
#content a:link:after, #content a:visited:after {
   /*content: ""*/
	content: "-" attr(href);
   font-size: 100%;
   }

#content a[href^="/"]:after {
	/*content: "":*/
	content: "-http://www.italladdsup.gov" attr(href);
   }

#content a[href^="#"]:after {
   content: "";
   }
	
#content a[href^="mailto"]:after {
   content: "";
   }
