@import url("../../prosilver/theme/stylesheet.css?v=3.2");
html, body {
    color: #6a7461;
    background-color: #FFFFFF;
    background-image: url(./images/bg.gif);
    background-repeat: repeat;
}
.headerbar {
    background-color: #ffffff !important;
    background-image: url(./images/ausbonsai-4.jpg);
    color: #FFFFFF;
	background-repeat:no-repeat !important;
	border-radius: 7px;
    background-size: cover;
	height: 120px;
}
.site_logo {
    background-image: url(./images/transparent.png);
    width: 210px;
    height: 98px;
	display: inline-block;
}
.navbar {
    background-color: #dce1d3;
}
#site-description h1, #site-description p
{
	display: none;
}
a:visited {
    color: #556533;
}

a:link {
    color: #556533;
}
a:visited {
    color: #556533;
    text-decoration: none;
}
a:link {
    color: #556533;
    text-decoration: none;
}
.forabg, .forumbg {
	background-color: rgb(110,125,52);
    background-image: url(./images/bg_list.gif);
}
.forabg, .forumbg {
    background: #9caa51 none repeat-x 0 0;
    margin-bottom: 4px;
    padding: 0 5px;
    clear: both;	
}
dt {
    color: #616a58;
}
.bg1 {
    background-color: #eff7ec;
}
.bg2 {
    background-color: #e6f2e1;
}
.row, .tabs .tab > a {
	background-image: linear-gradient(to bottom, #dfe9d9 0%,#EEF5F9 100%);
}
.panel {
    background-color: #dfe9d9;
}
h1, h2, h3, h4, h5, h6 {
    color: #556533;
}
.icon-360 {
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 1px 0 0 17px;
	background-image: url("./images/icon_360.gif");
}
.icon-wiki {
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 1px 0 0 17px;
	background-image: url("./images/icon_wiki.gif");
}
.icon-blog {
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 1px 0 0 17px;
	background-image: url("./images/icon_blog.gif");
}
.icon-store {
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 1px 0 0 17px;
	background-image: url("./images/icon_store.png");
}
.icon-directory {
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 1px 0 0 17px;
	background-image: url("./images/icon_directory.gif");
}
.search-header {
    box-shadow: 0 0 10px #9caa51;
}
.social-media {
	display:inline-block; 
	text-align:center; 
	margin-top: 10px;
}
.captcha-title, .captcha-title + p, .captcha-panel dt, #viewonline, label[for="viewonline"] {
	display: none;
}
@media (max-width: 700px) {
	.headerbar {
		background-color: #ffffff !important;
		background-image: url(./images/ausbonsai-4-mobile.jpg);
		color: #FFFFFF;
		background-repeat:no-repeat !important;
		border-radius: 0px;
		background-size: cover;
		height: 60px;
	}
	#logo {
		display:block;
	}
	.site_logo {
		background-image: url(./images/transparent-mobile.png);
		width: 105px;
		height: 49px;
		display: inline-block;
	}
	.profile-rank img {width: 33%;}
}
