/*
Theme Name: Visioneers
Theme URI: http://wordpress.org/
Description: based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Bside
Author URI: http://bside.com/
Tags: blue, custom header, fixed width, two columns, widgets

    Kubrick v1.5
     http://binarybonsai.com/kubrick/

    This theme was designed and built by Michael Heilemann,
    whose blog you will find at http://binarybonsai.com/

    The CSS, XHTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php

*/

/* {font-family: Helvetica, Arial, sans-serif} */

/*
    VISIONEERS
    light blue links: #3fb7e6
    hover links: #147
    
    burnt orange #c04819
    
    old: #004914;
*/

/* Begin Typography & Colors */
body {
    
    font-family: "Courier New", Courier, mono;
    color: black;
    text-align: left;
    background-image: url('/wp-content/themes/visioneers/images/visioneers_right_bg.png');
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #cdcdcd;
}

#bodydiv {
    height: 100%;
    width: 100%;
    background-image: url('/wp-content/themes/visioneers/images/visioneers_finger_bg.png');
    background-repeat: no-repeat;
    background-position: left 155px;
    background-color: transparent;
}

#page {
    background-color: transparent;
    border: 0px;
    text-align: left;
}

#header {
    color:  #333333;
    font-size:  3.3em;
    text-align: center;
    font-family: "Courier New", Courier, mono;
    }

#headerimg     {
    margin: 0px 0px 0;
    height: 155px;
    width: 1112px;
    }

#content {
    font-size: 1.0em
    }

#homecontent {
    font-size: 0.9em;
    padding: 5px 47px 0px 0px;
    }

.bs_bottom_space_sm {
    margin-bottom: 10px;
}

.narrowcolumn .entry, .widecolumn .entry {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.01em;
    width: 509px;
}

.narrowcolumn .entry p {
    margin: 16px 0;
}    

.widecolumn {
    line-height: 1.3em;
    }

#press {
    font-size: 1.1em;
    margin-top: 25px;
    }

#authors {
        font-size: 1em;
        color: #3fb7e6;
        text-align: right;
        }

#advisory {
        font-size: 1.1em;
        font-weight: bold;
        text-align: center;
        }


.pagebolds {
        color: #3fb7e6;
        font-weight: bold;
        }

.pagesubs {
        color: #3fb7e6;
        font-size: 1.1em;
        font-weight: bold;
        }

.blacksubs {
        font-size: 1.2em;
        font-weight: bold;
        }

.narrowcolumn .postmetadata {
    text-align: center;
    }

.alt {    }

#footer {
    border: none;
    }

small {
    font-size: 0.9em;
    line-height: 1.5em;
    }

h1, h2, h3 {
    font-weight: bold;
    }

h1 {
    font-size: 2em;
    text-align: center;
    }

#headerimg .description {
    font-size: 1.2em;
    text-align: center;
    }

strong {
    font-weight: bold;
}

h2 {
    color: #c04819;
    font-size: 1em;
}

h2.pagetitle {
color: #c04819;
font-size: 1.2em;
    }

#sidebar h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    }

h3 {
    font-size: 1.2em;
    }

h1, #headerimg .description {
    text-decoration: none;
    color: white;
    }

h1 a, h1 a:visited {
    color: #303d35;
    text-decoration: underline;
}

h1 a:hover {
    color: #598014;
    text-decoration: underline;
}

h2, h3 {
    color: #000000;
}

h2, h3, #sidebar h2, #wp-calendar caption, cite {
    text-decoration: none;
    }

/*
.entry p a:visited {
    color: #444444;
    }
*/

#commentform {
    text-align: left;
}

#commentform table {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#commentform table td.commentlabelcell {
    padding-top: 6px;
}

.commentlist li {
    font-weight: bold;
    }

.commentlist li .avatar { 
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
    }

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    }

.commentmetadata {
    font-weight: normal;
    }

#sidebar {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    }

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
    }

code {
    font: 1.1em "Courier New", Courier, Fixed;
    padding: 10px;
    color: red;
}

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
}

a, a:visited {
    color: #303d35;
    text-decoration: underline;
}

a:hover {
    color: #598014;
    text-decoration: underline;
}

h2 a:hover, h3 a:hover {
    color: #598014;
    text-decoration: underline;
    }

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
    }

#wp-calendar a {
    text-decoration: underline;
    }

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
    }

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    }
/* End Typography & Colors */



/* Begin Structure */
body {
    margin: 0;
    padding: 0;
}

#bodydiv {
    padding: 0 0 100px 0;
}

#page {
    margin: 0;
    padding: 0;
    width: 1112px;
}


