
html {
  font-size: 75%;
}

/* http://css-tricks.com/css-content/ * /
a[title]:hover:after {
  content: attr(title);
  padding: 4px 8px;
  color: #333;
  position: absolute;
  left: 0; 
  top: 100%;
  white-space: nowrap; 
  z-index: 20px;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;  
  border-radius: 5px;  
  -moz-box-shadow: 0px 0px 4px #222;  
  -webkit-box-shadow: 0px 0px 4px #222;  
  box-shadow: 0px 0px 4px #222;  
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);  
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);  
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);  
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);  
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);  
}
/**/

tt {
  font-size: 12px;
}

input,
textarea,
select,
button
{
  padding: 5px;
}
input[type='checkbox'],
input[type='radio']
{
  padding: 0;
  margin: 0 5px 0 0;
}

input,
textarea,
select,
button,
a
{
  outline-color: #407E9E;
}

.conceal {
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  left: -12345px;
  top: -12345px;
  text-indent: -12345px;
  color: transparent;
  background: transparent;
}

hr {
  display: block;
  height: 1px;
  color: #999;
  background-color: transparent;
  border-bottom: 1px dotted #999;
  border-style: none none dotted;
  width: 100%;
  margin: 5px 0;
  padding: 0;
}

h1 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
}
h2 {
  font-size: 15px;
  line-height: 28px;
  margin: 10px 0;
}

.fancybox-inner h1 {
  margin-bottom: 12px;
}

.success {
  color: #080;
}
.error {
  background:
    -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%),
    -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  background:
    -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(50%, rgba(255, 255, 255, 0))),
    -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0)));
  background:
    -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%),
    -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  background:
    -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%),
    -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  background:
    -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%),
    -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%),
    linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  padding: 5px 8px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background-color: #a00;
  margin: 0 0 10px;
}
.error a {
  color: #ff0;
}
.error ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
label.error {
  color: #c00;
  text-transform: uppercase;
  padding: 0;
  background: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.instruct {
  font-size: 0.8em;
}
.buffer {
  padding: 5px;
}
td.buffer {
  height: 1em;
}

.c { text-align: center; }
.r { text-align: right; }
.l { text-align: left; }
.ib { display: inline-block; }
.fn { float: none; }
.cr { clear: right; }
.cl { clear: left; }
.cb { clear: both; }
.mlv {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mll {
  margin-left: 20px;
}
.mmt {
  margin-top: 15px;
}
.t {
  vertical-align: top;
}
.mid {
  vertical-align: middle;
}
.m-child * {
  vertical-align: middle;
}
td.mid {
  vertical-align: middle !important;
}

.pager-holder {
  position: relative;
  margin-right: 343px;
  width: 100%;
}
.pager-holder .paging {
  padding-right: 3px;
}
.right-pager .paging {
  position: absolute;
  right: 0;
}
.top-pager .paging {
  position: absolute;
  top: 0;
}
.bottom-pager {
  height: 22px;
}

#listing-header {
  position: relative;
  min-height: 40px;
}
#listing-header .pager-holder {
  position: absolute;
  top: 0;
}

#header .logo-channel {
  position: absolute;
  bottom: -11px;
  left: 13px;
  font-weight: normal;
  font-size: 12px;
}
#header .logo-channel a:hover {
  text-decoration: none;
}
#header .logo-version {
  position: absolute;
  top: 0;
  left: 148px;
}
#header .logo-version a {
  font-weight: 400;
  font-size: 12px;
}
#header .logo-version a:hover {
  text-decoration: none;
}

.c1 > h1,
.c1 > section > header > h1
{
  margin-bottom: 20px;
}

.promoted > header > h1 {
  font-size: 15px;
  font-weight: normal;
}

.search-form {
  margin-right: 15px;
}
.search-form .search-q {
  font-style: normal !important;
}
.search-form .search-q:-moz-placeholder { font-style: italic; }
.search-form .search-q::-webkit-input-placeholder { font-style: italic; }
.search-form .search-q:-ms-input-placeholder { font-style: italic; }
.search-form .search-q::placeholder { font-style: italic; }
#search-advanced {
  position: absolute;
  right: 0;
  top: 11px;
  width: 15px;
}

#search-results-tabs {
  float: right;
  margin-bottom: 25px;
}
#search-results-tabs:after {
  content: "";
  display: block;
  clear: right;
}

