@charset "utf-8";
/* CSS Document */

#botao_enviar{
  margin:10px 0 0 0;
  font-weight:bold;
  color:#FFFFFF;
}

#botao_enviar a:link {text-decoration: none; color:#FFFFFF;}
#botao_enviar a:visited {text-decoration: none; color:#FFFFFF;}
#botao_enviar a:hover {text-decoration: none; color:#FFFFFF;}

#bloco_video{
  height:472px;
  width:1000px;
  background-color:#FFFFFF;
  float:left;
}

#campo_nome{
  height:68px;
  width:388px;
  margin:10px 0 0 10px;
  background-color:#798992;
  float:left;
  color:#FFFFFF;
  font-weight:bold;
}

#comentario{
  height:40px;
  width:710px;
  background-color:#6372A3;
  float:left;
}

#comentario_titulo{
  margin:11px 0 0 0;
  font-weight:bold;
  color:#FFFFFF;
}

#comentario_gravatar{
  width:50px;
  height:50px;
  float:left;
  margin:5px 0 0 5px;
}

#comentario_body{
  width:585px;
  float:left;
  margin:5px 0 0 5px;
}

#enviar_video{
  height:40px;
  width:406px;
  background-color:#ee9715;
  float:left;
}

#imagem_video{
  height:451px;
  width:563px;
  margin:10px 0 0 10px;
  background-repeat:no-repeat;
  float:left;
}

#novo_comentario{
  height:451px;
  width:406px;
  margin:10px 0 0 10px;
  float:left;
}

#postagem{
  height:371px;
  width:406px;
  background-color:#DEDEDD;
  float:left;
}

#post{
  height:40px;
  width:406px;
  background-color:#6E87B0;
  float:left;
}

#post_mensagem{
  height:270px;
  width:388px;
  margin:10px 0 0 10px;
  background-color:#FFFFFF;
  float:left;
}

#post_mensagem textarea{
  width:380px;
  padding:0;

}


#titulo_post{
  margin:10px 0 0 0;
  font-weight:bold;
  color:#FFFFFF; 
}

#relacionados{
  height:40px;
  width:280px;
  background-color:#84C225;
  float:left;
}

#rodap_videos{
  height:51px;
  width:280px;
  background-color:#CCCCCC;
  float:left;
}

#videos_relacionados{
  height:760px;
  width:280px;
  background-color:#FFFFFF;
  float:left;
}

#videos_titulo{
  margin:11px 0 0 0;
  font-weight:bold;
  color:#FFFFFF;
}

.video_conteudo{
  height:80px;
  background-image:url(/images/barra_materias.png);
  background-repeat:repeat-x;
}

.video_foto{
  height: 68px;
  width: 100px;
  margin: 6px 0 0 5px;
  background-color: #000000;
  float: left;
}

.barra{
  scrollbar-face-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color: #ffffff;
  background-color: #ffffff;

}