p {
    margin: 1em 0;
}
div#masthead {
	background-image:url(../images/b2_header_about.jpg);
}
div#body {
	background-image: url(../images/bg-home-body.png);
	background-repeat: no-repeat;
}
div#body h1 {
	border: none;
	margin: 8px 0 24px;
}
table#layout {
  display: block;
  width: 790px;
}

table#layout td.leftcol,
table#layout td.midcol,
table#layout td.rightcol {
  vertical-align: top;
}

div#content {
	width: 235px;
	margin-right: 42px;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #fff;
}

div#articles {
	display: block;
	width: 235px;
	margin-right: 42px;
	padding-bottom: 0.25em;
}

div.article {
  border-bottom: 1px solid #fff;
}

div.article h2.title {
  margin-bottom: 0.35em;
}

div.article p.dateline {
  text-transform: lowercase;
  margin-top: 0;
  font-size: 85%;
  color: #777;
}

div.article p.link {
  text-transform: uppercase;
}

div#twitter_spot {
  display: block;
  width: 235px;
  border-bottom: 1px solid #fff;
  margin-bottom: 18px;
}
div#twitter_spot p.tweet_text {
 background-color: #fff;
 display: block;
 padding: 15px; 
}

div#spots {
  display: block;
  width: 235px;
  border-bottom: 1px solid #fff;
}
div.spot {
  clear: both;
  height: 85px;
  margin-bottom: 1.7em;
}

div.last-spot {
  margin-bottom: 0;
}

div.spot div.thumbnail {
  float: left;
  margin-top: -0.7em;  /* This compensates for the hidden div for Thickbox */
}

/*div.spot div.divider {
  float: left;
  font-size: 200%;
  margin: 7px 0;
}*/

div.spot div.description {
  background: url(../images/video_divider.png) no-repeat 4px 9px;
  float: left;
  display: block;
  width: 120px;
  padding-left: 20px;
}

div.spot div.description p.watch-link {
  margin-bottom: 0.3em;
  margin-top: 6px;
}

div.spot div.description p.dateline {
  margin-top: 0;
  font-size: 85%;
}

p.unsubscribe {
  font-size: 85%;
  text-align: center;
}

p.unsubscribe a {
  color: #777;
}
