html, body {
	font-family: 'DejaVu Sans',Arial,Helvetica,sans-serif;
	font-size:14px
}
.backtop {
	z-index:2;
	top:0px;
	left:0px;
	right:0px;
	height: 80px;
	position: absolute;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+27,f8b500+29,f9c84a+100 */
	background: #fceabb; 
	background: -moz-linear-gradient(left, #fceabb 0%, #fccd4d 430px, #f8b500 433px, #f9c84a 100%);
	background: -webkit-linear-gradient(left, #fceabb 0%,#fccd4d 430px,#f8b500 433px,#f9c84a 100%); 
	background: linear-gradient(to right, #fceabb 0%,#fccd4d 430px,#f8b500 433px,#f9c84a 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#f9c84a',GradientType=1 ); 
}
.backtop > div {
	z-index:0;
	top:0px;
	left:0px;
	right:0px;
	height: 30px;
	position: absolute;
	background-image: url('../images/ktdelogo.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100px 50px;
	border-right: solid transparent 20px;
	font-size: 40px;
	padding-top: 15px;
	padding-bottom: 35px;
	padding-left: 30px;
	font-family: 'DejaVu Sans',Arial,sans-serif;
	color:#9c5608;
}
.backtop .logo {
	z-index:0;
	top:0px;
	left:10px;
	right:0px;
	bottom: 0px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left center;
}
.backtop .withlogo::before {
	content: "\a0\a0\a0\a0";
}
.backbottom {
	z-index:2;
	bottom:0px;
	left:0px;
	right:0px;
	background-image: url('images/backbottom.png');
	background-size: 100% 50px;
	height: 50px;
	position: absolute;
}
.backbottom .date {
	bottom:10px;
	color:#ffffff;
	text-decoration:none;
	font-family: 'DejaVu Sans',Arial,sans-serif;
	font-size:12px;
	position:absolute;
	right:15px;">
}
.backbottom .permalink {
	bottom:10px;
	color:#ffffff;
	text-decoration:none;
	font-family: 'DejaVu Sans',Arial,sans-serif;
	font-size:12px;
	position:absolute;
	left:15px;">
}
.backbottom .permalink:hover {
	text-decoration:underline;
}
.placer {
	min-width:600px;
	min-height:300px;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
.contentbox {
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	overflow-x:auto;
}
.content {
	margin-top:80px;
	margin-left:70px;
	margin-right:20px;
	margin-bottom:50px;
}
.tile {
	position:relative;
	height:180px;
	width:200px;
	display:inline-block;
}
.ktde-hover-button {
	cursor:pointer;
}
.ktde-hover-button .hoverback {
	z-index:0;
	background: #fceabb;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-repeat: no-repeat;
	background-position: center center;
}
.ktde-hover-button .hoverback .inner {
	z-index:0;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	background: #fccd4d;
	opacity:0;
	background-repeat: no-repeat;
	background-position: center center;
}
.ktde-hover-button:active .hoverback .inner {
	background-color: #f9c84a;
}	
.ktde-hover-button:hover .hoverback .inner,
.ktde-hover-button:focus .hoverback .inner {
	opacity:1;
}
.ktde-hover-button-inv {
	cursor:pointer;
}
.ktde-hover-button-inv .hoverback {
	z-index:0;
	background:#9c5608;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-repeat: no-repeat;
	background-position: center center;
}
.ktde-hover-button-inv .hoverback .inner {
	z-index:0;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	background: #fccd4d;
	opacity:0;
	background-repeat: no-repeat;
	background-position: center center;
}
.ktde-hover-button-inv:active .hoverback .inner {
	background-color: #f9c84a;
}	
.ktde-hover-button-inv:hover .hoverback .inner {
	opacity:1;
}

.tile .circle {
	position:absolute;
	top:25px;
	left:40px;
	right:40px;
	bottom:35px;
}
.tile .circle div {
	border-radius: 50%;
}
.tiletext {
	opacity:1;
}

.tiletext {
	position:absolute;
	left:0px;
	right:0px;
	bottom:5px;
	color:#9c5608;
	font-size:16px;
	text-align: center;
}

h1,h2,h3,h4,h5,h6,p {
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	clear:both;
	margin-top:6px;
	margin-bottom:4px;
}
h1 {
	font-size:22px;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:16px;
	margin-left:6px;
}

h5 {
	font-size:16px;
	margin-left:12px;
}

h6 {
	font-size:16px;
	margin-left:18px;
}
h4 + p, h4 + p + p, h4 + p + p + p {
	margin-left:6px;
}
h5 + p, h5 + p + p, h5 + p + p + p {
	margin-left:12px;
}
h6 + p, h6 + p + p, h6 + p + p + p {
	margin-left:18px;
}

.sidemenu {
	position:absolute;
	z-index:2;
	left:-16px;
	top:100px;
}

.sidemenu a{
	display: block;
	list-style: none;
	margin-top:4px;
	background: #fceabb;
	width:64px;
	height:64px;
	position: relative;
}

.sidemenu a:hover {
	left:16px;
}

