/* CSS Document */
body {
	font: 12px/18px "Trebuchet MS",Arial, Helvetica, Verdana, sans-serif;
	background: #fff;
	color: #777;
	text-align: center;
}

#header{
    width: 940px;
    height: 114px;
    margin: 0 auto;
    position: relative;
}
#header a.home-link{
    font-size: 36px;
    text-decoration: none;
    color: #363636;
    text-transform: uppercase;
    position: absolute;
    top: 48px;
    left: 80px;
}

#container{
    width: 940px;
    margin: 0 auto;
    position: relative;
}

/* col */
.col_3{
    width: 60px;
    height: 300px;
    float: left;
    margin: 0 20px 0 0;
}
.col_3_2{width: 780px;height:auto;text-align: left;}
.col_3_3{margin-right: 0;}

/* movie-list */
h3.movie-title{
    color: #65bf95;
    font-size: 18px;
    float: left;
}
.reveal-modal h3.movie-title{
    float: none;
    margin-bottom: 9px;
    color: #468394;
}
.movie-list li{
    width: 60px;
    height: 120px;
    float: left;
    margin: 0 20px 20px 0;
    text-align: left;
}
.movie-list li a{
    display: block;
    width: 60px;
    height: 119px;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}
.movie-list li a:hover{
    border-color: #7ae5b3;
}
.movie-list li.movie-list-item-9{margin-right: 0;}
.movie-list li.movie-list-item img, .reveal-modal img{
    padding: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    background: #fff;
}
.reveal-modal img{
    float:left;
}
.movie-list li.movie-list-item a:hover img{
    border-color: #7ae5b3;
}
.movie-list li.movie-list-item h4{
    font-size: 10px;
    color: #363636;
}
.movie-list li.movie-list-item a:hover h4{
    color: #65BE94;
}
.movie-list li.movie-list-item h5{
    font-size: 10px;
    font-style: italic;
    color: #aaa;
    margin-top: -5px;
}
.movie-list li.movie-list-item h6{display: none;}
.reveal-modal div{
    padding-left: 70px;
    margin-bottom: 18px;
}
p.paging{
    width: 220px;
    float: right;
    font-size: 11px;
    color: #aaa;
    font-style: italic;
    text-align: center;
}
p.paging-numbers{width:140px;margin-left: 20px;}
p.paging-numbers a{color:#aaa;}
p.paging-numbers a:hover{color:#468394;}
p.paging-numbers a.active{color:#777;}
p.paging-numbers a.arrow{text-decoration: none;color:#468394;}
p.paging-records span{color: #777;}

span.prev{
    display: block;
    width: 60px;
    height: 42px;
    background: url(/images/icons/arrow.png) no-repeat 0 0;
    text-indent: -9999px;
    margin-top:60px;
}
a span.prev{background-position: 0 -42px;}
a:hover span.prev{background-position: 0 -84px;}
span.next{background-position: -70px 0}
a span.next{background-position: -70px -42px;}
a:hover span.next{background-position: -70px -84px;}

h4 a#search_link{
    color: #7ae5b3;
    font-weight: normal;
    font-size: 14px;
    left: 812px;
    position: absolute;
    top: -50px;
    text-transform: uppercase;
}
#searchbar{
    background: #def8ec;
    padding: 12px 0 24px;
    margin-bottom: 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#searchbar .fieldgroup{
    float: left;
    width: 130px;
    padding: 0 5px;
    margin-right: 20px;
}
#searchbar .fieldgroup input.normal, #searchbar .fieldgroup select{
    border: 1px solid #ddd;
    padding: 1px 4px;
    width: 120px;
}
#searchbar .fieldgroup select{
    padding: 1px 0;
    width: 128px;
}
#searchbar input.submit{
    display: inline-block;
    background: #7ae5b3;
    border: none;
    width: 60px;
    height: 20px;
    color: #444;
    text-align: center;
    cursor: pointer;
    font-family: "Trebuchet MS",Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #eee;
    -moz-text-shadow: 0 1px 0 #eee;
    -webkit-text-shadow: 0 1px 0 #eee;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    margin: 18px -5px 0 0;
}
#searchbar input.reset{
    display: inline-block;
    background: none;
    border: none;
    width: 60px;
    height: 20px;
    color: #444;
    text-align: center;
    cursor: pointer;
    font-family: "Trebuchet MS",Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    margin: 18px 0 0;
}
