@charset "UTF-8";
/* CSS Document */

/* Body */
body {
	margin: 0;	
	padding: 0;
	font: 9px Monaco, trebuchet MS;
	background: #333 url(../images/bg.jpg);
	color: #797B77;
}
/* Container */
.container {
	height: 1800px;
}
a {
	font-family: 'Roboto', sans-serif; font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #999999;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000;
}

a:hover {
	color:aqua;
	text-decoration: none;
}
.nav {
	color: #797B77;
	line-height: 20px;
	text-decoration: underline;
}
.nav:hover {
	background-color: rgba(0,0,0,0.3);
	color: #FFF;
	transition: all 0.3s linear;
}
.tk-delve-hand {
	font-family: "delve-hand";
	font-size: 25px;
	line-height: 20px;
	color: #999;
	text-decoration: underline;
	text-shadow: 1px 1px 0px #000;
}
.tk-delve-hand:hover {
	color: #FFF;
	transition: all 0.3s linear;
}
.tk-ff-enzo-web {
	font-family: "ff-enzo-web";
}
.cvln-header {
	font-size: 18px;
	text-shadow: 1px 1px 0px #000;
	color: #AAA;
	font-weight: bold;
	text-transform: uppercase;
}
.cvln-main {
	font-size: 18px;
	text-shadow: 1px 1px 0px #000;
	color: #AAA;
}
.cvln-main-altChar {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 18px;
	text-shadow: 1px 1px 0px #000;
	color: #AAA;
}
.cvln-sub {
	font-family: "ff-enzo-web";
	font-size: 16px;
	text-shadow: 1px 1px 0px #000;
	color: #AAA;
}
.nav-cvln {
	font-size: 18px;
	text-shadow: 1px 1px 0px #000;
	color: #AAA;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
.nav-light-green {
	color: #C2FFD7;
	font-family: "ff-enzo-web";
	font-size: 16px;
	text-shadow: 1px 1px 0px #000;
}
.nav-cvln:hover {
	color: #FFF;
	transition: all 0.3s linear;
}
.nav-cvln-sub {
	font-size: 16px;
	text-shadow: 1px 1px 0px #000;
	color: #AAA;
	text-decoration: underline;
}
.nav-cvln-sub:hover {
	color: #FFF;
	transition: all 0.3s linear;
}
.verDiv20 {
	height: 20px;
	float:none;
}
.verDiv40 {
	height: 40px;
	float:none;
}