/*------------------------------------------------------------------------------
                       Layout and Positioning
/*----------------------------------------------------------------------------*/

.poker-video-page {
  max-width: 700px;
  min-height: 500px;
  margin: 0 auto 0 auto;
  padding: 10px 50px 50px 50px;
}

.category {
  clear: both;
  margin: 10px 0 20px 0;
}

.category .title {
  margin: 20px 0 15px 0;
}

.poker-video-page .video {
  float: left;
  margin: 0 15px 20px 15px;
}

/*------------------------------------------------------------------------------
                         Styles and Color 
/*----------------------------------------------------------------------------*/

body {
  background: url(/images/bg/bg-fade-repeat-yellow.png) 0% 0% repeat-x;
}

.poker-video-page {
  background-color: white;
}

.category .title {
  font-size: 20px;
  font-variant: small-caps;
  text-indent: 40px;
  font-weight: 700;
  color: #555511;
  border-bottom: 3px solid #888855;
  border-right: 6px solid white;
  border-left: 6px solid white;
}

