/*-- General Layout --*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.front,
body.not-front{
  padding: 0;
  margin: 0;
  background: #ffffff;
  text-align: center;
}


#site-name{
  width: 150px;
  height: 95px;
  float: left;
  margin: 55px 0 0 50px;
}

#site-name a{
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -999px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  background: url(images/logo.png);
}




#header,
#features,
#main-wrapper,
#footer{
  width: 100%;
  text-align: center;
  background: #ffffff;
}

#header > .section,
#features .region-features,
#main-wrapper #main,
#footer .region-footer{
  text-align: left;
  position: relative;
  margin: 0px auto;
  width: 1100px;
  padding: 0 50px;
}

#header > .section,
#features .region-features,
#main-wrapper #main,
#footer .region-footer,
.front #features .region-features{
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABEwAAAABCAYAAADEiDsbAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABOSURBVFiF7cuxDcAgEENRm9uFxZiLxbIKgkufFKEKzX/Sryx7jFHXWnqWmZpzKjNf21cnvq21SwAAAAAA4Kjeey2laDfbigjZ3v788b0BpfWaGe9YC40AAAAASUVORK5CYII=) repeat-y 0 0;
}

.tabs-wrapper{
  margin: 0px auto;
  width: 1000px;
  padding: 0 50px;
}

#main-inner{
  min-height: 500px;
}

#content-wrapper{
  padding: 30px 50px;
}

.sidebar-second #content-wrapper{
  width: 680px;
  padding: 60px 12px 0 50px;
  float: left;
}

.region-sidebar-second{
  width: 310px;
  padding: 60px 50px 60px 25px;
  float: right;
}

.region-content{
  position: relative;
}









/*-- Typography --*/
input, select, textarea, body{
  font: 12px/1.3em 'Adventor', 'Open Sans', sans-serif;
  color: #4d4d4d;
}


.front #page-title{
  display: none;
}

h1{
  font-family: 'Adventor', sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 17px;
}

h2{
  font-family: 'Adventor', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}

.prose h2{
  text-transform: uppercase;
}

a{
  color: #666666;
  text-decoration: underline;
}

a:hover{
  color: #111111;
}

.view-content p{
  margin: 0 0 20px;
}







/*-- Navigation / menu --*/
#header > .section{
  position: relative;
  height: 170px;
}

#navigation{
  position: absolute;
  right: 100px;
  bottom: 0px;
  height: 104px;
  text-align: right;
}

#navigation ul.sf-menu{
  text-align: left;
  border: none;
}

#navigation ul.sf-menu > li{
  float: left;
  z-index: 498;
  background: transparent;
  /*width: 100px;*/
  border: none;
}

#navigation ul.sf-menu > li.active-trail{
  z-index: 499;
}

#navigation ul.sf-menu > li:hover{
  z-index: 500;
}


#navigation ul.sf-menu > li > a{
  background: #ffffff url(images/bg-sprite32b.png) no-repeat 0 0;
  overflow: hidden;
  text-indent: -999px;
  height: 104px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
  border: none;
  color: #666666;
}

#navigation ul.sf-menu li a{
  color: #666666;
  font-weight: bold;
}

#navigation ul.sf-menu > li a:hover{
  z-index: 102;  
  color: #111111;
}

#navigation ul.sf-menu > li#menu-671-1{
  margin-left: -38px;
}
#navigation ul.sf-menu > li#menu-671-1 > a,
#navigation ul.sf-menu:hover > li#menu-671-1 > a.active,
#navigation ul.sf-menu:hover > li#menu-671-1.active-trail > a{
  width: 155px;
  background-position: -362px 0;
}
#navigation ul.sf-menu > li#menu-671-1 > a:hover,
#navigation ul.sf-menu > li#menu-671-1.sfHover > a,
#navigation ul.sf-menu > li#menu-671-1.active-trail > a,
#navigation ul.sf-menu > li#menu-671-1 > a.active,
#navigation ul.sf-menu:hover > li#menu-671-1 > a:hover,
#navigation ul.sf-menu:hover > li#menu-671-1.sfHover > a{
  background-position: -1026px 0;
}

#navigation ul.sf-menu > li#menu-670-1{
  margin-left: -50px;
}
#navigation ul.sf-menu > li#menu-670-1 > a,
#navigation ul.sf-menu:hover > li#menu-670-1 > a.active,
#navigation ul.sf-menu:hover > li#menu-670-1.active-trail > a{
  width: 182px;
  background-position: -218px 0;
}
#navigation ul.sf-menu > li#menu-670-1 > a:hover,
#navigation ul.sf-menu > li#menu-670-1.sfHover > a,
#navigation ul.sf-menu > li#menu-670-1.active-trail > a,
#navigation ul.sf-menu > li#menu-670-1 > a.active,
#navigation ul.sf-menu:hover > li#menu-670-1 > a:hover,
#navigation ul.sf-menu:hover > li#menu-670-1.sfHover > a{
  background-position: -844px 0;
}

#navigation ul.sf-menu > li#menu-667-1{
  margin-left: -59px; 
}
#navigation ul.sf-menu > li#menu-667-1 > a,
#navigation ul.sf-menu:hover > li#menu-667-1 > a.active,
#navigation ul.sf-menu:hover > li#menu-667-1.active-trail > a{
  width: 181px;
  background-position: -87px 0;
}
#navigation ul.sf-menu > li#menu-667-1 > a:hover,
#navigation ul.sf-menu > li#menu-667-1.sfHover > a,
#navigation ul.sf-menu > li#menu-667-1.active-trail > a,
#navigation ul.sf-menu > li#menu-667-1 > a.active,
#navigation ul.sf-menu:hover > li#menu-667-1 > a:hover,
#navigation ul.sf-menu:hover > li#menu-667-1.sfHover > a{
  background-position: -663px 0;
}


#navigation ul.sf-menu > li#menu-162-1 > a,
#navigation ul.sf-menu:hover > li#menu-162-1 > a.active,
#navigation ul.sf-menu:hover > li#menu-162-1.active-trail > a{
  width: 146px;
  background-position: 0 0;
}
#navigation ul.sf-menu > li#menu-162-1 > a:hover,
#navigation ul.sf-menu > li#menu-162-1.sfHover > a,
#navigation ul.sf-menu > li#menu-162-1.active-trail > a,
#navigation ul.sf-menu > li#menu-162-1 > a.active,
#navigation ul.sf-menu:hover > li#menu-162-1 > a:hover,
#navigation ul.sf-menu:hover > li#menu-162-1.sfHover > a{
  background-position: -517px 0px;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul{
  top: 104px;
  width: 183px !important;
}

.sf-menu li#menu-667-1:hover ul, .sf-menu li#menu-667-1.sfHover ul{
  margin-left: 9px;
}

#navigation ul.sf-menu li ul li{
  background: url(images/bg-menu-drop.png) no-repeat 0 -21px;
  border: none;
}

#navigation ul.sf-menu li ul li.first{
  background-position: 0 0;
  padding-top: 21px;
}

#navigation ul.sf-menu li ul li.last{
  background-position: left bottom;
  padding-bottom: 25px;
}

#navigation ul.sf-menu li ul li a{
  border-bottom: 1px solid #cccccc;
  border-right: none;
  border-left: none;
  border-top: none;
  display: block;
  width: 128px !important;
  margin-left: 23px;
  background: transparent;
}

#navigation ul.sf-menu li ul li.last a{
  border-bottom: none;
  padding-bottom: 0px;
}


#navigation ul.sf-menu li ul li#menu-660-1 a,
#navigation ul.sf-menu li ul li#menu-668-1 a,
#navigation ul.sf-menu li ul li#menu-669-1 a,
#navigation ul.sf-menu li ul li#menu-769-1 a,
#navigation ul.sf-menu li ul li#menu-1378-1 a,
#navigation ul.sf-menu li ul li#menu-1379-1 a,
#navigation ul.sf-menu li ul li#menu-1391-1 a{
  background: url(images/bg-logos.png) no-repeat 13px 8px;
  overflow: hidden;
  height: 75px;
  text-indent: -999px;
}


#navigation ul.sf-menu li ul li#menu-668-1 a{
  background-position: 13px -63px;
}
#navigation ul.sf-menu li ul li#menu-669-1 a{
  background-position: 13px -145px;
}
#navigation ul.sf-menu li ul li#menu-769-1 a{
  background-position: 13px -217px;
}
#navigation ul.sf-menu li ul li#menu-1378-1 a{
  background-position: 13px -284px;
}
#navigation ul.sf-menu li ul li#menu-1379-1 a{
  background-position: 13px -362px;
}
#navigation ul.sf-menu li ul li#menu-1391-1 a{
  background-position: 13px -428px;
}









/*-- Features --*/
#features{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAADFBMVEX5+fr6+vv////7+/wYUPnOAAAAL0lEQVR42s3OuREAIBDDwIXrv2cSiNQADj1+5Gntq/nV0Yy2dEeX9UvflUcJlfkA8c4BaXoArbcAAAAASUVORK5CYII=) repeat center;
}

.front #features .region-features{
  overflow: hidden;
  padding: 0 125px;
}

#features .region-features{
  padding: 18px 50px;
  background: none;
}

#block-views-front-slideshow-block{
  width: 850px;
}

.view-front-slideshow .views_slideshow_main{
  padding: 10px;
  height: 486px;
  width: 850px;
  border: 1px solid #E6E6E6;
  background: #ffffff;
  margin: 20px 0;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 8px 0px #A4A4A4;
  -webkit-box-shadow: 0px 0px 8px 0px #A4A4A4;
  box-shadow: 0px 0px 8px 0px #A4A4A4;
  position: relative;
  z-index: 2;
}

.view-front-slideshow .views-row{
  position: relative;
  height: 466px;
}

