.bg_content2 {
	background-image:url(../images/content_repeat.png);
	background-repeat:repeat-y;
}
.marginauto {
  width: 940px;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}


/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--             Defaults              --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

* {padding: 0; margin: 0;}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}

h1 {color: #535353;}
h2 {color: #535353; font-size: 20px;}
p { color: #787878; line-height: 19px;}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--             Showcase              --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

.featured {
  width: 969px;
  height: 352px;
  padding: 3px;
  position: relative;
  z-index: 4;
  background: url("images/showcase.gif") no-repeat;
  background-color:#FFFFFF;
}
.showcase-bigcontrol {
  width: 308px;
  height: 328px;
  float: right;
}
.showcase {
  width: 637px;
  height: 351px;
  float: left;
}
.showcase-bigcontrol h2.entry-title {
  font-size: 25px;
  font-weight: normal;
}
.showcase .entry-content {
  border: none;
}
.showcase img.largethumb {
  margin-right: 15px;
  float: left;
}
.showcase-buttons {
  height: 101px;
  padding: 9px 10px;
  position: relative;
}
.showcaseteaser {
  width: 33px;
  height: 119px;
  position: absolute;
  top: -3px;
  left: -39px;
  z-index: 51;
  background: url("images/teaser.gif") no-repeat;
}
.showcaseteaserhover {
  width: 0px;
  height: 114px;
  padding: 3px 0;
  position: absolute;
  overflow: hidden;
  top: -3px;
  left: -15px;
  z-index: 52;
  background: url("images/teaserhover.gif") no-repeat;
}
.showcaseteaserhover img {
  opacity: .0;
}
div.controls {
  position: absolute;
  bottom: 7px;
  left: 7px;
  z-index: 101;
}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--              Post                 --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

.post {
  display: inline-block;
  margin-bottom: 25px;
}
.entry-content {
  line-height: 21px;
  color: #818181;
}
.entry-title {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: normal;
  color: #535353;
}
.entry-title a, .entry-title a, .entry-title a {
  color: #535353;
  font-size: 18px;
}