@charset "utf-8";
/* 
	print.css
	
	Project: Legal Aid Alberta: Internet site
	
	iomer internet solutions - March 2009
	iomer.com



	Table of Contents
	-----------------
*/

body { font-size: 11pt !important; }

/* hide elements */
#overlay,			/* flv player overlay */
.la_audienceLink,	/* audience targeted block links in page */
.ms-WPHeader .ms-HoverCellInActive img,	/* the dropdown arrow on webpart headers */
.ms-addnew,			/* add new item to lists */
.ms-addnew img, 	/* image associated with add new item */
.noprint, 
.noprint *
{
	display: none !important;
}

* {color: #000 !important;} /* all text black */
a,a * {text-decoration: none !important; color: #666 !important;} /* okay, links will be lighter */
h1 { font-size: 160%; } /* adjust the one pixel sized heading */

.la_printLogo {	display:block !important; }

/* resize elements to fit the page */
.iomer_fixedWrap { width: 100%; }
.la_contentWrap { width: 100% !important; float: none; }
.la_contentBody { display: block; background-color: #fff; }
.la_1wide { width: 30% !important; float: left; padding: 1% !important;}
.la_2wide { width: 64% !important; float: left; padding: 1% !important;}
.la_3wide { width: 98% !important; float: left; padding: 1% !important;}
.laa_newsArticle { width: 48% !important; float: left; padding: 1% !important;}


/* printable spacing */
.laa_newsArticle {margin-bottom: 1em;}

#la_mastheadOuter {display: block; height: auto !important; width: 100%;}
/* adjust absolutely positioned element */
#la_sectionTitle {font-size: 16pt; font-weight:bold; position: relative; top: 0; left:0;}
#la_breadcrumbWrap * {font-size: 10pt !important;} /* shrink the breadcrum */



/*
	=Sizing Issues
	--------------
*/


/*	=forms :	This fix should have the font-sizes matching the body font-size, or something of your chosing.
				Otherwise, it will go to 0.7em of whatever its parent defined size is.
*/
.ms-formlabel .ms-standardheader, .ms-formlabel, .ms-formbody,

/*	=tabs : Fixes issues with tabs used in search center tabs and site directory webparts */
.ms-ptabcn, .ms-sctabcn, .ms-ptabcnhover, .ms-sctabcnhover, .ms-ptabcf, .ms-ptabcfhover, .ms-sctabcf, .ms-sctabcfhover,

/*	=wikicontent : wiki content winds up being too small with the reset and needs to be given a fixed size to start with that matches the body tag at the top of this sheet */
.ms-wikicontent,

/* =discussion : Discussion threads are too small to read by default, this will fix the issue */
table tr td.ms-disc-bordered-noleft,
.ms-disc-bordered-noleft,
.ms-disc-padabove,
.ms-disc-bar,
.ms-disc td,

/* =webpart */
.ms-WPBody td,

/* =richtext : the text in the generic content editor control needs to be resized */
.caption,

/* =pagecontent : the text in default td area content place holder tends to be small without a bit of help */
/* =size application : force the listed items to have a font-size defined here. */
.ms-propertysheet { font-size: 11pt !important; }

/*	=listdescription : literally a list description. likes to be small, and sans-serif. also too small when body font is any smaller than default 16px. */
.ms-listdescription {/* 10px chosen for a general font-size of 12px */ font-size: 11pt !important;}

/* special case */	
.ms-formlabel .ms-standardheader { letter-spacing: normal; text-transform: none; padding: 0; }

