/*---------------------------------------------
Squeaky Wheel Media Style Sheet for Marina Rinaldi

	Author: Carlos Agosto
	Created: November, 2008
	
	Style Sheet reads from Top To Bottom Left to Right 
	
	Structure of this Document (search for "=" to jump to each section heading):
	
	Basic Document Hierarchy:  

		1) =Global Print Setting 
		2) =Hiding elements from print
		3) =Print for Flahs Pages
	   
*/

/*** =Global Print Setting 
----------------------------------------------------------------------- */
*{margin:0; padding:0;}

h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}

/*** =Hiding elements from print 
----------------------------------------------------------------------- */
#logo,
#sideNav,
#BreadCrumb,
#header ul.sf-menu,
.hiddenLinks,
#footer{display:none; visibility:hidden;}

/* Redefining Elements For Print */
#PrintLogo{ visibility:visible; display:block; float:right;}
#MainContent{overflow:visible;}
#MainContent h2,
#MainContent h3{ text-indent:0;}
.jScrollPaneContainer[style]{overflow:visible !important; height:auto !important;}
.jScrollPaneContainer{min-height:100%; overflow:visible}
#pane2{overflow:visible; display:block;}
#footer{clear:both; float:left;}

/***  =Print for Flahs Pages
---------------------------------------------*/	
html{height:108%;}

body#FlashPrint{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	}
#PrintShell{
	width:900px;
	float:left;
	}

#PrintShell img{
	display:block; 
	float:left;
	margin-bottom:10px;
	border:0;
	}

#PrintShell h1{
	font-family: "Times New Roman", Times, serif; 
	font-size:17px; 
	font-weight:bold;
	float:left;
	clear:both;
	padding:0 0 10px 10px;
	width:800px;
	}
	
#PrintShell p{
	float:left;
	clear:both;
	width:800px;
	padding:0 0 10px 10px;
	}	
	
#PrintShell a.print{float:right;}	
	
