	#site-header div.bme-logo {
		float: left;
	}

	#site-header div.text {
		float: left;
		margin: 10px 0px 0px 20px;
	}

		div.main-menu ul li {
			font-size: 13px;
			letter-spacing: 1px;
		}

		a#facebook-btn-menu{
			display: none;
		}

		a#blog-btn-menu {
			display: none;
		}

		a#blog-link-tablet {
			display: inline;
		}

	div#sidebar-blog-box {
		display: none;
	}

	div#sidebar-login-box {
		float: left;
	}

		div#sidebar-login-box a#login-btn {
			display: block;
			float: left;
			width: 122px;
			height: 22px;
			background: url('/static/img/default/login.png') no-repeat;
			margin: 4px 10px 0px 0px;
		}

		div#sidebar-login-box a#facebook-btn{
			display: block;
			float: left;
			width: 27px;
			height: 28px;
			background: url('/static/img/default/fb.png') no-repeat;
			margin: 0px 10px 0px 0px;
		}

		div#sidebar-login-box a#rss-btn{
			display: block;
			float: left;
			width: 27px;
			height: 28px;
			background: url('/static/img/default/rss.png') no-repeat;
		}

	div#sidebar-user-box {
		margin-bottom: 10px;
	}

		div#sidebar-user-box span.text {
		}

		div#sidebar-user-box span.username {
			font-weight: bold;
		}

		div#sidebar-user-box p.actions {
			display: inline;
		}

		div#sidebar-user-box p.actions a {
			margin: 0px 4px;
		}

	div#sidebar-search-box {
		float: right;
	}

		div#sidebar-search-box h2 {
			display: none;
		}

		input#search-form-text {
			width: 194px;
		}

div#sidebar-box-facebook-messages {
	display: none;
}

div#main {
	clear: both;
}

div.news-container div.news-item {
	width: 48%;
}

		div.news-item div.news-content div.img {
			min-width: 90px;
			width: 20%;
		}

		div.news-item div.news-content div.desc {
			float: left;
			width: 70%;
			margin-left: 10px;
		}

div.home-rss-box {
	width: 48%;
}

div.home-rss-box-right {
	margin-left: 20px;
}

div#sidebar .fb_iframe_widget {
	display: none;
}

	#site-footer div.content span.bme-long {
	}

	#site-footer div.content span.bme-short {
		display: none;
	}

div.phonebook div.persons td img {
	width: 160px;
	height: auto;
}