.view-front-slideshow .views-row .views-field-field-video{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.view-front-slideshow .views-row .views-field-title{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 830px;
  padding: 20px 28px;
  z-index: 11;
}

.view-front-slideshow .views-row .views-field-title a{
  text-decoration: none;
}

.view-front-slideshow .views-row .slide-video-title{
  color: #ffffff;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 3px;
  font-weight: bold;
  width: 770px;
}

.view-front-slideshow .views-row .slide-video-sub{
  display: block;
  font-size: 11px;
  color: #B3B3B3;
  width: 770px;
}

.view-front-slideshow .views-row .slide-video-sub span{
  float: left;
}

.view-front-slideshow .views-row .slide-video-channel{
  background: no-repeat right center;
  padding-right: 10px;
  margin-right: 9px;
}

.view-front-slideshow .views-row .slide-video-visits{
  padding-left: 20px;
  background: no-repeat 0 4px;
}


.view-front-slideshow .views-row .slide-video-created{
  background: no-repeat left center;
  padding-left: 10px;
  margin-left: 9px;
}



.view-front-slideshow .views-slideshow-controls-text-next a{
  position: absolute;
  right: -94px;
  top: 23px;
  background: url(images/bg-sprite32b.png) no-repeat -1142px -117px;
  width: 104px;
  height: 440px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  z-index: 1;
}
.view-front-slideshow .views-slideshow-controls-text-next a:hover{
  right: -99px;
}

.view-front-slideshow .views-slideshow-controls-text-previous a{
  position: absolute;
  left: -94px;
  top: 23px;
  background: url(images/bg-sprite32b.png) no-repeat -1040px -117px;
  width: 104px;
  height: 440px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  z-index: 1;
}
.view-front-slideshow .views-slideshow-controls-text-previous a:hover{
  left: -99px;
}


.view-front-slideshow .views-slideshow-controls-text-pause{
  display: none;
}









/*-- Blocks --*/
.block{
  position: relative;
}

.block h2.block-title,
#comments h2{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
  color: #808080;
  border-bottom: 4px solid #808080;
  padding-bottom: 12px;
  margin-bottom: 24px;
}

.block-title-link{
  text-decoration: none;
}


.region-content .block,
.region-sidebar-second .block{
  margin-bottom: 30px;
}

.region-content .block .block-content,
.region-sidebar-second .block .block-content{
  float: left;
  min-width: 100%;
}

.region-header .block{
  float: left;
}

a.add-blog {
  float: right;
  margin-top: -62px;
  text-decoration: none;
}



/*-- Front channels --*/
#block-views-channels-block{
  width: 900px;
  overflow: hidden;
}

#block-views-channels-block .block-content{
  width: 940px;
}

#block-views-channels-block .views-row{
  width: 280px;
  height: 190px;
  margin: 0 30px 10px 0;
  margin-right: 29.3px;
  float: left;
  position: relative;
}

#block-views-channels-block .views-field-field-front-image a{
  position: relative;
  height: 154px;
  display: block;
}

#block-views-channels-block .views-field-field-front-image a span{
  position: absolute;
  top: 0;
  left: 0;
}

#block-views-channels-block .views-field-field-front-image a .channel-over{
  display: none;
}

#block-views-channels-block .views-field-field-front-image a:hover .channel-over{
  display: block;
}

#block-views-channels-block .views-field-field-short a{
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

#block-views-channels-block .channel-11 .views-field-field-short a,
#block-views-channels-block .channel-86 .views-field-field-short a{
  color: #BFD52F;
}
#block-views-channels-block .channel-12 .views-field-field-short a,
#block-views-channels-block .channel-87 .views-field-field-short a{
  color: #E91D50;
}
#block-views-channels-block .channel-13 .views-field-field-short a,
#block-views-channels-block .channel-17 .views-field-field-short a{
  color: #9E1F63;
}
#block-views-channels-block .channel-14 .views-field-field-short a{
  color: #24A1DB;
}
#block-views-channels-block .channel-15 .views-field-field-short a{
  color: #FCB830;
}
#block-views-channels-block .channel-16 .views-field-field-short a{
  color: #F16522;
}















/*-- Header User Nav --*/
#header-top{
  height: 24px;
  position: absolute;
  top: 7px;
  left: 100px;
  width: 900px;
  overflow: hidden;
  font-size: 11px;
  font-weight: bold;
  color: #555555;
}

#block-yabamod-yaba-user-nav .block-content div{
  float: left;
  line-height: 23px;
  margin-right: 10px;
}

#block-yabamod-yaba-user-nav .logout-link{
  float: left;
  line-height: 23px;
  margin-left: 10px;
  text-decoration: none;
}

#block-yabamod-yaba-user-nav .user-picture a{
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  float: left;
}

.usernav{
  width: 121px;
  height: 23px;
  overflow: hidden;
  text-indent: -999px;
  background: url(images/bg-navbuttons.png) no-repeat;
  float: left;
}
.usernav:hover{
  background-position: 0 -23px;
}

.usernav.add-video{
  background-position: -121px 0;
}

.usernav.add-video:hover{
  background-position: -121px -23px;
}



















/*-- Video teaser --*/
.node-video.node-teaser,
.node-provideo.node-teaser{
  padding-bottom: 10px;
  min-height: 242px;
}

.node-video.node-teaser .node-inner,
.node-provideo.node-teaser .node-inner{
  padding: 8px;
  width: 210px;
}

.node-video.node-teaser .image,
.node-provideo.node-teaser .image{
  border: 1px solid #EDEDED;
  border-top-color: #cccccc;
  border-left-color: #cccccc;
  position: relative;
  width: 194px;
  height: 143px;
}

.node-teaser .episode-no{
  height: 29px;
  color: white;
  bottom: 4px;
  left: 4px;
  position: absolute;
  width: 184px;
  padding: 5px 8px;
  font-size: 11px;
}


.episode-no.channel-11{
  background-color: #BFD52F;
}
.episode-no.channel-12{
  background-color: #E91D50;
}
.episode-no.channel-13{
  background-color: #9E1F63;
}
.episode-no.channel-14{
  background-color: #24A1DB;
}
.episode-no.channel-15{
  background-color: #FCB830;
}
.episode-no.channel-16{
  background-color: #F16522;
}
.episode-no.channel-17{
  background-color: #9E1F63;
}



.node-video.node-teaser .image a,
.node-provideo.node-teaser .image a{
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 4px;
}

.node-video.node-teaser .image .duration,
.node-provideo.node-teaser .image .duration{
  position: absolute;
  bottom: 34px;
  right: 4px;
  color: #ffffff;
  font-size: 10px;
  z-index: 2;
  padding: 3px 6px;
}


.node-video.node-teaser h2.node-title a,
.node-provideo.node-teaser h2.node-title a{
  text-decoration: none;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.2em;
  display: block;
  margin: 9px 0;
}

.node-video.node-teaser .field-name-field-channel a,
.node-video .visits,
.node-video .submitted,
.node-provideo.node-teaser .field-name-field-channel a,
.node-provideo .visits,
.node-provideo .submitted{
  text-decoration: none;
  color: #999;
  font-size: 10px;
  line-height: 1em;
  margin-top: 15px;
}

.node-provideo.node-teaser .visits,
.node-provideo.node-teaser .submitted{
  margin-top: 0;
}

.node-video .visits,
.node-provideo .visits{
  float: left;
  padding-left: 20px;
  background: no-repeat 0 1px;
}

.node-video .submitted,
.node-provideo .submitted{
  background: no-repeat left center;
  padding-left: 10px;
  margin-left: 10px;
  float: left;
}

.node-video.node-teaser .field-name-body,
.node-provideo.node-teaser .field-name-body{
  display: none;
  clear: both;
  
}

.node-video.node-teaser.hover .node-inner,
.node-provideo.node-teaser.hover .node-inner{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 402px;
  z-index: 99;
  box-shadow: 0px 0px 3px #666666;
  background: #ffffff;
}

.node-video.node-teaser.hover .field-name-body,
.node-provideo.node-teaser.hover .field-name-body{
  display: block;
}










/*-- Front Popular Videos --*/
.view-videos{
  width: 100%;
  margin: -8px 0 56px -8px;
}

.region-sidebar-second .view-videos{
  margin: 0;
}

.view-videos .view-content{
  width: 110%;
}

.view-videos .view-content .views-row{
  float: left;
  margin-right: 25px;
  width: 210px;
  position: relative;
}

.front .view-videos .view-content .views-row{
  border-bottom: 1px solid #999999;
  margin-bottom: 56px;
}









/*-- All videos --*/
.view-all{
  width: 100%;
  margin: -8px 0 56px -8px;
}

.view-all .view-content{
  width: 110%;
}

.view-all .view-content .views-row{
  float: left;
  margin-right: 25px;
  width: 210px;
  position: relative;
}


















/*-- Video full node view --*/
.node-type-video #features .region-features,
.node-type-provideo #features .region-features{
  padding-right: 23px;
}

.node-type-video #block-system-main .node-video,
.node-type-provideo #block-system-main .node-provideo{
  background: url(images/bg-sprite32b.png) no-repeat 0 -825px;
  height: 574px;
}

.node-type-video h1.node-title,
.node-type-provideo h1.node-title{
  margin-top: 36px;
  height: 26px;
  overflow: hidden;
}

.video-inprogress,
.video-conversion-failed{
  width: 640px;
  height: 360px;
  text-align: center;
  padding-top: 175px;
  background: #000000;
  color: #ccc;
  border: none;
}

.video-inprogress{
  background: #000000 url(images/bg-videocrunching.png) no-repeat center center;
  overflow: hidden;
  text-indent: -999px;
}


.node-type-video #block-system-main .node-video .field-name-field-video,
.node-type-provideo #block-system-main .node-provideo .field-name-field-video,
.node-type-provideo #block-system-main .node-provideo .field-name-field-video-file-veom,
.node-type-video #block-system-main .node-video .field-name-field-video-file-veom{
  padding: 9px;
  margin-left: -10px;
  width: 660px;
  border: 1px solid #E6E6E6;
  box-shadow: 2px 2px 4px #D6D6D6;
}


.node-video .col-left,
.node-provideo .col-left{
  float: left;
  width: 650px;
  margin-left: 22px;
  padding-left: 10px;
  margin-top: 4px;
}

.node-video .col-right,
.node-provideo .col-right{
  float: right;
  width: 262px;
  margin-right: 50px;
  margin-top: 4px;
  position: relative;
  height: 564px;
}

.thumbsup-count{
  width: 60px;
  height: 47px;
  padding: 22px 4px 5px 27px;
  text-align: center;
  background: url(images/bg-sprite32b.png) no-repeat -135px -221px;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 0px #444444;
  color: white;
  float: left;
  margin-top: 13px;
}

