@charset "utf-8";
/* CSS Document */

/* CSS Document for Print */

@import url(//fonts.googleapis.com/css?family=Open+Sans);

body {
	font-size: 14px; font-family: Open Sans, Geneva, sans-serif;
	color: #000;
	background-color: #fff;
	border: none;
	margin: 0; padding: 0;
	}
	
#page {
	margin: .5cm;
	border: 0;
	}
	
a, a:visited {
	color: inherit;
	text-decoration: none;
	}

a::after, a:visited::after {
	content: ' (' attr(href) ')';
	font-style: italic;
	word-wrap: break-word;
	}	
		
blockquote.factsheets {
	margin-left:30px; margin-right:40px;
	}
	
p {
	margin: 0 0 1em 0;
	font-size: .9em;
	}
	
ul li { font-size: .9em;	}

.headlinegray {	font-size: 14pt; font-weight:600; color: #44333e; }

.subheadlineblue {
	font-size: 12pt;
	font-weight:bold;
	color: #000;
}

.subheadlineredunderline { font-size: 12pt; font-weight:bold; color: #000; }

.subheadlinegold { font-size: 10.5pt;	font-weight:bold; color: #000;}

	
.smalltext { font-size: .8em; }


nav {
	display: none;
	}
	
	
header {
	height: 125px;
	}
	
header .title {
	font-family: Times New Roman, serif;
	font-size: 2.8em;
	}

header .title-right {
	font-family: Times New Roman, serif;
	font-size: 3.6em;
	}
	
	header .left {
	display: inline;
	float: left;
	}
	
	header .left::after {
	content:'http://learnaboutmarijuanawa.org';
	display: inline-block;
	font-style: italic;
	font-size: .8em;
		}
	
header .right img{
	padding-left: 30px;
	padding-top: 20px;
	display: inline;
	float: left;
	width: 150px;
		}
		
header .right::after {
	content:'http://adai.uw.edu';
	display: inline-block;
	padding-left: 62px;
	font-style: italic;
	font-size: .8em;
		}

header .subtitle {
	font-family: Arial, sans-serif;
	font-size: 1.4em;
	margin-left: 0px;
	}	
	
header a.logo span {
	display: none;
	}
	
/*header .subtitle::after {
	content: 'Alcohol & Drug Abuse Institute, University of Washington (http://adai.uw.edu)';
	display: inline-block;
	font-style: normal;
	font-size: .7em;
	margin-top: 8px;
		}*/


section.main {
	margin: 8px;
	
	}

section.main img {
		float: left;
		padding: 5px;
		}
	
section.main img.floatright {
	float: right;
	}

section.main feature {
	clear: both;
	background-color: #e1e1e1;
	width: 100%;
	margin: 5px 0px;
	padding: 8px 5px;
	display: block;
	}

.logos {
		display: none;
		}

.factsheeticons {
	display: none;
	}
	
	
	footer {
	border-top: 1px solid #ccc;
	min-height: 200px;
	padding: 30px 0;
	background: #fff;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: .78em;
	text-align: center;
	}
	

	
	
footer::after {
	content:'This page was printed from http://learnaboutmarijuanawa.org. © 2016 ADAI UW';
	display: block;
	margin-top: 30px;
	font-weight: bold;
	font-size: 1.2em;
	}