/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Masthead **/
#masthead {
	display: none !important;
}

/** General >> Colophon **/
#colophon {
	display: none !important;
}

/** General >> Post 28 default max width **/
#post-28 > .default-max-width {
	display: none !important;
}

/** General >> Main **/
#main {
	height: 100% !important;
	min-height: 100% !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/** General >> Post 28 entry content **/
#post-28 > .entry-content {
	margin-bottom: 0 !important;
}

/** General >> html **/
html {
	height: 100% !important;
	min-height: 100% !important;
}

/** General >> body **/
body {
	height: 100% !important;
	min-height: 100% !important;
}

/** General >> Df 26 **/
#df_26 {
	margin-bottom: 0 !important;
}

