﻿body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
/*  background-color: #dddddd;*/
  text-align: center;
}
.container {
  background: #eeeeee;
  margin: 0 auto;
  margin-top: 0px;
  width: 1000px;
  border: 1px solid #444;
  border-top: none;
}
/* -- Logo and User Links -- */
.logo {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}	
.logo-red {
  background-color: #cc181e;
  color: #fff;
  padding: 2px 4px;
}
.logo-tube {
  background-color: #666666;
  color: #fff;
  padding: 2px 4px;
}
.user-links {
  font-size: 11px;
  text-align: right;
  margin-top: 4px;
  color: #222;
}
.user-links a { color: #222; text-decoration: none; margin-left: 10px; }
.user-links a:hover { text-decoration: underline; }
.search-box {
  width: 300px;
  height: 18px;
  border: 1px solid #cccccc;
  padding: 2px;
  font-size: 11px;
  color: #999;
}
.search-btn {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 2px 8px;
  font-size: 11px;
  cursor: pointer;
  height: 24px;
}
.nav-link {
  color: #666666;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  margin-right: 15px;
}
.section-title {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 3px;
}
.video-player {
  width: 560px;
  height: 315px;
  background-color: #000000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 10px auto;
}
.video-info { padding: 10px; }
.video-title { font-size: 14px; font-weight: bold; color: #0066cc; margin-bottom: 5px; }
.video-details { font-size: 11px; color: #666; line-height: 1.4; }
.comments { padding-top: 7px; }
.comment-box {
  background: #f9f9f9;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  padding: 7px;
  text-align: left;
  color: #333;
  font-size: 11px;
}
.sidebar-section {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  margin-bottom: 20px;
  width: 250px;
  text-align: left;
}
.sidebar-header {
  background-color: #eeeeee;
  padding: 5px 8px;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  font-size: 11px;
}
.sidebar-content {
  padding: 8px;
  background-color: #fff599;
}
.sidebar-content a { font-size: 11px; color: #222; text-decoration: none; }
.sidebar-content a:hover { text-decoration: underline; }
.sidebar-content img {
  border-radius: 4px;
  width: 230px;
}
.footer-table {
  width: 100%;
  border-top: 1px solid #cccccc;
  background-color: #f9f9f9;
  margin-top: 30px;
}
.footer-content {
  text-align: center;
  font-size: 10px;
  color: #666;
  padding: 10px;
}
/* IE5.5 fix for box model on .container */
/*  * html .container { width: 980px; }   [DEPRECATED DOES NOTHING WHATSO-FUCKING-EVER */ 

/* --- Extracted from inline HTML --- */
.header-logo {
  padding: 10px 0 0 12px;
}
.header-userlinks {
  padding: 10px 12px 0 0;
}
.header-searchrow {
  padding: 8px 0 0 0;
}
.navbar-bg {
  background-color: #e6e6e6;
}
.navbar-links {
  padding: 5px 12px;
}
.maincol {
  width: 650px;
  padding: 16px 0 0 12px;
  vertical-align: top;
}
.spacercol {
  width: 50px;
}
.sidebarcol {
  width: 260px;
  padding: 16px 14px 0 0;
  vertical-align: top;
}
#descriptionBox {
  display: none;
  margin-top: 8px;
}

.smallImg{
	width:16px;
	height:16px;
	border-width:0px;
	padding:0px;
}


/*video recommendations*/

/*red box for watch page*/
.red-box {
  background: #cc181e;
  width: 1000px;
  margin: 24px auto;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  align: center;
}

/*new commendations box*/

.panel {
  width: 970px;
  margin: 0 auto;              /* centers in modern browsers */
  border: 1px solid #000;      /* draws left/right/top/bottom lines */
  border-radius: 10px 10px 0 0;/* rounded TOP only; bottom stays square */
  background: #eeeeee;
  overflow: hidden;            /* IMPORTANT: clips inner header corners */
}
.panel-header {
  background: #FF0000;
  color: #ffffff;
  padding: 10px;
  text-align: center;          /* center the header text */
  margin: 0;                   /* avoid gaps at top */
  font-size: 24px;
}
.panel-body {
  padding: 10px;
  background: #fff;
  text-align: left;
  margin: 0;                   /* avoid gaps above/below */
}





/*end of retro shit fr*/

.rec-banner {
    background-color: #bbbbbb;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 0 7px 12px;
    margin-bottom: 4px;
    text-align: center;
    width: 960px;
    border: 1px solid #888888;
    /* compatible box model for old IE */
}
.video-rec-table {
    /* margin already handled by containing table */
    background-color: #f5f5f5;
}
.rec-video-cell {
    text-align: center;
    padding: 10px 5px 18px 5px;
    vertical-align: top;
}
.rec-thumb {
    border: 1px solid #888888;
    background: #f8f8f8;
    display: block;
    margin: 0 auto 7px auto;
}
.rec-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

/*end of recs*/
















/*profilepage*/

/* Channel section */
#channelbanner {
  width: 100%;
  text-align: center;
}

/* Profile container */
.profile-box {
  width: 900px;
  margin: 0 auto;
  background-color: transparent;
  text-align: left;
  overflow: visible;
  position: relative;
}

/* Left square: PFP */
.pfp-box {
  width: 100px;
  height: 100px;
  float: left;
  background-color: #cccccc;
  border: 1px solid #aaa;
  box-sizing: border-box;
  text-align: center;
}

.profile-pic {
  margin-top: 25px;
  width: 50px;
  height: 50px;
  border: 1px solid #888;
}

/* Middle: About Me */
.about-box {
  float: left;
  width: 700px;
  height: 100px;
  padding: 10px;
  background-color: #dddddd;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  box-sizing: border-box;
}

/* Right square: Stats */
.stats-box {
  float: left;
  width: 100px;
  height: 100px;
  background-color: #cccccc;
  border: 1px solid #aaa;
  box-sizing: border-box;
  font-size: 12px;
  padding: 5px;
  color: #222;
}

/* Description box â€” attached to about-box only */
.description-box {
  clear: left;
  width: 800px; /* 900 total - 100 stats */
  background-color: #dddddd;
  border: 1px solid #aaa;
  border-top: none;
  padding: 10px;
  box-sizing: border-box;
  margin-left: 100px; /* align with about-box */
}

.description-box a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.description-box a:hover {
  text-decoration: underline;
}

.description-expanded {
  margin-top: 10px;
}





/*new containers related to big forms*/

#content-area {
  overflow: hidden;
}

.big-form-wrapper {
  margin: 0 auto;
  background-color: #f9f9f9;
  border: 1px solid #aaa;
  padding: 10px;
}

.big-form-wrapper.width {
	width: 750px;
}

.big-form-table {
  width: 100%;
  border-collapse: collapse;
}

.form-left, .form-right {
  padding: 10px;
  vertical-align: top;
}

.form-right {
  width: 66%;
}

.form-left {
  width: 33%;
}

.form-section {
  margin-bottom: 15px;
}

.textin {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

input[type=file] {
  width: 95%;
}

.upload {
  margin-top: 10px;
  padding: 5px 15px;
  font-size: 14px;
}

.textonly {
  padding-left: 20px;
}