/* ########################################################################### *
/* ***** DOCUMENT INFO  ****************************************************** *
/* ########################################################################### *
 * ##### NAME:  print.css
 * ##### VERSION: v0.1
 * ##### UPDATED: 21/11/2011 (Deloitte's Online Practice)
/* ########################################################################### *

/* ########################################################################### *
/* ***** INDEX *************************************************************** *
/* ########################################################################### *
/* ##### PRINT STYLES
/* ########################################################################### */

body {
   background: white;
   font-size: 12pt;
}


#leftColumn,
#nav,
#footer,
#pageFooter .linksList,
#pageFooter div.columns div:last-child,
#videoBanner .caption,
.share,
.viewAll,
.pagination,
#services div.columns div a {
	display: none !important;
}

#pageHeader h1,
#pageHeader p {
	margin-left: 10px !important;
}

#wrapper,
#contentColumn,
#contentContainer.threeColumn #content,
#contentContainer.threeColumn #rightColumn,
#services div.small,
#services div.large,
#services div.columns div,
#newsListing ul.newsList li,
#newsListing ul.newsList .medium,
#newsListing ul.newsList .small,
#pageFooter .contactList li span  {
	left: 0;
	width: auto !important;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
    color: black !important;
    background: transparent none;

}
#newsListing ul.newsList {
	height: auto !important;
}
#newsListing ul.newsList {
	display: list-item !important;
}
#wrapper {
	margin: 0 5%;
}

#contentColumn .projects {
	width: 691px !important;
}
#contentColumn .projects li {
	display: block !important;
}


#pageFooter .columns div {
	width: 100%;
    float: none;
	margin: 0;
}


/* ########################################################################### *
/* ##### PRINT STYLES
/* ########################################################################### */


