/*
Theme Name: Teaching4Inclusion (Print Version)
Version: 1.0
Author: Media Realm Dev Team
Author URL: http://mediarealm.com.au/
*/

body {
    -webkit-print-color-adjust: exact;
    
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 1em;
}

.maxwidth {
	max-width: 100%;
}



/* ------------------------ */
/* ----------------- HEADER */

header {
	width: 100%;
	font-size: 1em;
	
	background-color: #1a5b81;
	border-bottom: 6px solid #1e76ab;
	
	background-image: url('bg_header.jpg');
    background-repeat: repeat-x;
    height: 100px;
}
header nav#mainnav ul li {
	display: none;
}
header nav#mainnav ul li:first-child {
    display: block;
    padding: 20px;
}







/* ------------------------ */
/* --------------- HOMEPAGE */
div.homepagefocus {
    display: none;
}






/* ------------------------ */
/* --------- CONTENT HEADER */

h1.contentheader {
    display: block;
    width: 100%;
    min-height: 120px;
    margin-bottom: 40px;
    padding: 20px 10px;
    
    text-align: center;
    color: #2b2b2b;
    font-size: 2.1em;
	font-weight: bold;
	
	border-bottom: 2px solid #111;
	
	height: 120px;
        padding: 0;
        line-height: 120px;
	
}


/* ------------------------ */
/* ---------------- CONTENT */
.row h2 {
    text-align: left;
    font-weight: bold;
    font-size: 1.4em;
    color: #2b2b2b;
    
    margin: 20px 10px 0 10px;
}
.row h2 span {
    color: #024f7e;
}

.row section {
    background-color: #FFF;
    padding: 0 20px 20px 20px;
    margin: 0;
    
    float: none;
    
    font-weight: 200;
}
.row section h3,
.row section h4,
.row section h5,
.row section h6 {
    font-weight: 600;
    font-size: 1em;
    margin: 20px 0 0 0;
}
.row section ul {
    margin: 0 0 10px 2em;
    list-style-type: disc;
}

.row section ul.checklist {
    list-style-type: none;
    list-style-image: url('icon_checkbox.jpg');
    line-height: 2em;
}
.row section ul.checklist li {
    padding-left: 10px;
}


table.formoptions {
    width: 100%;
}
table.formoptions td:first-child {
    min-width: 150px;
}
table.formoptions input {
    font-size: 1em;
    width: 70%;
    min-width: 200px;
}




.row section div.bottombtn {
    display: none;
}






p {
	margin: 0.5em 0 0.5em 0;
	line-height: 1.6em;
}
a {
	color: #1F32A9;
	text-decoration: none;
	border-bottom: 1px solid #3B6DA6;
}
p a,
ul li a {
	color: #1F32A9;
}
a img {
	border: none;
}
b,
strong {
	font-weight: bold;
}
i,
em {
	font-style: italic;
}
u {
	text-decoration: none;
}
ol {
	list-style-type: decimal;
	margin-left: 2em;
}

small, .small {
	font-size: 0.8em;
}


/* ------------------------ */
/* ----------------- FOOTER */
footer {
	width: 100%;
	
	padding: 1em;
	color: #000;
	
	border-top: 1px solid #111;
}

footer a {
	color: #000;
	border-bottom: none;
}
