/*
Theme Name: odna 
Theme URI: https://opendna.com/blog/odna
Author: Jay McKinnon
Author URI: http://opendna.com
Description: A wordpress theme for OpenDNA Projects using bootstrap
Date: 27 May 2015
Version: 2.0
License: All Rights Reserved
License URI: 
Tags: 
Text Domain: odna07
*/

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.wrapper {
	min-height: calc(100% - 220px);
	position:relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.navbar-top {
	position: relative;
	top: 0;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-bottom: 10px solid #ff9900;
}

.post-sidebar { 
	margin-top: 30px;
}

.img-feature {
	padding: 1px; 
	border: 3px solid #000; 
	background-color: #fff;
}

.img-feature img {
	width: 100%;
}

.post-metadata {
	margin-top: 10px;
}
.archive-link-title { 
	font-size-adjust: 1.50;
	font-weight: bold;
}

@media (min-width: 992px) {
	.tag-cloud-md { display: inline;
	}
	.tag-cloud-xs { display: none;
	}
}
@media (max-width: 991px) {
	.tag-cloud-md { display: none;
	}
	.tag-cloud-xs { display: inline;
	}
}
.footer {
	position: relative;
	bottom: 0;
	height: 30%;
	margin-top: 20px;
	margin-bottom: -10px;
	background-color: #444;
	padding-top: 20px;
}
.navbar-footer {
	background-color: #444;
	background-image: url("");
	border-style: none;
	box-shadow: none;
}

#terms-of-service {
	text-align: justify;
	font-size: 10px;
}

.login-bottom {
	float: right;
	margin-bottom: 10px;
	width:100%;
	}

.footer-text {
	float:left; 
	margin-right: -20px;
}

.footer-li {
	list-style: none;
}

#navbar-bottom {
	margin-left: -20px; 
	margin-right: -10px;
}

#footer-container {
	float:right; 
	padding: 0px;
}

@media (max-width: 767px) {	
	.img-feature-xs {
		display: none;
}

@media (min-width: 768px) {	
	.img-feature-sm {
		width: 100%;
	}