/*
Theme Name: Kavalkada
Theme URI: http://lozhkin.net/
Description: Fly into the future
Version: 1.4
Author: Dmitry@Lozhkin.net
*/

*{padding:0; margin:0;outline:none;}

html, body{
	background:#c28b52 url(img/layout_bg_v.jpg) repeat scroll top left;
	width:100%;
	height:100%;
	overflow:hidden !important;
	font-family: Tahoma, Arial, Verdana;
	}
	
a{color:#288bb6}
a:visited{color:#dd1122}

#layout{
	position:relative;
	width: auto;
	height: 100%;
	padding-right:40px;
	overflow:auto;
}

/* left column */

#left_column{
	position:absolute;
	left: 0px;
	top:0;
	width:334px;
}

#logo{
	display:block;
	text-decoration:none;
	width: 334px;
	height: 210px;
	background:transparent url(img/logo.gif) no-repeat 11px 46px;
	overflow: hidden !important;
	text-indent:-1000px;
}

#left_column ul{
	list-style:none;
}

#left_column ul li h2{
	padding: 10px 10px 10px 32px;
	color:#565656;
	font-size: 24px;
	font-family:Georgia;
	font-weight:normal;
}

#left_column ul li ul {
	padding: 5px 12px 5px 22px;
}

#left_column ul li ul li{
	padding-left: 5px;
	line-height: 21px;
}

#left_column ul li ul li ul{padding-left: 12px;}

#wp-calendar{
	text-align:center;
	margin:0 auto;
	font-size: 12px;
}

#calendar caption{
	color:#000;
	font-size: 14px;
	font-family:Georgia;
	font-weight:normal;
	border-bottom: 1px solid #622B11;
	padding-bottom: 3px;
	margin-bottom: 5px;
	text-align:right;
}

#calendar th{
	padding:0 5px;
	color: #000;
}

#calendar td{
	padding: 4px 0;
font-size: 12px;
}

.new_titles_sidebar{font-size: 12px; padding-left: 10px}


/* white page */

#white_page{
	position:absolute;
	left: 342px;
	top:40px; 
	max-width: 800px;
	padding: 140px 80px 200px 80px;
	background:#f5f5e9 url(img/paper_bg.gif) repeat-x top left;
	font-size: 14px;
	line-height:20px;
	border: 8px solid #804724;
	border-top: none;
	margin-right: 20px;
	min-width: 400px;
}


#left_corner {
	position:absolute;
	left: 342px;
	top:40px; 
	z-index: 9;
	width:99px;
	height:110px;
	background:transparent url(img/left_corner.jpg) no-repeat top left;
}
#right_corner {
	position:absolute;
	right: -8px;
	top:0px; 
	z-index: 9;
	width:99px;
	height:110px;
	background:transparent url(img/right_corner.jpg) no-repeat top left;
}

#tagline{
	font-style: italic;
	position:absolute;
	right: 70px;
	top:123px;
	text-align:right;
	width: 270px;
	z-index: 10;
	font-size: 11px;
	line-height:14px;
	color: #565656;
}

h2, h2 a, h2 a:visited {
	color:#585858;
	font-size:26px;
	font-family:Georgia;
	font-weight: normal;
	margin: 40px 0 32px 0;
	text-decoration:none;
	}
	
h2 a:hover{
	color:#585858;
	text-decoration:underline;
}


.date{
	float:left;
	width:53px;
	height:54px;
	background:#aacc11 url(img/date_bg.gif) no-repeat top left;
	margin-left: -81px;
	margin-top: 4px;
	color: #fff;
	text-align:center;
	font-size: 14px;
	font-family: Times;
	padding-top: 11px;
	line-height:16px;
}

.date strong{
	font-size: 30px;
	font-family: Times;
	font-weight:normal;

}

.date small{
	font-size: 10px;
	font-family: Tahoma;
}

