.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.clear{clear:both;}
.spacer{clear:both; margin-bottom:10px;}

.hidden {display: none;}

a,
#question_text {
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

a:link {color: #4c4c4c;}
a:visited {color: #4c4c4c;}
a:hover {text-decoration: none;}

a.alpha, input[type="submit"] {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 3px;
    border: none;
    background-color: #4c4c4c;
    background-image: url(/images/widget/v1/button_overlay.png);
    background-position: 0 -40px;
    background-repeat: repeat-x;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    -moz-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
}

a.alpha:hover, input.alpha:hover {background-position: 0 0; cursor: pointer;}

img {display: block; border: 0;}

h2 {
    color: #2b2b2b;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.outer_wrap {
    margin: 0 auto;
    position: relative;
    color: #2b2b2b;
    background: #fff;
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
}

#wrap {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    background: #f2f2f2;
}

#container, #content {width: 100%;}

#content div:last-child {margin-bottom: 0;}

#scroll_bar {background-color: #000;}

/*------------------------------------- Widget -------------------------------------*/

#vg_header {
    padding-right: 30px;
    border-radius: 5px 5px 0 0;
    background: #fff;
}

#top {
    display: table;
    width: 100%;
}

#title_cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.img_border {
    float: left;
    margin: 0 5px 0 0;
    display: inline-block;
    border-radius: 3px 0 0 0;
    overflow: hidden;
}

#video_title {
    font-size: 14px;
}

/*------------------------------------- MODAL -------------------------------------*/

#holder {display: none;}

.overlay, .overlay_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/widget/v1/overlay.png);
    background: rgba(0, 0, 0, .5);
    border-radius: 4px;
    z-index: 2000;
}

.modal {
    position: absolute;
    left: 50%;
    top: 9px;
    background: #f3f3f5;
    background: rgba(0, 0, 0, .2);
    border-radius: 10px;
    z-index: 3000;
}

.modal_content {
    text-align: center;
    position: relative;
    margin: 15px;
    padding: 15px 15px 5px 15px;
    background: #FFFFFF;
    border-radius: 5px;
    line-height: 18px;
}

    .modal_content p {
        margin: 0 0 5px 0;
    }

.close {
    display: block;
    width: 42px;
    height: 42px;
    background: url(/images/widget/v1/modal_close.png) 0 0 no-repeat;
    position: absolute;
    right: -5px;
    top: -3px;
    z-index: 4000;
}

#join_fanlist {
    margin-bottom: 10px;
    text-align: center;
}

#email_wrap {
    width: 150px;
    display: inline-block;
    text-align: center;
}

#email {
    height: 28px;
    width: 100%;
    padding-left: 5px;
}

#join_submit_video {
    margin-left: 20px;
}

label.error {
    float: left;
    padding-top: 5px;
    color: red;
    font-size: 11px;
}

#share_icons {
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

a.button {
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    text-decoration: none !important;
    vertical-align: middle;
}

.button.share_button {
    color: #fff;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 10px 10px 0;
    padding: 0 10px 0 30px;
}

.button.share_button:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
}

#share_facebook {background: url(/images/widget/v1/share_icon_facebook.png) no-repeat scroll 11px center #00549E;}
#share_twitter {background: url(/images/widget/v1/share_icon_twitter.png) no-repeat scroll 9px center #4099FF;}
#share_google {background: url(/images/widget/v1/share_icon_google.png) no-repeat scroll 11px center #C43B2D;}

.loader, .loader div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/widget/v1/loading_background.png) center center no-repeat;
    z-index: 3000;
}

    .loader div {
        background: url(/images/widget/v1/loading-dark.gif) center center no-repeat;
        z-index: 4000;
    }

/*------------------------------------- Footer -------------------------------------*/

#footer {
    background: #4c4c4c;
    border-radius: 0 0 3px 3px;
}

    #create {
        display: inline-block;
        margin: 7px 0 5px 10px;
        padding-left: 15px;
        color: #fff;
        background: url(/images/widget/v1/plus_minus_white.png) -10px -7px no-repeat;
        text-decoration: none;
        -moz-transition: none;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none;
    }

    #create.open {background-position: -10px -38px;}

    #logo {
        float: right;
        margin: 5px 12px 3px 0;
    }

/*------------------------------------- 460 Width -------------------------------------*/

.width_460 {width: 460px;}

/*------------------------------------- 640 Width -------------------------------------*/

.width_640 {width: 640px;}

/*------------------------------------- Dark theme -------------------------------------*/

.dark #container,
.dark #footer {background: #1a1a1a;}

.dark #vg_header {
    background: #000;
}

.dark h2 {color: #fff;}

.dark a#q_cancel {color: #e5e5e5;}

.dark .question,
.dark .answer_text {
    background: #2b2b2b;
    color: #e5e5e5;
    border-color: #363636;
}

.dark .question:after {border-left-color: #2b2b2b;}
.dark .answer_text:after {border-right-color: #2b2b2b;}

.dark .question:before {border-left-color: #363636;}
.dark .answer_text:before {border-right-color: #363636;}

.dark .answer_text p {
    border-bottom-color: #1a1a1a;
    box-shadow: 0 1px 0 #363636;
}

.dark .answer_text span {background-position: left -20px; color: #666;}

.dark .modal_content h2 {color: #2B2B2B;}

.dark #scroll_bar {background-color: #5b5b5b;}

.dark #infscr-loading {color: #fff;}