.social-tools .holder {
  /*
  margin-right: -15px;
  */
}
.social-tools .holder .lounge {
  font-size: 0.95em;
  float: right;
  padding-right: 1em;
}
.social-tools .holder .like,
.social-tools .holder .google
{
  width: 95px;
  overflow: hidden;
  float: right;
}

.top-bar {
  width: auto;
  text-align: right;
}
.btn-holder .btn-profile * {
  font-size: 16px;
  font-weight: normal;
}

.sift-of-the-week ol li:before {
  content: '';
}

.weekly-sift a {
  color: #fff;
}
.weekly-sift a:hover {
  text-decoration: none;
}

.comment-of-the-moment .photo {
  width: 50px;
  height: auto;
  float: left;
  margin-right: 0.5em;
}

.bookmarklet-block strong {
  overflow: visible;
}
.bookmarklet-block strong a {
  border-bottom: 2px solid transparent;
}
.bookmarklet-block strong a:hover {
  text-decoration: none;
  border-bottom: 2px solid;
}

.news-list {
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}

.news-list .photo {
  width: 54px;
  height: 44px;
}
.news-list li a:hover {
  text-decoration: none;
}

.comments-panel .news-list img.photo {
  width: 34px;
  height: 34px;
}
.comments-panel .news-list li a:hover {
  text-decoration: underline;
}

a.btn {
  vertical-align: middle;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.videos-list > li {
  /* only necessary if we allow multiple rows - currently we do not
  height: 240px;
  */
}
ul.videos-list > li .img-frame {
  width: 150px;
  height: 140px;
  overflow: hidden;
  text-align: center;
}
ul.videos-list > li .img-frame img {
  height: 140px;
  min-width: 150px;
  max-width: none;
}
ul.videos-list .info-panel a:hover {
  text-decoration: none;
}

#main .info-panel {
  width: 54px;
  overflow: hidden;
}

/*
#profile-pqvids .info-panel {
  width: 55px;
  overflow: hidden;
}
*/
#profile-pqvids .img-box {
  width: 140px;
}
#profile-pqvids ul.videos-list > li .img-frame {
  width: 140px;
  height: 131px;
}
#profile-pqvids ul.videos-list > li .img-frame img {
  height: 131px;
  min-width: 140px;
}

article .dynrow {
  position: absolute;
  width: 100%;
}
article .dynrow > * {
  margin: 2px 0;
}
article.video-container.video-block .dynrow {
  position: relative;
  margin-top: 20px;
  top: 0 !important;
}

article .comment-popup {
  display: none;
  border-width: 1px;
  border-style: solid;
  padding: 5px 5px 25px;
  height: 400px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
article .comment-popup .quote-block {
  background-image: none;
  margin: 45px 0 0;
  padding-bottom: 0;
}
article .comment-popup .comments-block {
  background-image: none;
  margin-bottom: 0;
}

article .comment-popup .top-links {
  margin-bottom: 15px;
  height: 16px;
}
article .comment-popup .bottom-links {
  margin-bottom: 5px;
  text-align: center;
}

form.commentform img.photo {
  width: 75px;
  height: 75px;
}
form.commentform .answer-post img.photo {
  width: 50px;
  height: 50px;
}

article.talk-container {
  position: relative;
  padding: 0 0 22px;
}
article.talk-container.talk-details {
  margin: 0 0 18px;
}
article.talk-container header h1 small {
  font-weight: normal;
  font-size: 70%;
}
article.talk-container.listing-talk {
  margin-bottom: 40px;
}
article.talk-container .main-block {
  margin-left: 100px;
}
article.talk-container .body-block {
  margin: 15px 0;
  max-width: 570px;
  overflow: hidden;
  line-height: 1.5;
  font-size: 1em;
}
article.talk-container .body-block img {
  max-width: 570px;
  /*
  max-height: 300px;
  */
}
article.talk-container .side-block {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
article.talk-container .side-block img.photo {
  display: block;
}
article.talk-container .side-block img.content {
  margin-top: 12px;
}
article.talk-container .side-block .post-status-block {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 10px;
}
article.talk-container .side-block .post-status-block.promoted {
  margin-top: 5px;
  text-transform: none;
  font-size: 1em;
}
article.talk-container .side-block .post-status {
  background: #609EcE;
  padding: 1px 5px;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
article.talk-container .side-block ul {
  list-style: none;
  letter-spacing: -1px;
  font-size: 10px;
  line-height: 12px;
  padding: 12px 0 0;
  margin: 0;
}
article.talk-container .side-block ul li {
  display: block;
}
article.talk-container .side-block ul li a:hover {
  text-decoration: none;
}

article.talk-container .img-box {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 5px 0;
  background: transparent;
}
#main article.talk-container .img-box .actions ul {
  padding-top: 0;
}
#main article.talk-container .img-box .actions ul li {
  display: block;
  float: left;
  padding: 0 10px 0 0;
}
#main article.talk-container .img-box .actions ul li a {
  background: none;
  text-indent: 0;
  width: auto;
  height: auto;
  font-size: 11px;
}
#main article.talk-container .img-box .actions ul li a.like .on-text,
#main article.talk-container .img-box .actions ul li a.like.on .off-text
{
  display: none;
}
#main article.talk-container .img-box .actions ul li a.like.on .on-text {
  display: inline;
}
/*article.talk-container .info-block .actions ul {
  padding-top: 0 !important;
}
article.talk-container .info-block .actions .holder a.email-link {
  display: inline-block;
  text-indent: 0;
  background: none;
  font-size: 10px;
  line-height: 10px;
  color: #BFBFBF;
}
article.talk-container .info-block .actions .holder a.email-link:hover {
  text-decoration: none;
  color: #404040;
}
article.talk-container .info-block .actions .holder a.email-link .email {
  background-image: url(../images/sprite.png);
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}*/