.achtung{color: #FF9900; font-weight:bold;}

/* homepage */

#home_page #white_page{
	position:absolute;
	left: 20px;
	max-width: 1322px;
	min-width: 800px;
}

#home_page #left_corner {left: 20px;}

#random_horse{
	position:relative;
}

#random_horse img{border:none;}
#random_horse span{
	position:absolute;
	bottom: 5px;
	left: 5px;
	display:block;
	padding: 8px 16px;
	color: white;
	font: 21px normal normal 'Georgia', 'Tahoma';
	background: #000;
	width: 258px;
	filter:alpha(opacity=60); opacity:0.6;

}

#red_logo{
	width: 100%;
	text-align:center;
	height:76px;
	position:absolute;
	left:0;
	top: 50px;
}

/* pictures */
.pichi{
	float:left;
	max-width: 205px;
	margin-right:16px;
	padding-top: 5px;
}

.pichi li{
	display: inline;
}

.pichi li a, .pichi li a:visited, .pichi li a img {
	text-decoration:none;
	border:none;
}

/* video */
.video{
	text-align: center;
	width: 100%;
	padding-bottom: 8px;
}

.video object{z-index:0 !important;}

.cont{
	font-size:14px;
	line-height: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #c2c2b8;
	height:1%;
}
.cont:after{
	content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;}

.cont a img {
	border:none;
}

.comm, .comm-twit{
	float:right;
	width:36px;
	height:26px;
	background:#f5f5e9 url(img/comment_bg.gif) no-repeat center center;
	margin-top: -12px;
	color: #585858;
	text-decoration:none;
	text-align:center;
	font-size: 14px;
	font-family: Tahoma;
}

.comm a{
	color: #585858;
	text-decoration:none;
}

.comm-twit{
	background:#f5f5e9 url(img/blue_twitt.jpg) no-repeat center center;
}

.comm-twit a{
	display:block;
	width:36px;
	height:26px;
	overflow: hidden !important;
	text-indent:-1000px;
}


/* horse_prof */

.horse_prof{height: 1%;}
.horse_prof:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
.horse_prof span{
	display:block;
	float:right;
	margin:0;
	padding-left: 16px;
	background: #F5F5E9;
	height: 270px;
	position:relative;
	z-index:1;
	
}
.horse_prof span img{

}

.horse_prof dl{	
	width: auto;
	padding-top: 30px;
}


.horse_prof dl dt{
	border-top: 1px dotted #c2c2b8;
	color: #a15729;
	font-size: 11px;
	font-family: Tahoma;
	padding: 0;
	line-height: 6px;
}

.horse_prof dl dt.first{border:none;}

.horse_prof dl dd{
	text-align:right;
	margin: -30px 0 34px 0;
	padding: 5px 0;
}

.horse_about{
	border-bottom: 1px dotted #c2c2b8;
	margin: 10px 0;
	color: #a15729;
	font-size: 11px;
	font-family: Tahoma;
	padding: 0;
	width: 100%;
}

/* footer fixed menu */

#menu{
	position:absolute;
	left:0;
	bottom:-1px;
	height:162px;
	width:100%;
	min-width: 980px;
	z-index:2;
	background:#303030 url(img/menu_bg.gif) repeat-x top left;
		
}


#menu_center{
	text-align:left;
	min-width: 980px;
	max-width: 1400px;
	height:162px;
	background:transparent url(img/menu_center_bg.jpg) no-repeat top left;
}

#island{
	position:absolute;
	left:0;
	bottom:161px;
	height:192px;
	width:543px;
	z-index:3;
	background:transparent url(img/island_bg.jpg) no-repeat 200px 200px;
}

#minmax{
	position:absolute;
	right:17px;
	bottom:96px;
	z-index:4;
	list-style:none;
	display:inline;
}

body>#minmax{bottom:125px;}
*:first-child+html #minmax{bottom:105px;}

#maxi, #mini{
	display:block;
	width: 28px;
	height:28px;
	overflow: hidden !important;
	text-indent:-1000px;
	background:transparent url(img/mini.gif) no-repeat bottom;
	
}

