/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 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;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 800px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	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;
}

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

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

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

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

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

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

#liker {
	position: absolute;	
	top: 190px;
	right: -500px;
	margin: 0px;
	background-image: url(../images/shade_white.png);
	background-repeat: repeat;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 5px;
	width: 225px;
}


#footer {
	float: left;
	width: 100%;
	font-size: 0.85em;
	padding: 10px 0px;
	position: relative;
	bottom: 37px;
	border-top: 2px dotted #333333;
	font-family: Verdana, Courier, monospace;
	min-width: 800px;
	height: 15px;
	background-image: url(../images/shade_white.png);
	background-repeat: repeat;
}

