/*
Name: Kevinteractive Homepage
Version: 1.0
Author: Martin
Author URL: http://www.kevinteractive.sk
/* --------------------------------------------- */

/* 00 - GLOBAL ELEMENTS
/* ----------------------------------------------*/

body {
	margin:0; padding:0;
	background: #f6f5ee;
	font:0.75em "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #47474b;
	text-shadow:#fff 0 1px 0;
	border: 15px solid #F5F5F5;
	border-color:rgba( 100, 100, 100, .1 );
	overflow: hidden;
}

img {
	margin:0; padding:0;
	border:0;
}

/* 01 - TYPOGRAPHY
/* ----------------------------------------------*/

a:link, a:active, a:visited {
	color:#006699;
}

a:hover {
	text-decoration:none;
}

p {
	margin: 0 0 15px 0;
	font-size:0.8emm;
	line-height: 1.7em;
}

.meta {
	font:1.17em Georgia, "Times New Roman", Times, serif; color:#a2a29e;
}


/* 02 - MAIN STRUCTURE
/* ----------------------------------------------*/

#web {
	margin: 70px auto 100px 50px; padding:0;
	width: 750px; height:auto;
}
.fleft{ float: left; width: 50%; }
.fright{  float: right; width: 50%; }
.light{ color: #b2b2b2; }

.highlight{ background: #FFC; }
ul{ margin: 0; padding: 0; }
ul li{ margin: 5px 0 5px 20px; }


.clear{ clear: both; }

h1{ font-size: 3.0em; margin: 30px 0 30px 0; }
h1 span{ color: #c0c0c0; }
h2{ font-size: 1.3em; margin: 20px 0 10px 0; }


#old{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/old.png") top left repeat;
	z-index: 999;
	left: 0;
	top: 0;
	text-align: center;
}
#old p{ position: absolute; top: 50%; left: 50%; margin-left: -225px; margin-top: -204px; }


