body, html {
    height: 100%;
    background: #000 url('./images/stripe-background.gif') repeat-y top center;
}

body {
    text-align: center;
}

em {
    font-style: normal;
}

a {
    color: #000;
}

.main_layout_container {
    position: relative;
    width: 970px;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #000;
    border-width: 0 1px;
    min-height: 100%;
}


.main_header {
    height: 170px;
    position: relative;
}

.main_header .main_logo {
    position: absolute;
    top: 28px;
    left: 50px;
    height: 110px;
    width: 240px;
    background: transparent url('./images/logo-first-run-film-festival.gif') no-repeat;
    text-indent: -1000em;
}

.main_header .sponsor_text {
    position: absolute;
    right: 1px;
    top: 126px;
    width: 170px;
    text-align: center;
    font-size: 10px;
}


.main_header .sponsor_logo {
    position: absolute;
    top: 15px;
    right: 38px;
}

.main_header .sponsor_logo img {
    display: block;
}



.main_nav {
    text-align: center;
    font-family: Impact, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    border: 1px solid #000;
    border-width: 1px 0;
}

.main_nav table {
    margin: 0 auto;
}

.main_nav a {
    text-decoration: none;
    display: -moz-inline-box;
    display: inline-block;
    border: 4px solid #FFF;
    border-width: 4px 0;
}

.main_nav a.selected {
    color: #E22 !important;
    border-bottom: 4px solid #E22;
}

.main_nav a:hover {
    border-bottom: 4px solid #666;
}

.main_nav a.even {
    color: #666;
}

.main_nav td {
    padding: 0 15px;
}

.main_body {
    background: transparent url('./images/grunge-background.jpg') no-repeat;
    padding-bottom: 50px;
    min-height: 100%;
    position: relative;
}

.main_content h1,
.main_content h2,
.main_content h3,
.main_content h4 {
    font-family: Impact, Helvetica, Arial, sans-serif;
}

.film_canisters {
    position: absolute;
    top: 350px;
    right: 0px;
}

.main_footer {
    border-top: 1px solid #000;
    height: 25px;
    line-height: 25px;
    text-align: right;
    padding-right: 30px;
    font-size: 9px;
    position: absolute;
    width: 940px;
    left: 0;
    bottom: 0;
    background-color: #FFF;
}


.home_layout {
}

.slideshow_header_container {
    height: 112px;
    padding-top: 10px;
    border-bottom: 5px solid #FFF;
    background-image: url('./images/hash-border.gif');
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #FFF;
    padding-left: 1px;
}

.slideshow_header_container .slideshow {
    float: left;
    width: 192px;
    height: 100px;
    margin-right: 2px;
}

.slideshow_header_container img {
    display: none;
}

.slideshow_header_container img.primary {
    display: block;
}


.slideshow_header_container .last_slideshow {
    margin-right: 0;
}


.slideshow_header_container .slideshow_header_footer {
    clear: left;
}



.home_body {
    position: relative;
    background: transparent url('./images/grunge-background.jpg') no-repeat;
    height: 460px;
}

.home_body .sag_logo {
    position: absolute;
    bottom: -4px;
    left: 20px;
}


.home_body .social_network_buttons {
    position: absolute;
    bottom: 0px;
    left: 180px;
}

.home_body .social_network_buttons a {
    margin-right: 8px;
}

.home_dates_banner {
    position: absolute;
    top: 50px;
    left: 90px;
}


.home_intro {
    position: absolute;
    top: 65px;
    left: 530px;
    width: 360px;
    text-align: justify;
}

.home_intro h2 {
    font-size: 15px;
}

.home_intro p {
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 1em;
}


.home_layout .film_canisters {
    top: 420px;
}

.film_page_layout {
    padding: 20px 0 0 60px;
    min-height: 500px;
}

.film_list_nav {
    font-family: Impact, Helvetica, Arial, sans-serif;    
    margin-bottom: 20px;
}

.film_list_nav a {
    text-decoration: none;
}

.film_list_nav .browse_type_nav {
    font-size: 15px;
    margin-bottom: 5px;
}

.film_list_nav .browse_type_nav a {
    margin: 0 0.2em;
    color: #666;
}