#maxi {
	display: none;
	background:transparent url(img/maxi.gif) no-repeat left bottom;
	}
	
#maxi:hover, #mini:hover{background-position: left top}

#drive{
	position:absolute;
	left:216px;
	bottom:22px;
	height:14px;
	width:7px;
	z-index:4;
}

#searchform{
	position:absolute;
	left:20px;
	bottom:16px;
	height:18px;
	z-index:4;
}

body>#searchform{bottom:21px;}

#searchinput{
	border:none;
	background: #181818;
	color:#7c7b7b;
	width:140px;
}

#searchsubmit{
	border:none;
	width:25px;
	height:18px;
	background: transparent;
	overflow: hidden !important;
	text-indent:-1000px;
}

#weather img{
	position:absolute;
	z-index:2;
	left:479px;
	bottom:94px;
	height:60px;
	width:468px;
	border:none;
	text-decoration:none;
}

#rss, #let_me_in, #back_home, #search, #twitter, #livejournal {
	position:absolute;
	overflow: hidden !important;
	text-indent:-1000px;
	z-index:4;

}

#rss{
	left:14px;
	bottom:57px;
	height:21px;
	width:55px;
	
	background:transparent url(img/rss_bg.jpg) no-repeat top left;
}

#rss:hover{background:transparent url(img/rss_bg.jpg) no-repeat bottom left;}

#let_me_in{
	left:103px;
	bottom:56px;
	height:22px;
	width:33px;
	background:transparent url(img/let_me_in.jpg) no-repeat top left;
}
#let_me_in:hover{background:transparent url(img/let_me_in.jpg) no-repeat bottom left;}

#twitter, #livejournal{
	left:107px;
	bottom:52px;
	height:31px;
	width:28px;
	background:transparent url(img/twitter_button.gif) no-repeat top left;
}

#livejournal{
	left:79px;
	background:transparent url(img/lj_button.gif) no-repeat top left;
}

#livejournal:hover, #twitter:hover {background-position:bottom left;}

#back_home{
	left:408px;
	bottom:56px;
	height:22px;
	width:33px;
	background:transparent url(img/back_home.jpg) no-repeat top left;
}

#back_home:hover{background:transparent url(img/back_home.jpg) no-repeat bottom left;}

p#copyr{
	position:absolute;
	z-index:4;
	left:412px;
	bottom:19px;
	font-size: 12px;
	color: #a4a49c;
	min-width: 680px;
}

p#copyr a, p#copyr a:visited{ color:#e8e8e8 }
p#copyr a:hover{text-decoration:none; color: #fff}


ul#tabs {
	position:absolute;
	display: inline;
	z-index:4;
	left:449px;
	top:76px;
}

#menu_center>ul#tabs{top:78px;}

ul#tabs li{display: inline;background:transparent url(img/menu_dot.gif) no-repeat center left;}

ul#tabs li a{
	font-size: 24px;
	font-family: Georgia;
	color: #6e5a47;
	text-decoration:none;
	padding: 2px 13px;
}

ul#tabs li a:hover, ul#tabs li:hover a, #actived a {color: #b71315;}

ul#tabs li#actived a, ul#tabs li#actived a:hover, ul#tabs li#actived a:visited {color: #b71315;}


ul#tabs li ul{
	display:none;
	position: absolute;
	bottom: 29px;
	left: 28px;
	z-index:10;
	background: transparent url(img/actived_bg.jpg) no-repeat left bottom;
}


/* fixed all */

body>#menu, p#copyr, #rss, #let_me_in, #back_home, #search, #searchform, #drive, #minmax, #island {position:fixed;}

/* end fixed all */

#actived a{background: transparent url(img/point2.gif) no-repeat center top;}

ul#tabs>li>ul{background-position: left top;}
ul#tabs li ul li a{color:white; background:none;}

