.btn-h1-spacing {
	margin-top: 18px;
}

.form-spacing-top {
	//margin-top: 30px;
}

.comment {
	margin-bottom: 45px;
}

.author-image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	float: left;
}

.author-name {
	float: left;
	margin-left: 15px;
}

.author-name>h4 {
	margin: 5px 0px;
}

.author-time {
	font-size: 11px;
	font-style: italic;
	color: #aaa;
}

.comment-content {
	clear: both;
	margin-left: 65px;
	font-size: 16px;
	line-height: 1.3em;
}

.comments-title {
	margin-bottom: 45px;
}

.comments-title > span {
	margin-right: 15px;
}
@media (max-width: 768px){
	#banner img {
		width:330px;
	}
	.navbar-right {
		display:none;
	}
}
@media (min-width: 768px){
	#main {
	    background: url("/images/background.png");
	    background-repeat: no-repeat;
		background-position:left bottom;
	    background-color: #FFF;
	    padding: 0;
	    margin: 0;
	    overflow: hidden;
	    height:auto;
	    min-height:600px;
	}
	.container { margin-left:0px; margin-right:0px; }

	.navbar-nav {
		height: 45px;
	}

}

@media (min-width: 768px) and (max-width: 1000px) {
	.container { margin-bottom:200px; }
	#main {
		background-size:35% !important;
	}
	.navbar-nav {
		height: 45px;
	}
}

#banner {
	width:100%;
	text-align: center;
	height:auto;
}
#banner img {
	//height:100px;
}

.navbar-default {
	background-color: #ed2300;
	border-color: #ed2300;
}


.navbar-default .navbar-nav > li > a {
	color: #FFF;
}

.navbar-brand {
	color: #FFF !important;
}

ul.navbar-nav li.active {
	background-color: #FFF !important;
	border-color: #FFF !important;
}

.navbar-default .navbar-nav > li.active > a {
	color: #000;
	background-color: #FFF !important;
	border-color: #FFF !important;
}

.navbar-right { /*margin-top:5px;*/ }

.container { margin-bottom:100px; margin-left:20px; margin-right:20px; }

.style2 {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 40px;
}

.post-title {
	color:#ed2300;
}

.blog-image {
	float:left; 
	margin-bottom: 50px;
}

.blog-image a {
	text-decoration:none; margin-right:10px;
}

.gallery-image .role-comma:last-of-type, .biblio-data .role-comma:last-of-type {
	display:none;
}
