/* Softland customizations */


#cmp_title {
	float: top;
	text-align: center;
    color:#FFF;
    font-size: 20px;
	padding-top:4px;
}

#cmp_btn {
	float: top;
	text-align: center;
	margin-top: 4px;
}

.pagination li.active span{ 
	background-color: #F15400;
	border-color:#F15400;
}

#cmp_inner div {line-height: 40px;}
a.download_btn {

    width: 156px;
    height: 40px;
    display: inline-block;
    font-size: 18px;
    font-family: "Open Sans Condensed", sans-serif;
    text-align: center;
    line-height: 40px;
    text-shadow: 1px 1px 2px #000000;    
    font-weight: bold;
    background: url(/images/forum-download-button.png) no-repeat;

}


@media only screen and (max-width: 915px), only screen and (max-device-width: 915px)
{
	#cmp_outer {
		visibility: hidden;
		width:0px;
	}
	#site-description {
		width: 48%;
	}
} 

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
	#page-header {
		height: 44px;
	}
	#nav-main {
		height: 30px;
	}
	#page-body{
		margin: 4px 5px;
	}
	#page-footer {
		padding-left: 5px;
		padding-right: 5px;
	}	
}	

@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px)
{
	#wrap {
		padding: 0px 8px;
	}
}	
a.download_btn, a.download_btn:link, a.download_btn:hover, a.download_btn:visited, a.download_btn:active {
    color: #FFF;
    text-decoration: none;
}

a.download_btn:hover {
    background: url(/images/forum-download-button-hover.png) no-repeat;
}


a:link	{ color: #f15400; /*#0698ef;*/ text-decoration: none; }
a:visited	{ color: #f15400; /*#0698ef;*/ text-decoration: none; }
a:hover	{ color: #333333; text-decoration: underline; }
a:active	{ color: #f15400; /*#0698ef;*/ text-decoration: none; }


.headerbar {
	background: none;
    /*background-color: #666;
    background-image: -webkit-linear-gradient(top, #666 0%, #909090 2px, #909090 92px, #909090 100%);
    background-image: linear-gradient(to bottom, #666 0%,#909090 2px,#909090 92px,#909090 100%);
    background-repeat: repeat-x;*/
}
.forumbg, .forabg {
	background-color: #666;
    background-image: -webkit-linear-gradient(top, #666 0%, #909090 2px, #909090 92px, #909090 100%);
    background-image: linear-gradient(to bottom, #666 0%,#909090 2px,#909090 92px,#909090 100%);
    background-repeat: repeat-x;
}

.navbar {
    background-color: #EBEBEB;
}

li.row {
    border-top-color: #FFFFFF;
    border-bottom-color: #00608F;
}

li.row {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
	border-top-color: #FFFFFF;
    border-bottom-color: #00608F;
}

.bg1 {
    background-color: #f7f7f7;
}

.bg2 {
    background-color: #f2f2f2;
}

ul.forums {
    background-color: #FEFEFE;
	background-image: none;
}
div#cookie-gdpr button.button { background-color:#f15400 !important; }
div#cookie-gdpr button#hid-gdpr { border-color: #0f7e00 !important; color:#fff; background-color:#f15400 !important; border-radius:0; box-shadow:none;}
div#cookie-gdpr a.button.button-border { border:1px solid white; line-height:40px;}