	#site-header div.bme-logo {
		margin: auto;
	}

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

		#site-header div.text h1 {
			display: none;
		}

		#site-header div.text h2 {
			text-align: center;
		}

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

		a#facebook-btn-menu {
			display: block;
			width: 27px;
			height: 28px;
			background: url('/static/img/default/fb.png') no-repeat 10px 10px;
			padding: 10px;
		}

		a#blog-btn-menu {
			position: absolute;
			top: 16px;
			left: 60px;
			font-family: "Oswald","Open Sans",sans-serif;
			font-size: 18px;
			text-transform: uppercase;
			color: black;
		}

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

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

	div#sidebar-login-box {
		margin: 20px auto;
		width: 120px;
	}

		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: none;
		}

		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 {
		margin: 10px auto;
		width: 240px;
	}

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

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

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

div#main {
	clear: both;
	padding-top: 0;
}

div#sidebar {
	padding-bottom: 0;
}

div#main img {
	width: 100%;
}

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

		div.news-item div.news-content div.img {
			width: 90px;
			margin-right: 10px;
		}

		div.news-item div.news-content div.desc {
			width: 100%;
		}

div.home-rss-box {
}

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

div#sidebar .fb_iframe_widget {
	display: none;
}

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

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