.teachers-resource{
background: url("images/teachers.png") no-repeat scroll 0 0;
    border: 0 none;
    bottom: 131px;
    color: #e4e4e4;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-left: 58px;
    margin-top: -42px;
    padding: 15px 6px 15px 46px;
    position: absolute;
    text-decoration: none;
    z-index: 999;
}

.channel{
  float: right;
  margin: 11px -10px 0 0;
}


.channel .field-item a{
  float: right;
  width: 100px;
  height: 50px;
  background: url(images/bg-logos.png) no-repeat 0 0;
  overflow: hidden;
  text-indent: -999px;
}

.channel .channel-12 a{
  background-position: 0 -79px;
}
.channel .channel-13 a{
  background-position: 0 -160px;
}
.channel .channel-14 a{
  background-position: 0 -227px;
}
.channel .channel-15 a{
  background-position: 0 -299px;
}
.channel .channel-16 a{
  background-position: 0 -374px;
}
.channel .channel-17 a{
  background-position: 0 -442px;
}


.visits{
  clear: both;
}

.node-video .field-name-body,
.node-provideo .field-name-body{
  clear: both;
  padding-top: 8px;
  font-size: 11px;
  line-height: 1.4em;
}

.video-author{
  height: 76px;
  background: #E6E6E6;
  padding: 8px;
  margin-bottom: 1px;
  overflow: hidden;
}

.video-author .user-picture{
  float: left;
  margin-right: 20px;
}

.video-author .author-name{
  font-size: 14px;
  margin: 4px 0 3px;
}

.video-author .view{
  float: left;
  font-size: 11px;
}

.video-author .view-user-video-count{
  margin-right: 7px;
  padding-right: 8px;
  background: no-repeat right center;
}

.video-castcrew{
  height: 130px;
  overflow: auto;
  font-size: 10px;
}

.field-name-field-castcrew{
  overflow: hidden;
  clear: left;
}

.field-name-field-castcrew > .field-items > .field-item{
  background: #F2F2F2;
  margin-bottom: 1px;
  padding: 8px 13px;
}

.field-name-field-castcrew > .field-items > .field-item .field-item{
  float: left;
}

.col-right .field-name-field-yabamember{
  display: none;
}

.col-right .field-name-field-role{
  min-width: 100px;
  float: left;
}

.col-right .field-name-field-nonyabaname,
.col-right .field-name-field-yabaname{
  font-weight: bold;
}

.col-right div.links{
  position: absolute;
  bottom: 8px;
  left: 4px;
}

.col-right .plus1-widget{
  float: left;
}

.col-right div.links .plus1-voted,
.col-right div.links a{
  width: 38px;
  height: 43px;
  float: left;
  margin: 0px 12px;
  overflow: hidden;
  background: url(images/bg-videoicons.png) no-repeat 2px -3px;
  text-indent: -999px;
}

.col-right div.links .plus1-voted{
  opacity: 0.6;
}

.col-right div.links .plus1-score{
  display: none;
}

.col-right div.links a.add-comment{
  background-position: -60px -2px;
}
.col-right div.links a.add-comment:hover{
  background-position: -60px -54px;
}
.col-right div.links a.add-video-reply{
  background-position: -121px -2px;
}
.col-right div.links a.add-video-reply:hover{
  background-position: -121px -54px;
}
.col-right div.links a.report-video{
  background-position: -182px -2px;
}
.col-right div.links a.report-video:hover{
  background-position: -182px -54px;
}


.lights-out{
  background: none repeat scroll 0 0 black;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 499;
}


.video-popup{
  padding: 20px;
  height: 360px;
  overflow: hidden;
  background: #CDEDF9;
}

.awaiting-moderation{
  position: absolute;
  top: 111px;
  left: 82px;
  width: 218px;
  height: 200px;
  z-index: 99;
  background: url(images/bg-videoawaitingapproval.png) no-repeat 0 0;
}



#block-cck-blocks-field-the-full-story-page .field-items a{
  overflow: hidden;
  background: url(images/bg-sprite32b.png) no-repeat -425px -112px;
  width: 245px;
  height: 85px;
  text-indent: -999px;
  display: block;
}



.node-type-full-story h1#page-title{
  font-family: 'JennaSueRegular';
  font-weight: normal;
  font-size: 44px;
  line-height: 1.2em;
}





.qtip-content{
  text-align: center !important;
  background: transparent !important;
  color: #ffffff !important;
}

.qtip-wrapper{
  background: transparent;
  padding-bottom: 10px;
  background: url(images/bg-tooltip.png) no-repeat center bottom;
}

.qtip-contentWrapper{
  border: none !important;
  background: transparent !important;
}


















/* Similar carousel */
.view-similar{
  height: 83px;
  margin: 10px -10px 0 -10px;
  /*background: #F2F2F2;*/
  border: 1px solid #E6E6E6;
  box-shadow: 2px 2px 4px #D6D6D6;
}

.view-similar .jcarousel-container{
  padding: 0 21px;
}

.view-similar .jcarousel-clip{
  overflow: hidden;
}

.view-similar ul.jcarousel{

}

.view-similar li.jcarousel-item{
  padding: 0px;
  width: 150px;
}

.view-similar .jcarousel-prev,
.view-similar .jcarousel-next{
  width: 20px;
  height: 81px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  background: url(images/bg-sprite32b.png) no-repeat -955px -158px;
}

.view-similar .jcarousel-next{
  left: auto;
  right: 0px;
  background-position: -975px -158px;
}

.view-similar .views-field-field-video{
  float: left;
}

.view-similar .views-field-field-video a{
  position: relative;
  width: 146px;
  height: 81px;
  display: block;
  margin-right: 4px;
}

.view-similar .views-field-field-video a img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.view-similar .views-field-field-video a span{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 8px 10px;
  font-size: 10px;
  font-weight: bold;
}

.view-similar .views-field-field-video a:hover span,
.view-similar .views-field-field-video a span:hover{
  display: block !important;
}

.view-similar .views-field-title{
  float: left;
  max-width: 120px;
  min-width: 60px;
  padding: 0 6px;
  height: 60px;
  border-right: 1px solid #D8D8D8;
}

.view-similar .views-field-title a{
  font-weight: bold;
  line-height: 1.3em;
  font-size: 11px;
  text-decoration: none;
}











/*-- Video add/edit --*/
#video-node-form,
#provideo-node-form,
#context-admin-node-form-wrapper{
  margin-top: 30px;
}

.plupload_scroll .plupload_filelist{
  height: 37px;
}
li.plupload_droptext{
  line-height: 1.7em;
}
.plupload_filelist li{
  padding-right: 25px;
}

a.plupload_button.plupload_add{
  overflow: hidden;
  text-indent: -999px;
  background: url(images/bg-sprite32b.png) no-repeat 0 -225px;
  width: 66px;
  height: 25px;
}

.plupload_filelist_footer{
  height: 38px;
}

div.video-widget-data{
  clear: none;
  width: auto;
  float: none;
  width: 100%;
}

div.video-preview{
  padding: 0;
  margin: 0;  
}

.video-widget .filefield-sources-list{
  display: none !important;
}

.video-widget .filefield-source-plupload{
  display: block !important;
}

.form-item.form-item-field-video-und-0{
  margin: 0;
  padding: 10px;
}

#node_video_form_group_videodetails .form-item-title{,
#node_provideo_form_group_videodetails .form-item-title
  margin-top: 0;
}

#node_video_form_group_videodetails .form-item-title,
#node_video_form_group_videodetails #edit-body,
#node_video_form_group_videodetails #edit-field-channel,
#node_video_form_group_videodetails #edit-og-group-ref,
#node_video_form_group_videodetails #edit-field-moderation-state,
#node_provideo_form_group_videodetails .form-item-title,
#node_provideo_form_group_videodetails #edit-body,
#node_provideo_form_group_videodetails #edit-field-channel,
#node_provideo_form_group_videodetails #edit-og-group-ref,
#node_provideo_form_group_videodetails #edit-field-captions-file,
#node_provideo_form_group_videodetails #edit-field-episode-number{
  float: right;
  clear: right;
  width: 380px;
}

#edit-field-video-file-veom{
  clear: left;
  float: left;
}
#edit-field-video{
  clear: left;
  float: left;
}

.page-node-add-video #edit-field-video,
.page-node-add-provideo #edit-field-video,
.page-node-edit.node-type-video #edit-field-video,
.page-add-video-response #edit-field-video{
  float: left;
  background: #EFEFEF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAALUlEQVR42r3KMQoAAAjDwCII/v/FSjddslnIUk6zOoX2UgT8E3AEHALHIJ5BA+OIAWDNtFeaAAAAAElFTkSuQmCC) repeat 0 0;
  border: 1px solid #94D8F1;
}

.page-node-add-video #edit-field-video > div,
.page-node-add-provideo #edit-field-video > div,
.page-add-video-response #edit-field-video > div,
.page-node-edit.node-type-video #edit-field-video > div,
.page-node-edit.node-type-provideo #edit-field-video > div{
  width: 380px;
  padding-top: 71px;
  background: url(images/bg-sprite32b.png) no-repeat 24px -1400px;
  border: 1px solid #ffffff;
}

.filefield-source-plupload .form-submit{
  float: right;
  clear: right;
  margin: 10px 0 0;
}

.page-node-add-video h1,
.page-node-add-provideo h1,
.page-add-video-response h1,
.page-node-edit.node-type-video h1,
.page-node-edit.node-type-provideo h1{
  font-family: 'JennaSueRegular', sans-serif;
  font-weight: normal;
  font-size: 32px;
  padding-top: 20px;
}

.page-node-add-video h1 span,
.page-node-add-provideo h1 span,
.page-add-video-response h1 span,
.page-node-edit.node-type-video h1 span,
.page-node-edit.node-type-provideo h1 span{
  font-size: 40px;
  color: #00A0DE;
  clear: left;
  display: block;
}

.page-node-add-video .form-text,
.page-node-add-provideo .form-text,
.page-add-video-response .form-text,
.page-node-edit.node-type-video .form-text,
.page-node-edit.node-type-provideo .form-text,
.page-node-add-video textarea,
.page-node-add-provideo textarea,
.page-add-video-response textarea,
.page-node-edit.node-type-video textarea,
.page-node-edit.node-type-provideo textarea{
  border: 1px solid #8CD5F0;
}