article.talk-container .post-linkbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
article.talk-container .post-linkbar ul li {
  display: inline;
  margin-right: 8px;
  font-size: 11px;
}
article.talk-container .post-linkbar ul li a {
  margin-right: 8px;
}
article.talk-container .post-linkbar ul li a.like .on-text,
article.talk-container .post-linkbar ul li a.like.on .off-text
{
  display: none;
}
article.talk-container .post-linkbar ul li a.like.on .on-text {
  display: inline;
}
article.talk-container .post-linkbar ul li:after {
  content: " | ";
}
article.talk-container .post-linkbar ul li.last-child:after {
  margin-right: 0;
  content: "";
}
#main article.talk-container .img-box {
  background: transparent;
  box-shadow: 0;
}
#main article.talk-container .img-box .actions .holder {
  float: none
}
#main article.talk-container .img-box .actions .holder a {
  margin-right: 5px;
}
#main article.talk-container .img-box .actions ul {
  float: none
}

article.poll-container .btn.poll-submit {
  float: left;
  min-width: 50px;
}
article.poll-container a.btn.poll-submit:hover {
  text-decoration: none;
}
article.poll-container form.pollform {
  margin-top: 0;
}
article.poll-container .pollopt-block {
  font-size: 15px !important;
}
article.poll-container .pollopt-block * {
  vertical-align: top;
}
article.poll-container .poll-ratio-block {
  width: 100%;
}
article.poll-container .poll-ratio-bar {
  margin-bottom: 4px;
  height: 15px;
  width: 0;

  background:
    -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%),
    -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  background:
    -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(50%, rgba(255, 255, 255, 0))),
    -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0)));
  background:
    -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%),
    -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  background:
    -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%),
    -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  background:
    -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%),
    -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%),
    linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
}
article.poll-container .poll-ratio-bar.index-0 { background-color: #c00; }
article.poll-container .poll-ratio-bar.index-1 { background-color: #0c0; }
article.poll-container .poll-ratio-bar.index-2 { background-color: #00c; }
article.poll-container .poll-ratio-bar.index-3 { background-color: #cc0; }
article.poll-container .poll-ratio-bar.index-4 { background-color: #0cc; }
article.poll-container .poll-ratio-bar.index-5 { background-color: #c0c; }
article.poll-container .poll-ratio-bar.index-6 { background-color: #fc6; }
article.poll-container .poll-ratio-bar.index-7 { background-color: #6fc; }
article.poll-container .poll-ratio-bar.index-8 { background-color: #c6f; }
article.poll-container .poll-ratio-bar.index-9 { background-color: #ae9; }
article.poll-container .poll-ratio-bar.index-10 { background-color: #9ae; }
article.poll-container .poll-ratio-bar.index-11 { background-color: #e9a; }

#admin-form {
  margin-bottom: 30px;
}
#admin-form > header {
  margin-bottom: 15px;
}
#admin-form td.last-row {
  padding: 30px 0;
}
#admin-form table td {
  vertical-align: top;
}
#admin-form table h2 {
  margin: 0;
  line-height: 1;
}

#admin-form.commentvote-admin table {
  border-collapse: collapse;
}

#error-page {
  width: 80%;
  margin: 30px auto 80px;
  line-height: 1.5;
}
#error-page h1 {
  line-height: 2;
}

.fancybox-inner label {
  vertical-align: top;
}

#emailform section {
  overflow: hidden;
}

.channel-top-list ol li {
  font-size: 16px;
  line-height: 35px;
  text-indent: 0.5em;
}

ul.channel-alpha-list {
  padding: 0;
}
li.channel-list-block {
  width: 33%;
  list-style: none;
  display: block;
  float: left;
  height: 230px;
  position: relative;
}
li.channel-list-block > h2 {
  font-size: 215px;
  position: absolute;
  top: 60px;
  left: -10px;
  z-index: -1;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;
}
li.channel-list-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li.channel-list-block ul li {
  display: block;
  line-height: 1.5;
  font-size: 12px;
}
li.channel-list-block ul li a:hover {
  text-decoration: none;
}

#blogpost-form form {
  margin: 30px 0 130px;
}
#blogpost-form td {
  vertical-align: top;
}
#blogpost-form #summary {
  width: 600px;
  height: 200px;
  resize: vertical;
}

