/* CSS - Cascading Style Sheet */
/* Palette color codes */
/* Palette URL: http://paletton.com/#uid=13y0u0kw1sAkZ-EqEvZ-8n1GohP */

/* Feel free to copy&paste color codes to your application */


/* As hex codes */

.color-primary-0 { color: #0A5593 }	/* Main Primary color */
.color-primary-1 { color: #4580B2 }
.color-primary-2 { color: #256BA4 }
.color-primary-3 { color: #074476 }
.color-primary-4 { color: #04345C }



/* As RGBa codes */

.rgba-primary-0 { color: rgba( 10, 85,147,1) }	/* Main Primary color */
.rgba-primary-1 { color: rgba( 69,128,178,1) }
.rgba-primary-2 { color: rgba( 37,107,164,1) }
.rgba-primary-3 { color: rgba(  7, 68,118,1) }
.rgba-primary-4 { color: rgba(  4, 52, 92,1) }

/* Generated by Paletton.com Â© 2002-2014 */
/* http://paletton.com */

/* Styling for site header */

.blog-header {
    position: relative;
    padding: 0 0 16px 0;
    background-color: #eee;
}

#blog-desc {
    font-size: 120%;
}

/* Styling for Nav bar, bg color, link color etc */

/*
.nav > li > a {
    color: #000001
}
*/

.nav-pills > li > a {
    padding: 8px 8px;
}

nav .nav-pills > .active > a,
nav .nav-pills > .active > a:hover {
    color: #0A5693;
    background-color: #ccc;
    /* background-color: #E9EFF6; Initial colour to match bottom */
}

#blog-nav {
    padding: 5px 0;
    font-size: 18px;
    margin-top: 10px;
}

ul#sitelinks.nav.nav-list > li > a >i {
    color: #1f334b
}

/* Some vertical space between header and content */

.content {
    padding-top: 20px;
}

/* Styling for elements */

a {
    color: #0A5693
}

#blog-footer a {
    color: #4580B2
}

#blog-header,
#blog-footer,
#blog-footer p,
#blog-nav {
    font-family: 'Alegreya SC', 'Garamond', 'Georgia';
}

body {
    font-size: 18px;
    line-height: 1.2em;
}

body,
p {
    font-family: 'Gudea', 'Gill Sans', 'Arial';
}

p {
    font-size: 18px;
    line-height: 1.2em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    text-align: justify;
}

li {
    line-height: 1.6em
}

h1,
h2,
h3 {
    font-family: 'Alegreya SC', 'Garamond', 'Georgia';
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000001;
    margin-bottom: 10px;
}

tt {
    font-size: 16px;
}

p tt {
    background-color: #eee;
}

pre {
    font-size: 14px;
}

pre,
tt {
    font-family: 'DejaVu Sans Mono', 'Courier New', monospace;
}

.table th,
.table td {
    line-height: 1.3em
}

.brand {
    font-family: 'Alegreya SC', 'Garamond', 'Georgia';
    font-weight: normal;
    font-size: 42px;
    line-height: 40px;
    margin-top: 10px;
    display: block;
    color: #000001;
}

#blog-desc {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 0px;
}

/* Styling for articles */

article header {
    padding-bottom: 5px;
}

article a:hover {
    text-decoration: none
}

article .metadata p {
    font-size: 16px;
    text-align: left;
}

article .entry-title a {
    color: #000001;
}

article .entry-title a:hover {
    color: #005580;
}

/* Audio */

.audio-embed audio {
    margin: 0 0 20px;
}

.audio-embed .download-links {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #ccc;
    background-color: #eee;
}

/* Images */

.alignright {
    float: left;
    margin-right: 0.5em;
}

.roundimage {
    border-radius: 20px;
}

img.align-left {
    float: left;
    margin-right: 15px;
}

img.align-right {
    float: right;
    margin-left: 15px;
}

/* Metadata */

.postlist .listdate {
    font-size: 16px;
    padding-right: 1em;
}

/* Styling for the sticky footer */

html {
    position: relative;
    min-height: 100%;
    /* The html and body elements cannot have any padding or margin. */
    margin: 0;
    padding: 0;
}

body {
    min-height: 100%;
    margin: 0 0 50px 0;
}

.content {
    /* Add margin to bottom by amount of footer height */
/*
    padding-bottom: 20px;
*/
    min-height: 100%;
}

/* Wrapper for page content to push down footer */
#blog-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
    background-color: #eee;
}

/* Lastly, apply responsive CSS fixes as necessary */
/*
@media (max-width: 767px) {
    #blog-footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
*/


/*
 * Tags
 */

.tagindex ul,
.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
/*
    font-size: smaller;
*/
}

.tagindex li,
.tags li {
    float: left;
}

.tagindex a,
a.tag {
    font-family: 'Alegreya SC', 'Garamond', 'Georgia';
    border-radius: 3px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 0.4em 0 1.6em;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.tagindex a::before,
a.tag::before {
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

/*
a.tag::after {
    background-color: white;
    border-bottom: 13px solid transparent;
    border-left: 10px solid;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
*/

.tagindex a,
.tagindex a::before,
.tagindex a::after,
a.tag,
a.tag::before,
a.tag::after {
    background-color: #ddd;
    color: #0A5693;
}

.tagindex a::before,
a.tag::before {
    background-color: white;
}

.tagindex a::after,
a.tag::after {
    border-color: #ddd;
}

.tagindex a:hover,
.tagindex a:hover::after,
a.tag:hover,
a.tag:hover::after {
    color: white;
    background-color: #4580B2;
}


/* Read more button */

.btn-info.xsmall {
    padding: 1px 3px 1px;
    font-size: 11px;
    float: right;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* Article summary */

.summary {
    margin-bottom: 2em;
    margin-top: 0.8em;
    font-size: 16px;
    line-height: 1.2em;
}

.summary pre {
    display: none
}

/* Styling for Sidebar
.social a[href*='activestate.com']:before {content: url('./images/icons/activestate.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='atom.xml']:before {content: url('./images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='bitbucket.org']:before {content: url('./images/icons/bitbucket.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='code.google.com']:before {content: url('./images/icons/phosting.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='delicious.com']:before {content: url('./images/icons/delicious.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='digg.com']:before {content: url('./images/icons/digg.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='facebook.com']:before {content: url('./images/icons/facebook.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='github.com']:before {content: url('./images/icons/github.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='google.com/reader']:before {content: url('./images/icons/reader.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='jamendo.com']:before {content: url('./images/icons/jamendo.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='last.fm']:before {content: url('./images/icons/lastfm.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='linkedin.com']:before {content: url('./images/icons/linkedin.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='rss.xml']:before {content: url('./images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='stackoverflow.com']:before {content: url('./images/icons/stackoverflow.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='twitter.com']:before {content: url('./images/icons/twitter.png'); margin-right: 2px; vertical-align: -3px;}
*/

@media (max-width: 768px) {
    #socialist {
        display: table-footer-group
    }

    #colophon {
        display: table-header-group
    }

    #sitelinks {
        display: table-footer-group
    }
}

