/* 
    CODING DRINKING GAME!
    EVERYTIME YOU SEE A SEMICOLON
    TAKE A DRINK!  

    010f1f  dark blue bg 
    9CF     link blue 
    439bff  visted link blue
    73b4ff  hover link blue
    1d558f  fineprint blue
    
    1368c2  light stroke
    1d558f  dim stroke
*/

body {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background: #020f20;
}

p {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 16px;
}

article a:link {
    color: #9CF;
    text-decoration: underline;
}

article a:visited {
    font-weight: bold;
    color: #439bff;
}

article a:hover,
article a:active {
    color: #73b4ff;
}

a.ext {
    background: url("/images/shortcut.gif") no-repeat 100% 2px;
    padding: 2px 22px 2px 0;
}

hr {
    border-style: solid;
    border-color: #1368c2;
    border-width: 1px 0 0 0;
    height: 1px;
    clear: both;
}

.img-patreon {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .img-patreon {
        margin-top: 0;
    }
}

article a.btn {
    color: #fff;
    text-decoration: none;
}

.socialimg {
    display: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-weight: normal;
    margin-top: 0;
    line-height: 1.3;
}

h1 {
    font-size: 32px;
    text-shadow: #000000 1px 1px 0;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
    font-weight: bold;
}

article p {
    color: #ffffff;
    line-height: 1.4;
}

article ul {
    list-style-type: disc;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 1.4;
    list-style-type: none;
}

article li {
    color: #ffffff;
    text-decoration: none;
    margin: 0 0 3px 0;
    padding: 20px;
    background: #072a50;
    border-left: 5px solid #1366bf;
}

article strike,
article s {
    color: #99a1ab;
}

.btn-default {
    background: #000;
    color: #1368c2;
    border-color: #1368c2;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background: #439bff;
    color: #fff;
    border-color: #439bff;
}

.btn-primary {
    background: #1368c2;
    color: #fff;
    border-color: #1368c2;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #439bff;
    color: #fff;
    border-color: #439bff;
}

.top {
    display: block;
    clear: both;
    max-height: 20px;
    margin-bottom: 20px;
}


/* header  */

header {
    margin-bottom: 15px;
}

header .navs {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

header .logo {
    text-align: center;
}

header .logo a {
    background: url("/images/logo.png") 0 0 no-repeat;
    width: 225px;
    height: 95px;
    display: inline-block;
    text-indent: -10000px;
    border: 0;
    margin: auto;
}

header .logo a:hover {
    background: url("/images/logo.png") 0 -95px no-repeat;
}


/* NAV */

header ul.navigation {
    display: inline-block;
    padding: 5px 0 0 0;
    margin: 10px auto 0 auto;
    font-size: 18px;
    color: #9CCBFF;
    list-style-type: none;
    text-shadow: #000000 1px 1px 0;
}

header ul.navigation a:link,
header ul.navigation a:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

header ul.navigation a:active,
header ul.navigation a:hover {
    color: #94c5ff;
    text-align: center;
}

header ul.navigation li {
    display: inline-block;
    margin: 0 1em 0 0;
}

header ul.social {
    padding: 0;
    margin: 20px auto 0 auto;
    font-size: 40px;
    color: #9CCBFF;
    font-weight: bold;
    list-style-type: none;
    text-shadow: #000000 1px 1px 0;
}

header ul.social li {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0;
}

header ul.social a {
    color: #94c5ff;
    text-decoration: none;
    text-align: center;
}

header ul.social a:active,
header ul.social a:hover {
    color: #fff;
}

@media (min-width: 768px) {
    header .logo {
        text-align: left;
    }
    header .navs {
        text-align: right;
    }
}


/* FOOTER */

footer {
    margin-top: 10px;
}

footer .fineprint {
    color: #1d558f;
    font-size: 8pt;
    line-height: 1.5;
    text-align: left;
    margin: 10px auto;
}

footer .fineprint a:link,
footer .fineprint a:visited {
    color: #1d558f;
    font-weight: normal;
    text-decoration: underline;
}

footer .fineprint a:active,
footer .fineprint a:hover {
    color: #fff;
}

footer .logo a {
    margin: 5px auto 0 auto;
    text-align: center;
    display: block;
    text-decoration: none;
    border: 0;
}

footer .logo,
footer .fb {
    text-align: center;
}

footer .fb-like {
    margin-top: 20px;
}

footer a.footlogo:hover {
    text-decoration: none;
    border: 0;
}

footer .navigation {
    background: #000;
    color: #999;
    padding: 10px;
    font-size: 14px;
    border-top: 1px solid #1368c2;
    margin-bottom: 10px;
}

footer ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
}

