/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* CSS Document */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
h1, #footer { behavior: url(iepngfix.htc); }
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */

*{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
	font-size: 12px;
	margin-top: 0px;
}

body {
	height: 100%;
	min-height: 100%;
	text-align: center;
}

#container {
	width: 800px;
	margin: 0px auto;
	position: relative;
	overflow: auto;
	min-height: 100%;
	letter-spacing: 1px;
}

* html #container{
	height: 100%;
}

#header {
	width: 800px;
	height: 100px;
	padding-top: 10px;
}

h1 {
	color: #000000;
	font-size: 1px;
	height: 100px;
	margin: 0px 150px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* warnings */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */

#warning {	
	color: #777777;
	padding: 10px;
	margin: 60px 0px 30px 0px;
	font-size: 0.95em;
	text-align: center;
	background-color: #E8E8E8;
	border: solid #999999 2px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* themes divs */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */

#themes {
	position: absolute;
	bottom: 12px;
	left: 5px;
}

.whiteSite, .blackSite, .redSite {
	width: 0px;
	margin: 0px 2px;
	padding: 2px 9px;
	border: solid 1px #999999;
}

.whiteSite {
	background-color: #FFFFFF;
}

.blackSite {
	background-color: #000000;
}

.redSite {
	background-color: rgb(100,20,20);
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* tooltip divs */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tooltip {
	position: absolute;
	z-index: 2000;
	border: 1px solid #999999;
	background-color: #EEEEEE;
	padding: 5px;
	color: #333333;
	font-size: 1.2em;
	font-family: Verdana, Arial;
}

#tooltip h3, #tooltip div { margin: 0; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* badges divs */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
#badges {
	position: absolute; 
	bottom: 40px; 
	right: 10px;	
}

.badge {
	float: left;
	margin: 5px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* news divs */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sideBar {
	width: 250px;
	float: right;	
	margin: 10px 20px 10px 0px;
}

.rssLink {
	float: right;
	margin: 10px;
}

#loader {
	margin-top: 100px;
	position: relative;	
}
