/* CSS */

.navSubTitle
{
    color:#ffffff;
    text-align:left;
    font: 16px/20px 'source_sans_proregular', Arial, sans-serif;
    padding:4px;
}

.hashInput
{
    color:#333333;
    text-align:left;
    font: 16px/16px 'source_sans_proregular', Arial, sans-serif;
    border-style:none;
    width:100%;
}

.hashInput
{
    padding:0px;
}

.htmlInput
{
    width:100%;
    color:#cccccc;
    font: 18px/24px 'source_sans_proregular', Arial, sans-serif;
    padding:10px;
    border-style:none;
    background:rgba(60,60,60,1);
}

.uploadInstr
{
    width:100%;
    font: 14px/18px 'QuicksandBook', Arial, sans-serif;
    text-align:center;
    color:rgba(255,255,255,0.5);
}


.tag
{
    color:#aaaaaa;
    text-align:left;
    font: 14px/18px 'source_sans_proregular', Arial, sans-serif;
    border-style:0px;
    text-overflow:ellipsis;
}

.actionPoint
{
    width:16px;
    height:16px;
    padding-top:2px;
    padding-left:3px;
    background:#ff0000;
    color:#ffffff;
    font: 16px/16px 'QuicksandBold', Arial, sans-serif;
    border-radius:50%;
    border-style:solid;
    border-width:2px;
    border-color:#ff0000;
    text-align:center;
    margin-right:10px;
    margin-top:-2px;
    float:left;
}

.wordList
{
    color:#aaaaaa;
    text-align:left;
    font: 16px/34px 'source_sans_proregular', Arial, sans-serif;
    border-style:solid;
    border-width:1px;
    border-color:#ffffff;
    padding:3px;
    padding-left:5px;
    padding-right:5px;
    background:#ffffff;
}

.formLine
{
    border-style:solid;
    border-top:0pt;
    border-left:0pt;
    border-right:0pt;
    border-bottom:1pt;
    disabled:false;
}


.bodyIMG
{
    width:100%;
}


.bodyIMGHolder
{
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
    box-shadow:0px 0px 30px rgba(255,255,255,0.5);
}

.bodyiFrame
{
    width:100%;
    border:none;
    background:transparent;
    height:550px;
}

.bodyiFrameHolder
{
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
    box-shadow:0px 0px 30px rgba(255,255,255,0.5);
}

.bodyEmbedHolder
{
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
}

.bodyVideo
{
    width:100%;
    border:none;
    background:transparent;
    height:420px;
}

.articleMainBody
{
    color:#ffffff;
    font: 18px/24px 'source_sans_proregular', Arial, sans-serif;
}

h2
{
    color:#ffffff;
    font: 30px/30px 'QuicksandDash', Arial, sans-serif;
}

h3
{
    color:rgba(255,255,255,0.6);
    font: 24px/28px 'QuicksandBook', Arial, sans-serif;
}

h4
{
    color:rgba(255,255,255,0.6);
    font: 22px/26px 'source_sans_proregular', Arial, sans-serif;
    font-style:bold;
}


.creditIMG
{
    color:rgba(255,255,255,0.4);
    font: 12px/18px 'source_sans_proregular', Arial, sans-serif;
}

.globeLink20
{
    width:20px;
    height:20px;
    margin-left:15px;
    margin-right:15px;
    border-radius:50%;
}







