/*
Theme Name: Mike Industries Two
Theme URI: http://www.mikeindustries.com/
Description: Custom theme for this blog
Version: 2.0
Author: Mike Davidson
Author URI: http://www.mikeindustries.com/
Tags: awesome
*/

#master {
	width: 100%;
}

#header {
	height: auto;
	background: transparent;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 1em;
}

#header h1, #header div.description {
	margin-left: 0;
}

#header img {
	display: none
}

#header #main_nav, #header #hosting {
	display: none;
}

#header a:link, #header a:visited {
	color: #000;
	text-decoration: none;
}

#content_pane {
	width: 100%;
	float: none;
}

#content_pane h3#respond, #content_pane form#commentform, #content_pane .column_header {
	display: none;
}

#aux_pane {
	display: none;
}

#aux_aux_pane {
	display: none;
}

#footer {
	display: none;
}
