/* 
Theme Name: d-simpel
Theme URI: http://wordpress.org/extend/themes/d-simpel/
Title: WordPress Theme d-simpel
Description: Tema WordPress dengan desain simpel dan elegan. Desain oleh <a target="_blank" href="http://patembe.com">patembe</a>.
Version: 1.0
Author: patembe
Author URI: http://patembe.com/
Tags: white, brown, two-columns, fixed-width, right-sidebar
*/

/* fixes font-size keyword problem for IE5/Win */
body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

/* self-clearing floats
----------------------------------------------------- */

/* trigger hasLayout and target ie5+6/win only */
* html #nav ul,
* html #content,
* html #extra-inner,
* html #footer,
* html .navigation {
	height: 1%;
	}
/* trigger hasLayout and target ie7/win only */
*:first-child+html #nav ul,
*:first-child+html #content,
*:first-child+html #extra-inner,
*:first-child+html #footer,
*:first-child+html .navigation {
	min-height: 1px;
	}