@charset "utf-8";
/* CSS Resets */
* { 
    padding:0; 
    margin:0;
    outline: none;
	color:#000000;
}

.container{
	width:960px;
	margin: 0 auto;}
 
/* type */
@font-face {
	font-family: texgyreheros;
	src: url('http://kasadekriz.com/fonts/texgyreheroscn-regular-webfont.eot');
	src: local('‚ò∫'),
			 url('http://kasadekriz.com/fonts/texgyreheroscn-regular-webfont.woff') format('woff'),
			 url('http://kasadekriz.com/fonts/texgyreheroscn-regular-webfont.ttf') format('truetype'),
			 url('http://kasadekriz.com/fonts/texgyreheroscn-regular-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
}

h1{
	font-family: texgyreheros;
}

h2{
	font-family: texgyreheros;
}

h3{
	font-family: texgyreheros;
}

h4{
	font-family: texgyreheros;
}

h5{
	font-family: texgyreheros;
}

h6{
	font-family: texgyreheros;
}

p{
	font-family: texgyreheros;
}

p.ktitle{
	font-family: texgyreheros;
	font-size:30px;
}

 
/* Navigation */


.logo{
	width:100px;
	float:left;
}

#kdktype{
	float:left;
	width:150px;
	height:40px;
	margin-top:25px;
	margin-left:20px;
}

.nav{
	float:right;
	margin-top:35px;
}

nav ul {
	margin-top:35px;
	text-align:center;
	float:right;
}

ul { 
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul li {
	display:inline;
	margin-bottom:0px;
	margin-right:10px;
	margin-top:5px;
}


ul li a { font-family:texgyreheros;
	color:#000000;
	text-decoration:none;
}

ul li a:hover {
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

li {font-family:texgyreheros;
}

#headline{
	height:1px;
	background-color:#000000;
	margin-top:20px;
}

/* Main */
body {
    background-color: #ffffff;
}

#header {
    padding-top: 30px;
	margin-bottom:50px;
}

#main {
	clear:both;
	overflow:auto;
	margin-top:20px;
}

ul .designcolum{ 
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.designcolumn{
	width:287px;
	float:left;
	margin-right:49px;
	margin-top:10px;
	margin-bottom:10px;
}

.designcolumnl{
	width:287px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}

#leftcontent {
	float: left;
	width: 675px;
}

#sidebar {
	float: right;
	width: 250px;
}

.aboutcontent {
	float: left;
	width: 675px;
}

.abouticon {
	float: right;
	width: 250px;
}


/** Slider **/
#slider-wrapper {
	width:675px;
	clear:both;
	float:left;
}

#slider {
	position:relative;
    width:675px;
	background:url(http://lafundita.com/images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(http://kasadekriz.com/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
} 

/* Input */
input {
	padding: 5px;
	width:500px;
	margin-bottom:10px;
	color:#3f3f3f;
	background-color:#e7e7e7;
	border:none;
	font-size:12px;
}

textarea {
    padding: 5px;
	margin-bottom:10px;
	max-width:500px;
	width:500px;
	min-height:200px;
	height:100%;
	color:#3f3f3f;
	background-color:#e7e7e7;
	border:none;
	font-size:12px;
}

input[type=submit] {
	font-size:12px;
	margin-bottom:10px;
	color:#3f3f3f;
	width:510px;
}

/* Footer */

.clear{
   clear: both;
}

#footline {
	clear:both;
	margin-top:20px;
	background-image:url('http://kasadekriz.com/images/footer_line.jpg');
	background-repeat:repeat-x;
	height:60px;
}

#footer {
    clear:both;
	margin-bottom:20px;
	margin-top:50px;
	text-align:center;
}


/* General */
a { font-family:texgyreheros;
	color:#000000;
	text-decoration: underline;
}


a:hover {
	font-family:texgyreheros;
	color:#767676;
}

.title {
	margin-bottom:5px;
}

.clear-both {
	clear:both;
}

img{border:0px;
}

hr{
	border:1px solid #000000;
}

hr.designhr{
	border:1px solid #000000;
	clear:both;
	margin-top:10px;
}

hr.thick {
	border:5px solid #000000;	
}


::selection {
   background: #000000; /* Safari */
        color: #ffffff;
   }
::-moz-selection {
   background: #000000; /* Firefox */
        color: #ffffff;
   }
   
