/*
	Name: KBurnalizer
	Author: Rui Pereira
	URI: http://iRui.ac/cool-stuff/kburnalizer

	This work is licensed under a Creative Commons License
	http://creativecommons.org/licenses/by/2.5/
*/

.kb-viewport {
	position: relative;
	display: block;
	background-color: #000;
	border: 1px solid #000;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.kb-image {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

.kb-text-area {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-color: #000;	
	opacity: 0.5;
	filter: alpha(opacity=50);
	height: 20px;
}

.kb-text {	
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;	
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-variant: small-caps;
	font-size: 16px;
}

.kb-irui-text {	
	position: absolute;
	right: 0px;
	bottom: 0px;	
	text-align: right;
	background-color: #000;	
	height: 20px;
	vertical-align: bottom ! important;
	font-size: 14px;
}

.kb-counter-text {	
	position: absolute;
	left: 0px;
	bottom: 0px;	
	text-align: right;	
	height: 20px;
	vertical-align: bottom ! important;
	font-size: 14px;
}


.kb-irui-text a, .kb-counter-text a {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #fff ! important;
	font-size: 8px;
	font-weight: bold;
	text-decoration: none;
}

.kb-irui-text a:hover, .kb-counter-text a:hover {
	text-decoration: none ! important;
}


.kb-load-bar {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 1%;
	background-color: #00F;	
	opacity: 0.5;
	filter: alpha(opacity=50);
	height: 20px;
}
