@charset "utf-8";

/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

body {
	background: #303030 url(layout/black/body-bg.png) repeat-x top left;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

p {
	padding: 0;
	margin: 0;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

#content_row {
	width: 100%;
	width: 810px;
	margin: 0 auto;
}

#logo {
	height: 132px;
	width: 521px;
	text-align: center;
	padding-top: 37px;
	padding-bottom: 30px;
	margin: 0 auto;
}

#logo img {
	height: 132px;
	width: 521px;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 30px;
	margin: 0 auto;
}

#timer {
	height: 300px;
	width: 553px;
	padding-right: 135px;
	padding-left: 120px;
	background: url(layout/black/timer-bg.png) no-repeat 50% 0%;
	text-align: center;
	position: relative;
}

#timer p.mess {
	margin: 0 AUTO
	text-shadow: #999 0px 1px 1px;
	color: #797979;
	letter-spacing: 2px;
	width: 98%;
}

#progresbar-bg {
	width: 10px;
	padding: 0 9px 0 8px;
	height: 272px;
	background: url(layout/black/progresbar-bg.png) no-repeat 50% 0%;
	float: left;
}

#progresbar-bar {
	margin-top: 8px;
	float: left;
	width: 10px;
	height: 253px;
	position: relative;
	top: 0;
	background: url(layout/black/progresbar.gif) no-repeat 50% 0px;
}

#procent {
	position: absolute;
	height: 31px;
	width: 75px;
	background: url(layout/black/procent-bubble.png) no-repeat top left;
	padding-top: 5px;
	left: 53px;
	font-size: 21px;
	color: #FFF;
	font-weight: bold;
}

#procent span {
	font-size: 14px;
	margin-left: 2px;
}

#countdown {
	float: right;
	padding-top: 30px;
	width: 500px;
	padding-bottom: 3px;
}

#countdown span {
	width: 120px;
	height: 84px;
	padding-left: 5px;
	display: block;
	float: left;
	font-weight: bold;
	background: url(layout/black/counter-bg.gif) no-repeat 0 0;
}

#countdown span.text {
	width: 112px;
	height: 18px;
	padding-left: 8px;
	padding-top: 6px;
	text-align: left;
	font-size: 14px;
	color: #898988;
	background: none;
}

#countdown span.number {
	width: 95px;
	height: 55px;
	padding-right: 20px;
	text-align: right;
	font-size: 45px;
	color: #111111;
	background: none;
}

ul {
	float: right;
	width: 485px;
	padding: 20px 10px 10px 5px;
	margin: 0;
	list-style: none;
}

ul li {
	float: left;
}

ul li a {
	width: 41px;
	height: 41px;
	display: block;
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
}

ul li a#twitter {
	background-image: url(layout/black/twitter.png);
}

ul li a#rss {
	float: right;
	background-image: url(layout/black/rss.png);
}

ul li p {
	float: left;
	font-size: 12px;
	width: 393px;
	line-height: 22px;
	color: #6b6e70;
}

ul li span {
	font-size: 24px;
}


/*footer*/

div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: url(layout/black/footer-bg.png) repeat-x 0 0;
	height: 25px;
	padding-top: 5px;
	color: #616161;
	font-size: 11px;
}

.tipsy {
	
}

.tipsy-inner {
	max-width: 200px;
	text-align: center;
}

.tipsy-east {
	background-image: url(layout/black/tooltip-right-arrow.gif);
	background-position: center right;
	padding-right: 4px;
}

.tipsy-west {
	background-image: url(layout/black/tooltip-left-arrow.gif);
	background-position: left center;
	padding-left: 4px;
}

.tipsy-inner span {
	border: 1px solid #4a4a4a;
	background-color: #000;
	padding: 2px 4px;
	float: left;
	color: #919191;
	font-size: 11px;
}

.tipsy-inner span.east {
	border-right: 0px none;
}

.tipsy-inner span.west {
	border-left: 0px none;
}