/*
Theme Name:     ANU VC Courses Print Theme
Theme URI:      
Description:    
Author:         
Author URI:     
Template:       anu
Version:        0.1.0
*/

/* Print Style Sheet */
body { font-size: 120% !important; }

#body, #content, .doublewide, .expand-container .content { float: none; }

.content {display:block !important; 
}

a:visited:after {
  content: " <" attr(href) "> ";
  font-size: 80%;
}

img {
max-width: 600px;
float: auto;
}

h3 {
	margin-top:0px;
	margin-bottom: 0px !important;
	page-break-after: avoid;
}

p.small {
	font-size: 80%;
	padding-left: 80px;
	line-height: 120%;
	margin-top:0px;
	margin-bottom: 0px !important;
}

h2 {font-weight: bold; margin-top: 40px;}

.bdr-top-solid {
	border-top: solid 1px #cccccc
}

.doublewide {
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
	width: 100% !important;
	display: block !important;
	float: none !important;
}

@page {
margin-left: 1.75cm;
margin-right: 1.75cm;
margin-top: 2cm;
margin-bottom: 2cm;
}



html {
	margin-top: 0px !important;
}

.page-break	{ display: block; page-break-before: always; }

.keep-together {page-break-inside: avoid;}

.keep-together {page-break-after: avoid;}
 
@page {
  @bottom-right {
    content: counter(page) " of " counter(pages);
  }
}

#weekly-content a:link:after,
#weekly-content a:visited:after {
  content: " <" attr(href) "> ";
  font-size: 80%;
}

iframe, .bnr-line-2 {
  display: none;
}

.subhead {
	font-weight: bold;
	font-size: 120%;
}