/* @override
	http://inkblobs.nl/assets/css/theme.css */

#container {
    width: 960px;
    margin: 0 auto;
}

#contentcolumn {
    max-width: 760px;
}
#q {
    width: 150px;
}



.postbox {
    border-bottom: 2px solid darkgrey;
    margin-bottom: 12px;
}

.titlebox {
    text-align: right;
}

#addthisbox {margin-bottom: 12px;}

td.label {
    /* Issue #290 */
    background-color: inherit;
}

.footnote-reference {
    /* Issue 290 */
    vertical-align: super;
    font-size: xx-small;
}


.caption {
    /* Issue 292 */
    text-align: center;
    padding-top: 1em;
}

div.figure > img,
div.figure > a > img {
    /* Issue 292 */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

blockquote p, blockquote {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

ul.bricks > li {
    display: inline;
    background-color: lightblue;
    padding: 8px;
    border-radius: 5px;
    line-height: 3;
    white-space:nowrap;
    margin: 3px;
}

.at300b, .stMainServices, .stButton, .stButton_gradient {
    box-sizing: content-box;
}

pre, pre code {
    white-space: pre;
    word-wrap: normal;
    overflow: auto;
}

article.post-micro {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5em;
}

.image-block {
    display: inline-block;
    margin: 1px !important;
}

i.fa {
	margin-right: 5px;
}

.flowr_row {
    width: 100%;
}

.tags {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    text-align: center;

}

.tags > li {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px;
}

.tags > li a {
    color: #fff;
}

.metadata p:before,
.postlist .listdate:after {
    content: " — ";
}

.metadata p:first-of-type:before {
    content: "";
}

.metadata p {
    display: inline;
}

.posttranslations h3 {
    display: inline;
    font-size: 1em;
    font-weight: bold;
}

.posttranslations h3:last-child {
    display: none;
}

.entry-content {
    margin-top: 1em;
}

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

.navbar-brand #blog-title {
    padding: 15px 0;
    display: inline-block;
	color: #1c1b1b;
}

.navbar-brand #logo {
    max-width: 100%;
}

.navbar-brand>img {
    display: inline;
}

.row {
    margin: 0;
}

/* for alignment with Bootstrap's .entry-content styling */
.entry-summary {
    margin-top: 1em;
}

/* Custom page footer */
#footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

/* hat tip bootstrap/html5 boilerplate */
@media print {
    *, *:before, *:after {
        font-family: Garamond, Junicode, serif;
    }

    body {
        font-size: 12pt;
    }

    article .entry-title a[href]:after,
    article .metadata a[href]:after,
    article .tags a[href]:after {
        content: "";
    }

    article .metadata .sourceline {
        display: none;
    }

    article .metadata .linkline a[href]:after {
        content: " (" attr(href) ")";
    }

    .navbar {
        display: none;
    }
}

#bs-navbar ul.nav.navbar-nav li a {
	color: #636060;
}
#bs-navbar ul.nav.navbar-nav li a:hover {
	color: #fff;
    background-color:#34b0a5;

}
.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover,
nav.navbar.navbar-inverse.navbar-static-top {
	background-color:#34b0a5;
	color: #fff;
	border-style: none;
}

div.navbar-header {
	border-style: none;
}

div#bs-navbar.navbar-collapse.collapse.in {
	border-style: none;
}

#bs-navbar {
	border-style: none;
}

#bs-navbar ul.nav.navbar-nav li a {
	border-style: none;
}

#bs-navbar span.navbar-form.navbar-left {
	border-style: none;
}

.navbar-toggle {
	border-style: solid;
	border-color: #1f6760 !important;
}

.navbar-toggle.collapsed {
border: 1px solid #34b0a5;
border-radius: 4px;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #1e6963;
}

#bs-navbar ul {
	border-style: none;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #2c998e !important;
  border-radius: 4px;
}

span.navbar-form.navbar-left {
	border-style: none;
}

h1.title {
	text-align: left;
}

nav.postindexpager {
	clear: both;
}

#sidebar .list-group, #sidebar .list-group-item {
    background-color: transparent;
}
.nextpost {
	float: right;
}

.prevpost {
	float: left;
}
.pagenav {
	margin-bottom: 15px;
}

/* for list-groups nested within a list-group-item, reset the bottom margin */
.list-group-item > .list-group {
    margin-bottom: 0px;
}

/* for list-group-items nested within a list-group-item, reset the bottom
   padding of the last item, b/c the containing item has paddimg already
 */
.list-group-item .list-group-item:last-child {
    padding-bottom: 0px;
}

.list-group-item {
    border: none;
}

.tag-0 {
    font-size: 16pt;
}

.tag-1 {
    font-size: 13pt;
}

.tag-2 {
    font-size: 10pt;
}

.tag-3 {
    font-size: 8pt;
}

.tag-4 {
    font-size: 6pt;
}

#aboutme {
    padding-top: 0px;
    padding-bottom: 5px;
    -ms-word-break: normal;
    word-break: normal;
}

