/*--------------------------------------------------------------------------
* Copyright 2008 Mark. Sydney :: www.marksydney.com :: All Rights Reserved *
* Author: 
* Project: 
* Written: 
* Modified: 
--------------------------------------------------------------------------*/

/*
* PRINT STYLE SHEET
  Set all fonts in px value
--------------------------------------------------------------------------
  COLOURS:
--------------------------------------------------------------------------*/

/* LAYOUT
-------------------------------*/

html {height:100%;width:97%;}
body {background:#fff;color:#000;font-size:12px;font-family:Arial, Helvetica, sans-serif;font-weight:normal;line-height:1.3;margin:0;}

.printBranding img {float:right;width:116px;height:100px;}

h1,h2,h3,h4,h5,h6 {
	color:#000;
	display:block;
	font-weight:bold;
	height:auto;
	margin:5px 5px 5px 0;
	padding:0;
	text-indent:0;
}
h1 {font-size:22px;}
h2 {font-size:20px;}
h3 {font-size:16px;}

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;}

#main {background:#fff;margin:0;padding:0;text-align:left;}
#content {padding:0;}
#flashcontent {display:block !important;width:auto;height:auto;}

.branding, .skiplinks, #nav, .introFeature, #subNav, #content ul#sectionNav, #footNav, #sidebar, a.arrow, .articleTools, .noPrint, #recipeSearchForm, .pager, #footer {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;
}