/*
    Distribution-Channels page customizations
*/


/*
    Fancy Header with blurb

    Revisit the Fancy Header with blurb. This content should
    be part of the page content type, and not dependent on
    conditional blocks or custom page templates.
*/
.page-node-24 .contentheader-copy { padding: 20px 0 0; }


/*  Paragraph above the lovers list  */

.page-node-24 .distro_top {
  margin: 2em;
  }
#threebl-lovers {
/*  font-size: 120%;*/
  margin: 2em auto;
  /*border-left: 2px solid #DDD;*/
  padding: 1em;
  width: 70%;
  }
#threebl-lovers dt {
  color: #0AC;
  font-weight: 700;
  margin-bottom: 0.25em;
  }
#threebl-lovers dd {
  margin: 0 0 1em;
  }



/*    Statistics Counter - seems to be hidden?            */
/*    Also supposed to be on the "Case Studies" page?     */

#node-24 ul.links li.statistics_counter span {
  float: left;
  border: 1px solid #D8D8D8;
  background: url(../images/tab_bg.png) scroll repeat-x left -10px !important;
  color: #4f6570;
  font-weight: 700;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  padding: 2px 5px;
  }




/*
    Case Studies page thrown in too
*/
.page-node-25 h1#page-title { display: block; }

.page-node-25 .case-heading {
	color: #000;
	font-weight: bold;
	font-size: 12px;
  }
.page-node-25 #content  {
  width: 915px;
	margin-left: 45px;
  }
.page-node-25  #site-page img{
	width: 221px;
	margin-top: 20px;
  }
.page-node-25  #site-page p {
  width: 615px;
	margin-bottom: 15px;
  }
