#wrapper {
}
#top_container .content {
	width:980px;
  margin:0 auto 0;
}
#header {
  padding:5px;
}
#page_content {
	width:980px;
	margin:0 auto;
  padding:20px 10px;
  background:#fff;
}

/* Video List */
#content {
  float:left;
  display:inline;
  width:384px;
  margin-left:55px;
}
  #videos h2 {
    border-bottom:1px solid #ccc;
  }
  #videos .video {
    padding:10px 0px;
    border-bottom:3px solid #ccc;
  }
  #videos .video_embed {
    width:380px;
    height:280px;
    margin-bottom:8px;
    position:relative;
    cursor:pointer;
  }
    #videos .video_embed .play {
      position:absolute;
      width:60px;
      height:60px;
      left:160px;
      top:110px;
      -moz-opacity:0.80;
    }
    #videos .video_embed .play:hover {
      -moz-opacity:1;
    }
  #videos .video a.thumbnail {
    width:100%;
    height:100%;
    overflow:hidden;
    float:left;
  }
    #videos .video a.thumbnail img {
      height:276px;
      width:376px;
      border:2px solid;
    }
  #videos .video h2 {
    width:100%;
    border:none;
  }
  #videos .video div.date {
    margin-bottom:8px;
    font-size:11px;
  }
  #videos .video div.tags {
    background:url(/images/tag_grey.gif) no-repeat 0px 4px;
    padding-left:22px;
    margin:5px 0px;
  }
  #videos .video div.description {
  }
  #videos .video div.links {
    text-align:right;
    text-transform:uppercase;
  }
    #videos .video div.links a {
      margin-left:10px;
    }
  #videos .digg {
    float:right;
    width:120px;
  }
  #videos .reddit {
    float:right;
    width:130px;
  }
  
/* Sidebar */
#sidebar_left {
  float:left;
  width:200px;
  overflow:hidden;
  margin-top:0px;
}

#sidebar_right {
  float:left;
  display:inline;
  width:260px;
  margin-left:60px;
}

.module {
  margin-bottom:20px;
}
    