ul#tabs li:hover ul, ul#tabs li.hover ul, #actived ul{
	display:block !important;
	width: 450px;
	height: 61px;
	padding-top:16px;
	z-index:10;
}

#actived ul {z-index:8 !important;}

ul#tabs li ul li{
	display:inline;
	list-style:none;
	background:none;
}

ul#tabs li ul li a, ul#tabs li ul li a:visited{
	display:block;
	float:left;
	width: 129px;
	padding:0 0 0 16px;
	height: 19px;
	font-size: 14px;
	font-family: Tahoma;
	color: #fff !important;
	text-decoration:underline;
	margin-bottom:8px;
}

ul#tabs li ul li a:after{
	content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

ul#tabs li ul li a:hover {
	padding:0 0 0 16px;
	border:none;
	color:#fff;
	text-decoration:none;
	background: transparent url(img/blue_tabs_bg.gif) no-repeat left top;
}

.current-cat a{
	background: transparent url(img/blue_tabs_bg.gif) no-repeat left top !important;
	text-decoration:none !important;
}

/* headers */

h2#cat_name, h2#search_result{
	position:relative;
	left: 0px;
	top:-45px;
	font-size:30px;
	text-align:center;
	font-weight: normal;
	color: #9F9F95;
	width: auto;
	
}

#white_page>#cat_name, #white_page>#search_result{top: -85px;}
*:first-child+html #cat_name{top: 45px;}
*:first-child+html #search_result{top: 45px;}

h2#search_result{font-size:18px;}

h2#cat_name span, h2#search_result span{
	background: #f5f5e9;
	padding:10px 20px;
}

/* paginator */

.paginator{
	margin-top: 40px;
	text-align:center;
}
.paginator a, .paginator a:link {
	padding: 2px 8px; 
	margin: 2px;
	text-decoration: none;
	color: #36ADDF;
	
}
.paginator a:visited {
	padding: 2px 8px; 
	margin: 2px;
	text-decoration: none;
	color: #36ADDF;
	
}
.paginator a:hover {	
	background-color: #FFFFFF;
}
.paginator a:active {
	padding: 2px 8px; 
	margin: 2px;
	text-decoration: none;
	color: #36ADDF;
}
.paginator span.pages {
	padding: 2px 8px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
}
.paginator span.current {
	padding: 2px 8px; 
	margin: 2px;
	font-weight: bold;
	color: #fff;
	background-color: #D2C5A5;
}
.paginator span.extend {
	padding: 2px 8px; 
	margin: 2px;	
	color: #000000;
}

/* lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
	
#lightboxCaption{ float: left; display:none;}
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(js/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(js/blank.gif);
	}
	
/* comments */

h4#comments, h4#respond{
	color: #aacc11;
	font-weight: normal;
	padding: 16px 0;
	font-family:Georgia;
	font-size: 21px;
}


.comment_top{
	list-style:none;
	padding: 0px 0px 20px 0px;
	/* border-right: 1px solid #cbcbc1; */
	background: transparent url(img/comment_bottom.gif) no-repeat 83px bottom;
	margin: 16px 0;
	position:relative;
	min-height: 70px;
}

.comment_bottom{
	padding: 20px 0px 0px 120px;
	background: transparent url(img/comment_top.gif) no-repeat 83px top;
}

.userpic{
	position:absolute;
	top:0;
	left:0;
	width:90px;
	text-align:center;
	}

.comment_autor{
	color: #6e5a47;
	font-weight: bold;
	font-size:11px;
	
}

.commentmetadata{
	position:absolute;
	top:-10px;
	right: 0px;
	background: #f5f5e9;
	font-size: 11px;
	text-align:right;
	padding: 0 4px;
}
.commentmetadata a{text-decoration:none;}

#comm_form{
	padding-left: 93px;
}

#comm_form input, #comm_form textarea {
	margin: 5px 16px 5px 0;
	border: 1 px sloid #cbcbc1;
	padding: 4px;
}