/*
------------------------------------------------------------
 Module:
 	/styles/print.css

 Description:
	Style rules for print pages

 Last Updated:
 	dean matsueda, bsr | 200906
------------------------------------------------------------ */


/* set-up the print page
------------------------------------------------------------ */
@import url("reset.css");
@import url("structure.css");
@import url("typography.css");
@import url("details.css");


/* hide these elements
------------------------------------------------------------ */
.hide, .hide-print, #login-bar, #main-nav, #home-banner, #breadcrumbs p, .conference-branding {
	display: none;
}


/* columns for print
------------------------------------------------------------ */
.faux-columns {
	float: left;
}

.one-fifth, .two-fifths, .three-fifths, .four-fifths {
	margin-right: 40px;
}

.one-fifth {
	width: 20%;
}

.two-fifths {
	width: 40%;
}

.three-fifths {
	width: 60%;
}

.four-fifths {
	width: 80%;
}

/*
.two-fifths {
	width: 360px;
}

.three-fifths {
	width: 560px;
}

.four-fifths {
	width: 760px;
} */

.no-right-margin {
	margin-right: 0;
}

.conference-branding {
	width: 100%;
}

.conference-content {
	width: 100%;
}

.insight-web {
	width: 70%;
}




/* links
------------------------------------------------------------ */
#main-content a[href^="/"]:after {
	content: " (http://www.bsr.org" attr(href) ") ";
}





/* tweaks
------------------------------------------------------------ */
#header {
	border: none;
}

.header img {
	margin-bottom: 1.75em;
}

img a {
	border: none;
}



/* insight articles
------------------------------------------------------------ */
.left {
	float: left;
	margin-right: 0.5em;
	width: auto;
}

