@charset "utf-8";

@import "default.css"; /* default xhtml tags */
@import "layout.css"; /* website layout */
/* @import "elements.css"; /* website element's styles */
/* @import "forms.css";
/* @import "lightbox.css";



/* =
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.center {vertical-align:center;}

.clear {
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

.hide, #oldBrowserNotice, .ieSixCharDupBug {
	/* hide elements that CSS-targeted browsers shouldn't show */
	display: none !important;
}

div.left {
	float: left;
}

div.right {
 	float: right;
}

.min700px {
	min-height: 700px; /* for Opera and Mozilla */
	height: 700px;  /* for bug MSIE */
}

div[class] .min700px {
	height: auto; /* for min-heigh bug */ 
}

/* =
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body, #Layout {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #Layout {
	height: auto;
}

#pageWrapper {
	font-size: 80%;
} 

:root code {
	font-size: 120%;	
	/* monospace fonts are typically smaller that 
	'normal' fonts under Mozilla. */
}
