/**********************************************************************************************
PURPOSE
This CSS file provide a clever way to add browser and OS specific css styles.

USAGE
.[os].[browser] .mylink { font-weight: bold; } -> without space between .[os] and .[browser]

AVAILABLE OS CODES [os]:
win - Microsoft Windows
linux - Linux (x11 and linux)
mac - Mac OS
freebsd - FreeBSD
ipod - iPod Touch
iphone - iPhone
webtv - WebTV
mobile - J2ME Devices (ex: Opera mini)

AVIALABLE BROWSER CODES [browser]:
ie - Internet Explorer (All versions)
ie8 - Internet Explorer 8.x
ie7 - Internet Explorer 7.x
ie6 - Internet Explorer 6.x
ie5 - Internet Explorer 5.x
gecko - Mozilla, Firefox (all versions), Camino
ff2 - Firefox 2
ff3 - Firefox 3
ff3_5 - Firefox 3.5 new
opera - Opera (All versions)
opera8 - Opera 8.x
opera9 - Opera 9.x
opera10 - Opera 10.x
konqueror - Konqueror
webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
safari3 - Safari 3.x
chrome - Google Chrome
iron - SRWare Iron

EXAMPLES:
html.gecko div#header { margin: 1em; }
.opera #header { margin: 1.2em; }
.ie .mylink { font-weight: bold; }
.mac.ie .mylink { font-weight: bold; }

***********************************************************************************************/

/*------------------------------------------
// IE - All Versions - Windows
//------------------------------------------*/

/* Clearfix Method for containing floats in IE */
.ie .clearfix { display: inline-block; }  /* ... especialy for IE7 */
.ie .clearfix { display: block; }          /* ... for IE5,IE6,IE7 */
* html.ie .clearfix { height: 1%; }       /* ... for IE5 + IE6/Win */

/* Adjustment of .floatbox class for IE */
.ie .floatbox { width:100%; }
.ie div#request-form ul li label ,.ie div#request-form ul li p label { height:1%; }

/*------------------------------------------
// IE - IE6.0 - Windows 
//------------------------------------------*/

/* Adds near-native PNG support with alpha opacity in IE6 */
/* ie6 img { behavior: url("interface/js/iepngfix.htc");  } */

/* Adds ability to user :hover selector on any tag in IE6 */
.ie6 body { behavior: url("interface/js/csshover.htc"); }
.ie7 div#slideshow , .ie div.box3 div.middle, .ie7 div.box5 div.middle , .ie7 div.quote blockquote , .ie7 div.box8 div.middle , .ie7 div.box9 box9-middle-right , .ie7 div#completed-project div.section, .ie7 div.box7 div.middle, .ie7 div.widget div.content , .ie7 div#adopt-a-village div.section { height:1%;}
.ie7 div#header a.button1 { margin-top:20px; }
.ie7 div#newsletter-form.button1 .right { padding-right:10px; }
.ie7 .button1 { margin-right:3px; }
.ie7 div#newsletter-form.button1 { padding-left:20px; }
.ie7 div#newsletter-form input.submit { top:0px;}
.ie7 div#request-form ul li p.select label { margin-top:-10px; position:relative;  }
.ie7 div#sign-up-form ul li p.zip { float:left; margin-right:0px; width:150px; }
.ie7 div#our-work div.details div.column2 div.video { margin-top:-145px; position:relative; }
.ie7 div#our-work div.details div.column1 div.progress div.built-wells { top:-60px; }
.ie7 div#give-today div.description div{ margin-top:-5px; position:relative; }
.ie7 div#give-today div.description div#villages h3{ width:90px; }
.ie7 div#give-panel a.button1 { margin:-33px 0 0 39px; position:relative; }
.ie7 div#slideshow div.our-work div.description h1 {  margin-bottom:10px; }
.ie7 div#slideshow div.slide div.description h1 span.number { margin-top:-13px; }
.ie7 div.quote blockquote p span.right-quote { display:block; }

.ie6 div#slideshow div.top{ padding-top:7px;}