#talkpost-form form {
  margin: 30px 0 130px;
}
#talkpost-form td {
  vertical-align: top;
}
#talkpost-form #summary {
  width: 600px;
  height: 200px;
  resize: vertical;
}

#vidpost-form #dupemsg {
  margin-top: 5px;
}
#vidpost-form #dupesuccess {
  margin: 5px 0;
  font-weight: bold;
}
#vidpost-form td.t {
  vertical-align: top;
}
#vidpost-form #vidtitle,
#vidpost-form #posttags
{
  width: 500px;
}
#vidpost-form #postcontent {
  width: 600px;
  height: 100px;
  resize: vertical;
}
#vidpost-form #summary {
  width: 600px;
  height: 200px;
  resize: vertical;
}
#vidpost-form .frame {
  background: #999;
  color: #fff;
  padding: 10px;
  line-height: 1.5;
  text-align: center;

  -moz-text-shadow: 0 1px 0px #777;
  -webkit-text-shadow: 0 1px 0px #777;
  text-shadow: 0 1px 0px #777;

  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#vidpost-form .frame h2 {
  margin: 0;

  -moz-text-shadow: 0 1px 0px #444;
  -webkit-text-shadow: 0 1px 0px #444;
  text-shadow: 0 1px 0px #444;
}
#vidpost-form .frame a {
  color: #ff0;
  text-decoration: none;
  border-bottom: 1px dotted;
}

#channel-selector {
  height: 300px;
  overflow: auto;
}
#channel-selector div {
  float: left;
}
#channel-selector h1 {
  float: left;
  font-size: 30px;
  margin: 5px 10px 5px 0;
}
#channel-selector ul {
  float: left;
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
#channel-selector ul li {
  float: left;
  display: block;
  width: 25%;
}
#channel-selector ul li label {
  white-space: nowrap;
}

#faq-page {
  margin: 20px;
}

#people-page table {
  font-size: 13px;
  line-height: 22px;
  margin: 20px 0;
}
#people-page table td {
  padding: 10px;
}
#people-page table h2 {
  margin: 5px 0 10px;
}

.sidebar-blog-posts ol {
  padding-left: 2em;
  line-height: 16px;
}
.sidebar-blog-posts ol li {
  padding: 5px 0;
}

.sidebar-std-users ul {
  list-style: none;
  padding-left: 0;
}
.sidebar-std-users ol {
  list-style-position: inside;
  padding-left: 0;
}
.sidebar-std-users li:after {
  content: '';
  display: block;
  clear: left;
}
.sidebar-std-users img.photo {
  float: left;
  margin-bottom: 5px;
}
.sidebar-std-users ol img.photo {
  margin-right: 10px;
}
.sidebar-std-users ul li .body {
  margin-left: 10px;
}

.sidebar-std-talk ol {
  padding-left: 0;
}
.sidebar-std-talk li {
  display: block;
  clear: left;
}
.sidebar-std-talk img.photo {
  float: left;
  margin: 0 10px 10px 0;
}
.sidebar-std-talk .body {
}

.sidebar-feeds ul {
  list-style: none;
  padding-left: 1em;
  line-height: 1.75;
}
.sidebar-feeds ul li * {
  vertical-align: middle;
}
.sidebar-feeds ul li img {
  margin-right: 7px;
}