#header {
    margin: 0px;
    padding: 0;
    }


.narrowcolumn {
    float: left;
    padding: 0;
    margin: 0;
    width: 592px;
}

.widecolumn {
    float: left;
    padding: 14px 0 0;
    margin: 0;
    width: 592px;
}

.post {
    margin: 0 0px 0px;
    text-align: left;
    }

.post hr {
    display: block;
    }

.widecolumn .post {
    margin: 0;
    }

.narrowcolumn .postmetadata {
    padding-top: 0px;
    }

.widecolumn .postmetadata {
    margin: 30px 0;
    }

.widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
    text-align: center;
    margin: 5px 0px;
}

.postmetadata {
    clear: left;
}

.clear {
    clear: both;
}

#footer {
    padding: 0;
    margin: 100px 0 0 75px;
    width: 937px;
    clear: both;
    border-top: 1px solid #aaa9a9;
    color: #969696;
    font-size: 10px;
    line-height: 18px;
}

#bs_copyright {
    float: left;
}

#bs_footerLogos {
    text-align: right;
    padding-top: 3px;
}

/* End Structure */



/*    Begin Headers */
h1 {
    padding-top: 70px;
    margin: 0;
    }

/*h2 {
    margin: 30px 0 0;
    }*/

h2.pagetitle {
    margin-top: 30px;
    text-align: center;
}

#sidebar h2 {
    margin: 5px 0 0;
    padding: 0 0 0 3px;
    }

h3 {
    padding: 0;
    margin: 20px 0 0;
    }

h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
    }
/* End Headers */



/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*    Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 0px;
    margin: 1px 0 1px 0px;
    display: inline;
    }

img.alignleft {
    padding: 0px;
    margin: 10px 0px 20px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left
    }
/* End Images */



/* Begin Lists

    Special stylized non-IE bullets
    Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
    }

html>body .entry li {
    margin: 7px 0 8px 10px;
    }

.entry ul li:before, #sidebar ul ul li:before {
    content: "\00BB \0020";
    }

.entry ol {
    padding: 0;
    margin: 0;
}

html>body .entry ol li, .entry ol li {
    margin: 0;
    padding: 10px;
    background-color: #e8e7e7;
    margin-bottom: 8px;
}

html>body .narrowcolumn .entry ol li p, .narrowcolumn .entry ol li p {
    margin-bottom: 0;
}

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
    }

#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
    }

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
    }

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
    }

#sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 10px;
    }

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
    }

ol li, #sidebar ul ol li {
    list-style: decimal outside;
    }

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
    }
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: center;
    }

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
    }

#sidebar #searchsubmit {
    padding: 1px;
    }

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
    }

select {
    width: 130px;
    }

#comment-form {
    margin-top: 30px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 99%;
    padding: 2px;
}

#commentform #submit {
    margin: 5px 0 0;
    float: right;
    width: auto;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
    margin: 0;
    padding: 10px;
    }

.commentlist {
    padding: 0;
    text-align: justify;
    }

.commentlist li {
    margin: 15px 0 3px;
    padding: 5px 10px 3px;
    list-style: none;
    }

.commentlist p {
    margin: 10px 5px 10px 0;
    }

#commentform p {
    margin: 5px 0;
    }

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    }

.commentmetadata {
    margin: 0;
    display: block;
    }
/* End Comments */



/* Begin Sidebar */

#sidebar {
    padding: 0;
    margin: 0 0 0 75px;
    width: 345px;
    float: left;
}

/* fix IE6 double margin float bug */
* html #sidebar {
    display: inline;
}

#sidebar form {
    margin: 0;
    }
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
    }

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
    }

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
    }

#wp-calendar a {
    display: block;
    }

#wp-calendar caption {
    text-align: center;
    width: 100%;
    }

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
    }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
    }

acronym, abbr {
    border-bottom: 1px dashed #999;
    }

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
    }

blockquote cite {
    margin: 5px 0 0;
    display: block;
    }

.center {
    text-align: center;
    }

hr {
    display: none;
    }

a img {
    border: none;
    }

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
    }

#post_media {
margin: 15px 0 0 0;    
border: 5px solid #000;
}

/* End Various Tags & Classes*/

/* B-Side */

.addthis_container {
    margin-top: 16px;
}

.bs_page_title, .bs_section_title, .bs_subsection_title, .event_listing_type {
    color: black;
    font-size: 18px;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-transform: uppercase;
    width: 509px;
}

.bs_page_title, .bs_section_title, .event_listing_type {
    padding: 12px 0 0;
    display: block;
    border-top: 1px solid black;
}

