﻿/* ---------- PRINT STYLESHEET [W.AUSTIN @ WORKSUNIT : 4/2011] ---------- */
html { font-size:62.5%; }
body { font-size:1.2em!important; font-family:Arial,sans-serif; font-size:100%; color:#555555; }

/* ----- guttering ----- */
body * { margin-top:0; }
h2, h3 { margin-bottom:5px; }
    
.no-print, .header, .head-strip, .side, .footer, .article-nav, .base.article-wrap-base, .btn, 
.image-gallery div.right, .notice { display:none; }
.article-wrap, .summary { background-image:none; }
.article
{
    width:700px;
}
.column, .image-gallery, .image-gallery img, .summary-content, .summary h2
{
    width:340px;
}
dt { margin-right:5px; }
dd { margin:0 0 2px; }
hr { clear:both; height:1px; border:0; color:#ddd; background-color:#ddd; }
.left, dt { float:left; }
.right, .image-gallery { float:right; }
.summary { clear:both; }
.summary>div  { float:left; overflow:hidden; margin-right:10px; }
/* ----- font sizing ----- */
h2, h3 { font-size:1.2em; }
/* ----- fore colours ----- */
.text-black, dt, h1, h2, h3 { color:#000000; }
.text-blue { color:#4f4f4f; }s
.text-grey { color:#555555; }
.text-red { color:#ce0f15; }
.text-white { color:#ffffff; }

/* ----- text transforming ----- */
h2, h3 { text-transform:uppercase; }
dt { font-weight:bold; }
.text-skinny { font-weight:normal; }
a { text-decoration:underline; }
a { text-decoration:none; }
cite { font-style:normal; }
blockquote { line-height:1.2em; }
