/*

	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/

*/



/*

	Version 1.0 - 2006/04/09

	Version 1.1 - 2006/05/25 

	Version 2.0 - 2007/01/13

*/



.kb-viewport {
	position: relative;
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin-bottom: 10px;
}



.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: 1.1em;

}



.kb-irui-text {

	position: absolute;

	right: 0px;

	bottom: 0px;

	text-align: right;

	background-color: #000;

	visibility: hidden;	

}



.kb-counter-text {	

	position: absolute;

	left: 0px;

	bottom: 0px;	

	text-align: right;	

}





.kb-irui-text a, .kb-counter-text a {

	font: Verdana, Arial, Helvetica, sans-serif;

	color: #fff;

	font-size: 0.7em;

	font-weight: bold;

	text-decoration: none;

}





.kb-load-bar {

	position: absolute;

	left: 0px;

	bottom: 0px;

	width: 1%;

	background-color: #00F;	

	opacity: 0.5;

	filter: alpha(opacity=50);

	height: 20px;

}



#sampleviewport {

	border:5px solid #C8C866

	

}



#scviewport {

	border:5px solid #C8C866;

	text-align: right;

	float: left;

	margin-right: 15px;

}