/*   
Theme Name: En Petit Comite
Theme URI: 
Description: Custom theme for client Elisabeth Derks
Author: Peter Emil van den Berg - pixelliquid
Author URI: http://pixelliquid.com/
Template: thematic
Version: 1.0
Date: 17.02.2010
Tags: Thematic, custom, client, fixed width

It is not permitted to use this theme without permission of the owners
Design & Coding: pixelliquid
Supplemental Coding: Walk Wise Webdesign
*/

@import url('./styles/screen.css');
@import url('./styles/print.css');
@media print { @import url('./styles/print.css'); }


/* ---------- BASE STYLING ---------- */

/* ---------- Invisible elements ---------- */

#blog-title,
#primary,
#secondary,
div.menu ul ul,
.entry-title,
blockquote,
cite {
	display: none !important;
}

/* ---------- PNG Fix for IE ---------- */

 #blog-description,
 #branding h1,
 img {
	behavior: url("/wp-content/themes/epc/pngbehavior.htc");
 }
 
/* ---------- IE fixes and hacks ---------- */

#access ul li a {
/* 	_border-color: #E9DFC6; */
}

#main {
width: 980px;
min-height: 340px;
}