#sidebar {
    padding-top: 0px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#sidebar a {
    color: inherit;
}

.icon-label {
    margin-left: 10px;
}

/* Example for how to control spacing between icon and label in specific
   lists in the sidebar. To change, override in your CUSTOM_CSS           */
#sidebar #social i {
    margin-right: 3px;
}

a, a:hover {
    color: inherit;
}

.entry-content a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.entry-content a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-content figcaption, .caption {
    font-size: small;
    margin-bottom: 2px;
}

.summary img {
    max-width: 100%;
    height: auto;
    max-height: 220px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}

p.commentline {
	clear: both;
}

.well h1 {
	margin-top: 0px;
}

.floatright, .align-right {
    float: right;
}

.floatleft, .align-left {
    float: left;
}

.floatcenter, .align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure.floatright, .align-right {
    margin-left: 4px;
}

figure.floatleft, .align-left {
    margin-right: 4px;
}

figure.floatcenter, .align-center {
    margin-bottom: 11px;
}

.highlighttable pre {
    /* Removes bootstrap default margin-bottom */
    margin-bottom: 0px;
}

.highlighttable {
    /* Adds them margin-bottom to highlightable instead of <pre> */
    margin-bottom: 11px;
}

.highlighttable {
    width: 100%;
}

#categories ul, #tags ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.docutils.footnote td.label {
    display: table-cell;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    white-space: inherit;
    border-radius: inherit;
}

.categories-timestamp {
    color: #AAAAAA;
    font-size: 0.9em;
    margin-right: 10px;
}

.tagcloud li {
    padding: 0px;
}

#banner {
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    background-size: cover;
    background-color: #C4C4C4;
    margin: 0 0 20px;
    padding: 70px 0; /*controls padding around inner text*/
    position: relative;
}

#banner .copy {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    display: inline;
    float: left;
    max-width: 600px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

#banner h1 {
    color: #fff;
    font-family: "HelveticaNeue-CondensedBold","Helvetica Neue CE 600 Condensed","Helvetica Neue LT Condensed","Helvetica Neue 600 Condensed","HelveticaNeue-BoldCondensed","Helvetica Neue BoldCondensed","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 60px;
    font-stretch: condensed;
    font-weight: 700;
    line-height: 0.9;
    margin: 0;
    text-transform: uppercase;
}
#banner .intro {
    color: #fff;
    font-size: 21px;
    line-height: 1.33;
    opacity: 0.75;
}
#banner .btn, #banner .intro {
    margin-left: 4px;
}

@media (min-width: 750px) {
#sidebar {
    top: 100px;
    right: 10px;
    position: absolute;
}
div.col-md-4.well {
	min-height: 450px;
	max-height: 450px;
	width: 30%;
	margin: 10px;
}

div.col-md-4.well p {
	display: none;
}

div.collapse.navbar-collapse.navbar-ex1-collapse {
margin-left: -100px !important;
margin-right:-100px !important;
padding-right: 100px !important;

}
}

@media (max-width:1000px) {
#sidebar {
position: relative;
top: 0px;
}
h1 {
	font-size: xx-large;
}

.summary {
	width: 100% !important;
	margin: 1px;
	padding: 1px;
}
}

/* Solutions for mobile and small screens  */
@media (max-width: 650px) {
#sidebar {
position: relative;

}
    #banner h1{
       font-size: 30px; /* !important;*/
    }
    #banner .intro{
        font-size: 16px;
    }

    div.collapse.navbar-collapse.navbar-ex1-collapse {
    margin-left: 0px !important;
    margin-right:0px !important;
    padding-right: 0px !important;

    }
    div.navbar div.container {
    	width: 90% !important;
    }
    div.navbar div.container {
    	width: 80% !important;
    }





}

div.first-post img    {
    	max-width: 100%;
    }
div.pagenav.span9 p.nextpost {
float: right;
clear: right;
}
div.pagenav.span9 p.prevpost {
float: left;
clear: left;
}

div.pagenav.span9 {
float: left;
clear: both;
width: 100%;
height: 80px;
}
div.navbar-header,
div.collapse.navbar-collapse.navbar-ex1-collapse {
	background-color: #34b0a5;
}


div.collapse.navbar-collapse.navbar-ex1-collapse {
margin-left: -30px !important;
padding-left: 30px;
margin-right:-30px !important;
padding-right: 30px !important;

}

div.navbar div.container {
	width: 100% !important;
}

#gallery_container div.flowr-row div.image-block a.image-reference.cboxElement img {
}
#gallery_container div.flowr-row div.image-block a.image-reference.cboxElement img {
	max-width: 100% !important;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #f0efef;
  background-color: #2a9289;
}

.thumbnails li {
float: left !important;
list-style-type: none !important;
width: 250px;
padding:10px;
margin: 10px;
border: grey 1px;}

.thumbnails li img {
 max-width: 100%;
 height: auto;
 }
