html, body {
    background-color: #eee !important;
	color: #333;
}

.clever-core-ads {
    z-index: 5000 !important;
}
.adblock-show {
    display: none;
}
.adblock-hide {
    position: relative;
}
.adblock-hide-fader {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 240px, rgba(255,255,255,1) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.adblock-hide.active {
    height: 250px;
    overflow: hidden;
}
.adblock-hide.active .adblock-hide-fader {
    display: block;
}

.attachbox {
    float: none;
}

/*.headerbar #search-box {
      display: none !important;
}
*/

.headerbar #site-description {
      display: none !important;
}

#wrap {
	max-width: 900px !important;
	margin: 0 auto;	
}

@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
	#wrap {
		margin: 0 auto;
	}
}

.headerbar {
	height: 170px;
	background-image: url("../theme/site_logo.jpg");
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
	.headerbar {
	display: none;
	}
}

.offline {
    background-image: none;
}

.dropdown
{
	z-index:2 !important;
}

.has-profile .postbody h3 {
    margin-right: 230px;