body {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  margin: 0px;
  color: #FFFFFF;
  background-color: #000;
}

h1, .title, h2, h3, h4, h5, h6{
  clear: both;
  color: #FFF;
  display: block;
  text-transform: uppercase;
  font-family: 'Anton', sans-serif;
}

a {
  color: #FFF;
  border-bottom: 1px dotted: #FFF;
}

a:hover, a:focus {
  text-decoration: none;
}

a img {
  border: none;
}

p {
  padding-bottom: 10px;
}

h1, .title {
  font-size: 36px;
  margin-bottom: 24px;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
  margin-bottom: 18px;
}

h4 {
  margin-bottom: 14px;
}

h5 {
  margin-bottom: 10px;
}

h6 {
  margin-bottom: 8px;
}

#mainwrapper{
  background-image: url("../images/mainwrapper.jpg");
}

#header, #main, #footer p{
  margin: 0 auto;
  width: 860px; 
  color: #FFF;
}

#main{
  padding-bottom: 30px;
}

#main:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#main{
  font-size: 14px;
  color: #868686;
}

#main img{
  border: 10px solid #444444;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  margin: 6px;
}

#main .breadcrumb p{
  font-size: 12px;
}

#main .breadcrumb p a{
  font-size: 12px;
  padding: 0 5px;
}

#main blockquote{
  color: #FFF;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
}

#main blockquote a{
  text-decoration: none;
  color: #D0D0D0;
}

#main table{
  border-spacing: 0 10px;
}

#main table  td{
  padding: 3px 10px;
  vertical-align: top;
}

#main .movies tr:hover td{
  background-color: #FFF;
  color: #000;
}

#main .actors{
  font-size: 30px;
}

#main .actors .wiki a{
  width: 100%;
  display: block;
  text-align: center;
  padding: 5px 0;
}

#main .actors .wiki a:hover, #main .actors .wiki a:focus{
  background-color: #FFF;
  color: #000;
}

#main .movies tr:hover .actor, #main .movies tr:hover .strong{
  background-color: transparent;
  color: #FFF;
}

#main table .strong{
  color: #FFF;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}


#main table .actor {
    border-left: 5px solid;
    font-family: "Anton",sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

#main table .director{
    border-left: 5px solid ;
    font-family: "Anton",sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

#footer{
  background-image: url("../images/footer.jpg");
}

#footer p{
  font-size: 11px;
  padding: 20px 0 50px 0;
}

#header .logo{
  text-align: center;
  width: 100%;
  display: block;
}

#header img{
  margin: 50px 0 20px 0;
  height: 80px;
}

#header ul{
  background: url("../images/line.png");
  margin: 20px 0;
  padding-left: 130px;
  height: 75px
}

#header ul li{
  list-style-type: none;
  float: left;
  padding: 18px 25px;
}

#header ul li a{
  text-transform: uppercase;
  display: block;
  font-family: 'Anton', sans-serif;
  color: #FFF;
  text-decoration: none;
  padding: 7px 10px;
  transition: 0.4s;
  font-size: 18px;
}

#header ul .active a, #header ul li a:hover, #header ul.othernav li a:focus{
  color: #000;
  background: #FFF;
  transition: 0.4s;
}

#header ul li a:focus{
  outline:none;
}

label{
  display: block;
  font-size: 12px;
  padding-bottom: 5px;
  width: 160px;
}

label.error{
  color: #F00;
}

label.error{
  background: url("../images/form-error.png");
  background-repeat: no-repeat;
  background-position: right;
}

input, textarea {
    background: none repeat scroll 0 0 #242424;
    border: 1px solid #494949;
    color: #666666 !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding: 8px 5px;
}

#submit {
    background: url("../images/submit.png");
    border: medium none;
    width: 140px;
    height: 46px;
}

#submit:hover, #submit:focus {
    background: url("../images/submit_hover.png");
}

#actors a{
  text-decoration: none;
  border-bottom: 0px
}

#actors a img:hover, #actors a:focus img{
  border-color: #000;
}

#cars a img:hover, #cars a:focus img{
  border-color: #000;
}

#cars .pleft{
  float: left;
  width: 550px;
}

#cars .imgright{
  float: right;
  width: 260px;
}


#cars .pright{
  float: right;
  width: 550px;
}

#cars .imgleft{
  float: left;
  width: 260px;
}
