﻿
body {
/*  basdfckground-color: #222;*/
  color: #black;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

#container-top {
  width: 800px;
  margin: 20px auto;
  background-color: #eeeeee;
  padding: 20px;
  border: 1px solid #444;
  text-align: left;
}


/* New header area */
#header {
  padding: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

#logo {
  float: left;
}

#top-links {
  float: right;
  margin-top: 10px;

}

#top-links a {
  margin-left: 15px;
  text-decoration: none;
  color: black;

}


/* Search form under top-links */
#search {
#  clear: both;
  margin-top: 10px;
  align: center;
}


/*video*/


#video  {
  float: left;
  width: 520px;
}

#sidebar {
  float: right;
  width: 240px;
  background-color: #fff599;
  padding: 10px;
  border-left: 1px solid #444;
}

.video-container {
  width: 480px;
  height: 360px;
  margin-bottom: 20px;
  background-color: #000;
}

.rating {
  margin-top: 10px;
  text-align: right;
}

.thumbs img {
  margin-left: 10px;
  vertical-align: middle;
  border: none;
}

.description {
  background-color: #adadad;
  padding: 10px;
  border: 1px solid #444;
}

.description a {
  color: #000;
  text-decoration: none;
}

.description a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}

h1{
	padding-bottom:0px;
}



/* Comments gray box */
.comment-box {
  padding: 10px;
  margin-top: 15px;
  border: 1px solid #ccc;
}

/*new containers*/

#content-area {
  overflow: hidden;
}

/* Two-column layout */
#left-column {
  float: left;
  width: 520px;
}

#right-column {
  float: right;
  width: 240px;
  background-color: #2a2a2a;
  padding: 10px;
  border-left: 1px solid #444;
}



/* Keep the thumbs, description, and comments inside left column */
.rating, .description, .comment-box {
  margin-top: 15px;
}
