@charset "UTF-8";
/* CSS Document */

#movies {
margin: 0;
padding: 0;
}

#movies p {
margin: 0 0 1.5em 0;
}

#movies a {
color:#000;
text-decoration: underline;
}

#movies a:hover {
color:#8E8E8E;
text-decoration: none;
}

#movies small {
margin-top: 15px;
}

#movies h1 {
margin: 10px 0 0 0;
padding: 0;
font-size: 42px;
line-height: 1.3em;
color:#000000;
}

#movies h1 span {
font-size: 24px;
display: block;
margin: 10px 0 5px 0;
padding: 0;
line-height: 1em;
}

#movies .left {
padding: 0 20px 0 0;
}

#movies .lead {
margin: 15px 0 20px 0;
}

#movies .sub {
margin: -5px 0 -10px 0;
font-size: 0.95em;
}

#movies h2 {
font-size: 26px;
color: #000000;
line-height: 1.3em;
border-bottom: 1px solid;
padding: 60px 0 5px 0;
clear: both;
margin: -30px 0 15px 0;
}

#movies h3 {
font-size: 24px;
color: #000000;
line-height: 1.4em;
padding: 50px 0 0 0;
margin: 0 0 15px 0;
clear: both;
}

#movies h3 span {
font-size: 16px;
font-weight: normal;
}

#movies h3 small {
font-size: 14px;
font-weight: normal;
color: #fff;
background: #000;
padding: 3px 5px;
margin: 0 0 0 10px;
}

#movies h4 {
color: #FFF;
background: #53a494;
padding: 5px 15px;
display: inline-block;
font-weight: normal;
font-size: 13px;
margin: 10px 0 15px 0;
line-height: 1.2em;
}

#movies h4.details {
background: #aa6096;
}

#movies .photo {
margin: 30px 0;
text-align: center;
font-size: 0.95em;
}

#movies .photo img {
margin: 0 auto 10px auto;
text-align: center;
display: block
}




/* responsive */

body.white .site #movies {
font-size: 16px;
margin: 0 0 10px 0;
}

body.white .site #movies h1 {
margin: 15px 0 0 0;
padding: 0;
font-size: 32px;
line-height: 1.2em;
color:#000000;
}

body.white .site #movies h1 span {
font-size: 22px;
font-weight: normal;
display: block;
margin: 0 0 7px 0;
padding: 0;
line-height: 1.1em;
}


body.white .site #movies h2 {
font-size: 22px;
margin: -30px 0 15px 0;
color:#000000;
line-height: 1.3em;
}


body.white .site #movies h3 {
font-size: 24px;
margin: -20px 0 15px 0;
color: #000000;
line-height: 1.3em;
}

