/*
Title:		Master stylesheet for print media
Author:		D2 Media, reinvent@d2media.com
Updated:	March 10, 2006
Notes:		None
----------------------------------------------- */


/* Imported Styles
----------------------------------------------- */
@import url(http://www.nxtbook.com/assets/styles/typography.css);
@import url(http://www.nxtbook.com/assets/styles/forms.css);
@import url(http://www.nxtbook.com/assets/styles/sIFR-print.css);


/* =HIDE DIVS
----------------------------------------------- */

#search, #navPrimary, #sidebar, #sectionTitle, .hide {
	display: none;
}


/* =RESTYLE LINKS
----------------------------------------------- */

a:link,
a:visited {
	color: #000;
	text-decoration: none;
}
a:link:after,
a:visited:after {
	font-style: italic;
	content: " ["attr(href)"] ";
}


/* =OVERRIDE LINK RESTYLING
----------------------------------------------- */

#header a:link:after,
#header a:visited:after {
	content: "";
}


/* =MAIN DIVS
----------------------------------------------- */

#logo {
	border-bottom: 1px solid #CCC;
	font-size: 2em;
	margin: 0 0 1em 0;
	padding: 0 0 10px 0;
}


/* =MAIN DIV CONTENT
----------------------------------------------- */

#header img {
	border: 0;
}