.page-node-add-video .form-item-title,
.page-node-add-provideo .form-item-title,
.page-add-video-response .form-item-title,
.page-node-edit.node-type-video .form-item-title,
.page-node-edit.node-type-provideo .form-item-title,
.page-node-edit.node-type-video #edit-title,
.page-node-edit.node-type-provideo #edit-title,
.page-add-video-response #edit-title,
.page-node-add-video #edit-title,
.page-node-edit.node-type-video #edit-body,
.page-node-edit.node-type-provideo #edit-body,
.page-add-video-response #edit-body,
.page-node-add-video #edit-body,
.page-node-add-provideo #edit-body{
  width: 380px;
  position: relative;
}

.page-node-edit.node-type-video .form-type-textarea,
.page-node-edit.node-type-provideo .form-type-textarea,
.page-node-add-video .form-type-textarea,
.page-node-add-provideo .form-type-textarea,
.page-add-video-response .form-type-textarea{
  margin-bottom: 0px;
  margin-top: 0px;
}

#edit-title-counter,
#edit-body-und-0-value-counter{
  position: absolute;
  top: 0px;
  right: 0px;
}

.counter.warning{
  background: transparent none !important;
  color: #FF003E;
  border: none;
}

#edit-field-agree .form-type-checkboxes > label{
  display: none;
}

form .field-multiple-table td.field-multiple-drag{
  width: 22px;
}

form .field-multiple-table td.field-multiple-drag a.tabledrag-handle{
  margin-right: 0;
  padding-right: 0;
}

#field-castcrew-values .form-submit{
  background: none;
  border: none;
  text-decoration: underline;
  box-shadow: none;
}


.page-node-edit.node-type-video fieldset.field-group-fieldset,
.page-node-add-video fieldset.field-group-fieldset,
.page-node-edit.node-type-provideo fieldset.field-group-fieldset,
.page-node-add-provideo fieldset.field-group-fieldset,
.page-add-video-response fieldset.field-group-fieldset{
  border: 1px solid #7ac5e8;
  border-collapse: collapse;
  margin-bottom: 0px;
  background: #B4E4F6;
}

#node_video_form_group_castcrew,
#node_video_form_group_castcrew > .fieldset-wrapper{
  border-top: none;
  border-bottom: none;
}

#node_video_form_group_videodetails{
  border-bottom: none;
}

#node_video_form_group_terms{
  border-top: none;
}

.page-node-edit.node-type-video .field-group-fieldset > .fieldset-wrapper,
.page-node-add-video .field-group-fieldset > .fieldset-wrapper,
.page-node-edit.node-type-provideo .field-group-fieldset > .fieldset-wrapper,
.page-node-add-provideo .field-group-fieldset > .fieldset-wrapper,
.page-add-video-response .field-group-fieldset > .fieldset-wrapper{
  background: #CDEDF9;
  border: 10px solid #B4E4F6;
  padding: 40px;
}

.page-node-edit.node-type-video .field-group-fieldset > .fieldset-wrapper > .description,
.page-node-add-video .field-group-fieldset > .fieldset-wrapper > .description,
.page-node-edit.node-type-provideo .field-group-fieldset > .fieldset-wrapper > .description,
.page-node-add-provideo .field-group-fieldset > .fieldset-wrapper > .description,
.page-add-video-response .field-group-fieldset > .fieldset-wrapper > .description{
  width: 380px;
  margin: 0 0 20px 418px;
}

.page-node-edit.node-type-video .field-group-fieldset legend,
.page-node-add-video .field-group-fieldset legend,
.page-node-edit.node-type-provideo .field-group-fieldset legend,
.page-node-add-provideo .field-group-fieldset legend,
.page-add-video-response .field-group-fieldset legend{
  float: left;
  margin-top: -28px;
}

#node_video_form_group_videodetails > legend span,
#node_provideo_form_group_videodetails > legend span{
  float: left;
  overflow: hidden;
  width: 250px;
  height: 110px;
  text-indent: -999px;
  background: url(images/bg-videodetails.png);
}

#node_video_form_group_castcrew > legend span,
#node_provideo_form_group_castcrew > legend span{
  float: left;
  overflow: hidden;
  width: 392px;
  height: 110px;
  text-indent: -999px;
  background: url(images/bg-castandcrew.png);
}

#node_video_form_group_terms > legend span,
#node_provideo_form_group_terms > legend span{
  float: left;
  overflow: hidden;
  width: 333px;
  height: 147px;
  text-indent: -999px;
  background: url(images/bg-onelastthing.png);
}




.filter-guidelines{
  display: none;
}

#field-castcrew-values .form-wrapper{
  float: left;
  margin-right: 20px;
}

#field-castcrew-values .form-wrapper .form-item{
  margin-top: 0;
}

#field-castcrew-values .field-name-field-yabamember{
  width: 265px;
  margin-right: 0 !important;
}

#field-castcrew-values .field-name-field-yabamember .form-item{
  float: left;
  margin-right: 10px;
}

#field-castcrew-values .form-type-textfield input{
  max-width: 194px;
}

#field-castcrew-add-more-wrapper .field-add-more-submit{
  float: right;
  margin-right: 0;
}

.tabledrag-toggle-weight-wrapper{
  display: none;
}


.description p,
.description ul{
  margin: 0.2em 0 0.8em;
}

.description ul li{
  margin-left: 2em;
  list-style: disc;
}

.page-node-edit.node-type-video #edit-submit,
.page-node-add-video #edit-submit,
.page-node-edit.node-type-provideo #edit-submit,
.page-node-add-provideo #edit-submit,
.page-add-video-response #edit-submit{
  border: none;
  box-shadow: none;
  background: transparent url(images/bg-sprite32b.png) no-repeat 3px -111px;
  width: 214px;
  height: 107px;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
  padding: 0px !important;
}

.page-node-edit.node-type-video #edit-submit:hover,
.page-node-add-video #edit-submit:hover,
.page-node-edit.node-type-provideo #edit-submit:hover,
.page-node-add-provideo #edit-submit:hover,
.page-add-video-response #edit-submit:hover{
  border: none;
  box-shadow: none;
  background-position: -211px -111px;
}










/*-- Channel node --*/
#features .node-channel{
  height: 494px;
  background: url(images/bg-sprite32b.png) no-repeat 0 -315px;
}

.node-type-channel .view-videos .view-content .views-row{
  margin-right: 2px;
}

.node-type-channel .view-videos .view-content .views-row.views-row-4,
.node-type-channel .view-videos .view-content .views-row.views-row-7 {
  clear: both;
}


.node-type-channel #block-system-main{
  position: relative;
  z-index: 10;
  width: 855px;
}


div.node-channel .field-name-field-main-image{
  position: absolute;
  bottom: 3px;
  left: 3px;
  z-index: 0;
}


div.node-channel .node-content{
  position: absolute;
  top: 25px;
  left: 350px;
  width: 450px;
  height: 230px;
  overflow: hidden;
  z-index: 14;
}

.page-node.node-type-channel h1.node-title{
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: uppercase;
}








#block-menu-block-2{
  position: absolute;
  top: 18px;
  right: 23px;
  width: 195px;
}

#block-menu-block-2 ul.menu li{
  height: 70px;
  background: url(images/bg-channeltabs.png) no-repeat right -171px;
  width: 161px;
  margin-bottom: 11px;
  margin-left: 7px;
  z-index: 9;
  position: relative;
}

#block-menu-block-2 ul.menu li.active-trail,
#block-menu-block-2 ul.menu li.active-trail:hover,
#block-menu-block-2 ul.menu li.active,
#block-menu-block-2 ul.menu li.active:hover{
  height: 88px;
  width: 195px;
  z-index: 11;
  background-position: 0 -83px;
  margin-left: 0;
  margin-top: -7px;
  margin-bottom: 1px;
}

#block-menu-block-2 ul.menu li.first{
  margin-top: 2px;
}

#block-menu-block-2 ul.menu li.first.active-trail,
#block-menu-block-2 ul.menu li.first.active{
  height: 83px;
  background-position: 0 0;
  margin-top: 0;
}


#block-menu-block-2 ul.menu li:hover{
  margin-left: 12px;
}


#block-menu-block-2 ul.menu li a{
  background: url(images/bg-logos.png) no-repeat 0 0;
  float: left;
  width: 100px;
  height: 56px;
  text-indent: -999px;
  overflow: hidden;
  margin: 10px 0 0 35px;
}

#block-menu-block-2 ul.menu li.active-trail a,
#block-menu-block-2 ul.menu li.active a{
  margin-left: 50px;
  margin-top: 15px;
}

#block-menu-block-2 ul.menu li.active-trail.first a,
#block-menu-block-2 ul.menu li.active.first a{
  margin-top: 10px;
}

#block-menu-block-2 ul.menu .menu-mlid-668 a{
  background-position: 0 -75px;
}
#block-menu-block-2 ul.menu .menu-mlid-669 a{
  background-position: 0 -160px;
}

#block-menu-block-2 ul.menu .menu-mlid-769 a{
  background-position: 0 -225px;
}
#block-menu-block-2 ul.menu .menu-mlid-1378 a{
  background-position: 0 -297px;
}
#block-menu-block-2 ul.menu .menu-mlid-1379 a{
  background-position: 0 -373px;
}
#block-menu-block-2 ul.menu .menu-mlid-1391 a{
  background-position: 0 -443px;
}








/*-- Channel colours --*/
/*
#main-inner{
  background: url(images/bg-channel-main.png) repeat-y 0 0;
}

.page-node-15 #main-inner{
  background-color: #FAB732;
}
*/

















/*-- User profile / channel --*/
.page-user #features .region-features,
.page-user #features .region-features{
  padding-right: 23px;
}

.page-user #features .region-features #block-system-main{
  background: url(images/bg-video.png) no-repeat 0 0;
  height: 574px;
}

.page-user #features .region-features #block-system-main .block-content{
  float: right;
  width: 200px;
}

.page-user.sidebar-second #content-wrapper{
  width: 680px;
  padding: 20px 12px 0 50px;
  margin-top: 60px;
  float: left;
  background-color: #EDEDED;
}

