html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent;-webkit-text-decoration-skip:objects}
a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:none;text-decoration:underline dotted}
dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}
img{border-style:none}svg:not(:root){overflow:hidden}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-input-placeholder{color:inherit;opacity:0.54}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
html,body{font-family:sans-serif;line-height:1.3}
html{height:100%;padding-bottom:1px;overflow-x:hidden}
h1,h2,h3,h4,h5,h6{font-family:Arial,sans-serif;font-weight:500;color:#444;margin:.5em 0 .7em}
h1{font-size:1.6em}h2{font-size:1.1em}h3{font-size:1.1em}h4{font-size:1em}h5{font-size:0.9em}h6{font-size:0.8em;font-weight:bold}
h2{border-left-style:solid;border-left-width:4px;border-left-color:#cc3;padding-left:10px;padding-top:1px;margin-top:2px;}
a{color:#456;text-decoration:none}
a:focus,a:hover{color:#039}
a:hover{text-decoration:underline}
p{font-size:0.8em;margin:0.4em 0 1.1em}
strong,dfn{font-weight:bold}
abbr[title]{text-decoration:none}
hr{padding: 0; border: none; border-top: medium double #ddd; color: #ddd; text-align: center;clear:both;}
ul,ol{margin:0 0 1.5em 6px}
ul{list-style-type:disc}
ol{list-style-type:decimal;margin-left:1.9em}
dl{margin:0 0 1.5em 0;line-height:1.6}
dt{font-size:0.8em;font-weight:bold}
dd{font-size:0.8em;margin-left:1.5em}
table{width:100%;border-collapse:collapse;border-spacing:0;margin-bottom:1.4em}
table,td,th{vertical-align:middle;border: 1px solid #DDD;font-size:0.9em;}
th,td{text-align:left;font-weight:normal;padding:4px 10px 4px 5px}
textarea{overflow:auto}
input.text,textarea,select{background:#fcfcfc;border:1px inset #AAA;margin:.5em 0;padding:4px 5px}
input.text:focus,textarea:focus,select:focus{background:#fffff5}
input.button{background:#DDD;border:1px outset #AAA;padding:4px 5px}
input.button:active{border-style:inset}
nav ul{list-style:none;display:inline;margin:0;float:right}
nav ul li{float:left}
.hidden{display:none}
.clearboth{clear:both}
.alignleft{float:left}
.alignright{float:right}
.alignbottom{position:absolute;bottom:0}
.spaceabove{padding-top:1.6em}
img.bordered,img.alignleft,img.alignright,img.aligncenter{background-color:#FFF;border:1px solid #DDD;padding:3px}
img.alignleft,img.left{margin:0 1.6em .8em 0}
img.alignright,img.right{margin:0 0 .8em 1.6em}
img.aligncenter,img.center{margin-bottom:.6em}
.eh-button{
	display:inline-block;
	outline:0;
	padding:4px 16px;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	white-space:nowrap;
	text-decoration:none;
	color:#000;
	background-color:#fff;
	border:1px solid #2196F3;
	border-radius:16px
}
.eh-button:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.eh-badge{background-color:#666;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center;border-radius:50%}
.formlist{position:relative;display:block;padding: 0.1em 2%}
.tooltip{position: relative;display: inline-block;margin: 0 5px}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 172px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 4px;
	font-size:0.85em;
	bottom: 110%;
	left: 50%;
	margin-left: -90px;
	position: absolute;
	z-index: 1;
}
.tooltip:hover .tooltiptext {visibility:visible}
.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 100%; /* At the bottom of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
.eh-hover-opacity:hover{opacity:0.60}
.eh-animate-zoom{animation:animatezoom 0.6s}
.eh-animate-opacity{animation:opac 0.8s}
.eh-modal{z-index:3;display:none;padding-top:7%;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.6);line-height:0.6em}
.eh-modal-content{margin:0 auto;background-color:#eee;position:relative;padding:1%;outline:0;width:525px}
img.eh-modal-content{display:block;border:1px #222;border-style: solid solid none solid; padding-bottom:2px} 
figcaption.eh-modal-content{ border:1px solid #222;border-style: none solid solid solid; padding-top:.6%;line-height:1.1em} 
#splash p{text-align:center;padding-top:26px}
#splash main{margin:80px 20px 50px;min-height:340px}
#splash header{padding: 12px 15% 2px}
#splash footer{border:0}
#wrapper{margin:0 auto;width:94%;max-width:920px}
header{padding-top:24px;padding-bottom:18px;border-bottom:1px solid #DDD;margin-bottom:0.4em;overflow:hidden}
#logo{float:left;border-right:1px solid #DDD;padding:4px 8.8% 0 7%}
header nav{float:left;width:68%;padding-top:56px}
header nav.loggedin{padding-top:6px}
header nav li{margin:0 15px}
header nav li:first-child{margin-left:0}
header nav li.current-tab a{color:#333;border-bottom:3px solid #606}
header nav a{color:#888;text-decoration:none;font-size:1.4em;line-height:1.9em;padding-bottom:2px}
header nav a:hover{color:#002}
main{padding-top:0.7em;min-height:21.2em;display:block}      
main{position:relative}
article{position:relative;float:left;width:100%;min-height:370px;margin-bottom:.9em}
article.threequarter{width:70%;border-right:1px solid #DDD;padding-right:2%;margin-right:.5%}
main aside{float:right;width:26%;min-height:340px;text-align:left;}
figure{margin:0}
aside figure{text-align:center}
section{float:left;width:31%;margin-left:3.4%;margin-bottom:1.3em}
section:first-of-type{margin-left:0;}
section:nth-of-type(2){min-height:370px;margin-bottom:.9em} 
section a.more{font-weight: bold;color: #579}
section a.more:hover{color: #234;}
section p:nth-last-of-type(2){margin-bottom:0.3em}
#footer-copy{float:right;width:40%;font-size:0.9em;}
#footer-debug{clear:both;font-size:0.8em}
footer{border-top:1px solid #DDD;color:#777;padding:6px 0 4px;margin:1em 0 1px;clear:both;overflow:hidden}
footer nav{padding:0;font-size:0.9em;text-align:right;line-height:1;float:right;width:60%;text-align:right}
footer nav li{margin:0.2em 2px;padding:0 8px 1px 3px;border-right:1px solid #BBB}
footer nav li:first-child{margin-left:0}
footer nav li:last-of-type{border-right-style:none;padding-right:0;margin-right:0}
footer nav li.current-tab a{color:#333;border-bottom:1px solid #555}
footer p{margin:0.2em}
.socialbox {
	float:right;
	padding:0;
	margin:0.4em 0 1em;
	width:230px;
	height:32px;
}
#sptul{position:relative;float:right;width:96px;margin:0 6px;}
#sptul li{margin:0;padding:0;list-style:none;position:absolute;top:0;}
#sptul li, #sptul a{height:32px;display:block;}
#spttw{left:0px;width:32px;background:url('/pics/buttons.png') 0 0;}
#spttw a:hover{background:url('/pics/buttons.png') 0 -32px;}
#sptli{left:41px;width:32px;background:url('/pics/buttons.png') -64px 0;}
#sptli a:hover{background:url('/pics/buttons.png') -64px -32px;}
#sptgp{left:82px;width:32px;background:url('/pics/buttons.png') -32px 0;}
#sptgp a:hover{background:url('/pics/buttons.png') -32px -32px;}
#sptrs{left:82px;width:32px;background:url('/pics/buttons.png') -96px 0;}
#sptrs a:hover{background:url('/pics/buttons.png') -96px -32px;}
.sptques {width:20px;height:18px;display:block;background-image:url('/pics/buttons.png');background-position:-20px -64px}
.sptques:hover{background-position:-20px -82px}
#sptrefr {width:20px;height:18px;display:block;background:url('/pics/buttons.png') 0 -64px}
#sptrefr:hover{background-position:0 -82px}
input#sptrefr{border:none; box-shadow:none; cursor: pointer; color: transparent;}
.sptwarn {width:20px;height:18px;display:block;background-image:url('/pics/buttons.png');background-position:-40px -64px}
.sptwarn:hover{background-position:-40px -82px}
.sptnote {width:20px;height:18px;display:block;background:url('/pics/buttons.png') -80px -64px;}
.sptnote:hover{background-position:-80px -82px}
p.vcard{margin:0 0 2em 1.5em}
#usrbox {
	float: right;
	min-width: 8em;
	padding: 0.4em 2%;
	margin: -0.3em 0 0.4em;     
	border-radius: 6px;
	background: #DDD;
}
#usrbox p {
	margin: 0;
	padding: 0;
	text-align: left;
}
@media screen and (max-width:788px){
#wrapper,header,nav,footer,section,#logo,header nav,#footer-copy,footer nav{width:100%;margin:0;padding:0}
.eh-modal-content{width:420px}
main{margin:10px 2%;min-height:250px;width:96%;padding:0;overflow:hidden}
main a{text-decoration:underline}
nav ul{display:inline-block;margin:0 auto;width:auto;float:none;padding:0}
.one3rd,.rht3rd,article,article.threequarter,main aside{width:100%;margin:0;padding:0;float:left;height:auto;min-height:0;border:0}
main aside{margin:12px 0; border-top:1px solid #DDD}
img.alignleft,img.alignright{float:left;margin:.8em}
#logo{text-align:center;border:0}
header nav{text-align:center;border-bottom:4px double #e5e5e5;padding-top:1.4em}
header nav ul li{margin:3px 12px 16px}
header nav ul a{font:1.2em arial,sans-serif;text-decoration:none;background-color:#630063;border-radius:8px;color:#fff;padding:2px 4px;float:left;background:linear-gradient(90deg,#630063 0%,#910091 100%);box-shadow:5px 5px 5px hsla(0,0%,33%,0.8);text-shadow:0 1px black;border:1px solid #bfbfbf}
header nav ul a:hover{border:1px solid #000;color:#cece31;text-shadow:0 1px black}
header nav li.current-tab a{color:#cece31; border:1px solid #000}
section{float:none;margin:1em 0 2em}
section:first-of-type{min-height:0}
section:nth-of-type(2){min-height:0} 
#usrbox{margin:0.6em 12% 0.9em}
.XXsocialbox{	position:initial;float:right;}
.socialbox{	margin: auto;	right: auto}
#footer-copy{text-align:center;margin:1.2em 0 0.8em}
footer nav{text-align:center;font-size:0.9em;padding-top:1.1em;border-top:4px double #e5e5e5;overflow:hidden}
}
@media screen and (max-width:440px){
body{font-size:100%}
.eh-modal-content{width:250px}
header nav ul a{font-size:0.9em}
header nav ul li{margin:3px 6px 16px}
#usrbox{width:70%}
footer nav{font-size:.9em;padding:1em 0 0.3em}
#footer-copy{margin-top:0.8em}
}
@media print{
html{height:auto;padding:0}
body{font:12pt Georgia,"Times New Roman",Times,serif;line-height:1.3}
p{page-break-inside:avoid;margin-bottom:1.1em}
p a[href^="http://"]:after,a[href^="https://"]:after{content:" (" attr(href) ")";font-size:75%}
p a{word-wrap:break-word}
header:after{display:block;content:"Thank you for printing this content from www.edithouse.com.au. Please visit the website again for more information and updates.";margin:18px 14%;border:0;padding:0;font-style:italic}
footer:after{display:block;content:"Copyright 2001-2017 EditHouse. The copyright for this content is owned by EditHouse Pty Ltd. All rights reserved. Please visit www.edithouse.com.au for conditions of use.";margin:18px 15% 0;border:1px solid #DDD;padding:3px 10px;font-style:italic}
#wrapper,header,nav,main,footer,#logo,#footer-copy,footer nav,article{width:100%;margin:0;padding:0;float:none; overflow:hidden}
.XXrhtqtr{border-top:1px solid #DDD}
aside,.label{margin:18px 0 12px}
#logo{text-align:center;border:0;margin-bottom:18px}
.links-right-box li a[href^="http://"]:after,a[href^="https://"]:after{content:" (" attr(href) ")";font-size:75%}
aside,#socialbox,#usrbox,#footer-copy,footer nav,.ad-box-small,.ad-ggl-mid,.ad-big-vert,.ad-banner,.ad-hf-ban,.ad-amzn-mid,.ad-sigl-list,.ad-square,.ad-sm-list,.ad-flash,#ad-big-top,#ad-big-bot,header nav,.links-left-box{display:none}
}
