/* Print CSS - 2/Jun/2009 Jens Korff */
/* 
 ____       _       _    ____ ____ ____  
|  _ \ _ __(_)_ __ | |_ / ___/ ___/ ___| 
| |_) | '__| | '_ \| __| |   \___ \___ \ 
|  __/| |  | | | | | |_| |___ ___) |__) |
|_|   |_|  |_|_| |_|\__|\____|____/____/ 
Fairfax Digital CSS framework

Author:    Jens Korff
Born:      June 2008
Modified:  Update in first line
----------------------------------------------------------------------------------------- */
@media print {
/* Elements we don't want to print: */
.aside,.footer,.nN-whiteStrip,.header,.cN-storyTools,.ad,.cA-gutter,
.play-video span,.more-photos span,#makeComment,.cN-socialCommenting,
.cN-relatedCoverageContentPage,.cN-groupNavigator,.cN-todayInSection,
.cN-relatedCoverage,.cN-otherWebLinks
{display:none}

/* Remove width restrictions: */
.wrap,
.span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, 
.span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, 
.span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24
{width:auto;float:none}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, 
.pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, 
.pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, 
.pull-19, .pull-20, .pull-21, .pull-22, .pull-23
{margin:0;float:none}

.prepend-1, .prepend-2, .prepend-3, .prepend-4, .prepend-5, .prepend-6, 
.prepend-7, .prepend-8, .prepend-9, .prepend-10, .prepend-11, .prepend-12, 
.prepend-13, .prepend-14, .prepend-15, .prepend-16, .prepend-17, .prepend-18, 
.prepend-19, .prepend-20, .prepend-21, .prepend-22, .prepend-23
{padding:0}

/* --------------------------------------------------------------------------------------
   =Layout
   -------------------------------------------------------------------------------------- */
.sidebar {clear:both}


/* --------------------------------------------------------------------------------------
   =Headings and header components
   -------------------------------------------------------------------------------------- */
h2 {font-size:2.3em;margin-bottom:.5em}
h3 {font-size:1.4em;margin-bottom:.5em}
h4 {font-size:1em}
.cN-headingPage {font-size:1.6em;margin:auto;width:auto;padding:0;display:inline}
.cN-mediaTypeHeading {clear:both}


/* --------------------------------------------------------------------------------------
   =Images
   -------------------------------------------------------------------------------------- */
img {float:left;margin:0 9px 9px 0}
/* Overlays ("More photos" or "Play video" icons) */
.play-video, .more-photos {margin:0 9px 9px 0/*replicate margin from img*/}
a.play-video img, a.more-photos img {margin:0}


/* --------------------------------------------------------------------------------------
   =Story components
   -------------------------------------------------------------------------------------- */
.cN-storyImageLead, .cN-storyHeadlineLead {clear:both;margin-top:1em}
	.cN-storyImageLead .comments,.cN-storyHeadlineLead .comments {display:inline;margin-right:.5em}
.cN-storyImageLead dl,.cN-storyImageLead dt,.cN-storyImageLead dd,
.cN-storyHeadlineLead dl,.cN-storyHeadlineLead dt,.cN-storyHeadlineLead dd {display:inline}
blockquote p {font-style:italic}
blockquote p:before {content:"\00BB"}
blockquote p:after {content:"\00AB"}

/* --------------------------------------------------------------------------------------
   =Straps
   -------------------------------------------------------------------------------------- */
.cN-strapHeading span a {font:normal .37em}


/* --------------------------------------------------------------------------------------
   =Article
   -------------------------------------------------------------------------------------- */
.articleBody > p {margin-bottom:1.2em}/* IE6 ignores this rule */

.cN-reviewDetails {border-top:1px solid #ccc}

.cN-callToAction {margin:15px 0;padding:5px 0;border:1px dotted #ccc;border-left-width:0;border-right-width:0}


/* --------------------------------------------------------------------------------------
   =Navigators
   -------------------------------------------------------------------------------------- */
.cN-groupNavigator.simple h4 span {display:none}


/* --------------------------------------------------------------------------------------
   =Search
   -------------------------------------------------------------------------------------- */
/*.cN-matchingSections .hide,.cN-groupNavigator .hide {display:inline}
	.cN-matchingSections .more,.cN-groupNavigator .more {display:none} Expand all navigators */
.cN-searchResult {clear:both;margin-top:1em}


/* --------------------------------------------------------------------------------------
   =IE fixes
   -------------------------------------------------------------------------------------- */
* html em, * html cite {font-style:normal;font-weight:normal}
*+ html em, *+ html cite {font-style:normal;font-weight:normal}


}