#block-yabamod-yaba-user-profile{
}

#block-yabamod-yaba-user-profile .primary-tabs{
  float: left;
  overflow: hidden;
  margin-bottom: 0px;
}

.page-user .pager li.pager-current{
  display: none;
}

.page-user .view-videos .view-content .views-row{
  margin-right: 2px;
}


#block-yabamod-yaba-user-profile .profile-top{
  padding: 8px;
  clear: both;
  background: #E4E4E4;
  overflow: hidden;
  margin-bottom: 3px;
}

#block-yabamod-yaba-user-profile .profile-top .user-picture{
  float: left;
  margin-right: 10px;
}

#block-yabamod-yaba-user-profile .profile-top a.username{
  float: left;
  width: 148px;
}

#block-yabamod-yaba-user-profile .profile-top ul.classes {
  float: left;
  width: 148px;
  margin-top: 4px;
}

#block-yabamod-yaba-user-profile .thumbsups{
  background: url(images/bg-user-thumbsups.png) no-repeat right 0;
  width: 183px;
  height: 45px;
  padding: 9px 45px 16px 68px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: -18px 0 20px 0px;
  display: none;
}


ul.profile-stats{
  background: #F0F0F0;
  padding: 0;
}

ul.profile-stats li{
  padding: 8px 8px 9px 15px;
  border-bottom: 1px solid #ffffff;
  font-size: 11px;
}

ul.profile-stats li span{
  font-weight: bold;
}

ul.profile-stats li.stats-pitchedin{
}
ul.profile-stats li.stats-comments{
}
ul.profile-stats li.stats-responses{
}



.view-users-in-the-same-class h3{
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0.6em;
}

.view-users-in-the-same-class h3 a{
  text-decoration: none;
}

.view-users-in-the-same-class .views-field-picture{
  height: 60px;
}

.view-users-in-the-same-class td{
  text-align: center;
  padding-bottom: 20px;
}

.view-users-in-the-same-class td a{
  text-decoration: none;
}


.form-item.form-type-radios.form-item-status{
  display: none;
}











/*-- Forum list --*/
#forum table,
.page-manage table{
  border: none;
}

#forum table th,
.page-manage table th{
  padding: 8px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

#forum table td,
.page-manage table th,
.page-manage table td{
  padding: 8px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

#forum table td.container{
  background: #eee;
}

#forum table .indent{
  padding-left: 1em;
}

#forum table #forum-list-11 td,
#forum table #forum-list-12 td,
#forum table #forum-list-16 td,
.page-manage table th{
  background: url(images/bg-forum-header.png) repeat-x;
}

#forum table .name{
  text-align: center;
}

#forum table .name a{
  font-family: 'Adventor', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

#forum-list-11 .name a,
#forum-list-12 .name a,
#forum-list-16 .name a{
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
}


#forum-list-2 .name a,
#forum-list-3 .name a,
#forum-list-4 .name a,
#forum-list-13 .name a,
#forum-list-14 .name a,
#forum-list-15 .name a,
#forum-list-62 .name a{
  background: url(images/bg-logos.png) no-repeat 0 0;
  width: 100px;
  float: left;
  height: 50px;
  text-indent: -999px;
  overflow: hidden;
}

#forum-list-3 .name a{
  background-position: 0 -80px;
}
#forum-list-4 .name a{
  background-position: 0 -160px;
}
#forum-list-13 .name a{
  background-position: 0 -240px;
}
#forum-list-14 .name a{
  background-position: 0 -300px;
}
#forum-list-15 .name a{
  background-position: 0 -380px;
}
#forum-list-62 .name a{
  background-position: 0 -450px;
}

#forum .field-label{
  display: none;
}








#block-block-8{
  position: absolute;
  top: -142px;
  left: 0;
}

.page-forum .action-links{
  float: right;
}









/*-- Forum topic --*/

.node-forum .tags{
  background: #F7F7F7;
  overflow: hidden;
  margin-bottom: 50px;
  padding-bottom: 13px;
}

.node-forum .tags .field-type-taxonomy-term-reference{
  /*width: 199px;*/
  float: left;
  min-width: 95px;
  max-width: 30%;
  padding: 13px;
  color: #808080;
  display: table-cell;
}

.node-forum .tags .field-type-taxonomy-term-reference.field-name-field-subject{
  float: none;
}

.node-forum .tags .field-type-taxonomy-term-reference .field-label{
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 5px;
  margin-bottom: 7px;
}

.node-forum .tags .field-type-taxonomy-term-reference .field-item{
  float: left;
  margin-right: 1ex;
}

.node-forum .tags .field-type-taxonomy-term-reference a{
  white-space: nowrap;
  color: #808080;
}


.node-forum a.attachments{
  position: absolute;
  right: 0px;
  top: -29px;
  padding: 5px 38px 5px 0;
  background: url(images/bg-attach.png) no-repeat right center;
}

.node-forum .field-name-field-attachments .field-label{
  font-family: 'Adventor', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.node-forum .field-name-field-attachments .field-items{
  background: #F7F7F7;
  overflow: hidden;
  margin-bottom: 50px;
}

.node-forum .field-name-field-attachments tbody{
  padding-bottom: 13px;
}

.node-forum .field-name-field-attachments th{
  padding: 13px;
}
.node-forum .field-name-field-attachments td{
  padding: 0 13px;
}


.breadcrumb{
  color: #808080;
  margin-bottom: 8px;
}

.node-forum .node-submitted{
  margin-bottom: 30px;
}

.node-forum h2{
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 5px;
}







/*-- Forum edit --*/
#edit-field-curriculum,
#edit-field-subject,
#edit-field-year-level{
  float: left;
  margin-right: 60px;
}

#edit-field-tags{
  float: left;
  width: 444px;
}

#edit-field-tags .form-type-checkbox{
  float: left;
  width: 220px;
  margin: 0.75em 0;
  padding-right: 10px;
}


#edit-field-attachments{
  clear: left;
}












/*-- Forum.css fixes --*/
#forum td.forum .icon {
  background-image: url(/misc/forum-icons.png);
}

#forum .icon div {
  background-image: url(/misc/forum-icons.png);
}










/*-- Comments --*/
.comment-form{
  clear: both;
}

.comment-form .form-item,
.comment-form .filter-help,
.comment-form .filter-guidelines,
.comment-form .form-type-textarea label{
  display: none;
}

.comment-form .form-item.field-name-comment-body,
.comment-form .form-item.form-type-textarea{
  display: block;
}

.comment{
  margin-bottom: 25px;
}

.comment .submitted{
  float: left;
  width: 127px;
  font-size: 10px;
  color: #999999;
}

.comment .submitted .submitted{
  font-size: 10px;
  color: #999999;
  line-height: 1.8em;
}

.comment .content{
  background: white;
  border: 1px solid #D9D9D9;
  padding: 13px 0 0;
  width: 472px;
  float: right;
}

.no-sidebars .comment .content{
  width: 752px;
}

.comment .content .field-name-comment-body,
.comment .content .field-name-field-video{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAt0lEQVR42p2TvQrCQBAGfQBTCFqI+JJ2aY0gUUHwkbS1sE13hUEUfxBTnZA4Aa9ZWLz1gyln2d3b6/yToii6kEJtFceQwcU5t/PeHy3iCk6I21Zsvvkl9iCDUoohmpjAHF6h1UaJFAcwhYcQ1QRxBDMoFVFNK0/gLGe0FNhXVXWwSLJACk9r63IHCeTgrYXkK/RhA7fYnZgvTybmhJdw1UaL/QtDWMNbFtIt/cQXcA+jWXw5Wg71Bwdlf/Mnrc3rAAAAAElFTkSuQmCC) no-repeat 0 0;
}

.comment .content .field-name-comment-body{
  padding: 0 13px 25px 29px;
  width: 488px;
  margin-left: -16px;
  min-height: 20px;
}

.comment .content .field-name-field-video{
  padding: 0 0 25px 29px;
  width: 175px;
  margin: 0 10px 0 -16px;
  min-height: 60px;
  float: left;
}

.comment .content .field-name-body{
  float: left;
  width: 292px;
  padding-bottom: 25px;
}

.no-sidebars .comment .content .field-name-comment-body{
  width: 768px;
}

.comment a.username{
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}

#comments > h2.title{
  display: none;
}

.comment .plus1-comment{
  width: 100%;
  background: #F0F0F0;
  height: 20px;
  float: left;
  text-align: right;
}

.comment .plus1-comment div{
  display: inline;
  line-height: 20px;
}

.plus1-comment .plus1-score{
.comment   padding-left: 7px;
}

.comment .plus1-comment .plus1-score{
  padding-right: 13px;
}

.comment .plus1-comment .plus1-link{
  background: url(images/bg-videoicons.png) no-repeat 129px -3px;
  padding: 21px 36px 0 0;
  margin-top: -21px;
}

.comment .plus1-comment .plus1-voted{
  background: url(images/bg-videoicons.png) no-repeat 158px -55px;
  padding: 21px 36px 0 0;
  margin-top: -21px;
}















/*-- Moderation views --*/
.page-moderation table th{
  background: url("images/bg-forum-header.png") repeat-x;
  font-family: 'Adventor',sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
  padding: 6px 10px;
}

/*.page-moderation table th a{
  text-decoration: none;
}*/

.page-moderation table tr{
  background: #F0F0F0;
}

.page-moderation table tr.even{
  background: #F7F7F7;
}

.page-moderation table td{
  padding: 6px 10px;
}

.page-moderation .views-field-field-video .video-thumb{
  float: left;
  margin-right: 4px;
  position: relative;
}

.page-moderation .views-field-field-video .video-thumb img{
  display: block;
}

.page-moderation .views-field-field-video .video-duration{
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #ffffff;
  font-size: 10px;
  z-index: 2;
  padding: 2px 4px;
}

.page-moderation .views-field-field-video .video-duration,
.view-front-slideshow .views-row .views-field-title,
.view-similar .views-field-field-video a span,
.node-video.node-teaser .image .duration,
.node-provideo.node-teaser .image .duration{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAIwAkQCNEJCl+wAAAABJRU5ErkJggg==);
}















/*-- Search --*/
#block-yabamod-yaba-search{
  float: right;
}