.sidebar-friends ul li {
  line-height: 1.75;
}
.sidebar-friends ul li * {
  vertical-align: middle;
}
.sidebar-friends ul li img {
  margin-right: 5px;
}

.sidebar-useful {
  line-height: 1.75;
}

h1.comment-loc-title {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 100px;
}

.comments-block .comment .content .text p.thumbed-up {
  line-height: 1.5;
}
.comment .text-block .content {
  display: block;
  width: auto;
}
.comment .text-block .content .spoiler {
  color: transparent;
}
.comment .text-block .content small {
  font-size: 85%;
}

.comments-block form.edit label.cb-opt {
  margin: 0.7em 5px 0;
  float: left;
}

/******************************************************************************/

@media only screen and (min-width: 1024px) {
  #modal-my-queued-vids,
  #modal-my-recent-vids
  {
    min-width: 500px;
    max-height: 39em;
    overflow: auto;
  }
}
/*@media only screen and (min-width: 768px) and (max-width: 1023px) {*/
@media only screen and (max-width: 1023px) {
  #modal-my-queued-vids,
  #modal-my-recent-vids
  {
    min-width: 500px;
    max-height: 35em;
    overflow: auto;
  }
}
/*
@media only screen and (min-width: 479px) and (max-width: 767px) {
  #modal-my-queued-vids,
  #modal-my-recent-vids
  {
    min-width: 400px;
  }
}
@media only screen and (max-width: 478px) {
  #modal-my-queued-vids,
  #modal-my-recent-vids
  {
    min-width: 280px;
  }
}
*/

#modal-my-queued-vids header h1,
#modal-my-recent-vids header h1
{
  margin-top: 0;
}
#modal-my-queued-vids .vid-row,
#modal-my-recent-vids .vid-row
{
  width: 100%;
}
#modal-my-queued-vids .vid-row img,
#modal-my-recent-vids .vid-row img
{
  float: left;
  margin: 0 1em 0.25em 0;
  width: 6.4em;
  height: 3.6em;
}
#modal-my-queued-vids .vid-row .cl,
#modal-my-recent-vids .vid-row .cl
{
  text-align: center;
  font-size: 0.8em;
  margin-bottom: 1em;
}
#modal-my-queued-vids .vid-row .details h2,
#modal-my-recent-vids .vid-row .details h2
{
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}

/******************************************************************************/

/**
 * MODAL LOGIN / SIGNUP / RECOVER
 */
#modal-login {
  text-align: center;
  width: 380px;
}
#modal-login form {
  width: 250px;
  margin: 20px auto;
  text-align: left;
}
#modal-login form input[type='text'],
#modal-login form input[type='password']
{
  width: 150px;
}

#modal-signup {
  text-align: center;
  width: 380px;
}
#modal-signup form {
  width: 260px;
  margin: 20px auto;
  text-align: left;
}
#modal-signup form input[type='text'],
#modal-signup form input[type='email'],
#modal-signup form input[type='password']
{
  width: 170px;
}
#modal-signup .validate-outer {
  margin-top: 15px;
  display: none;
}
#modal-login .or,
#modal-signup .or
{
  padding-top: 8px;
  font-weight: bold;
  text-align: center;
}

#modal-recover {
  text-align: center;
  width: 400px;
}
#modal-recover.modal-form .indent {
  width: 125px;
}
#modal-recover form {
  width: 300px;
  margin: 20px auto;
  text-align: left;
}
#modal-recover form input[type='text'] {
  width: 160px;
}

.modal-form .null {
  position: absolute;
  top: -12345px;
  left: -12345px;
}
.modal-form h1 {
  text-align: left;
  font-size: 1.5em;
  line-height: 1.11em;
}
.modal-form label,
.modal-form .modal-row
{
  display: block;
  margin: 5px 0;
}
.modal-form .indent {
  display: inline-block;
  width: 75px;
  white-space: nowrap;
}
.modal-form .btn {
  float: none;
  min-width: 75px;
}
.modal-form p {
  text-align: left;
}
.modal-form p.login,
.modal-form p.signup
{
  float: left;
}
.modal-form p.recover {
  float: right;
}

.fancybox-inner {
  height: auto !important;
}

#search-form td {
  vertical-align: top;
}

.btns-part h3 {
  display: inline-block;
  margin-right: 15px;
}
.btns-part .type-set li {
  font-size: 85%;
}

