/* ------------------------------------------------------------------------------
 * IE
 * 
 * 	project: 	
 * 	version: 	0.1 - 09.01.2010
 * 	author:		VOID (hugo@void.pt)
 *
 * 	[Table of Contents]
 *		1. BODY
 *		2. ELEMENTS
 *		3. FORMS
 *		4. CUSTOM
 * --------------------------------------------------------------------------- */

/* [1. BODY] ----------------------------------------------------------------- */

body { 
	text-align: 				center;
}

* html #wrapper {
	height:						100%;
}

/* [2. ELEMENTS] ------------------------------------------------------------- */

* html legend { 
	margin:						0px -8px 16px 0;
	padding:                    0;
}

sup { 
	vertical-align:				text-top;
}

sub { 
	vertical-align:				text-bottom;
}

html > body p code { 
	*white-space: 				normal;
}

hr  { 
	margin:						-8px auto 11px;
}

img { 
	-ms-interpolation-mode:		bicubic;
}

/* [3. FORMS] ---------------------------------------------------------------- */

fieldset { 
	padding-top:				0;
}

textarea { 
	overflow:					auto;
}

input.text, input.title, textarea {
	background-color:			#ffffff;
	border:						1px solid #bbbbbb;
}

input.text:focus, input.title:focus {
	border-color:				#666666;
}

input.text, input.title, textarea, select {
	margin:						0.5em 0;
}

input.checkbox, input.radio {
	position:					relative;
	top:						.25em;
}

form.inline div, form.inline p {
	vertical-align:				middle;
}

form.inline label {
	position:					relative;
	top:						-0.25em;
}

form.inline input.checkbox, form.inline input.radio,
form.inline input.button, form.inline button {
	margin:						0.5em 0;
}

button, input.button {
	position:					relative;
	top:						0.25em;
}

/* [4. CUSTOM] ---------------------------------------------------------------- */

#language {
	filter: 					alpha(opacity=50);
}