.ces-sidebar {
  position: relative;
  width: 300px;
  margin: auto;
  font-family: helveticaneue, Arial, Helvetica, sans-serif;
  color:white;
}

.ces-section, .ces-recent-vids.ces-section {
  padding:10px 20px 0;
  padding-bottom: 1px;
}

.ref {
  background:url(images/ces-sidebar-ref.jpg);
  width:300px;
  height:1683px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  opacity: 0.5;
  display:none;
}

.ces-sidebar-top {
  background: #5399a9 url(images/polygon-2.jpg) 50% 0 no-repeat;
  cursor:pointer;
  padding: 10px 15px 1px;
}

.ces-sidebar-top h3 {
  text-indent: -99999px;
  margin: 25px auto 0;
  height: 77px;

}


body.cb .ces-sidebar-top h3 {
background: url(images/cb-mcw-logo-sb.png) no-repeat;

}

body.ac .ces-sidebar-top h3 {
background: url(images/ac-mcw-logo-sb.png) no-repeat;

}

body.im .ces-sidebar-top h3 {
background: url(images/im-mcw-logo-sb.png) no-repeat;

}

body.wp .ces-sidebar-top h3 {
background: url(images/wp-mcw-logo-sb.png) no-repeat;

}

body.sw .ces-sidebar-top h3 {
background: url(images/sw-mcw-logo-sb.png) no-repeat;

}

.ces-site-icons {
  text-align: center;
}

.ces-schedule li, .alpha20 {
background: rgb(0, 0, 0) transparent;
background: rgba(0, 0, 0, 0.2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
margin-bottom: 5px;
}

.alpha60 {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0) transparent;
    /* RGBa with 0.2 opacity */
    background: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.ces-site-icons li {
  display: inline;
  text-align: left;
  padding: 0 6px;
}

.ces-site-icons a {
  text-indent: -9999px;
  text-align: left;
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(images/ces-site-icons-small.png);
}

.ces-site-icons .gb { background-position: 0 0; }
.ces-site-icons .ac { background-position: 0 -27px; }
.ces-site-icons .cb { background-position: 0 -54px; }
.ces-site-icons .im { background-position: 0 -81px; }
.ces-site-icons .wp { background-position: 0 -108px; }
.ces-site-icons .sw { background-position: 0 -135px; }

.ces-sidebar ul.ces-site-icons {
  margin-bottom: 26px;
  padding:0;
}

ul.ces-schedule {
  padding: 0;
}

.ces-livenow {
  text-align: center;
}

.ces-live-img img {
  width: 258px;
  height: auto;
  border: 1px solid #a9a9a9;
}

.ces-livenow-info {
  text-align: left;
  font-size: 20px;
  margin: 9px 0;
  line-height: 23px;
}

.ces-livenow-info span {
  color:#cab900;
}

.ces-livenow {
  margin-bottom: 36px;
}

.ces-sidebar-top h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
  color: #cab900;
}

.ces-schedule {
  font-size: 14px;
  line-height: 35px;
  max-height: 320px;
  overflow:hidden;
  margin-bottom: 10px !important;
}

.ces-date {
  display: none;
}

.ces-time {
  padding-left: 15px;
  padding-right: 15px;
}

.ces-description {
  display:none;
}

.ces-sponsors {
  padding: 1px 0;
  background-color: #00210d;
  padding-bottom: 10px;
}

.ces-by {
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  margin: 6px;
}

.ces-sponsers {
  text-align: center;
}

ul.ces-sponsers {
  padding: 0;
}

.ces-sponsers li {
  display: inline-block;
}

.ces-sponsers a {
  background: url(images/ces-sponsor-icons.png);
  width: 94px;
  height: 48px;
  display: inline-block;
  text-indent: -99999px;
  vertical-align: middle;
}

.ces-sponsers .seido a {background-position: 0 0;}
.ces-sponsers .vizzywig a {background-position: 0 -48px;}
.ces-sponsers .qsnap a {background-position: 0 -96px;}
.ces-sponsers .ustream a {background-position: 0 -144px;}
.ces-sponsers .newtek a {background-position: 0 -192px;}
.ces-sponsers .cea a {background-position: 0 -240px;}

.ces-recent-vids {
  background:#dddddd;
}

.ces-recent-vids img {
  width:260px;
  margin-top: -18px;
}

.ces-recent-vids h5 {
  margin: 0;
  padding: 15px 0;
  text-align: left;
  color: black;
  font-size: 22px;
  text-transform: uppercase;
  padding-top:30px;
}

.ces-recent-vids .video {
  position:relative;
  display: inline-block;
  width: 100%;
  overflow:hidden;
  height:147px;
  vertical-align: middle;
  text-align:center;
}

.ces-recent-vids .video span {
  background: url(images/video-play.png) center center no-repeat;
  background-size:28% auto;
  display:block;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index:1;
}

.tile-title {
  color: black;
  font-size: 15px;
  padding: 5px 0px;
  display: block;
  line-height: 18px;
}

.ces-recent-vids a:hover {
  color: black;
}

.ces-recent-vids li {
  margin-bottom: 15px;
  list-style-type: none;
}

.ces-sidebar-checkout {
  background: #181818 url(images/dark_Tire.png);
  text-align:center;
  margin-bottom:20px;
}

.ces-who {
  color: white;
  text-transform: uppercase;
  font-size: 17px;
  display: inline-block;
  width: 155px;
  margin: 0;
  font-weight: bold;
  line-height: 19px;
}

.ces-why {
  color: #5399a9;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  width: 164px;
  margin: 20px 0 0 0;
  line-height: 23px;
}

.ces-sidebar-checkout a {
  display: block;
  padding: 20px;
}

.ces-recent-articles li {
  position:relative;
  margin-bottom:20px;
}

.ces-recent-articles img {
  width:100%;
  height:auto;
  display:block;
}

.ces-recent-articles .article-title {
  padding:10px;
  position:absolute;
  bottom:0;
  left:0;
}

.ces-recent-articles .article-title span {
  font-size:18px;
  line-height:18px;
  color:white; 
}
