/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* shift scroll bar slightly to the right */
.mCSB_draggerContainer {
  right: -2px;
}

.main-aside {
  padding: 0;
  box-shadow: none;
  width: 310px;
}
.main-aside a {
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0s;
  transition: all 0.2s linear 0s;
}

.main-aside-inner {
  position: absolute;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.aside-block {
  background: #F5F5F5;
  border-bottom: 1px solid #ddd;
}

.aside-title {
  margin: 0;
  padding: 10px 0;
  color: #888;
  background: #eee;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.aside-title a {
  color: #888;
}
.aside-title a:hover {
  color: #EA653D;
}

.aside-content {
  overflow: hidden;
  *zoom: 1;
}
.aside-content.aside-text {
  background: #FFFFFF;
  text-align: center;
}
.aside-content.aside-text a {
  padding: 25px 25px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.aside-content.aside-text a:hover {
  background: #EA653D;
  color: #fff;
}
.aside-content.aside-video {
  padding: 5px;
}
.aside-content.aside-video a {
  display: block;
  position: relative;
}
.aside-content.aside-video a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../images/play_button_67x78.png") no-repeat scroll 50% 50%;
  z-index: 2;
}
.aside-content.aside-video img {
  width: 100%;
  height: auto;
  display: block;
}
.aside-content.aside-video .aside-video-label {
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 0;
  padding: 8px;
}
.aside-content.aside-ad {
  padding: 5px;
  text-align: center;
}
.aside-content.aside-ad img {
  display: block;
  margin: 0 auto;
}

.aside-post {
  overflow: hidden;
  *zoom: 1;
  padding: 8px 20px;
  border-bottom: 1px solid #ddd;
  background: #ffffff;
}

.aside-profile-image {
  float: left;
  width: 75px;
  height: 75px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 25px;
}
.aside-profile-image img {
  width: 100%;
  height: auto;
}

.aside-post-title {
  color: #666;
}

.nav-thumb img {
  display: block;
}

.main-aside-footer {
  width: 310px;
}
