﻿body
{
  font-family:Arial, Verdana;
  font-size:0.95em;
  background-color:#222;
  margin:0px;
  padding:0px;
}

h1, h2, h3
{
  color:#444;
  padding:0px;
}

h1
{
  font-size:1.4em;
}

h2
{
  font-size:1.15em;
  margin-bottom:5px;
}

h3
{
  font-size:1.0em;
}

p
{
  margin:0 0 5px 0;
}

a
{
  color:#444;
}

a:hover
{
  text-decoration:none;
}

.clear
{
  clear:both;
}

#main
{
  margin:15px auto 0 auto;
  width:950px;
  background-color:White;
}

#content
{
  padding:0 20px 50px 20px;
  min-height:500px;
  width:650px;
  margin-right:20px;
  float:left;
}

#content .titleArticle p
{
  width:450px;
  display:block;
  float:left;
}

#content .titleArticle 
{
  margin-bottom:15px;
  padding-bottom:10px;
  border-bottom:dotted 1px #ccc;
  
}

#content .titleArticle img
{
  float:right;
}

#content .titleArticle img.left
{
  float:left;
  margin-right:15px;
}


/* RIGHT */
#right
{
  float:left;
  width:230px;
  color:White;
  margin:6px 0 20px 0;
}

#right a  {color:White;}
#right h3 {color:White; margin:0 0 6px 0;}

#right #menu a
{
  background-color:#444;
  padding:10px 12px;
  margin:0 0 1px 0;   
  display:block;
}

#right #menu a:hover
{
  background-color:#222;
}

#right #news
{
  margin:20px 0;
  padding:0px 10px 10px 12px;
  background-color:#444;
}

#right #news .movie
{
  padding:10px 0;
  border-bottom:1px solid #333;
}

#right #news .movie a
{
  margin-bottom:6px;
  display:block;
}

#right #news .movie span
{ 
  font-size:0.85em;
  display:block;
}

#right #news .movie img
{
  margin:0 5px 0 0;
  display:inline;
  width:105px;
  float:left;
}

#right #info
{
  background-color:#444;
  padding:10px 10px 10px 12px;
  font-size:0.8em;
}

#bottom
{
  margin:0px auto;
  border-top:1px solid #333;
  width:930px;
  background-color:#202020;
  padding:2px 10px;
  text-align:right;
  color:White;
  font-size:0.85em;
}

#bottom a
{
  color:White;
}