footer ul.navigation li {
    padding: 0;
}

footer li a:link,
footer li a:visited {
    text-decoration: none;
    color: #999;
}

footer li a:hover,
footer li a:active {
    color: #fff;
    text-decoration: underline;
}

footer li:first-child a:link,
footer li:first-child a:visited,
footer li:first-child {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}


/* SKETCHES */

.sketches {
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 0;
    text-shadow: 1px 1px 0 #000000;
    text-align: center;
}

.sketches a:link {
    text-decoration: none;
    display: block;
}

.sketches a:active,
.sketches a:hover {
    color: #fff;
    text-decoration: none;
}

.sketches a:visited {
    color: #AAAAAA;
    text-decoration: none;
}

.sketches img {
    padding: 0;
    background: #000 url("/images/static-smooth.gif");
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 5px auto;
    border: 2px solid #000;
}

.sketches a:hover img {
    background: #5687bf;
    -moz-box-shadow: 0 0 10px 3px #73b4ff;
    -webkit-box-shadow: 0 0 10px 3px #73b4ff;
    box-shadow: 0 0 10px 3px #73b4ff;
    border: 2px solid #fff;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sketches span {
    line-height: 1.5;
    clear: both;
    display: block;
    padding: 0 10px;
}

.sketches a.btn-default {
    color: #439bff;
}

.sketches a:hover.btn-default,
.sketches a:active.btn-default {
    color: #fff;
}


/* MEDIA */

.media-wrap {
    padding-top: 20px;
    margin-bottom: 20px;
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #000000 66%, #262626 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, #000000), color-stop(100%, #262626));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 66%, #262626 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 66%, #262626 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 66%, #262626 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #000000 66%, #262626 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#262626', GradientType=0);
    /* IE6-9 */
    border-width: 1px 0;
    border-style: solid;
    border-color: #333;
}

.media {
    padding-bottom: 15px;
    color: #ffffff;
    text-align: center;
}

.media .thumbnail,
.latest .thumbnail {
    display: none;
}

