/*--------------------------------------------------------------------------
* Copyright 2008 Mark. Sydney :: www.marksydney.com :: All Rights Reserved *
* Author: Becc Roach
* Project: Kids Helpline
* Written: 16/12/2008
* Modified: 
--------------------------------------------------------------------------*/

/*
* PRINT STYLE SHEET
  Set all fonts in px value
--------------------------------------------------------------------------*/

/* LAYOUT
-------------------------------*/

html {height:100%;width:97%;}
body {background:#fff;color:#333;font-size:12px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:normal;line-height:1.3;margin:0;}

.print-hide .branding {height:102px;width:172px;}
.print-hide .print-logo {float:right; padding-left:10px;}

h1,h2,h3,h4,h5,h6 {
	color:#333;
	display:block;
	font-weight:bold;
	height:auto;
	margin:5px 5px 5px 0;
	padding:0;
	text-indent:0;
}
h1 {font-size:22px;}
h2 {font-size:18px;}
h3 {font-size:14px;}

p, a {color:#000;font-size:12px;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;font-weight:normal;margin:5px 0px 0px;padding:0px 0 5px 0;}
p.note {font-size:10px;}

a, a:link,a:visited,a:hover,a:active,a:focus {color:#000;text-decoration:underline;}
	a:hover,a:active,a:focus {text-decoration:none;}

img, a img {border:0pt none;}
strong {font-weight:bold;}

#wrapper, .content-area-a {padding-bottom:0px;}
div.textBox {display:block !important; height:2em;}
a.btn-translate {display:none;}
					

/* hide for print */
#skiplinks, #ttl-talk-to-your-kids, .logo, #navigation, #footer, #promo-tab, #banner, #article-tools, #tab-nav {display:none;}


/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

.sIFR-flash {
  display    : none !important;
  height     : 0;
  width      : 0;
  position   : absolute;
  overflow   : hidden;
}

.sIFR-alternate {
  visibility : visible !important;
  display    : block   !important;
  position   : static  !important;
  left       : auto    !important;
  top        : auto    !important;
  width      : auto    !important;
  height     : auto    !important;
}