/* ---------- Print stylesheet for OFLC website ---------- */

body {
	background: #fff;
	font-size: 62.5%;
	font-size: 80%;
	}

#container {
	font-size: 90% !important;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: #000;
	background: transparent none;
	}

/* ----- page structure ----- */

a.hiddenStructure {
	display: none;
	}
	
#logo img {
	border: none;
	margin: 0 0 10px 0;
	}	

#search {
	display: none;
	}
	
#main-nav {
	display: none;
	}	
	
#subnav ul {
	display: none;
	}
	
p.superfooter {
	border-top: 1px solid #000;
	padding: 10px 0 0 0;
	}

p.superfooter a  {
	display: none;
	}
	
p.superfooter  {
	color: #fff;
	}	
	
p.superfooter span.allrights  {
	color: #000;
	}			
	
#footer  {
	display: none;
	}
	
/* ----- links ----- */	

a {
	color: #000;
	text-decoration: none;
	}
	
a.readmore {
	color: #1890c0;
	text-decoration: underline;
	padding: 0 12px 0 0;
	}			
	
/* ----- typography ------ */	

#subnav h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1890C0;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 11px 0;
	text-transform: none;
	}	

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #709302;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 9px 0 11px 0;
	text-transform: uppercase;
	}	
		
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 10px 0 10px 0;
	}
	
h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #709302;
	margin: 0;
	padding: 5px 0 5px 0;
	}			

p {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
	}	

p.warning {
	border: 1px solid red;
	padding: 10px;
	}	
	
p.updated {
	color: #ccc;
	clear: both;
	}
	
p.top {
	display: none;
	}
	
p.author {
	font-style: italic;
	}		
	
ul {
	margin: 0 0 10px 20px;
	padding: 0;
	clear: both;
	}
	
ul li, 
ol li {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	}	
	
ul li ul li, 
ul li ol li, 
ol li ol li, 
ol li ul li, 
ul li ul li p, 
ul li ol li p, 
ol li ol li p, 
ol li ul li p {
	font-size: 100%;
	}					
	
/* ----- content floated images with borders ----- */	
	
img.img-float-left {
	padding: 2px;
	border: 1px solid #709302;
	margin: 0 10px 10px 0;
	float: left;
	}
	
img.img-float-right {
	padding: 2px;
	border: 1px solid #709302;
	margin: 0 0 10px 10px;
	float: right;
	}	
	
#home-section img.img-float-left {
	padding: 2px;
	border: 1px solid #709302;
	margin: 0 10px 10px 0;
	float: left;
	}
	
/* ----- content floated images without borders ----- */	
	
img.img-float-left-noborder {
	padding: 2px;
	margin: 0 10px 10px 0;
	float: left;
	}
	
img.img-float-right-noborder {
	padding: 2px;
	margin: 0 0 10px 10px;
	float: right;
	}	
	
/* ----- content blocks ----- */

.info-box, 
.info-box-first {
	clear: both;
	margin: 0 0 10px 0;
	}
	
/* ----- tables  ----- */	

table {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 10px 0;
	}
	
table caption {
	display: none;
	}	
	
table th {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	}
	
table td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	font-size: 1.2em;
	}	
	
table td p {
	font-size: 100%;
	}	
	
table td.top {
	display: none;
	}		
	
	
/* ----- homepage ----- */

.info-box a.anchor-links {
	display: none;
	}	
	
#home-section p.date {
	margin: 0;
	padding: 0;
	}
	
h2.home-odd img {
	display: none;
	}	
						
