@charset "UTF-8";
/*

Theme Name: Дарваїв Кут
Theme URI:
DescriptionDescription: Шаблон для садиби Дарваїв кут
Version: 1.0
Author: Antsupov Oleksii
Author URI: https://antsoleksa.com/

Copyright &copy; 

	* Gridless version 2.0

	* Credit is left inline and big thanks to Nicolas Gallagher and Jonathan Neal

	* Across this document we use safe CSS hacks: http://mathiasbynens.be/notes/safe-css-hacks
	* Selectors beggining with an underscore (_selector: property) target only IE6
	* Selectors beggining with an asterisk (*selector: property) target only IE6 and IE7
*/




/* HTML5 display definitions
---------------------------------------- */


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
	display: block;
}

/* Corrects inline-block not defined in IE6/7/8 and FF3 */
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

/* Ensures content is hidden from all presentations, including screenreaders */
[hidden] {
	display: none;
	visibility: hidden;
}

/* Base structure
---------------------------------------- */

/*
	* The body will work like a 'div#wrapper' (for this to work, the 'body' needs to have a set width)

	* To add a background to the PAGE, set it in the 'html' element
	* To add a background to the WRAPPER, set it in the 'body' element
*/
html {
	height: 100%;
	font-size: 100%;
	overflow-y: scroll; /* Force a scrollbar in non-IE */
	-webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
	-ms-text-size-adjust: 100%;
	font-family: 'Ruslan Display', cursive;
}

body {
	margin: 0 auto;
	min-height: 100%;
}

/* Fonts settings based on the 100E2R standard: http://www.informationarchitects.jp/en/100e2r/ */
body, button, input, select, textarea {
	font: 0.9em/1.625 Arial, sans-serif;
	color: #222; /* Full black on white is too much contrast, #222 is a better default */
}

/* Add and/or remove tags as your baseline grid needs */
p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu, h4, h5, h6, img, figure, figcaption, button, hr {
	margin: 0 0 1.625em;
}

/* Headings/small
---------------------------------------- */

/*
	* Font sizes are based on the golden ratio of 16
	* See this for the modular scale: ow.ly/5jGl6
	* Line-heights and margins are adjusted to keep a 26px (1.625em) vertical rhythm across elements 
*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ruslan Display', cursive;
	font-size: 1em;
	font-weight: 300;
	color: #76412f;
	text-shadow: 0px 1px 1px #fff;
	-moz-text-shadow: 0px 1px 1px #fff;
}

h1 {
	font-size: 3.25em; 
	line-height: 1.1471em;
	margin: 0 0 0.3824em;
}

h2 {
	font-size: 2.625em; 
	line-height: 1.2381em;
	margin: 0 0 0.619em;
}

h3 {
	font-size: 1.625em; 
	line-height: 1em;
	margin: 0 0 1em;
}

small {
	font-size: 0.725em; 
	margin: 0 0 2.6em;
}

/* Preformatted text and code
---------------------------------------- */

/* Allows line wrapping of 'pre' */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

pre, code, kbd, samp {
	font: 1em/1.625em Menlo, Consolas, 'DejaVu Sans Mono', Monaco, 'Courier New', Courier, monospace;
}

/* Tables
---------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background: transparent;
	vertical-align: baseline;
}

th {
	text-align: left;
}

tr, th, td {
	padding-right: 1.625em;
}

#content table {
	text-align: left;
}
#content tr th,
#content thead th {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
	background-color: #eedabf;
	vertical-align: middle;
	line-height: 12px;
	border: 1px solid #c3d0b2;
}
#content tr td {
	border: 1px solid #c3d0b2;
	padding: 4px 10px;
}

#content tr.odd td {
	background: #eedabf;
}


#content table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
}

#content td, #content th
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    border-style: solid;
}


/* Forms
---------------------------------------- */

form {
	margin: 0;
}