.subscribe {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.subscribe h2 {
    font-size: 17px;
    font-weight: bold;
}

.subscribe a {
    display: block;
    padding: 3px 0;
    text-decoration: none;
    text-align: center;
    color: #ccc;
}

.subscribe a:active,
.subscribe a:hover {
    color: #439bff;
}

.subscribe .form-group {
    margin-bottom: 0;
}

.subscribe .email-form {
    margin-bottom: 20px;
}

.video-note {
    font-weight: normal;
    color: #999999;
    margin-bottom: 10px;
    font-size: 12px;
}

.video-note a:link,
.video-note a:visited {
    color: #999999;
    text-decoration: underline;
}

.video-note a:active,
.video-note a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.embed {
    border: 1px solid #333;
    background: #000 url("/images/static-smooth.gif");
}

.widgets {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.widget {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.comments {
    text-align: center;
}

.comments a {
    padding: 10px 20px 10px 55px;
    margin: 10px auto 10px auto;
    background: #000 url('/images/comment-icon.png') 15px 50% no-repeat;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #1368c2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.comments a:hover,
.comments a:active {
    color: #fff;
    border: 1px solid #fff;
}

.commenting {
    border-top: 1px solid #1368c2;
    padding-top: 20px;
}

.commenting h2 a {
    font-weight: normal;
    text-decoration: none;
}

.jumpnav {
    font-weight: normal;
    color: #fff;
    font-size: 11pt;
    text-align: center;
    margin: 0 auto 15px auto;
    text-shadow: 1px 1px 0 #000000;
    border-bottom: 1px solid #1368c2;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.jumpnav a,
.jumpnav a:link,
.jumpnav a:visited {
    margin: 0 0 10px 0;
    text-decoration: none;
    border: 1px solid #73b4ff;
    color: #73b4ff;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
}

.jumpnav a:hover,
.jumpnav a:active {
    color: #ffffff;
    border: 1px solid #fff;
    text-decoration: none;
}


/* CONTENT */

.video-prod img {
    margin: 0 auto 10px auto;
}

.video-prod h3 {
    text-align: center;
}

p.note,
p.closer {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    clear: both;
    color: #1368c2;
}

.photo {
    text-align: center;
    color: #bfdfff;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.photo img {
    margin: 0 auto 5px auto;
    text-align: center;
}

.donate {
    overflow: hidden;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
    border: 1px solid #73b4ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #73b4ff;
    font-size: 12px;
}

.donate input {
    margin: auto;
    padding: 8px;
}

.email-note {
    font-size: 14px;
    padding-top: 10px;
    color: #439bff;
    font-weight: normal;
    text-align: center;
}

span.email {
    font-size: 20px;
    font-weight: normal;
}

span.email a {
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

span.email a:hover {
    color: #99ccff;
    font-weight: normal;
    text-decoration: none;
}

.cast h2,
.cast img,
.video-example h2,
.video-example img {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.cast img {
    border-radius: 50%;
}

.cast,
.video-example {
    margin: 10px auto 20px auto;
    background: #072a50;
    border-bottom: 8px solid #1366bf;
    padding: 20px;
    height: 100%;
}

.cast {
    height: 100%;
}

.video-example {
    padding-bottom: 0;
}

.cast small {
    color: #1366bf;
}

.video-example ul li {
    border: 0;
    padding: 10px;
    margin: 0 0 5px 0;
    background: #020f20;
}

.equal {
    margin-bottom: 20px;
}

.connect {
    color: #1366bf;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    padding: 0;
}

.connect a:link,
.connect a:visited {
    color: #1366bf;
    text-decoration: none;
    margin: 0 5px;
    border: 1px solid #1366bf;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 28px;
    height: 30px;
    width: 30px;
    display: inline-block;
}

.connect a:hover,
.connect a:active {
    color: #ffffff;
}


/* UPDATES - updates page */

#updates {
    border-bottom: 1px solid #1368c2;
    margin-bottom: 30px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    #updates {
        border-bottom: 1px solid #1368c2;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
}

#updates .subnote {
    text-align: center;
    padding-top: 10px;
}

ul.subs a {
    text-decoration: none;
}


/* BOOTSTRAP NAV */

.navbar {
    background: #1368c2;
    border-radius: 0;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #439bff;
}

.navbar-inverse .navbar-toggle {
    background: #072a50;
    border-color: #439bff;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background: #072a50;
    border-color: #fff;
}

.navbar-brand img {
    max-height: 32px;
}

.navbar-brand {
    padding: 10px 10px 0 0;
}

.navbar-toggle {
    margin-top: 12px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}

@media (min-width: 767px) {
    .navbar {
        font-size: 13px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #666;
    }
}

.navbar-inverse .navbar-nav a.videos {
    color: #fff;
    font-weight: bold;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background: #072a50;
}

.faq p {
    margin-bottom: 2em;
}


/* MOBILE NAV */

.mobile-nav {
    background: #072a50;
    font-family: 'Montserrat', sans-serif;
}

.mobile-nav a {
    text-align: center;
    display: block;
    color: #fff;
    padding: 10px 0;
    font-size: 12px;
}

.mobile-nav a:hover,
.mobile-nav a:focus {
    background: #0c85ff;
    text-decoration: none;
}

.mobile-nav.row {
    margin-right: 0;
    margin-left: 0;
}

p.welcome a {
    color: #fff;
}

p.welcome a:hover {
    color: #73b4ff;
}

.callouts a {
    display: block;
    margin-bottom: 20px;
}

.callouts a img {
    margin: 0 auto;
}

.disqus-chat {
    margin-bottom: 20px;
}