article.usercontainer {
  padding: 0 0 25px;
  margin: 0 0 25px;
}
article.usercontainer #admin-tools {
  font-size: 1.25em;
}
article.usercontainer #admin-tools ul {
  list-style: none;
}
article.usercontainer header h1 {
  margin: 0 0 15px;
}
article.usercontainer .avatar-outer {
  float: left;
}
article.usercontainer .avatar-outer img {
  width: 75px;
  height: 75px;
  margin: 0 1em 0.5em 0;
}
article.usercontainer.top-ranked .avatar-outer img {
  width: 125px;
  height: 125px;
}
article.usercontainer .bio {
  line-height: 1.25;
}
article.usercontainer .bio img {
  max-width: 100%;
}
article.usercontainer.top-ranked .bio {
  line-height: 1.5;
}
article.usercontainer .stats {
  float: left;
  /*
  clear: left;
  margin-top: 20px;
  */
}
article.usercontainer .stats ul {
  list-style: none;
  padding-left: 0;
}
article.usercontainer .stats ul .selected-field {
  font-weight: bold;
}
article.usercontainer .stats > ul > li {
  margin-top: 10px;
}
article.usercontainer .stats > ul > li .success {
  font-size: 2em;
}

#sidebar .bar {
  margin-bottom: 0;
}
#sidebar .box {
  background-position: bottom;
}
#sidebar header > h1 {
  margin: 0 0 1em;
}
#sidebar ul {
}
#sidebar ul li {
}
#sidebar .member-feeds ul {
  list-style: none;
  padding-left: 1em;
}
#sidebar .member-feeds ul li {
  line-height: 2;
}
#sidebar .member-feeds ul li img {
  margin-right: 5px;
}
#sidebar .member-feeds ul li * {
  vertical-align: middle;
}
#sidebar .member-subpages h2 {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.5;
}
#sidebar .member-subpages > ul {
  list-style: none;
  padding-left: 1em;
}
#sidebar .member-subpages > ul > li > ul {
  margin: 5px 0 0;
  padding-left: 1em;
  list-style-position: inside;
}
#sidebar .member-subpages > ul > li > ul > li {
  line-height: 1.5;
}
#sidebar ul#profile-stats {
  line-height: 1.75;
  list-style: none;
  padding-left: 1em;
}
#sidebar ul#profile-stats li {
  display: table-row;
}
#sidebar ul#profile-stats li:hover {
  background: rgba(150, 150, 150, 0.2);
}
#sidebar ul#profile-stats li .label {
  display: table-cell;
  width: 130px;
}
#sidebar ul#profile-stats li .value {
  display: table-cell;
  text-align: right;
}

#member-profile {
  position: relative;
}
#themerizer {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  border-width: 1px;
  border-style: solid;
  padding: 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#themerizer h1 {
  margin: 0 0 0.5em;
}
#themerizer h2 {
  margin: 0;
}
#themerizer .themebutton {
  width: 70px;
  margin-right: 5px;
}

#member-profile > header > h1 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 1px;
}
#member-profile > header > h1 .admin-note {
  font-size: 11px;
  font-weight: normal;
}
#member-profile > header > h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
}
#member-profile .profile-avatar {
  float: left;
  margin: 0 1em 0.5em 0;
}
#member-profile #main-profile {
  margin-left: 140px;
  padding-top: 1em;
  border-top: 1px dotted #999;
}
#member-profile #main-profile h3 {
  margin: 0 0 1em;
}
#member-profile #main-profile,
#member-profile #sub-profile
{
  font-size: 1.1em;
  line-height: 1.4;
}
#member-profile #main-profile .label,
#member-profile #sub-profile .label
{
  font-weight: bold;
  display: inline-block;
}
#member-profile #main-profile .label {
  width: 120px;
}
#member-profile #sub-profile .label {
  width: 185px;
}
#member-profile #main-profile .value,
#member-profile #sub-profile .value
{
}
#member-profile #sub-profile {
  margin-top: 2em;
}
#member-profile #sub-profile .bio {
  padding: 1em 0 1em 1em;
}
#member-profile #sub-profile ul.tags {
  list-style: none;
  padding: 0;
  display: inline;
}
#member-profile #gift-points {
  padding: 2px 5px;
  width: 3em;
}
#member-profile #gift-points-btn {
  padding: 2px 5px;
  margin-left: 5px;
  font-size: 11px;
}

