
@import url('style.css');

*{
	float: none !important;
}

body{
	font: 12px Arial, Helvetica, sans-serif;
	line-height: normal !important;
	color: #000;
	background: none;
	text-align: left;
	width: 650px;
	padding: 0;
	min-width: 650px;
}

/* containers */

#wrapper{
	width: 100%;
	margin: 0;
}

#header{	
	background: none;
	float: left !important;
}

#header h1#site-name{
	float: left !important;
	padding: 0 0 5px 0;
	background: none;
}

#header h1#site-name span{
	position: static;
	left: 0;
}

#header h1#site-name a{
	float: left !important;
	width: auto;
	height: auto;
	text-decoration: none;
	color: #000;
	font-size: 30px;
	font-weight: normal;
}

#containertop, #container{
	width: 100%;
	background: none;
}

#containertop{
	padding-top: 40px;
}

#container{
	padding: 0;
}

.page #content, .single #content, .archive #content{
	width: 90%;
}

.entry-content{
	padding-top: 20px;
}

#content h2{
	font-size: 24px;
	font-weight: normal;
}

#content blockquote{
	float: none !important;
	margin: 1.5em 0 1em 0.5em;
}

#menu, #secondary, #comments, a.stbutton, object, embed, #searchform{
	display: none;
}

#footer{
	background: none;
}

#footer div{
	width: 100%;
	padding: 10px 0 0 0;
	background: none;
	border-top: 1px solid #c2c2c2;
}