#search-wrapper{
  border-radius: 6px;
  overflow: hidden;
  height: 24px;
}

#form-search-videos #edit-search{
  float: left;
  padding-left: 8px;
  height: 24px;
  font-style: italic;
  font-weight: bold;
  font-size: 11px;
  border: none;
  text-shadow: 0 1px 0 #FFFFFF;
  background: #F8F8F8 url("../rubik/images/bleeds.png") no-repeat 50% 0;
}

#form-search-videos #submit-search-videos{
  float: left;
  height: 24px;
  width: 24px;
  overflow: hidden;
  background: url(images/bg-sprite32b.png) no-repeat -105px -226px;
  border: none;
  text-indent: -99px;
  line-height: 999px;
  font-size: 0.1em;
  cursor: pointer;
}





.view-search-videos .views-row{
  float: left;
  margin-right: 15px;
  width: 210px;
  position: relative;
  height: 240px;
}

.page-search-forum .view-search-videos .views-row{
  width: 100%;
  float: none;
  margin: 0;
  height: auto;
}




.view-search-videos .views-field-title a{
  text-decoration: none;
  font-weight: bold;
  color: #4D4D4D;
  font-family: 'Adventor', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}


.view-search-videos .views-field-body a {
  text-decoration: none;
}

.view-search-videos .views-row{
  margin-bottom: 2em !important;
}









/*-- Feedback --*/
a.feedbacktab {
  top: 25%; /* How far down the viewport? */ 
  width: 50px;
  height: 125px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  display: block;
  z-index: 100000;
  right: -3px;
  text-decoration: none !important;
  background: url(images/bg-sprite32b.png) no-repeat -668px -120px;
}
a.feedbacktab:hover{
  right: 0px;
}

a.feedbacktab span.title {
  display: block;
  text-indent: -99999px;
}

#webform-component-what-is-your-relationship-with-yaba{
  overflow: hidden;
}

#webform-component-what-is-your-relationship-with-yaba .form-item.form-type-radio{
  float: left;
  width: 48%;
  margin: 0.5em 1.5% 0.5em 0;
}










/*-- Colorbox --*/
#colorbox,
#colorbox div{
  -webkit-box-sizing : content-box;
  -moz-box-sizing : content-box;
  -o-box-sizing : content-box;
  box-sizing : content-box;
}

#colorbox{
  padding-right: 0px;
  width: 600px;
}

#cboxWrapper{
  background: #DBDBDB;
}

#cboxNode{
  /*width: 500px;*/
  max-width: 600px;
  min-height: 440px;
  background: #EBEBEB;
  padding: 30px;
}

#cboxLoadedContent{
  text-align: left;
  margin-bottom: 0;
}

#cboxContent{
  position: static;
}

#cboxContent textarea{
  max-width: 580px;
}

#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxTopLeft,
#cboxTopRight{
  width: 10px;
}

#cboxBottomLeft,
#cboxBottomRight,
#cboxBottomCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxTopCenter{
  height: 10px;
}


#colorbox,
#cboxOverlay,
#cboxWrapper{
  overflow: visible;
}

#cboxClose{
  bottom: auto;
  left: auto;
  top: -14px;
  right: -16px;
  z-index: 999;
  width: 30px;
  height: 30px;
  background: url(images/bg-sprite32b.png) no-repeat -72px -225px;
}











/*-- User login / sign in screen --*/
.not-logged-in.page-user .region-content,
.page-user-login .region-content,
.page-toboggan-denied .region-content,
.page-user-password .region-content,
.page-user-register .region-content,
.page-welcome .region-content,
.page-user-edit .region-content{
  text-align: center;
}

.not-logged-in.page-user h1#page-title,
.page-user-login h1#page-title,
.page-toboggan-denied h1#page-title,
.page-user-password h1#page-title,
.page-user-register h1#page-title,
.page-welcome h1#page-title,
.page-node-62 h1#page-title,
#cboxNode #node-62 h2.node-title,
.page-user-edit h1#page-title{
  display: none;
}

.not-logged-in.page-user #block-system-main,
.page-user-login #block-system-main,
.page-toboggan-denied #block-system-main,
.page-user-password #block-system-main,
.page-user-register #block-system-main,
.page-welcome #block-system-main,
.page-user-edit #block-system-main{
  width: 600px;
  background: url(images/bg-login.png) no-repeat center top;
  padding-top: 131px;
  margin: 0px auto 150px;
  text-align: left;
}

.page-user-register #block-system-main{
  background-image: url(images/bg-signup.png);
  padding-top: 135px;
  width: 552px;
}

.page-welcome #block-system-main{
  background-image: none;
  padding-top: 0;
}

.not-logged-in.page-user #block-system-main .block-content,
.page-user-login #block-system-main .block-content,
.page-toboggan-denied #block-system-main .block-content,
.page-user-password #block-system-main .block-content,
.page-user-register #block-system-main .block-content,
.page-welcome #block-system-main .welcome-screen,
body.node-type-webform #content,
.page-user-edit #block-system-main .block-content{
  border: 1px solid #C0C4C5;
  
}

.not-logged-in.page-user #block-system-main #user-login,
.page-user-login #block-system-main #user-login,
.page-toboggan-denied #block-system-main #user-login,
.not-logged-in.page-user #block-system-main #user-pass-reset,
.not-logged-in.page-user #block-system-main #password-hustle-user-pass-reset,
.page-user-password #block-system-main #user-pass,
.page-user-register #block-system-main #user-register-form,
.page-welcome #block-system-main .welcome-screen .inner,
body.node-type-webform #content .section,
.page-user-edit #block-system-main #user-profile-form{
  border: 10px solid #DBDBDB;
  background-color: #EDEDED;
  background-position: 50px 30px;
  background-repeat: no-repeat;
  padding: 90px 50px 50px;
}

.not-logged-in.page-user #block-system-main #user-login,
.page-user-login #block-system-main #user-login,
.page-toboggan-denied #block-system-main #user-login{
  background-image: url(images/bg-signin.png);
}

.page-user-edit #block-system-main  #user-profile-form{
  background-image: url(images/bg-edityourprofile.png);
}

.page-welcome #block-system-main .welcome-screen .inner{
  background-image: url(images/bg-welcome.png);
  overflow: hidden;  
}

.page-user-register #block-system-main #user-register-form{
  background-image: url(images/bg-createyouraccount.png);
}

.page-user-password #block-system-main #user-pass,
.not-logged-in.page-user #block-system-main #password-hustle-user-pass-reset{
  background-image: url(images/bg-newpassword.png);
}

.page-node-62 #content .section{
  background-image: url(images/bg-wewantyourfeedback.png);
  background-repeat: no-repeat;
}

.page-node-62 .webform-confirmation{
  padding-top: 80px;
}

#cboxNode #node-62{
  background: url(images/bg-wewantyourfeedback.png) no-repeat 0 0;
  padding-top: 60px;
}


.page-welcome .welcome-screen .user-picture{
  float: left;
  margin-right: 20px;
}

.page-welcome .welcome-right{
  float: left;
  width: 295px;
}

.handwritten{
  display: block;
  font-family: 'JennaSueRegular';
  font-size: 2.5em;
  line-height: 2em;
}

.not-logged-in.page-user #block-system-main #user-login .form-item,
.page-user-login #block-system-main #user-login .form-item,
.page-toboggan-denied #block-system-main #user-login .form-item,
.page-user-password #block-system-main #user-pass .form-item,
.page-user-register #block-system-main #user-pass .form-item{
  max-width: 378px;
}

.not-logged-in.page-user #block-system-main #user-login #edit-actions,
.page-user-login #block-system-main #user-login #edit-actions,
.page-toboggan-denied #block-system-main #user-login #edit-actions,
.page-user-password #block-system-main #user-pass #edit-actions,
.page-user-register #block-system-main #user-pass #edit-actions{
  overflow: hidden;
}

.not-logged-in.page-user #block-system-main #user-login #edit-submit,
.page-user-login #block-system-main #user-login #edit-submit,
.page-toboggan-denied #block-system-main #user-login #edit-submit,
.page-user-password #block-system-main #user-pass #edit-submit,
.page-user-register #block-system-main #user-pass #edit-submit{
  float: right;
  margin: 0;
}

.not-logged-in.page-user #block-system-main #user-login #edit-actions a, 
.page-user-login #block-system-main #user-login #edit-actions a,
.page-toboggan-denied #block-system-main #user-login #edit-actions a,
.page-user-password #block-system-main #user-pass #edit-actions a,
.page-user-register #block-system-main #user-pass #edit-actions a{
  float: left;
}

.not-logged-in.page-user #block-system-main .form-text,
.page-user-login #block-system-main .form-text,
.page-toboggan-denied #block-system-main .form-text,
.page-user-password #block-system-main .form-text,
.page-user-register #block-system-main .form-text{
  max-width: 379px;
}

.required-legend{
  text-align: right;
  margin-top: -20px;
  color: #666666;
  font-size: 11px;
}




/* avatar selection css */
div.user-avatar-select div.form-item {
  text-align: center;
  float: none;
  display: inline;
  width: 85px;
}

div.user-avatar-select label.option img {
  /* margin: 3px;*/
  padding: 5px;
  /*border: 4px #E1E1E1 solid;*/
}

div.user-avatar-select label.option img.avatar-hover {
  border: 4px #51ADE7 solid;
  padding: 1px;
  cursor: pointer;
}

body div.user-avatar-select label.option img.avatar-select {
  border: 4px #00FF00 solid;
  padding: 1px;
}

div.avatar-selection-pager-nav {
  text-align: center;
}

div.avatar-selection-pager-nav a {
  padding: 0 5px 0 5px;
}

#avatar-selection-loading {
  display: none;
  background: url('loading.gif') top left no-repeat;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 0;
  position: relative;
  top: 0%;
  left: 45%;
}
/* end avatar selection css */



body div.user-avatar-select label.option img.avatar-select{
  border: 2px solid #797979;
  padding: 3px;
}

body div.user-avatar-select label.option img.avatar-hover{
  border: 2px solid #6EB3D4;
  padding: 3px;
}

#edit-legal #terms{
  overflow: auto;
  height: 400px;
  padding: 10px;
  border: 1px solid #dddddd;
}