#profile-pqvids h1 {
  font-size: 14px;
  margin-top: 1em;
}

#profile-comments {
  margin: 0 0 30px;
}
#profile-comments h1 {
  margin: 20px 0;
}

#channel-form #name {
  width: 250px;
}
#channel-form textarea {
  width: 600px;
  height: 200px;
  resize: vertical;
}
#channel-form textarea#sidecont {
  height: 100px;
}

.playlist header .instruct {
  font-size: 11px;
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
}
.playlist .thumb {
  float: left;
  width: 75px;
  text-align: center;
  margin: 0 10px 0.5em 0;
}
.playlist .playlist-body {
  margin-left: 85px;
  line-height: 1.5;
}
.playlist a.like .on-text,
.playlist a.like.on .off-text
{
  display: none;
}
.playlist a.like.on .on-text {
  display: inline;
}

#sidebar-playlist-show header h1 {
  margin-bottom: 0;
}
#sidebar-playlist-show header h2 {
  margin-top: 0;
}

#sidebar .bar.btns-part-outer {
  padding-top: 12px !important;
}

#sidebar .sidebar-playlist-videos header > h1 {
  margin-bottom: 0;
}
#sidebar .sidebar-playlist-videos header > h2 {
  margin: 0;
  font-size: 13px;
}
#sidebar .sidebar-playlist-videos header > h1 .instruct {
  font-size: 12px;
  font-weight: normal;
}
#sidebar .sidebar-playlist-videos header p {
  margin-top: 5px;
}

#sidebar-playlist-listorder form {
  display: inline;
}

#plcreate-form #summary {
  width: 600px;
  height: 200px;
  resize: vertical;
}

ul#acct_menu {
  list-style: none;
  float: left;
  width: 50px;
  border-right: 1px dotted #999;
  padding: 5px 15px 5px 0;
}
ul#acct_menu li {
  display: block;
  padding: 10px 0;
  text-align: center;
}
ul#acct_menu li.acct_sel a span {
  font-weight: bold;
  text-decoration: underline;
}
#acct_container #sections {
  margin-left: 90px;
}
#acct_container #sections h1 {
  font-size: 16px;
  margin-bottom: 10px;
}
#acct_container .sectioninfo {
  font-size: 15px;
  line-height: 3em;
}
#acct_container #bio {
  width: 500px;
  height: 200px;
  resize: vertical;
}

#support-page {
  font-size: 12px;
  line-height: 1.75;
}
#support-page h2 {
  font-size: 20px;
  font-weight: normal;
}
#support-page table td {
  vertical-align: middle;
}
#support-page table h3 {
  margin: 0;
  font-size: 17px;
  font-weight: normal;
}
#support-page table hr {
  margin-bottom: 20px;
}
#support-page table h4 {
  margin: 0;
  font-size: 15px;
}

.channel-head {
  padding-bottom: 30px
}
.channel-head .channel-avatar {
  float: left;
  margin-right: 15px;
}
.channel-head .channel-info {
}
.channel-head .channel-info .channel-manage {
  float: right;
}
.channel-head .channel-info h1 {
}
.channel-head .channel-info .channel-desc {
  font-size: 13px;
  line-height: 1.4;
}

.channelboxes td {
  padding: 1px 0;
}

.img-box .comments-value {
  font-size: 1em;
}

#main .img-box .actions .video-single-backups {
  font-size: 0.85em;
}
#main .img-box .actions .video-single-backups b {
  vertical-align: middle;
}
#main .img-box .actions .video-single-backups ul {
  vertical-align: middle;
  list-style: none;
  display: inline-block;
  padding: 0;
  float: none;
}
#main .img-box .actions .video-single-backups ul li {
  float: none;
  display: table-cell;
  padding-left: 3px;
}
#main .img-box .actions .video-single-backups ul li span {
  font-weight: bold;
}
#main .img-box .actions .video-single-backups ul li a {
  background: none;
  text-indent: 0;
  display: inline;
}

#promoted-title {
  margin: 0;
}
#load-next-promoted {
  font-size: 0.7em;
  font-weight: 400;
  display: inline-block;
  margin-left: 2em;
}
#promoted-container {
}

/******************************************************************************/
/******************************************************************************/
/******************************************************************************/