.film_list_nav .browse_type_nav a.selected {
    color: #E22;
}

.film_list_nav .letter_nav {
    color: #666;
    font-size: 13px;
    text-transform: uppercase;
}

.film_list_nav .letter_nav li {
    float: left;
}

.film_list_nav .letter_nav a {
    display: block;
    text-align: center;
    width: 1.1em;
}

.film_list_nav .letter_nav a.selected {
    color: #E22;
}



.film_list_nav .letter_nav .footer {    
    clear: left;
}


.film_list_item {
    margin-bottom: 30px;
}

.film_list_item .image {
    float: left;
    width: 105px;
    margin-right: 15px;
}

.film_list_item .body {
    float: left;
    width: 430px;
    color: #666;
}

.film_list_item .body h2 {
    font-size: 18px;
    margin-bottom: 2px;
}

.film_list_item .body h2 em {
    color: #000;
}

.film_list_item .body h2 a {
    color: #666;
    text-decoration: none;
}

.film_list_item .body h2 a:hover {
    text-decoration: underline;
}



.film_list_item .body h3 {
    margin-bottom: 0.8em;
}

.film_list_item .body p {
    text-align: justify;
    font-size: 12px;
}

.film_list_item .footer {   
    clear: left;
    height: 1px;
}

.film_details {
    margin-bottom: 20px;
}

.film_details .sidebar {
    float: left;
    width: 180px;
    margin-right: 20px;
    text-align: right;
}

.film_details .image {
    display: block;
    margin-bottom: 20px;
}

.film_details .leave_a_comment_link img {
    position: relative;
    top: 1px;
}

.film_details .leave_a_comment_link a {
    font-family: Impact, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #666;
}


.film_details .body {
    float: left;
    width: 410px;
    margin-right: 20px;
}

.film_details .body {
    color: #666;
}

.film_details .body h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.film_details .body h2 em {
    color: #000;
}

.film_details .body ul {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 15px;
}


.film_details .body li {
    font-family: Impact, Helvetica, Arial, sans-serif;    
}

.film_details .body li label {
    color: #000;
}

.film_details .body li a {
    color: #666;
}


.film_details .body p {
    font-size: 12px;
    margin-bottom: 1em;
}

.film_details .footer {
    clear: left;
}



.news_layout {
}

.news_layout {
    padding: 90px 70px 0 120px;
}

.news_body_column {
    float: left;
    width: 470px;
    margin-right: 80px;
}

.news_sidebar_column {
    float: left;
    width: 230px;
}

.news_sidebar_column h2 {
    margin-bottom: 0.2em;
}

.news_sidebar_column ul {
    margin-bottom: 1em;
}


.news_column_footer {
    clear: left;
}

.news_post {
    padding-bottom: 30px;
    border-bottom: 1px dashed #000;
    margin-bottom: 30px;
}

.news_post .date {
    font-size: 15px;
    font-family: Impact, Helvetica, Arial, sans-serif;    
    color: #666;
    margin-bottom: 0.2em;
}

.news_post .title {
    font-size: 15px;
    font-family: Impact, Helvetica, Arial, sans-serif;    
    margin-bottom: 1em;
}

.news_post .title a {
    text-decoration: none;
}

.news_post .body {
    text-align: justify;
    line-height: 1.5em;
}

.news_post .body  p {
    margin-bottom: 0.8em;
}

.news_post .body  strong {
    font-weight: bold;
}

.news_post .body  em {
    font-style: italic;
}

.news_post .body  li {
    list-style-type: disc;
    margin-left: 1.5em;
    margin-bottom: 0.5em;
}


.schedule_layout {
    padding: 30px 0;
    position: relative;
}

.schedule_print_button {
    position: absolute;
    top: 30px;
    left: 50px;
    width: 100px;
    font-size: 10px;
    background-color: #FFF;
    line-height: 1.1em;
    text-decoration: none;
}

.schedule_print_button:hover {
    text-decoration: underline;
}


.schedule_print_button img {
    float: left;
    margin-right: 7px;
}



.schedule_calendar {
    padding: 0 50px;
    text-align: center;
    margin-bottom: 50px;
}

