/*
Theme Name: Tube Ace
Theme URI: http://wordpress.tubeace.com/
Author: Tube Ace
Author URI: http://wordpress.tubeace.com/
Description: Early AM Theme for Tube Ace Wordpress Plug-in
Version: 1.7
License: Commercial
*/

body {background-color:#121212;color:#fff;}
a:link{color:#FFA357;}
a:visited{color:#ccc;}

.widget-area h2,.tag-cloud h2{font-size:18px;line-height: 18px}
.widget-area li{list-style: none;}

.tag-cloud a{white-space:nowrap;background-color: #666;color:#fff;padding:4px;border-radius:8px;margin-right:4px;line-height:180%}

.cat-item {font-weight: bold; margin-bottom:2px;padding:4px;border-bottom: 1px solid #ccc}
.cat-item a{color:#666;  margin: 0px; display: block; width: 100%; height: 100%; }

.duration{background-color:#000;color:#fff;font-size:14px;font-weight:bold;bottom:-18px;right:20px;position:relative;float:right;padding:2px;line-height: 100%;clear:both;}
.video-preview-title a{font-size:14px;font-weight: bold;clear:both;}
.video-meta-data{font-size:14px;}
a.sponsor_link{font-size:16px;font-weight:bold;}

.video-data{width:auto;border:1px solid #333;padding:3px;overflow:hidden;}
.video-data-left{width:50%;float:left;background-color: transparent;text-align:left;}
.video-data-right{width:50%;float:right;text-align:right;}

.nav-tabs > li.active > a{background-color:#eee;border:none;}
.nav-tabs a{background-color:#ccc;border-bottom:1px solid #f1f1f1;color:#000;}

.edit-link{display: block;}
time{display:block;}
#comments{clear:both;}
#respond{clear:both;}

.flex-video {
  position: relative;
  padding-top: 10px;
  padding-bottom: 700px;
  height: 0;
  overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}