/*
	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/
*/

#header_view_port {
        background: #B6AA79; 
	}

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

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

.kb-text-area {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-color: #B6AA79;
	height: 20px;
}

.kb-text {	
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;	
	font: "Century Gothic", "Lucida Console","Trebuchet;
	font-weight: bold;
	color: #B6AA79;
	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: #B6AA79;
	
}

.kb-irui-text a {
	font: "Century Gothic", "Lucida Console","Trebuchet;
	color: #B6AA79;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

.kb-load-bar {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 1%;
	background-color: #B6AA79;	
	height: 20px;
}