fieldset {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

legend {
	border: 0;
	*margin-left: -7px;
}

button, input, select, textarea {
	vertical-align: baseline;
	*vertical-align: middle;
}

button, input {
	line-height: normal;
	*overflow: visible;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7 */
table button, table input {
	*overflow: auto;
}

/* Quotes
---------------------------------------- */

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

blockquote, q, cite {
	font-style: italic;
}

blockquote {
	padding-left: 1.625em;
	border-left: 1px solid #ddd;
}

blockquote > p {
	padding: 0;
}

/* Lists
---------------------------------------- */

ul, ol {
	list-style-position: inside;
	padding: 0;
}

li ul, li ol {
	margin: 0 1.625em;
}

dl dd {
	margin-left: 1.625em;
}

/* Links
---------------------------------------- */

a, a:visited {
	text-decoration: none;
	color: #76412f;
}

a:hover {
	border-bottom: 1px solid;
}

a:focus {
	outline: thin dotted;
}

/* Better CSS outline suppression: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: none;
}

/* Figures
---------------------------------------- */

figure {
	margin: 0;
}

/* Embedded content
---------------------------------------- */

img, object, video {
	max-width: 100%; /* Automatically scales images larger than the container. Consider this first: http://unstoppablerobotninja.com/entry/fluid-images/ */
	/* _width: 100%; /* IE6 doesn't support max-width, so we just use width. If the image is larger than the container, just uncomment this. If it is smaller than the container, uncomment and change the 100% value to an absolute one */
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic; /* Improve IE's resizing of images: css-tricks.com/ie-fix-bicubic-scaling-for-images */
}

/* Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
	overflow: hidden;
}

/* Abbreviations
---------------------------------------- */

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

/* Marked/inserted/deleted text
---------------------------------------- */

mark {
	background: #ff0;
}

ins {
	text-decoration: none;
	background: #ff9;
}

del {
	text-decoration: line-through;
}

/* Others
---------------------------------------- */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #ddd;
}

strong, b, dt {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

var, address {
	font-style: normal;
}

/* Position 'sub' and 'sup' without affecting line-height: gist.github.com/413930 */
sub, sup {
	font-size: 0.625em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Helper classes
---------------------------------------- */

/*
	* Micro clearfix hack, more semantically titled with 'group'
	* Source: nicolasgallagher.com/micro-clearfix-hack/
*/
.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	*zoom: 1;
}







/*Based on TwentyTen */

/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: 10px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width:960px;
	border: solid 2px #eedabf;
}

#content .attachment img {
	max-width: 960px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-left: 0px; 
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	text-align: center;
	margin-bottom: 20px;
}
#content .wp-caption img {
	margin: 0;
	padding:0;
}

#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #eedabf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
	margin-bottom: 10px;
}

#content .gallery br+br {
	display: none;
}







/* Primary styles
---------------------------------------- */




body {
	background: #fff url(/wp-content/themes/kut/images/wood.jpg) center top;
}
	

.clear{
	clear: both;	
	overflow: hidden;
	height: 0px;
}



#header {
	margin: 0 auto 0;
	width: 100%;
}


#header  a:hover {
	border-bottom: 0;
}

 #logo  {
	display: block;
	margin: 10px auto 0;
	z-index: 40;
	float: none;
	position: relative;
	background: transparent url(/wp-content/themes/kut/images/kut.png) center top no-repeat;
	width: 225px;
	height: 130px;
}


#navigation {
	width: 100%;
	heiht: auto;
	float: none;
	font-size:20px; 
	font-family: 'Ruslan Display', cursive;
	text-transform: uppercase; 
	font-weight:300;
	text-shadow: 0px 1px 1px #fff;
	-moz-text-shadow: 0px 1px 1px #fff;
	text-align: center;
	position: relative;
}


#navigation li, #navigation ul, #navigation ul li {display: inline-block; list-style:none;line-height:40px;padding:0;border:0;margin:0 0 0 0; }
#navigation a {display:block;color:#76412f; text-decoration:none;padding:0px 10px;}



#navigation li:hover a, #navigation li.sfhover a {color:#aa2e09} 

#navigation .current_page_item  a {color: #aa2e09; text-shadow: 0px 1px 1px #fff;}

#navigation .current_page_item  a:hover {color: #aa2e09; text-shadow: 0px 1px 1px #000;}


	/* SEARCH */

#search {
	width:250px;
	margin:0 auto 0;
	position: relative;
	display: block;
	height: 23px;
}

#searchbox {
	font-size:12px;
	line-height: 23px;
	background-color: transparent; 
	color:#444; 
	border: 1px solid #444;
	height:23px; 
	float: right;
	clear: none;
	font-family: Arial, Helevetica, sans-serif; 
	border-radius: 5px;
	-moz-border-adius: 5px;
	width: 250px;
	padding-left: 5px;
	}


.searchsubmit {
	width:16px; 
	height:16px; 
	border:none;
	background: transparent url("/wp-content/themes/kut/images/search.png") center center no-repeat; 
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 5px;
}

#nav  #crumbs {
	display: none;
}