#edit-legal .form-item.form-type-checkbox{
  overflow: hidden;
  clear: left;
}

#edit-legal input.form-checkbox{
  float: left;
  margin-top: 5px;
}

#edit-legal .form-type-checkbox label.option{
  font-weight: bold;
  float: left;
  width: 450px;
  margin-left: 8px;
}














/*-- Speach bubble H2s --*/
.speechbubble-purple,
.speechbubble-green,
.speechbubble-pink,
.speechbubble-blue,
.speechbubble-orange,
.speechbubble-yellow{
  margin-right: 40px !important;
  padding: 11px 14px 12px;
  position: relative;
  border-radius: 10px;
  min-height: 21px;
  color: #ffffff;
  display: block;
}

.speechbubble-purple:after,
.speechbubble-green:after,
.speechbubble-pink:after,
.speechbubble-blue:after,
.speechbubble-orange:after,
.speechbubble-yellow:after{
  content: "";
  border-radius: 6px;
  position: absolute;
  top: 10px;
  right: -20px;
  border-top: 20px solid blue;
  border-top-color: inherit;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;

}

.speechbubble-purple{
  background-color: #9E1F63;
  border-color: #9E1F63;
}

.speechbubble-green{
  background-color: #BFD52F;
  border-color: #BFD52F;
}

.speechbubble-pink{
  background-color: #E91D50;
  border-color: #E91D50;
}

.speechbubble-blue{
  background-color: #24A1DB;
  border-color: #24A1DB;
}

.speechbubble-orange{
  background-color: #F16522;
  border-color: #F16522;
}

.speechbubble-yellow{
  background-color: #FCB830;
  border-color: #FCB830;
}


.purple{
  color: #9E1F63;
}

.green{
  color: #BFD52F;
}

.pink{
  color: #E91D50;
}

.blue{
  color: #24A1DB;
}

.orange{
  color: #F16522;
}

.yellow{
  color: #FCB830;
}

td.grey-cell,
tr.grey-cell > td{
  padding: 10px;
  background-color: #E6E6E6;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
}
















/*-- Purr growl style messages --*/
.notice-body {
  background-image: url(images/purrTop.png) !important;
  text-align: left;
}

.notice-bottom {
  background-image: url(images/purrBottom.png) !important;
}










/*-- Manage Students / Classes --*/
.page-manage-students .view-header{
  display: none;
}
.page-manage-students.page-manage-students- .view-header{
  display: block;
  margin-top: -35px;
  float: right;
}












/*-- Invites --*/













/*-- FAQs --*/
.view-faq .view-content{
  margin-top: 30px;
}












/*-- xxxxxx --*/

























/*-- Footer --*/
#footer{
  background: url(images/bg-footer.jpg) repeat 0 0;
  overflow: hidden;
}
#footer .region-footer{
  padding: 0 50px;
}
#footer .region-inner{
  padding: 50px 50px 10px;
  background: url(images/bg-sprite32b.png) no-repeat -359px -1460px;
  overflow: hidden;
}

#footer .block{
  float: left;
}

#footer ul.menu{
  
}

#footer div > ul.menu > li{
  float: left;
  width: 140px;
  margin-right: 23px;
}

/*#footer div > ul.menu > li.last{
  margin-right: 0;
}*/

#footer div > ul.menu > li > a,
#footer div > ul.menu > li > span{
  text-decoration: none;
  font-weight: bold;
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: 'Adventor', sans-serif;
}

#footer ul.menu ul li{
  margin: 6px 0;
}

#footer ul.menu ul li a{
  font-size: 11px;
  color: #666666;
  font-weight: normal;
  text-decoration: none;
  display: block;
}


#block-block-4{
  float: right !important;
  width: 77px;
  margin: 0 0;
  text-align: center;
}

#block-block-4 .prose{
  font-size: 11px;
  line-height: 1.25em !important;
  font-weight: normal;
}

#block-block-4 a#cefa-link{
  padding-bottom: 94px;
  background: url(images/bg-sprite32b.png) no-repeat -1185px 71px;
  display: block;
  text-decoration: none;
}

#block-block-5{
  clear: both;
  float: none;
  width: 100%;
  color: #aaaaaa;
  font-size: 11px;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}













/*-- Forms --*/
.form-item{
  margin: 1.5em 0;
}

.filter-wrapper .form-item,
.form-item.form-type-plupload{
  margin: 0;
}

.form-item label{
  font-family: 'Adventor', sans-serif;
  margin-bottom: 2px;
}

.form-item label.option{
  font-family: 'Adventor', 'Open Sans', sans-serif;
  margin-bottom: 0;
}

input.form-submit{
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  padding: 2px 10px;
  color: #4D4D4D;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd #ddd #ccc;
  background: #fff url(images/bg-buttons.png) -1px 50% no-repeat;
  margin: 1.5em 1em 1.5em 0;
  border-radius: 3px;
}

input.form-submit:hover {
  border-color:#bbb;
  -webkit-box-shadow: #ace 0px 0px 5px;
  background-position: -401px 50%;
}

input.form-submit:active {
  border-color: #666 #666 #555;
  background-position: -401px 50%;
  color: #222;
  text-shadow: #999 0px 1px 0px;
}

input.form-submit {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

input.form-submit {
  box-shadow: #ddd 0px 1px 1px;
  -moz-box-shadow: #ddd 0px 1px 1px;
  -webkit-box-shadow: #ddd 0px 1px 1px;
}

form .form-actions input.form-submit {
  margin-right: 5px;
}

.form-actions{
  text-align: right;
}

input.form-text, select, textarea{
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAMAAAAPxGVzAAAAGFBMVEX4+fn09PTw8PHs7O3m5+ji5OTe4OHZ29xiMb51AAAAGElEQVR42gXBBQEAAAgAIOz/jwVnjVZS8AFEAB3LrvG3AAAAAElFTkSuQmCC) repeat-x 0 0;
  padding: 3px 4px 2px;
}






/*-- Vertical tabs --*/
.vertical-tabs {
  background:#fff url(../rubik/images/vtabs.png) 0px 0px repeat-y;
  border:1px solid #ddd;
  margin:0px 0px 10px;
  padding-left: 200px;
  position:relative;
}

.vertical-tabs .fieldset-content,
.vertical-tabs fieldset.titled .fieldset-content {
  border:0px;
  padding:10px;
}

.vertical-tabs-list li a {
  display:block;
  text-shadow:#fff 0px 1px 0px;
  padding:5px 10px 4px 10px;
  border-bottom:1px solid #ddd;
  color:#999;
  text-decoration: none;
}

.vertical-tabs-list .selected a {
  background:#fff;
  color:#333;
}

.vertical-tabs-list .summary {
  font-size:11px;
}










/*-- Landing --*/
.not-logged-in.front #features .region-features{
  
}

.landing-left{
  float: left;
  width: 300px;
  padding: 40px 50px 0;
}

.landing-left h2{
  background: url(images/bg-welcomelanding.png) no-repeat 0 0;
  text-indent: -999px;
  overflow: hidden;
  height: 112px;
  width: 179px;
  display: block;
}

.landing-right{
  height: 530px;
  width: 699px;
  float: right;
  padding-top: 133px;
  background: url(images/bg-landing.jpg) no-repeat 0 0;
}

.view-hot-discussion-topic{
  
}
.view-hot-discussion-topic .views-row{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 1%, #ffffff 57%, #f0f0f0 92%, #f0f0f0 92%, #f0f0f0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(57%,#ffffff), color-stop(92%,#f0f0f0), color-stop(92%,#f0f0f0), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 1%,#ffffff 57%,#f0f0f0 92%,#f0f0f0 92%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 1%,#ffffff 57%,#f0f0f0 92%,#f0f0f0 92%,#f0f0f0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 1%,#ffffff 57%,#f0f0f0 92%,#f0f0f0 92%,#f0f0f0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 1%,#ffffff 57%,#f0f0f0 92%,#f0f0f0 92%,#f0f0f0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */

    min-height: 39px;
    padding: 11px 7px;
}
.view-hot-discussion-topic .views-field-title-1{
 background-image: url("images/comment-icon.png");
    background-repeat: no-repeat;
    display: inline;
    margin-right: 2%;
    padding: 2px 32px;
    width: 88%;
}
.view-hot-discussion-topic .views-field-title-1 a{
  text-decoration: none;
}
.view-hot-discussion-topic .views-field-comment-count{
  float: right;
}
#block-views-hot-discussion-topic-block h2.block-title {
  margin-bottom: 5px;
}




.view-hot-discussion .views-row{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 1%, #ffffff 57%, #f0f0f0 92%, #f0f0f0 92%, #f0f0f0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(57%,#ffffff), color-stop(92%,#f0f0f0), color-stop(92%,#f0f0f0), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 1%,#ffffff 57%,#f0f0f0 92%,#f0f0f0 92%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 1%,#ffffff 57%,#f0f0f0 92%,#f0f0f0 92%,#f0f0f0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 1%,#ffffff 57%,#f0f0f0 92%,#f0f0f0 92%,#f0f0f0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 1%,#ffffff 57%,#f0f0f0 92%,#f0f0f0 92%,#f0f0f0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */

    min-height: 39px;
    padding: 11px 7px;
}
.view-hot-discussion .views-field-title{
 background-image: url("images/comment-icon.png");
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 2%;
    margin-top: 15px;
    padding: 4px 10px 2px 32px;
    width: 100%;
}
.view-hot-discussion .views-field-title a{
  text-decoration: none;
}

div.views-field.views-field-body {
    margin-top: 10px;
    padding: 0px 5px;
    display: inline-block;
    height: 170px;
}

div.views-field.views-field-body p{
    margin-bottom: 5px;
}

div.views-field.views-field-body>div>a {
    text-decoration: none;
    font-style: italic;
    float: right;
    width: 100%;
    text-align: right;
}

.view-hot-discussion .views-field-comment-count{
  float: right;
}
#block-views-hot-discussion-block h2.block-title {
  margin-bottom: 0px;
}













/*-- Misc --*/
tbody{
  border-top: none;
}
table th, table td{
  vertical-align: top;
}

.float-right{
  float: right;
  margin: 0 0 0 20px;
}
.float-left{
  float: left;
  margin: 0 20px 0 0;
}