.bs_section_title, .event_listing_type {
    margin-top: 30px;
}

.event_listing_type {
    font-size: 17px;
}

.bs_nav_menu, .bs_nav_menu_big {
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    width: 280px;
    border-spacing: 0;
}

.bs_nav_menu {
    font-family: "Courier New", courier, mono;
    font-weight: bold;
    font-size: 12px;
    line-height: 28px;
}

.bs_nav_menu_big {
    font-family: impact, sans-serif;
    font-size: 16px;
    line-height: 33px;
}

.bs_nav_menu td, .bs_nav_menu_big td {
    padding: 0 10px;
    border-bottom: 1px solid #7f7f7f;
}

.bs_nav_menu td {
    width: 48%;
}

.bs_nav_menu td.bs_spacer {
    width: 4%;
    border: none !important;
    padding: 0;
}

.bs_nav_menu tr.bs_first_row td, .bs_nav_menu_big tr.bs_first_row td {
    border-top: 1px solid #7f7f7f;
}

.bs_contest_entry {
    border-top: 1px solid #7F7F7F; 
    padding: 10px;
}

.bs_contestGalleryLink {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

.bs_contest_image {
    float:left; padding-right: 10px
}

.bs_nav_menu td:hover, .bs_nav_menu_big td:hover {
    background-color: white;
}

.bs_nav_menu a, .bs_nav_menu a:visited, .bs_nav_menu_big a, .bs_nav_menu_big a:visited {
    color: black;
    text-decoration: none;
    letter-spacing: 0.1em;
}

.bs_nav_menu a:hover, .bs_nav_menu_big a:hover {
    color: #303d35;
    text-decoration: underline;
}

a#bs_leftHostImgLink {
    margin: 20px 0 0;
    display: block;
    width: 292px;
    height: 96px;
}

a img#bs_americanTuntMenu {
    margin: 20px 0 0;
}

/* begin groundswell screening table */

.event_listing_type_previous {
    margin-top: 40px;
}

div.event_date h3 {
    border-top: 1px solid black;
    color: black;
    font-size: 12px;
    line-height: 19px;
    padding-bottom: 10px;
    padding-top: 8px;
    text-transform: uppercase;
    margin-top: 30px;
}

table.event_entry_list_table
{
    margin: 0px 0px 10px 15px;
    padding 0px 0px 0px 0px;
}

table.event_entry_list_table, table.event_entry_list_table td
{
    margin: 0px;
    /*padding: 0px;*/
    padding: 0px 0px 0px 0px;
    border: 0px;
}

table.event_entry_list_table tr.event_entry_table
{
    font-size: 12px;
    list-style: none;
    margin: 0px;
    /*height: 30px;*/
}

table.event_entry_list_table tr.event_entry_table_header {
    color: #4c4c4c;
}

table.event_entry_list_table tr.event_entry_table_header td
{
    font-weight: bold;
}

tr.event_entry_table_spacer
{
    height: 5px;
    line-height: 0;
}

tr.event_entry_table a 
{
    /*color: #559eca;*/
    font-weight: bold; 
}

tr.event_entry_table a:hover
{
    /*color: #d7c60f; */
}

table.event_entry_list_table td.event_public_tag
{
    background-image: url(/wp-content/themes/visioneers/images/button_public.png);
    width: 48px;
    background-repeat: no-repeat;
    padding-right: 10px;
}

table.event_entry_list_table td.event_private_tag
{
    background-image: url(/wp-content/themes/visioneers/images/button_private.png);
    width: 48px;
    background-repeat: no-repeat;
    padding-right: 10px;
}