.da-lb-outer {
  padding: 15px 0;
}
.da-lb {
  width: 728px;
  height: 90px;
  margin: 0 auto;
  overflow: hidden;

  /* per Sarang on Mar 19, 2013 */
  overflow: visible;
  height: auto;
}
.da-336x280 .ad-holder {
  width: 336px;
  height: 280px;
  overflow: hidden;

  /* per Sarang on Mar 19, 2013 */
  overflow: visible;
}
.da-300x250 .ad-holder {
  width: 300px;
  height: 250px;
  overflow: hidden;
}

#scribol-below-video-single {
  display: none;
  width: 535px;
  margin: 30px 0 0 55px;
  overflow: hidden;
}
.scribol-title {
  margin-bottom: 5px;
  font-size: 11px;
  text-align: left;
}

@media only screen and (min-width: 1024px) {
  .container {
    max-width: 1060px;
  }

  .c1 {
    padding-right: 369px;
  }

  #sidebar {
    width: 336px;
  }

  #scribol-below-video-single {
    display: block;
  }
}

@media only screen and (max-width: 1023px) {
  .da-336x280,
  .da-300x250
  {
    display: none !important;
  }

  .lists-area ol {
    line-height: 15px;
  }
  .lists-area .news-list li {
    line-height: 13px;
    min-height: 40px;
  }

  .videos-details .info-panel .value {
    margin-top: 0;
  }

  .comments-block .quote-block textarea {
  }

  .top-bar * {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1030px) and (min-width: 1024px) {
  .videos-list li {
    padding-right: 17px;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  #main .videos-list .info-panel {
    margin-top: 13px;
  }

  .comments-block.post-single .quote-block textarea {
    width: 395px;
  }

  #main .video-block.big-block .info-panel {
  }
  .video-block .content {
    padding-left: 10px;
  }
  .video-block .img-box {
    left: 10px;
  }
}

/*
@media only screen and (max-width: 767px) {
  .social-tools .holder .lounge {
    display: none;
  }

  .da-lb,
  .da-336x280,
  .da-300x250
  {
    display: none !important;
  }

  .comments-block .quote-block textarea {
  }

  .top-bar * {
    font-size: 12px !important;
  }

  #search-advanced {
    right: auto;
    left: 220px;
    top: 16px;
  }
}

@media only screen and (max-width: 478px) {
  .social-tools .holder .lounge {
    display: none;
  }

  .da-lb,
  .da-336x280,
  .da-300x250
  {
    display: none !important;
  }

  #header .social-tools {
    display: none;
  }

  .top-bar {
    width: 100%;
    min-height: 36px;
  }
  .top-bar * {
    font-size: 12px !important;
  }

  #header .block .container {
    padding-top: 0;
  }

  #nav {
    top: -77px;
  }
  #nav .active-element {
    height: 77px;
  }
  #nav .active-element a {
    padding-top: 26px;
  }
  #nav .lists {
    top: 77px;
  }

  .comments-block.post-single .quote-block textarea {
    width: 270px;
  }

  #main .video-block.big-block .img-box {
    float: right;
  }
  #main .info-panel {
  }
  #main .video-container.video-block.big-block > .content {
    width: 100%;
  }
  #main .video-block.big-block .info-panel {
    top: 70px;
    bottom: auto;
    width: 70px;
  }
  #main .info-panel .social-panel {
    display: none;
  }

  #header-bar-top {
    display: none !important;
  }

  #search-advanced {
    display: none;
  }

  article .dynrow {
    display: none;
  }

  #modal-login,
  #modal-login form
  {
    width: auto;
  }
  #modal-login form input[type='text'],
  #modal-login form input[type='password']
  {
    width: 200px;
  }

  #modal-signup,
  #modal-signup form
  {
    width: auto;
  }
  #modal-signup form input[type='text'],
  #modal-signup form input[type='email'],
  #modal-signup form input[type='password']
  {
    width: 220px;
  }

  #modal-recover,
  #modal-recover form
  {
    width: auto;
  }
  #modal-recover form input[type='text'],
  #modal-recover form input[type='password']
  {
    width: 200px;
  }

  .modal-form label,
  .modal-form .modal-row
  {
    display: inline-block;
    margin: 0;
  }
  .modal-form label .indent {
    display: block;
  }
  .modal-form .modal-row {
    margin-top: 10px;
  }
  .modal-form .modal-row .indent {
    display: none;
  }
  .modal-form p.login,
  .modal-form p.signup
  {
    float: none;
  }
  .modal-form p.recover {
    float: none;
  }

  .video-block .media-block,
  .videos-details .media-block
  {
    width: 100%;
    padding-left: 0;
  }
}
*/

