/*
Theme Name: Ivan Kuchin site template
Theme URI: http://ivankuchin.ru/
Author: Sergey Shamray
Author URI: http://shamrays.com/
*/
*{
	margin: 0;
	padding: 0;
	outline: none;
}
body{
	background: #0e0604;
	font: 12px Arial;
}
#wrap{
	min-width: 1280px;
}
#header{
	height: 250px;
	border-bottom: 1px solid #4d2815;
	background: url(images/headerbg.png) repeat-x left top;
}
#header .logo{
	width: 400px;
	height: 210px;
	background: url(images/logo.jpg) no-repeat left top;
	display: block;
	float: left;
}
#header .ikuchin{
	width: 325px;
	background: url(images/ikuchin.png) no-repeat right top;
	float: right;
	height: 210px;
}
#header .topbg{
	height: 28px;
	clear: both;
	background: #000000 url(images/topbg.png) repeat-x left top;
}
#header .topinner{
	width: 1280px;
	margin: 0 auto;
}
#header #searchform{
	width: 375px;
	padding-top: 11px;
	float: left;
}
#searchform #s{
	border: 1px solid #362A24;
	background: #1C0C06;
	width: 232px;
	height: 18px;
	color: #594538;
	margin: 0 0 0 16px;
	float: left;
}
#searchform .submit{
	width: 23px;
	height: 20px;
	background: url(images/submit.png) no-repeat top left;
	border: 0;
	cursor: pointer;
}
#header #topnav{
	padding: 9px 0 0 100px;
}
#topnav li{
	float: left;
	list-style: none;
}
#topnav li a{
	display: block;
	height: 26px;
}
#topnav .home{
	background: url(images/home.png) no-repeat top;
	width: 122px;
}
#topnav .home:hover{
	background: url(images/home.png) no-repeat bottom;
}
#topnav .music{
	background: url(images/music.png) no-repeat top;
	width: 128px;
}
#topnav .music:hover{
	background: url(images/music.png) no-repeat bottom;
}
#topnav .albums{
	background: url(images/album.png) no-repeat top;
	width: 136px;
}
#topnav .albums:hover{
	background: url(images/album.png) no-repeat bottom;
}
#topnav .search{
	background: url(images/search.png) no-repeat top;
	width: 106px;
}
#topnav .search:hover{
	background: url(images/search.png) no-repeat bottom;
}
#topnav .autobiography{
	background: url(images/autobiography.png) no-repeat top;
	width: 204px;
}
#topnav .autobiography:hover{
	background: url(images/autobiography.png) no-repeat bottom;
}
#topnav .guestbook{
	width: 131px;
	background: url(images/guestbook.png) no-repeat top;
}
#topnav .guestbook:hover{
	background: url(images/guestbook.png) no-repeat bottom;
}
#inner{
	width: 1280px;
	margin: 0 auto;
}
#innerbg{
	background: url(images/wood.jpg) left top;
	min-height: 625px;
	float: left;
	width: 100%;
}
#sidebar{
	width: 315px;
	float: left;
	background: url(images/sidebar.png) no-repeat top left;
	margin: 9px 0 0 20px;
	padding: 20px 0 0 0;
}
#leftnav{
	width: 255px;
	background: url(images/leftnav.png) repeat-y top center;
	border-bottom: 1px solid #685750;
	min-height: 520px;
	margin:3px 0 0;
	padding-top: 10px;
}
#leftnav li{
	list-style: none;
	padding-left:25px;
	margin-bottom:3px;
}
#leftnav li a{
	text-decoration: none;
	color: #ebcc77;
	font: italic 16px Georgia;
	margin-bottom:3px;
}
#leftnav li a:hover {
	color: #fff;
}
#content{
	float: left;
	background: url(images/contentbg.png) top left;
	min-height: 520px;
	border-bottom: 1px solid #685750;
	border-left: 1px solid #685750;
	border-right: 1px solid #685750;
	width: 885px;
	margin: 3px 0 0 2px;
}
#contenttop{
	float: left;
	margin: 24px 0 75px 0;
	padding-top: 5px;
	background: url(images/contenttopbg.png) repeat-x top left;
	width: 890px;
}
#content h2{
	height: 25px;
	background: url(images/contenttitle.png) repeat-x;
	display: inline-block;
	min-width: 420px;
	margin: 0 0 0 5px;
	padding: 0 5px;
	border-bottom: 1px solid #564B3A;
	border-left: 1px solid #564B3A;
	border-right: 1px solid #564B3A;
}
#content h2 a{
	color: #E8D5B9;
	font: italic 17px Georgia;
	text-decoration: none;
}
.entry{
	color: #CEB8A8;
	padding: 20px;
}
#footer{
	height: 32px;
	background: url(images/footer.png) repeat-x left top;
	clear: both;
}
#footer .designer{
	text-align: center;
	color: #B39E93;
	display: inline-block;
	width: 100%;
	padding: 5px 0 0;
	text-decoration: none;
}
.css_guestbook_position {
	color: #CEB8A8;
}
.css_guestbook_position input, .css_guestbook_position textarea{
	background: #422D1B;
	border: 1px solid #32251B;
	color: #CEB8A8;
}
.css_post_embedded{
	background: #422D1B;
}
.head-gallery{
	width: 546px;
	height: 175px;
	margin: 0 auto;
	background: url(images/gallery.png) no-repeat bottom center;
	margin-top: 15px;
	display: table;
}
.entry-title{
	display: none;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border: 0;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #322114;
	text-align: center;
	background-color: #24160B;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 440px;
	height:112px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:680px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:16px 4px 0 0;
	padding:2px;
	width:101px;
	height:98px;
	border: 1px solid #2f2520;
	
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	float:left;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right{
	width: 53px;
	height: 137px;
	background: url(images/strelki.png) no-repeat right top;
	margin-top:2px;
}



/* left */
a.left{
	width: 53px;
	height: 137px;
	background: url(images/strelki.png) no-repeat left top;
	margin-top:2px;
}


/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


	




