/*
*	GRUF Template css values
*/

html, body {
    background-color: #234d85;
}
.site_logo {
	background-image: url("./images/vh_logo3.png");
	background-size: contain;
	background-repeat:no-repeat;
	display: inline-block;
	width: 300px;
	height: 70px;
} 
.site-description{
	width:100%;
}
.site-description p{
	padding-top:1rem;
	margin-right:1rem;
}

.headerbar .search-box{
	margin-top:0;
}
.headerbar, .forumbg {
	background-color: #12A3EB;
	background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #396a9b 2px, #12A3EB 92px, #12A3EB 100%);
	background-image: linear-gradient(to bottom, #6ACEFF 0%,#396a9b 2px,#578cc1 92px,#578cc1 100%);
	background-repeat: repeat-x;
}
.headerspace{
	margin-top:0;
	margin-bottom:5px;
}

.logon_hint{
	margin-bottom:0;
	color:#105289;
	font-weight:bold;
}
.forabg {
	background-color: #0076B1;
	background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #396a9b 2px, #578cc1 92px, #578cc1 100%);
	background-image: linear-gradient(to bottom, #6ACEFF 0%,#396a9b 2px,#578cc1 92px,#578cc1 100%);
	background-repeat: repeat-x;
}
.copyright{
	text-align:left;
	line-height: 1;
    font-size: smaller;
}
.copyright a{
	display:inline-block!important;
	padding:0;
	padding-left:5px;
	
}
.gruf-hide{
	display:none!important;
}

body.section-app\/user\/forgot_password .navbar .inner {
	display:none;
	
}
.postbody .gruf-mail-button{
		float:right;
		margin-top:5px;
	}

.postprofile.responsive dt.gruf-mail-button{
		float:right;
		display:none;
	}

/***************************************
 * Pages styles
 * *************************************/
.page-body h1{
	color:#105289;
	margin-top:1em;
}

.page-body ul {
   list-style-position: inside;
}

.page-body .button-container{
	margin:2em;
}

.page-body .button-container a{
	color:#D31141;
}

.page-body .button-container a:hover{
	text-decoration:none;
}
@media (max-width: 700px) {
	.postprofile.responsive dt.gruf-mail-button{
		display:block;
	}
	.postprofile.responsive dt:first-child{
		float:left;
		margin-top:5px;
		margin-bottom:0;
	}
	.postbody .gruf-mail-button{
		display:none;
	}
	.post .postprofile{
		min-height:0;
	}
	.post.has-profile.online{
		background-image:none;
	}
	
}
