body, h1, h2, h3, h4, .illust p, .navbar {
    font-family: 'Lato', Helvetica Neue, Helvetica, Arial, sans-serif;
}

html {
    border-left: 8px solid #000;
}

body {
    border-left: 8px solid #800080;
}

a, h2 a, h3 a, a:hover {
    color :#800080;
    font-weight: 300;
}

h1, h2, h3, .thinkup_post {
    font-size: 1.2em;
    text-transform: uppercase;
}
h1 {
    font-weight: 300;
    font-size: 2.25em;
    color: #333;
    margin-bottom: 1em;
}
h2 {
    margin-top: 10px;
    font-weight: 200;
    font-size: 1.25em;
}

h3, .illust p, h4 {
    font-weight: 300;
    letter-spacing: +0.1em;
    text-transform: uppercase;
    color: #888;
}
h3 {
    font-size: 1.75em;
    margin-top: 40px;
    border-bottom: 1px solid #eee;
}

.illust p, h4 {
    font-size: 100%;
}
.navbar {
    background: transparent;
    border-bottom: none;
}
.navbar-nav li a {
    font-weight: 500;
    }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-nav>li>a:hover, #archivestable a:hover {
    background-color: #800080;
    color: white;
    text-decoration: none;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
    color :#800080;
    font-weight: 900;
    text-transform: uppercase;
}
.navbar-default .navbar-brand:hover {
    color: white;
}
.navbar-text, .navbar-nav>li {
    padding-left: 4px;
    text-transform: uppercase;
}
.navbar-text {
    margin-bottom: 0px;
    margin-top: 18px;
    margin-left: 6px;
}
.navbar-nav>li>a {
    padding-top: auto;
    padding-bottom: auto;
    line-height: auto;
}
.navbar-default .navbar-form {
    border: none;
}
p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto; 
    hyphens: auto;
    font-size: 1.2em;
    line-height: 2.1;
    font-weight: 400;
    font-family: 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif;
}
blockquote {
    font-size: inherit;
}
blockquote p {
    line-height: 2.5;
    font-family: 'Lato', Helvetica Neue, Helvetica, Arial, sans-serif;
}
blockquote.bio p {
    line-height: 2.5;
    font-family: 'Lato', Helvetica Neue, Helvetica, Arial, sans-serif;
}
article h1 {
    margin-top: 6px;
}
article h2 {
    margin-top: 2em;
    font-size: 1.5em;
    color: #777;
}
article b, article strong {
    font-weight: 700;
}

article p, article ul {
    margin-bottom: 1.5em;
}
article ul li, article ol li {
    padding-top: 12px;
    font-size: 1.2em;
    line-height: 2.1;
    font-weight: 400;
    font-family: 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.bloglist ui {
    padding-left: 0px;
}
.bloglist li {
    list-style-type: none;
}
table.about-previously tr, table.about-previously td {
    border: none !important;
    padding-bottom: 30px !important;
}
td.about-logo {
    text-align: right;
    padding-top: 16px !important;
}
.label-default {
    background-color: #ccc;
}
.label {
    font-weight: 300;
}
textarea.embedbox {
    font-size: 12px;
    height: 20px;
    padding-top: 2px;
}
.share-buttons {
    padding-top: 10px;
}
.footer h3 {
    border-bottom: none;
}
.imgcenter, article iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
/*
    max-width: 100%;
*/
    margin-top: 15px;
    margin-bottom: 15px;
}
.imgleft{
    float: left;
    margin: 15px;
}
.imgright, .illust {
    float: right;
    margin: 15px;
}
iframe {
    border: none;
}
iframe .twitter-share-button {
    width: 82px;
    padding-left: 8px;
}
.embed-container {
    position: relative; 
    padding-bottom: 120%; 
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
.row {
    margin-bottom: 60px;
}
.fb-comments, .fb-comments iframe[style] {
    width: 100% !important;
}
@media (max-width: 1199px) {
    .navbar-nav>li>a {
        padding-left: 4px;
        padding-right: 4px;
    }
}
@media (max-width: 767px) {
    img, object, embed, .imgcenter, .imgright, .imgleft, iframe {
        overflow: hidden;
    /*
        max-width: 90%;
*/
    }
    .navbar-nav>li {
        padding-bottom: 4px;
    }
    h2.navbar-text {
        clear: left;
    }
    h3, .illust p {
        border-bottom: none;
    }
    ul.navbar-nav {
        width: 100%;
    }
    .navbar-nav>li>a {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .navbar>.container .navbar-brand {
        margin-left: -15px;
    }
}
