body .center {
	width: 100%;
}

body #menubar {
	position: static;
}

body .menu li:hover > ul {
	display: none;
}

body #searchform{
	float: none;
}

body #header h1 {
	font-size: 3.5em;
}

#home-box h1 {
	font-size: 2.8em;
}

body #content {
	width: 100%;
	float: none;
}

body .content-box {
	margin: 10px;
}

body .shadow-box-280,
body .shadow-box-580,
body .shadow-box-500,
body .shadow-box-900,
body #footer {
	background-image: none;
}

body .twitter-share-button,
body .post-more,
body .sidebar,
body #widget-list{
	display: none;
}