table.event_entry_list_table td.event_legit_tag
{
    background-image: url(http://bside-images.s3.amazonaws.com/films/superhighme/button_legit.png);
    width: 48px;
    background-repeat: no-repeat;
    padding-right: 10px;
}

table.event_entry_list_table td.event_featured_tag

{
    background-image: url(http://bside-images.s3.amazonaws.com/films/superhighme/button_featured.png);
    width: 48px;
    background-repeat: no-repeat;
    padding-right: 10px;
}

.event_public_img
{
    /*padding: 0px 0px 0px 0px;*/
    margin: 0px 0px 0px 0px;
}

td.event_capacity
{
    width: 80px;
}

td.event_location
{
    width: 131px;
    text-align: right;
}

table.event_entry_list_table tr.event_entry_table td.event_title
{
    width: 236px;
}

.event_count
{
    margin: 5px 0px 12px 0px;
}

.event_count a
{
    /*color: #559eca;*/
}

.event_count a:hover
{
    /*color: #d7c60f; */
}

table.event_listing_table
{
    border: 0px;
    table-layout: fixed;
    font-size: 12px;
}

tr.event_item
{
    border: 0px;
}

td.event_item_name
{
    border: 0px;
    width: 110px;
    padding: 1px 1px 1px 0;
}

td.event_item_value
{
    border: 0px;
    font-weight: bold;
    padding: 1px;
}

td.event_item_value a
{
    /*color: #559eca;*/
}

td.event_item_value a:hover
{
    /*color: #d7c60f; */
}

table.theatrical_listing
{
    border: 0px;
    color: #000000;
}

table.theatrical_listing td
{
    border: 0px;
    padding: 0px;
    padding: 0px 45px 0px 45px;
}

td.theatrical_venue
{
    font-weight: bold;
    border: 0px;
}

table.theatrical_listing tr
{
    border: 0px;
}

/* Store */


/* store */

table.bs_store_table
{
    /*width: 100%;*/
    border: 0px;
}

table.bs_store_table tr
{
    border: 0px;
    margin: 40px;
    padding 50px;
}

table.bs_store_table tr td
{
    border: 0px;
    margin: 40px;
    padding 50px;
}
 
/*style=""  valign="middle" */
table.bs_store_table tr td.bs_store_sku_image
{
    border: 0px; 
    vertical-align: middle;
    padding: 10px 0px 10px 0px;
}
 
table.bs_store_table tr td.bs_store_add_to_cart_image
{
    border: 0px;
    vertical-align: middle;
    padding: 10px 0px 10px 15px;
}
 
table.bs_store_table tr td.bs_store_add_to_cart_image input,
table.bs_store_table tr td.bs_store_sku_image a img
{
    border: 2px solid #76b6dd;
    padding: 0px;
    margin: 0px;
}
 
table.bs_store_table tr td.bs_store_add_to_cart_image input:hover, 
{
    border: 2px solid #ead817;
}
 
table.bs_store_table tbody tr td.bs_store_sku_description
{
    /*padding: 0px 15px 0px 15px;*/
    padding: 0px 25px 0px 25px;
    vertical-align: middle;
}

/* DVD */

img#bs_dvdart_top {
    float: right;
    margin-top: 55px;
    padding-left: 35px;
}

img#bs_dvdart_bottom {
    clear: right;
    float: right;
    padding-left: 35px;
}

/* Host */

img#bs_jeffers_photo {
    float: right;
    margin-right: -30px;
}

* html img#bs_jeffers_photo {
    position: relative;
}

#bs_sign_up_now {
    color: #303d35;
}

img#bs_ask_stu_img {
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

#bs_jeffers_warning {
    border: 1px solid black;
    font-family: impact, sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    margin-top: 36px;
    text-transform: uppercase;
}

#bs_jeffers_warning div {
    padding: 6px;
}

#bs_jeffers_warning div.bs_warning_title {
    color: white;
    background-color: black;
}

#bs_jeffers_warning div.bs_warning_content {
    background-color: white;
}

#bs_fine_print {
    border: 1px solid #808080;
    margin-top: 50px;
    padding: 25px;
}

#bs_fine_print p.bs_fine_print_title {
    color: #6e6e6e;
    font-family: impact, sans-serif;
    font-size: 14px;
    margin-top: 0;
}

#bs_fine_print ol {
    padding-left: 22px;
}

#bs_fine_print ol li, #bs_fine_print p {
    font-size: 11px;
    line-height: 17px;
}

#bs_fine_print p.bs_fine_print_content {
    margin-bottom: 0;
}

#bs_fine_print ol li {
    margin: 0;
    background: inherit;
    padding: 0;
}

/* Home page styles */
body#bs_home #bodydiv {
    background-image: url('/wp-content/themes/visioneers/images/visioneers_home_bg.png');
    background-position: left top;
}

body#bs_home #page {
    margin: 0;
    position: relative;
}

body#bs_home #header {
    display: none;
}

/*body#bs_home #sidebar { float: none; position: absolute; left: 482px; top: 562px; } */
body#bs_home #filmVideoContainer {
    position: relative;
    left: 279px;
    top: 90px;
    width: 480px;
}

body#bs_home #content, body#bs_home #sidebar {
    margin-top: 244px;
}

body#bs_home #content {
    margin-left: 253px;
}

/* fix IE6 double margin float bug */
* html body#bs_home #content {
    display: inline;
}

body#bs_home #sidebar {
    margin-left: 18px;
}

body#bs_home a#bs_leftHostImgLink, body#bs_home a#bs_leftContestImgLink {
    display: none;
}