#nav {
width: 100%;
margin-top: 40px;
height: 30px;
}




/* Slideshow */



#baners{
	margin-bottom: 30px;
}
 
 
 #baners ul li,  #rslides ul li  {
	list-style: none;
 }

 #rslides a, #rslides a:hover, #baner a, #baner a:hover {
	border-bottom: 0;
 }
 
#baner {
width: 100%;
height: auto;
position: relative;
float: left;
}

#rslides {
  position: relative;
  list-style: none;
  
  width: 100%;
  padding: 0;
  margin: 0;
    border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
  }

#rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

#rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

#content #rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
 	 border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
  }




.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("/wp-content/themes/kut/images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("/wp-content/themes/kut/images/themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  margin-top: 10px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 13px;
  height: 13px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #75402f;
/*  background: rgba(0,0,0, .8); */
  }







#baners img, #rslides img  {
   	border-radius: 5px;
	-moz-border-adius: 5px;
	height: auto;
	box-shadow: 0px 4px 12px #000;
   -webkit-box-shadow: 0px 4px 12px #000;
   -moz-box-shadow: 0px 4px 12px #000;
   	
}






ul#slidemenu{
	z-index: 65;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

#slidemenu li{
	/* Every thumbnail is a li element */
	
	list-style:none;
	display:inline-block;

	overflow: hidden;
}

#slidemenu li a
{
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 5px #000;
	-moz-text-shadow: 1px 1px 5px #000;
	text-decoration: none;
	}


#slidemenu li a{
	color: #cacaca;
	text-decoration: none;
}

#slidemenu li a:hover {
	color: #75402f;
	text-decoration: none;
	border-bottom: none;
}

	
#slidemenu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	text-decoration: none;
	

}

#slidemenu li.act a, li.act:hover  a{
	/* The active state of the thumb */
	cursor:default;
	color: #75402f;
	text-decoration: none;
}


#home h2 {
	font-size: 20px;
}









  
#footer {
	min-height: 100px;
	color: #76412f;
	margin-top: 20px;
	width: 100%;
	background: transparent url("/wp-content/themes/kut/images/footer.png");
	border-top: solid 1px #dcbe97;
	box-shadow: -2px 0px 4px 3px #dcbe97;

}

#footer p { 
	text-align: center;
}

#footer_menu {
	width: auto;
	margin:0 auto 0;
	position: relative;
	font-family: 'Ruslan Display', cursive;
	font-weight:300;
	text-align: center;
}


#footer_menu li, #footer_menu ul, #footer_menu ul li {display: inline-block; list-style:none;line-height:40px;padding:0;border:0;margin:0 0 0 0; }
#footer_menu a {display:block;color:#76412f; text-decoration:none;padding:0px 10px; font-size: 1.4em;}

	
#footer_menu a:hover, #footer_menu li.current-menu-item  a
 {
	border-bottom: solid 1px #76412f;
	color: #76412f;
}

#footer_menu li.current-menu-item  a:hover {
border-bottom: 0;
color: #5b3021;
}
	
#footer #kontakty {
	margin-top: 10px;
	margin-bottom: 10px;
}



.gallery a:hover, #footer #licz a:hover, #portfolio .thumb a:hover, .post_thumb a:hover, #baner  a:hover {
	border-bottom: none;
}



#content .gallery .gallery-item, #portfolio .thumb {
	float: left;
	margin-top: 0;
	text-align: center;
}


#content .gallery img,  .post_thumb img  {
	border-radius: 5px;
	padding: 0px;
	border: none;
}



#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
	margin-bottom: 10px;
}

#content .gallery br+br {
	display: none;
}


#content {
width: 100%;
margin-bottom: 50px;
min-height: 400px;
}

#baners{
	width: 100%;
	margin-bottom: 30px;
}

#baner {
	width: 100%;
	height:auto;
	}	



#home {
	width: 100%;
}

.sidebar {
	width: 100%;
	margin-top: 20px;
}

.widget_title {
	background-color: #76412f;
	color: #eedabf;
	padding: 5px 15px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	font-weight:regular;
	margin: 10px 0 10px;
	text-shadow: 0px 1px 1px #50291b;
	-moz-text-shadow: 0px 1px 1px #50291b;
}




.wrapper {
	width:80%;
	margin:0 auto 0;
	position: relative;
}



#home h1, #news h1 {
	font-size: 24px;
}

#home h1 a:hover, #news h1 a:hover {
	border-bottom: 0;
	color: #D0442E;
}