.schedule_calendar table {
    text-align: left;
    background-color: #FFF;
    color: #666;
    border: 2px solid #F3F3F3;
    border-width: 0 2px 2px 0;
    margin: 0 auto;
}

.schedule_calendar th {
    font-size: 15px;
    font-family: Impact, Helvetica, Arial, sans-serif;    
    background-color: #EEE;
    border: 1px solid #777;
    border-width: 0 1px 1px 0;
    padding: 10px 15px;
    height: 40px;
    white-space: nowrap;
}

.schedule_calendar th.data_column {

}

.schedule_calendar th.wide_data_column {
    width: 300px;
}

.schedule_calendar th.medium_data_column {
    width: 200px;
}

.schedule_calendar th.narrow_data_column {
    width: 150px;
}


.schedule_calendar td {
    border: 1px solid #777;
    border-width: 0 1px 1px 0;
    padding: 15px;
    background-image: url('./images/calendar-cell-background.gif');
    background-repeat: no-repeat;
    background-position: top left;
    vertical-align: top;
}

.schedule_calendar th.corner {
    background-color: #DDD;
}

.schedule_calendar td.row_label {
    font-family: Impact, Helvetica, Arial, sans-serif;    
    background-color: #EEE;
    font-size: 15px;
    background-image: none;
    vertical-align: middle;
    padding: 0 1em;
    white-space: nowrap;
}

.schedule_calendar .screening {
    padding-bottom: 10px;
    border-bottom: 1px dashed #666;
    margin-bottom: 10px;    
    font-size: 10px;
}

.schedule_calendar .last_screening {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}


