@charset "UTF-8";

/**************************************************
***************************************************
** PLUGINS **
***************************************************
***************************************************/


/********************
** QUIZZIN **
********************/

#content .quizzin-question { padding-bottom: 5px }

#content .quizzin-question .answer { margin-bottom: 10px }

#content .quizzin-question .answer {
    font-size: 13px;
    margin-bottom: 5px;
    padding: 3px;
}

#content .quizzin-question input { margin-left: 20px }

#content .quizzin-question label {
    color: #666;
    margin-left: 5px;
}

#content .quizzin-question p {
    font-family: Georgia;
    font-size: 16px;
    margin: 0;
}

#content .show-question {
    background-color: #f9f9f9;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    color: #555;
    margin-bottom: 20px;
    padding: 5px 15px;
}

#content .show-question .explanation {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #d9edf7;
    border-color: #bce8f1;
    border-radius: 4px;
    color: #3a87ad;
    font-size: 0.85em;
    line-height: 1.25em;
    margin-bottom: 18px;
    padding: 10px 35px 10px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

#content .show-question ul {
    border-bottom: 2px dotted #ddd;
    margin-bottom: 20px;
    padding: 0 0 10px;
}

#content .unanswered {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    list-style: none;
    margin-bottom: 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

#content #action-button {
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    background-color: #e6e6e6;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #d33432;
    cursor: pointer;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: normal;
    margin-top: 5px;
    padding: 6px 14px 7px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    transition: 0.1s linear all;
}

#content #action-button:hover {
    background-position: 0 -15px;
    text-decoration: none;
}

#content #next-question:focus,
#content #action-button:focus { outline: 1px dotted #666 }

#content .question-content {
    background-color: #f9f9f9;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    color: #555;
    padding: 10px 15px;
}

#content .question-content p { line-height: 1.2em }

#content li.answer {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    list-style: none;
    margin-bottom: 18px;
    padding: 5px 35px 5px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

#content li.correct-answer {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#content li.user-answer {
    background-color: #f2dede;
    border-color: #eed3d7;
}



/********************
** TUBEPRESS **
********************/

#content .tubepress_container {
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 2em;
    width: 100%;
}

#content .tubepress_container div.pagination .tubepress_pagination_dots { padding: 0px 0px 0px 3px }

#content .tubepress_container div.pagination span.disabled { color: #adaaad }

#content .tubepress_normal_embedded_wrapper {
    margin: auto;
    text-align: left;
}

#content .tubepress_embedded_title {
    font-size: larger;
    font-weight: normal !important;
    margin: 10px 0;
}

#content .tubepress_thumbnail_area { margin-top: 1em }

#content .tubepress_thumbs {
    float: left;
    margin: 1em 0;
    width: 100%;
}

#content .tubepress_thumb {
    display: inline-block;
    float: left;
    font-size: 11px;
    height: 180px !important;
    line-height: 1.1em;
    margin: 0 15px 15px;
    width: 120px;
}

#content .tubepress_thumb img {
    -ms-interpolation-mode: bicubic;
    display: block;
    margin: 0 auto 10px ! important;
padding: 0;
}

#content .tubepress_thumb a { cursor: pointer }

#content .tubepress_meta_group {
    margin-top: 0;
    padding: 0;
    text-align: left;
}

#content .tubepress_meta_group dt {
    clear: both;
    float: left;
}

#content .tubepress_meta_group a { border: none }

#content .tubepress_single_video .tubepress_meta_group { padding: 0 }


#content dd.tubepress_meta_title,
dd.tubepress_meta_title a,
dd.tubepress_meta_title a:hover {
    float: left;
    font-size: 12px;
    font-weight: normal !important;
    width: auto;
}


#content div.tubepress_container div.pagination {
    clear: both;
    color: #d33432;
    font-size: 13px;
    margin: .7em 0px;
    text-align: center;
}


#content div.tubepress_container div.pagination a,
div.tubepress_container div.pagination span {
    color: #d33432;
}

#content div.tubepress_container div.pagination a {
    background: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F0F0F0));
    background: -moz-linear-gradient(top,  #fff,  #F0F0F0);
    border: 1px solid #C0C0C0;
    border-radius: 3px 3px 3px 3px;
    color: #d33432;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F0F0F0');
    margin: 0;
    padding: 0px 8px;
    text-decoration: none;
}

#content div.tubepress_container div.pagination a { color: #d33432 }

#content div.tubepress_container div.pagination a:hover { box-shadow: 0 0 2px #383838 }




/********************
** WP-PAGENAVI **
********************/

#content .wp-pagenavi {
	margin: 25px 0;
}

#content .wp-pagenavi span {
	border: 0;
} 

#content .wp-pagenavi a, #content .wp-pagenavi .current  {
	border-left: 1px solid #eee;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
}


/********************
** GFORMS **
********************/

#content .gform_wrapper h2 {
    background: none;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 20px;
}

#content .gform_wrapper .gfield.gsection { margin-top: 40px; }

#content .gform_wrapper label { font-family: 'Open Sans', sans-serif }

#content .gform_wrapper .button {
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    background-color: #e6e6e6;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #d33432;
    cursor: pointer;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: normal;
    margin-top: 5px;
    padding: 6px 14px 7px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    transition: 0.1s linear all;
}

#content .gform_wrapper .button:hover {
    background-position: 0 -15px;
    text-decoration: none;
}

#content .gform_wrapper .button:focus { outline: 1px dotted #666 }

#content .gform_wrapper .gfield_label {margin-top: 20px; }


/********************
** uBILLBOARD **
********************/

#home-container .uds-bb { margin: 20px auto 0; }
#home-container .uds-bb-description {
    left: 0;
    text-indent: -999999px;
    top: 0;
    background:  none;
}



