/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font-size:100%}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #fff;
  font: normal 62.5% "FreeSans", Helvetica, Tahoma, sans-serif;
  color: #2a2a2a;
  text-align: center;
  margin: 12px;
}

a {
  text-decoration: none;
  outline: none;
  color: #bf0222;
}

a:hover {
  text-decoration: underline;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----Framework----*/

.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

.no-display {
  display: none;
}

/*----End Framework----*/
/*---------------------------------------------------------------------*/
/*----Header----*/

h1 {
  width: 462px;
  height: 39px;
  background: url(http://www.cobizmag.com/images/embed/embed-logo.gif) left top no-repeat;
  text-indent: -9999px;
}


/*----End Header----*/
/*---------------------------------------------------------------------*/
/*----Video----*/

#video {
  margin-bottom: 10px;
}


#details {
  float: left;
  width: 45%;
  text-align: left;
}

#details p {
  font-size: 1.1em;
  margin-bottom: 5px;
}


h2 {
  font-size: 1.3em;
  font-weight: bold;
}

#details .channel {
  font-size: 1em;
}

#details .channel strong {
  color: #c42f3d;
  font-weight: normal;
}


ul#video-links {
  padding-top: 16px;
  padding-left: 4px;
  float: right;
}

ul#video-links li {
  display: block;
  float: left;
  height: 41px;
}

ul#video-links li a {
  display: block;
  float: left;
  height: 41px;
  text-indent: -9999px;
}

ul#video-links li.embed {
  width: 72px;
}

ul#video-links li.embed a {
  width: 72px;
  background: url(http://www.cobizmag.com/images/embed/btn-embed.gif) left top repeat-x;
}

ul#video-links li.embed a:hover, ul#video-links li.share a:hover {
  cursor: pointer;
}

ul#video-links li.email {
  width: 77px;
}

ul#video-links li.email a {
  width: 77px;
  background: url(http://www.cobizmag.com/images/embed/btn-email.gif) left top repeat-x;
}

ul#video-links li.share {
  width: 65px;
}

ul#video-links li.share a {
  width: 65px;
  background: url(http://www.cobizmag.com/images/embed/btn-share.gif) left top repeat-x;
}

/*----End Video----*/