/* Misc */
.clearing {
    display: block;
    clear: both;
}

.bf-datarow.highlight td {
    color: #c00;
}

span.noImage {
    padding: 10px;
    margin: 10px;
    border: 1px solid #ccc;
    background: #ddd;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    border-radius: 2px;
    text-shadow: 2px 2px 2px #444;
    text-decoration: none;
}

/* Blog */
.bf-blog_post-meta {
    clear: both;
    display: block;
}

.bf-blog_post .bf-blog_post-left-col {
    position: relative;
}

.bf-blog_post .bf-blog_post-left-col .blogVideoPopup {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bf-blog_post-right-col .tx_blog_post_video_embed {
    position: relative;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.bf-blog_post-right-col .tx_blog_post_video_embed iframe,
.bf-blog_post-right-col .tx_blog_post_video_embed object,
.bf-blog_post-right-col .tx_blog_post_video_embed embed {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Social networking */
.bf-social-icon {
    display: block;
    margin-right: 2px;
    float: left;
    clear: none;
    width: 16px;
    height: 16px;
    background: url("/images/icons_16/world.png") 0 0 no-repeat;
    text-indent: -9999px;
}

.bf-social-icon-facebook {
    background-image: url("/images/icons_16/facebook.png");
}

.bf-social-icon-twitter {
    background-image: url("/images/icons_16/twitter.png");
}

.bf-sharethis-icons {
    text-align: right;
}

/* Forms */
.bf-form {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 1em;
}

.bf-form .bf-formfield {
    margin: 0 0 .5em;
}

.bf-form .bf-formfield-label {
    display: block;
}

.bf-form .bf-formfield-label-required {
    color: #800;
}

.bf-form .bf-formfield-label-incomplete {
    color: #c00;
}

.bf-form .options label {
    white-space: nowrap;
    margin-right: 1em;
}

/* Flash messages */
.bf-msg {
    margin: .5em 0;
    padding: .5em;
    background: #f8f8f8;
    border: 1px solid #888;
    border-radius: 2px;
}

.bf-msg-success {
    border-color: #383;
}

.bf-msg-fail {
    border-color: #c00;
}

/* Debugging */
fieldset.toolsShow,
fieldset.toolsDevShow {
    margin: 1em;
    padding: 1em;
    border: 1px dotted #f88;
    background: #fff3f3;
}

fieldset.toolsDevShow {
    border-color: #88f;
    background: #f3f3ff;
}

fieldset.toolsShow legend,
fieldset.toolsDevShow legend {
    padding: 0.25em 0.5em;
    border: 1px dotted #f88;
    background: #fee;
}

fieldset.toolsDevShow legend {
    border-color: #88f;
    background: #eef;
}

/* Captcha */
.recaptchatable {
    line-height: 1 !important;
}

#recaptcha_table tr td {
    font-size: 0 !important;
}

.recaptchatable #recaptcha_response_field {
    font-size: 10px !important;
}

/* Content Editor */
.bf-wysiwyg-left,
.left {
    float: left;
}

.bf-wysiwyg-right,
.right {
    float: right;
}

.bf-wysiwyg-none {
    float: none;
}

.removeListInsert {
    float: right;
    clear: none;
    background: url(/images/icons_16/delete.png) no-repeat center center;
    width: 16px;
    height: 16px;
    cursor: pointer;
    text-indent: 16px;
    overflow: hidden;
    margin: 10px;
}

/* Content Editor */
.social-share-buttons {
    width: 100%;
    float: left;
}

.social-share-buttons .button {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.social-share-buttons .button iframe {
    vertical-align: bottom;
}