body#bs_home #navBuyImg {
    display: none !important;
}

body#bs_home #navBuyImgHome {
    display: inline !important;
}

body#bs_home .narrowcolumn, body#bs_home .narrowcolumn .entry, body#bs_home .bs_page_title {
    width: 290px;
}

body#bs_home .bs_page_title {
    border: none;
    font-size: 15px;
    font-family: impact, sans-serif;
    font-weight: normal;
    letter-spacing: 0.05em;
    padding: 0;
}

body#bs_home .narrowcolumn .entry {
    font-size: 11px;
    line-height: 16px;
}

#bs_playerShareLink {
    font-size: 12px;
    margin-top: 12px;
    position: absolute;
}

#bs_showUsYourTuntsLink {
    position: absolute;
    top: 200px;
    left: -235px;
}

body#bs_home .addthis_sidebar_widget {
    display: none;
}

body#bs_home #laurels {
    clear: both;
    text-align: center;
    padding-top: 20px;
}

/* Host */
body#bs_how_to_host_your_own_screening .bs_page_title {
    display: none;
}

#bs_hostHdr {
    border-top: 1px solid black;
}

body#bs_how_to_host_your_own_screening .bs_section_title {
    margin-top: 0;
}

/* Filmmakers */
body#bs_filmmakers h3 {
    margin-bottom: 0;
    font-size: inherit;
    text-transform: uppercase;
}

.narrowcolumn .entry p.bs_role {
    margin-top: 0;
}

/* Cast */
img.bs_castPhoto {
    margin-top: 20px;
    border: 2px solid white;
}

img.bs_firstPhoto {
    margin-top: 0;
}

/* Gallery */
.myGallery {
    width: 507px !important;
    height: 380px !important;
    margin-top: 16px;
}

body#bs_gallery .addthis_container {
    display: none;
}

body#bs_contest_entry_gallery .addthis_container {
    display: none;
}

/* Contest */
body#bs_american_tunt_contest .bs_page_title {
    display: none;
}

body#bs_american_tunt_contest .narrowcolumn .entry {
    width: 548px;
}

body#bs_american_tunt_contest .narrowcolumn .entry #bs_contestContent p {
    padding-left: 36px;
    padding-right: 52px;
}

body#bs_american_tunt_contest .narrowcolumn .entry p#bs_showUsYourTuntsButton {
    text-align: center;
}

body#bs_american_tunt_contest .narrowcolumn .entry p.bs_disclaimer {
    color: #626262;
    font-size: 9px;
    letter-spacing: 0;
    line-height: 12px;
}

body#bs_american_tunt_contest .bs_section_title, body#bs_american_tunt_contest .bs_subsection_title {
    font-family: Impact, sans-serif;
}

body#bs_american_tunt_contest .bs_section_title, body#bs_american_tunt_contest .bs_subsection_title, body#bs_american_tunt_contest .bs_subsubsection_title {
    width: 460px;
    margin-left: 36px;
    margin-right: 52px;
}

body#bs_american_tunt_contest .bs_section_title {
    color: #303d35;
}

body#bs_american_tunt_contest .bs_subsection_title {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: -14px;
}

body#bs_american_tunt_contest .bs_subsubsection_title {
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: -14px;
}

#bs_contestContent {
    background-color: white;
    font-family: Arial, sans-serif;
    line-height: 18px;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

body#bs_american_tunt_contest #bs_jeffers_warning {
    margin-top: 0;
    margin-bottom: 25px;
    height: 29px;
}

body#bs_american_tunt_contest .bs_warning_title {
    float: left;
    width: 113px;
    background-color: #303d35;
}

body#bs_american_tunt_contest .bs_warning_content {
    float: left;
    width: 409px;
    color: white;
    background-color: black;
}

/* Screening Entries */
.bs_contestSub {
    margin-top: 15px;
}

.bs_contestSubHdr, .bs_rsvpSubHdr {
    font-family: Impact, sans-serif;
    font-size: 14px;
    line-height: 33px;
}

.narrowcolumn .entry p.bs_rsvpSubHdr {
    border-top: 1px solid #898989;
    margin: 16px 0 4px;
}

.narrowcolumn .entry p.bs_rsvpInfo {
    margin: 4px 0 8px;
}

/* YouTube upload */
body#bs_best_reenactment_from_visioneers_youtube_video_upload .addthis_container {
    display: none;
}

.entry form.bs_uploadForm {
    text-align: left;
}

input.bs_textField {
    margin: 3px 10px;
    width: 300px;
}

input#bs_fileField {
    margin: 10px;
}