.print,
.print-link{
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  padding: 2px 10px;
  color: #4D4D4D;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd #ddd #ccc;
  background: #fff url(images/bg-buttons.png) -1px 50% no-repeat;
  margin: 0 0 0.5em;
  border-radius: 3px;
  text-decoration: none;
  float: right;
}

.print:hover {
  border-color:#bbb;
  -webkit-box-shadow: #ace 0px 0px 5px;
  background-position: -401px 50%;
}

.print:active {
  border-color: #666 #666 #555;
  background-position: -401px 50%;
  color: #222;
  text-shadow: #999 0px 1px 0px;
}

.password-strength{
  width: 160px;
}

.password-indicator{
  margin-top: 10px;
}

span.ext {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAACVBMVEWZmZnMzMwAAADZngs7AAAAA3RSTlP//wDXyg1BAAAAL0lEQVR42kWMWRIAAARC5f6H1mLoI89E1VRZQmRf/whBGngjDFmckOvD6VUEv34AFwwAaeOGn28AAAAASUVORK5CYII=) right center no-repeat;
  display: none !important;
}








/*-- Fonts --*/
@font-face {
    font-family: 'Adventor';
    src: url('fonts/texgyreadventor-regular-webfont.eot');
    src: url('fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Adventor';
    src: url('fonts/texgyreadventor-italic-webfont.eot');
    src: url('fonts/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-italic-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-italic-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-italic-webfont.svg#TeXGyreAdventorItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Adventor';
    src: url('fonts/texgyreadventor-bold-webfont.eot');
    src: url('fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Adventor';
    src: url('fonts/texgyreadventor-bolditalic-webfont.eot');
    src: url('fonts/texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-bolditalic-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-bolditalic-webfont.svg#TeXGyreAdventorBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'JennaSueRegular';
    src: url('fonts/jennasue-webfont.eot');
    src: url('fonts/jennasue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/jennasue-webfont.woff') format('woff'),
         url('fonts/jennasue-webfont.ttf') format('truetype'),
         url('fonts/jennasue-webfont.svg#JennaSueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}











/*-- tabs from rubik --*/
.tabs {
  float: right;
}

.primary-tabs,
.region-header .menu {
  font-size: 12px;
  line-height: 20px;
  float: left;
  height: 24px;
  margin: 15px 0px 0px;
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  behavior: url(/sites/all/themes/yaba/js/PIE.htc);
}

.region-header .menu{
  margin: 0;
}

div.pager {
  margin: 10px 0px 0px;
  height: 24px;
}

ul.pager{
  clear: both;
  float: right;
}

.pager li,
.primary-tabs li,
.region-header .menu li {
  height: 24px;
  position: relative;
  float: left;
  background: #eee url(../rubik/images/bleeds.png) 50% 0px no-repeat;
  border-right: 1px solid #dddddd;
}

.pager a,
.pager span,
.primary-tabs a,
.region-header .menu a {
  float: left;
  display: block;
  text-align: center;
  min-width: 50px;
  padding: 2px 10px;
  color: #555555;
  line-height: 20px;
  text-shadow: #fff 0px 1px 0px;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}



.pager a,
.pager span {
  min-width: 10px;
  padding: 2px 15px;
}

.pager li:hover,
.primary-tabs li:hover,
.region-header .menu li:hover {
  background-color: #f8f8f8;
}

.pager li:first-child,
.primary-tabs li:first-child,
.region-header .menu li:first-child {
  border-radius: 6px 0px 0px 6px;
  -moz-border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px;
  background-position: 0% 0px;
}

.pager li:last-child,
.primary-tabs li:last-child,
.region-header .menu li:last-child {
  border-radius: 0px 6px 6px 0px;
  -moz-border-radius: 0px 6px 6px 0px;
  -webkit-border-radius: 0px 6px 6px 0px;
  background-position: 100% 0px;
}

.pager li:first-child:last-child,
.primary-tabs li:first-child:last-child,
.region-header .menu li:first-child:last-child {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-position: 100% 0px;
  border-right: none;
}


.pager li.pager-current,
.primary-tabs li.active,
.region-header .menu li.active-trail,
.region-header .menu li.active {
  background-color: #888888;
}

.pager li.pager-current span,
.primary-tabs li.active a,
.region-header .menu li.active-trail a,
.region-header .menu li.active a{
  color: #fff;
  text-shadow: #333333 0px 1px 0px;  
}


/* Secondary tabs, nested */
.secondary-tabs {
  min-width: 100px;
  float: left;
  position: relative;
  margin: 5px 5px 5px 0px;
  font-size: 0.91667em;
  background: #59a url(../rubik/images/buttons.png) -800px 50% no-repeat;
  border-radius: 3px;
  behavior: url(/sites/all/themes/yaba/js/PIE.htc);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.secondary-tabs:hover {
  background: #59a;
  opacity: .9;
}

ul.secondary-tabs li,
ul.secondary-tabs li a {
  background: transparent;
  float: none;
  height: auto;
  text-align: left;
}

.secondary-tabs a {
  color: #fff;
  text-shadow: #333333 0px 1px 0px;
  display: none;
  padding: 0px 10px 0px 25px;
}

.secondary-tabs:hover a,
.secondary-tabs .active a {
  display: block;
}
  
.secondary-tabs li:hover,
.secondary-tabs li.active {
  background: transparent;
}
.secondary-tabs a:hover {
  background: #389 url(../rubik/images/buttons.png) -800px 50% no-repeat;
}

.secondary-tabs li:last-child a:hover {
  border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
}

.secondary-tabs li:first-child a:hover {
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
}




.action-links a:active {
  color: #222;
  background-color: #666;
  background-position: -1200px 50%;
  text-shadow: #999 0px 1px 0px;
}

.action-links {
  float: left;
  font-size: 0.91667em;
  padding: 20px 0px 20px 0px;
  
}

.action-links a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*behavior: url(/sites/all/themes/yaba/js/PIE.htc);*/
  margin: 0px 5px 0px 0px;
  padding: 0px 5px 0px 25px;
  background: #888888 url(../rubik/images/buttons.png) -800px 50% no-repeat;
  color: #fff;
  text-shadow: #333333 0px 1px 0px;
  text-decoration: none;
}


.region-header .menu a.menu-1962{
  color: #24A1DB
}








/*-- Wysiwyg --*/
.mceContentBody { line-height:20px; }

.mceContentBody h1,
.mceContentBody h2,
.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6,
.mceContentBody p,
.mceContentBody ul,
.mceContentBody ol,
.mceContentBody pre,
.mceContentBody div.codeblock,
.mceContentBody blockquote { margin: 0px 0px 20px; }

.mceContentBody h1,
.mceContentBody h2,
.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6 { font-weight:bold; }
.mceContentBody h1 { font-size:18px; }
.mceContentBody h2 { font-size:15px; }

.mceContentBody pre,
.mceContentBody code,
.mceContentBody div.codeblock {
  font-size:11px;
  font-family: monospace;
}

.mceContentBody pre,
.mceContentBody blockquote,
.mceContentBody div.codeblock {
  line-height:20px;
  background:#f8f8f8;
  padding:4px 9px;
  border:1px solid #eee;
  border-left:5px solid #eee;
}

.mceContentBody ol li,
.mceContentBody ul li {
  display:list-item;
  margin:0px 0px 0px 30px;
  padding:0px;
}

.mceContentBody ol li { list-style:decimal; }

.mceContentBody ul li { list-style:disc; }

.mceContentBody img { display:block; }

/* Excluding Drupal structures */
.mceContentBody .links,
.mceContentBody .links li,
.mceContentBody .item-list ul,
.mceContentBody .item-list li {
  margin:0px;
  padding:0px;
  list-style:none;
}

.page-forum .prose td,
.mceContentBody td{
  border: 1px solid #cccccc;
  padding: 8px;
  border-collapse: collapse;
}









.page-node #block-system-main .like-links{
 background: url("images/saysometing.png") no-repeat scroll 0 0;
    clear: both;
    height: 100px;
}

.page-node #block-system-main .like-links a.add-comment{
   background: url("images/ssm.png") no-repeat scroll center center;
    display: block;
    float: left;
    height: 100px;
    text-indent: -99999px;
    width: 374px;
}
#block-system-main .like-links .plus1-node{
  
}
.page-node #block-system-main .like-links .plus1-node a,.page-node #block-system-main .like-links .plus1-node .plus1-voted{
   background: url("images/like.png") no-repeat scroll center center;
    display: block;
    float: left;
    height: 100px;
    text-indent: -99999px;
    width: 348px;
}
.page-node #block-system-main .like-links a.report-video{
   background: url("images/feedback.png") no-repeat scroll center center;
    display: block;
    float: left;
    margin-right: 5px;
    height: 100px;
    text-indent: -99999px;
    width: 296px;
}
.view-display-id-block .like-links, .view-id-videos .like-links{
  display: none;
}

#block-views-latest-comments-block .views-field-picture{
  float: left;
  margin-right: 5px;
}
#block-views-latest-comments-block .views-field-name-1{
  
}
#block-views-latest-comments-block .views-field-subject{
  
}
#block-views-latest-comments-block .views-field-subject a{
  
}
#block-views-latest-comments-block .views-row  {
   margin-bottom: 5px;
    min-height: 65px;
}










/*-- Base64 Global images --*/
.view-front-slideshow .views-row .slide-video-visits,
.node-video .visits,
.node-provideo .visits{
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAcklEQVR42p2RUQnAMAxEI2ESKmESJmESKmES6mQS9hEBlTAJk1AJ3X1coIQwRg8ehOTIkVa8VHUBOygkgyRforGBDh5QWXfWa5RyD6ZjmCWbcWkWk9t80dxsCdhYEyQHzeJ6VSDviRLPP4mzN86/6vQ/vgsh9k2Bx5C+AAAAAElFTkSuQmCC);
}

.view-front-slideshow .views-row .slide-video-channel,
.view-front-slideshow .views-row .slide-video-created,
.node-video .submitted,
.node-provideo .submitted,
.video-author .view-user-video-count{
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAALCAYAAAC+jufvAAAAHUlEQVR42pXEQREAAAABQdFEU+PaGhHsYwV45ckFqpEYurlpaU4AAAAASUVORK5CYII=);
}