.schedule_calendar .screening h3 {
    font-size: 11px;
    font-family:arial,helvetica,clean,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.schedule_calendar .screening h3 a {
    color: #666;
    text-decoration: none;
}

.schedule_calendar .screening h3 a:hover {
    text-decoration: underline;
}



.schedule_calendar .screening p {
    margin-bottom: 0.2em;
}

.schedule_calendar .screening p.description {
    font-style: italic;
}

.schedule_calendar .screening p.location {
    margin-top: 0.4em;
    font-weight: bold;
}

.schedule_calendar .last_column {
    border-right: none;
}

.schedule_calendar .last_row td {
    border-bottom: none;
}


.screening_detail_list {
}

.screening_detail_list .screening_time_header {
    background-color: #EEE;
    padding: 0 50px;
    margin-bottom: 20px;
}

.screening_detail_list .screening_time_header h2 {
    font-size: 18px;
    line-height: 2em;
    height: 2em;
}

.screening_detail_list .screening_time_header .top_link {
    text-transform: lowercase;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    float: right;
    background-image: url('./images/button-up-arrow.gif');
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 24px;
    height: 17px;
    line-height: 17px;
    position: relative;
    top: 10px;
}

.screening_detail_list .screening_time_header .top_link:hover {
    text-decoration: underline;
}


.screening_detail_list .screening_list {
    padding: 0 50px;
    margin-bottom: 40px;
}

.screening_detail_list .screening {
    margin-bottom: 20px;
}

.screening_detail_list .screening_header {
    margin-bottom: 10px;
}

.screening_detail_list .screening_header .location {
    float: right;
    position: relative;
    top: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #666;
}

.screening_detail_list .screening h3 {
    color: #666;
    font-size: 18px;
    border-bottom: 2px solid #666;
}

.screening_detail_list .screening_header .description { 
    margin-top: 0.3em;
    font-size: 13px;
    font-style: italic;
    color: #666;
}


.screening_detail_list .film {
    font-size: 12px;
    line-height: 1.1em;
    margin-bottom: 0.5em;
    width: 600px;
    padding-left: 25px;
}

.screening_detail_list .film h4 {
    font-size: 14px;
    margin-bottom: 0.2em;
}

.screening_detail_list .film h4 a {
    text-decoration: none;
}

.screening_detail_list .film h4 a:hover {
    text-decoration: underline;
}

.not_found_layout {
    padding: 50px 100px;
}

.not_found_layout h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.basic_page_layout {
    padding: 50px 400px 50px 70px;
}

.basic_page_layout .film_canisters {
    top: 250px;
}


.basic_page_header {
}

.basic_page_layout p {
    text-align: justify;
    line-height: 1.4em;
    margin-bottom: .7em;
}

.basic_page_layout h2 {
    font-size: 15px;
    margin-bottom: 0.5em;
}

.basic_page_layout h3 {
    font-size: 13px;
    margin-bottom: 0.5em;
}

.about_layout {
    padding-right: 100px;
}

.about_layout .about_header {
    width: 490px;
    margin-bottom: 30px;
}

.about_layout h2 {
}

.about_layout h3 {
}

.about_layout ul {
    margin-bottom: 1.5em;
}

.about_layout .column {
    float: left;
    margin-right: 30px;
}

.about_layout .last_column {
    margin-right: 0;
}



.about_layout .column_footer {
    clear: left;
}

.award_list {
    margin-bottom: 2em;
}

.award_list p {
    margin-bottom: 0;
}

.award_list ul {
    margin-bottom: 0.5em;
}

.award_list li {
    list-style: disc;
    margin-left: 1.5em;
}


.award_link_list {
    margin-bottom: 2em;
}

.award_link_list li {
    line-height: 21px;
    height: 21px;
    margin-bottom: 5px;
}

.award_archive_list li {
    padding-left: 25px;
    background: transparent url('./images/icon-pdf.gif') no-repeat top left;
}

.archives_layout {
    padding-right: 70px;
}

.archives_header {
    margin-bottom: 2em;
}

.archive_catalog_list {
}

.archive_catalog_list li {
    float: left;
    margin-right: 26px;
    margin-bottom: 26px;
}

.archive_catalog_list li a {
    display: block;
    border: 2px solid #FFF;
    position: relative;
    left: -2px;
}

.archive_catalog_list li a:hover {
    border: 2px solid #EE2222;
}


.archive_catalog_list li img {
    display: block;
}


.archive_catalog_list_footer {
    clear: left;
}


.photos_layout {
    padding-right: 70px;
}


.schedule_navigation {
    text-align: center;
    font-family: Impact, Helvetica, Arial, sans-serif;    
    margin-bottom: 40px;
    font-size: 15px;
}

.schedule_navigation a {
    text-decoration: none;
}

.schedule_navigation a {
    margin: 0 1em;
    color: #666;
}

.schedule_navigation a.selected {
    color: #E22;
}

.film_comments {
    padding-left: 200px;
    width: 410px;
}

.film_comment_form {
    border: 1px solid #CCC;
    padding: 15px 15px 5px 15px;
}

.film_comment_form h3 {
    margin-bottom: 10px;
}

.film_comment_form h3 img {
    margin-right: 0.3em;
}

.film_comment_form .form_message h4 {
    font-family: Helvetica, Arial sans-serif;
    font-weight: bold;
}

.film_comment_form .form_message {
    border: 2px solid #000;
    padding: 10px;
    margin-bottom: 15px;
}

.film_comment_form .form_message_error {
    background-color: #FCC;
    border-color: #E22;
}

.film_comment_form .form_message_success {
    background-color: #CFC;
    border-color: #2E2;
}

.film_comment_form .field_row {
    margin-bottom: 10px;
}

.film_comment_form .action_row input {
    float: left;
    margin-right: 10px;
}

.film_comment_form .action_row img {
    float: left;
}

.film_comment_form .action_row .footer {
    clear: left;
}

.film_comment_list {
    margin-bottom: 20px;
}

.film_comment_list h3 {
    font-size: 18px;
    margin-bottom: 1em;
}

.film_comment_list h3 img {
    position: relative;
    top: 1px;
    margin-right: 0.2em;
}

.film_comment {
    margin-bottom: 2em;
    font-size: 12px;
    color: #666;
}

.film_comment_header {
    border-bottom: 1px solid #000;
    margin-bottom: 4px;
    padding-bottom: 4px;
    color: #000;
}

.film_comment_header .comment_name {
    font-family: Impact, Helvetica, Arial, sans-serif;    
    font-size: 14px;
    margin-right: 0.5em;
}

.film_comment_header .comment_time {
}

.film_comment p {
    margin-bottom: 0.3em;
}
