@charset "utf-8";
/* CSS Document */

/* IE6 css fixer v0.8: Tue, 22 Jun 2010 14:59:23 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
* html #header .sitelogo,
* html #header #links,
* html #banner .site-image,
* html #box-left,
* html #box-middle,
* html #nav ul li,
* html .subpage-navimage,
* html #inner #content,
* html #portfolio,
* html #portfolio .thumb,
* html #portfolio .text,
* html #right-side,
* html .fltlft,
* html .fltrt,
* html #footer-left,
* html #footer-middle,
* html #box-right, * html #footer-right {display:inline;}

/* add zoom:1 to overflow:hidden */
* html #header .sitelogo,
* html #header #links,
* html #banner .site-image,
* html #box-left,
* html #box-middle,
* html #nav ul li,
* html .subpage-navimage,
* html #inner #content,
* html #portfolio,
* html #portfolio .thumb,
* html #portfolio .text,
* html #right-side,
* html .fltlft,
* html .fltrt,
* html #footer-left,
* html #footer-middle,
* html #box-right, * html #footer-right {zoom:1;}

/* fix negative margins */
* html h1,
* html h2,
* html h3,
* html #right-side-content h4 {position:relative; zoom:1;}

/* add zoom:1 to pos:relative elements */
* html #right-side {zoom:1;}


/* ============================================= */
/* potentially harmful settings                  */

/* add zoom:1 to backgrounds -- Manually check for problems with inline elements! */
* html #nav ul li#active,
* html #side-nav, * html #side-nav li,
* html #side-nav a,
* html #footer ul li {zoom:1;}

/* PNG fix */
* html #nav ul li#active{behavior: expression((this.runtimeStyle.behavior = "none") && (this.currentStyle.backgroundImage.toString().toLowerCase().indexOf('.png')>-1) && (this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.currentStyle.backgroundImage.toString().replace('url("','').replace('")','') + "', sizingMethod='crop')", this.runtimeStyle.zoom = 1, this.runtimeStyle.backgroundImage = "none"));}