@charset "utf-8";
/* CSS Document */

body {
	background: #444;
	color: #ccc;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
}
a {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #CCC;
}
#container {
	margin: 1em auto 0 auto;
	position: relative;
	width: 930px;
}
#content {
	margin: 0 auto;
	text-align: center;
}
#info {
	display: none;
	margin-top: 1.5em;
}

/*** WHY ***/
.why {
	text-align: left;
	width: 400px;
}
.why h2 {
	font-size: 2.5em;
	margin-bottom: 1em;
	text-align: left;
}
.why p {
	font-size: 1.25em;
	line-height: 1.5em;
	margin-bottom: 1em;
	text-align: left;
}
/**** 2011 ****/
body#id_2011 {
	background: #205070;
}
body#id_2011 #controls {
	margin-top: 50px;
	width: 0;
}
.ui-slider-handle {
	cursor: pointer !important;
}
/**** 2010 ****/
body#id_2010 {
	background: #555;
}
body#id_2010 #controls {
	margin-top: 50px;
	width: 200px;
}
#loadingimage {
	margin-left: 82px;
}
/**** 2009 ****/
body#id_2009 {
	background: #444;
	sbackground: #fff url(../images/bg_2009.png) repeat-x left top;
}

/**** 2008 ****/
body#id_2008 {
	background: #444;
}

/**** 2007 ****/
body#id_2007 {
	background: #444;
}

/**** Clock ****/
#controls {
	float: left;
	width: 160px;
}
#controls h2 {
	font-size: 2.5em;
	line-height: 1.2em;
	margin-bottom: 2em;
}
.eyes, .face {
	height: 600px;
	width: 590px;
}
.face {
	margin: 0 auto;
	position: relative;
}
.eyes {
	left: -2px;
	position: absolute;
	top: 0;
}
.iii, .vi, .ix, .xii {
	background: url(../images/clock/numbers.png);
	height: 50px;
	position: absolute;
	width: 50px;
}
.iii {
	background-position: 0 150px;
	left: 560px;
	top: 280px;
}
.vi {
	background-position: 0 100px;
	bottom: -5px;
	left: 270px;
}
.ix {
	background-position: 0 50px;
	left: -5px;
	top: 280px;
}
.xii {
	background-position: 0 0;
	left: 270px;
	top: -5px;
}

/**** FOOTER ****/
#footer {
	margin-top: 2em;
	text-align: center;
}

/**** FLAT NAVIGATION ****/
.flatnav {
	padding:0;
	margin:0 0 1.5em;
}
.flatnav li {
	display:inline;
	padding:0;
	margin:0;
}
.flatnav li.active a {
	font-weight: bold;
	text-decoration: none;
}
.flatnav li:before {
	content:"| ";
}
.flatnav li:first-child:before {
	content:"";
}
/*IE workaround*/	
/*All IE browsers*/
* html .flatnav li {
	border-left:1px solid #000;
	padding:0 .4em;
	margin:0 .4em 0 -.4em;
}
/*Win IE browsers - hide from Mac IE\*/
* html .flatnav {
	height:1%;
}
* html .flatnav li {
	display:block;
	float:left;
}	
/*End hide*/	
/*Mac IE 5*/
* html .flatnav li:first-child {
	border-left:0;
}
