.story #main-content {
    width: 512px;
    padding: 10px 20px 20px 20px;
    margin-bottom: 2em;
}
.story #main-extra {
    display: none;
}
.story #breadcrumb {
    background: url(images/article-crumb-bg.gif) no-repeat bottom left;
    padding-bottom: 23px;
    margin-bottom: 1em;
}
.story #article-meta #tag,
.story #article-meta #date {
    font-size: 11px;
    color: #999;
}
.story #article-meta h2 {
    margin: 0 0 0.25em 0;
    padding: 0;
    line-height: 1.2;
}
.story #article-meta #deck {
    color: #666;
    line-height: 1.1;
}
.story #article-meta #byline {
    margin: 1.4em 0;
}
.story #article-meta #author {
    color: #000;
    line-height: 1.3;
}
.story #article {
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
}
.story #article p {
    line-height: 1.6em;
    margin-bottom: 2em;
}
.story .bookmark p a img {
    vertical-align: bottom;
    padding-top: 2px;
}
.story #sidebar .bookmark {
    padding-top: 10px;
    margin-bottom: 0;
    background: none;
    border: none;
    line-height: 1.2;
}
.story .article-tools {
    margin-top: 1em;
}
.story #sidebar .article-tools {
    padding: 13px 16px;
    margin: 0 0 1em 0;
}
.story .article-tools li {
    width: 135px;
    font-size: 11px;
    float: left;
    padding-left: 16px;
}
.story .article-tools li.print {
    background: transparent url(http://images.theglobeandmail.com/v5/images/icon/icon-print.gif) no-repeat left 50%;
}
.story .article-tools li.email {
    background: transparent url(http://images.theglobeandmail.com/v5/images/icon/icon-email.gif) no-repeat left 50%;
}
.story .article-tools li a {
    color: #6C6C6C;
}
#story-links h3 {
    padding-left: 0;
}
#story-links p.meta-data {
    margin: 5px 0 1em;
    float: none;
    line-height: 1;
}
#story-links {
    float: left;
    width: 200px;
    margin: 0 10px 0 0;
}
#story-links.bottom {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
    margin-bottom: 1em;
}
#story-links h3 {
    margin: 0 0 1em;
    padding: 0 0 5px;
    font-size: 1em;
    font-family: Verdana, sans-serif;
    border-bottom: 1px solid #CCC;
    line-height: 1.3;
}
#story-links li {
    margin: 0 0 .75em 0;
    padding: 0 0 0 12px;
    background: transparent url(images/chevron.png) no-repeat left 2px;
    font-weight: bold;
}
#main-content p {
    float: none;
}

/*  special reports page
    ======================================== */
body.special-reports-page #main-content h2 {
    padding-left: 0;
}
body.special-reports-page #main-content h3 {
    margin: 1em 0;
    padding-left: 0;
    font-family: Georgia, serif;
}

body.special-reports-page #sidebar div#more-news h3 {
    margin-bottom: 5px;
    padding-bottom: 6px;
    border-bottom: 1px solid #CCC;
}

/*  special reports page - index
    ======================================== */
body.special-reports-index #main-content h2{
  padding-left: 0;
  margin-bottom: 0.65em;
}
body.special-reports-index #main-content #article h3{
  padding-left: 0;
  line-height: 1.4;
}
body.special-reports-index #main-content #article ul{
  padding-left: 0em;
  line-height: 1.4;
}
body.special-reports-index #main-content #article ul li{
  line-height: 1.4; 
}
body.special-reports-index #main-content #article{
  padding-bottom: 2em;
}