.entry  .post_thumb { 
	float: left;
	margin-right: 10px;
}

.entry h2 {
	display: inline;
	font-size: 20px;
	font-weight: bold;
}

.post_thumb a:hover img  {

}


.data {
	display: inline;
	color: #eedabf;
	font-size: 12px;
	background-color: #76412f;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 3px 5px 2px 5px;
} 


.more {
float: right;
border-bottom: solid 1px #76412f;
margin-top: 10px;
margin-bottom: 20px;
}




/* Media queries
---------------------------------------- */

/* The media queries included in here are only placeholder. Modify them as your content requires */

@media only screen and (min-width: 480px) {
	/* Wide mobile (480px+) styles go here */

	


.wrapper {
	width:80%;
	margin:0 auto 0;
	position: relative;
}

#navigation, .sidebar {
	width: 100%;
}

#home, #home div {
	width: 100%;
}

.sidebar
{
	width: 100%;
}




#footer {
	color: #76412f;
	margin-top: 20px;
	width: 100%;

}


}

@media only screen and (min-width: 768px) { 
	/* Tablets/netbooks (768px+) styles go here */

	
.wrapper {
	width:80%;
	margin:0 auto 0;
	position: relative;
}


	



#home {
	width: 100%;
}

#home div {
	width: 30%;
	float: left;
	text-align: center;
	padding: 5px;
}



.sidebar
{
	width: 100%;
}



#footer {
	color: #76412f;
	margin-top: 20px;
	width: 100%;

}
	
	
	

	
	
	
	}

@media only screen and (min-width: 1024px) { 
	/* Desktops (1024px+) styles go here */
	
#logo  {
	float: left;
	z-index: 40;
	margin: 10px 20px 20px 0px;
}


#navigation {
	width: 690px; 
	height: 40px;
	float: left;
	text-align: left;
	margin-top: 55px;
	}

	.wrapper {
	width:960px;
	min-width:960px;
	margin:0 auto 0;
	position: relative;
}

#home {
	width: 100%;
}

#home div {
	width: 310px;
	float: left;
	margin-right: 10px;
	text-align: center;
	padding: 0px;
}


/* sidebar */
.sidebar {
	width: 200px;
	margin-left: 10px;
	margin-top: 0;
	float: right;
}



	



#nav  {
display: block;
width: 100%;
height: 30px;
position: relative;
margin: 5px 0 5px 0px;
clear: both;
}


	/* BREADCRUMBS */

#nav #crumbs {
display: block;
font-family: Arial, sans-serif;
font-size: 10px;
padding: 0;
margin: 0;
width: 800px;
min-height: 23px;
color: #555;
float: left;
margin-top: 4px;
}

#crumbs a {
	margin: 0;
	color: #787c81;
	-moz-text-shadow: 1px 1px 0 #fff;
   text-shadow: 1px 1px 0 #fff;
   text-decoration: none;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-bottom: 5px;
	border-bottom: 0;
}

#crumbs a:hover {
color: #a4a8ae;
text-decoration: underline;
}

#crumbs .sep {
	color: #bcbfc4;
}

#crumbs .trail-end {
	color: #000;
}



	/* SEARCH */

#search { 
	width: 195px;
	display: block;
	float:right;
	height: 23px;
	margin: 0;
	padding: 0;
}

#searchbox {
	font-size:12px;
	line-height: 23px;
	background-color: transparent; 
	color:#444; 
	border: 1px solid #444;
	height:23px; 
	float: right;
	clear: none;
	font-family: Arial, Helevetica, sans-serif; 
	border-radius: 5px;
	-moz-border-adius: 5px;
	width: 193px;
	padding-left: 5px;
	}


.searchsubmit {
	width:16px; 
	height:16px; 
	border:none;
	background: transparent url("/wp-content/themes/kut/images/search.png") center center no-repeat; 
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 5px;
}




#content {
width: 740px;
margin-bottom: 50px;
float: left;
}



#footer {
	color: #76412f;
	margin-top: 20px;
	width: 100%;

}






}




/* Print styles
---------------------------------------- */

/* Print styles inlined to avoid extra HTTP connection */

@media print {
	* {
		background: transparent !important;
		color: black !important; /* Black prints faster: sanbeiji.com/archives/953 */
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/* Do not show javascript and internal links */
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: ""; 
	}

	/* Printing Tables: css-discuss.incutio.com/wiki/Printing_Tables */
	thead {
		display: table-header-group;
	}

	tr, img {
		page-break-inside: avoid;
	}

	@page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}
}
