* {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

body {
  width: 640px;
  border: 1px solid black;
  margin: 0 auto 0 auto;
}

#header_constraint {
  position: relative;
}

#facebook {
  display: none;
  visibility: hidden;
}

#header {
  width: 100%;
  background-image: url("../../images/bit/bg-header.png");
  background-color: #fff;
  position: absolute;
  height: 64px;
  margin: 0 0 12px 0;
  padding: 8px 0 8px 0px;
  border-bottom: 1px solid #347799;
}

#content {
  width: 100%;
  padding: 80px 0 0 0;
}

#logo {
  float: left;
  margin: -8px 24px 0 16px;
  height: 80px;
  width: 59px;
}

#ad {
  position: absolute;
  right: 24px;
  top: 8px;
  height: 72px;
  width: 360px;
}

#ad p {
  text-align: center;
  color: #344d99;
}

#ad img {
  float: right;
  margin: -4px 0 0 12px;
}

#shared_story {
  padding: 16px 12px 20px 12px;
  background-image: url("../../images/bit/bg-main_story_dark_blue.png");
  height: 124px;
}
   
.ss_const {
  height: 122px;
  padding-bottom: 12px;
  overflow: hidden;
}

#shared_story * {
  color: #fff;
}

#related_stories_bar {
  clear:both;
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: #4970e1;
  background-image: url("../../images/bit/bg-related_stories_bar.png");
  background-repeat: repeat-x;
  padding: 4px 0 4px 0;
  margin: 0 0 12px 0;
  font-size: 12px;
  font-weight: bold;
/*  display: none;*/
}

#related_stories {
 list-style: none;
/* display: none;*/
}

.storylite {
  clear: both;
  margin: 0 0 12px 0;
  padding: 0 12px 8px 12px;
  border-bottom: 1px solid #ccc;
  background-image: url("../../images/bit/bg-iphone_storylite.png");
  height: 108px;
}

#shared_story h3, .storylite h3 {
  line-height: 100%;
}

#shared_story p, .storylite p {
  line-height: 14px
}

.st_const {
  height: 92px;
  padding-bottom: 12px;
  overflow: hidden;
}

.last {
  margin-bottom: 0 !important;
}


#footer {
  text-align: center;
  background-color: #7799ff;
  background-image: url("../../images/bit/bg-read_more_bar.png");
  width: 100%;
  bottom: 0;
  padding: 12px 0 12px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

#shared_story img, .storylite img {
  float: left;
}

.storylite img {
  height: 32px;
  width: 32px;
  padding: 0 12px 0 0;
  margin-top: 6px;
}

h1, h1 a {
  font-size: 36px;
  line-height: 100%;
  color: #000;
}

h2, h2 a {
 font-size: 24px;
 line-height: 100%;
}

#header h2 {
  font-size: 24px;
  color: #000;
  padding: 4px 0 0 0;
  font-weight: normal;
  margin-right: 120px;
}

#shared_story h2 {
  font-size: 24px;
  line-height: 100%;
}

#logo {
  padding: 0 12px 0 0;
}

#shared_story img {
  height: 80px;
  width: 80px;
  padding: 0 12px 8px 0;
}

a {
  text-decoration: none;
  color: #000;
}

#iphone_ad_content {
  display: none;
}

/* Headline vertical centering*/
.outer {
  display:table;
  #position:relative;
  overflow:hidden;
  height:50px
}

.middle {
  display:table-cell;
  vertical-align:middle;
  #position:absolute;
  #top:50%
}

.inner {
  position: relative;
  #position:relative; 
  #top:-50%
}

.top_news_story {
  background-image: url('../../images/bit/bg-cell_home.png');
  border-bottom: 1px solid #7799ff;
}

.sections_story {
  background-image: url('../../images/bit/bg-cell_section.png');
  border-bottom: 1px solid #4970e1;
}

.first_story {
  margin-top: 16px;
}

h2.with_related_button {
  padding-right: 100px;
  width: 460px;
}

.top_news_related_button, .sections_related_button {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 80px;
  text-align: center;
  padding-top: 10px;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #fff;
}

.top_news_related_button {
  background-image: url('../../images/bit/home_related_button.png');
}

.sections_related_button {
  background-image: url('../../images/bit/section_related_button.png');
}

#sections {
  list-style-type: none;
}

#sections li {
  border-bottom: 1px solid #7799ff;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0 10px 12px;
  background-image: url("../../images/bit/bg-blue_Sections_Large.png");
}

#sections li.label {
   background-image: url("../../images/bit/bg-blue_Sections_Dark.png");
}

#sections li a {
  font-weight: bold;
  font-size: 20px;
  width: 98%;
  display: block;
  background-image: url("../../images/bit/listArrow.png");
  background-repeat: no-repeat;
  background-position: center right;
}

