@charset "windows-1251";
/* CSS Document */

	body
	{
		background:#ffffff;
		margin:0px;
		padding:0px;
	}

	ul.sdt_menu
	{
	margin-top:150px;
	
	}
	ul.sdt_menu{
		left:120px;
		padding-top:65px;
	list-style: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:14px;
	width:700px;
	position:absolute;
	}
ul.sdt_menu a{
	text-decoration:none;
	outline:none;
}
ul.sdt_menu li{
	float:left;
	width:170px;
	height:85px;
	position:relative;
	cursor:pointer;
	background-color:#333;
	
}
ul.sdt_menu li > a{
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
	height:85px;
	z-index:12;
	background:transparent url(../images/overlay.png) no-repeat bottom right;
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
}
ul.sdt_menu li a img{
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:85px;
	z-index:100;
	-moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	box-shadow:0px 0px 4px #000;
}
ul.sdt_menu li span.sdt_wrap{
	position:absolute;
	top:25px;
	left:0px;
	width:170px;
	height:60px;
	z-index:15;
}
ul.sdt_menu li span.sdt_active{
	position:absolute;
	background:#111;
	top:85px;
	width:170px;
	height:0px;
	left:0px;
	z-index:14;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
	margin-left:15px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
}
ul.sdt_menu li span span.sdt_link{
	color:#ffff00;
	font-size:24px;
	float:left;
	clear:both;
	
}
ul.sdt_menu li span span.sdt_descr{
	color:#ffffff;
	float:left;
	clear:both;
	width:155px; /*For dumbass IE7*/
	font-size:10px;
	letter-spacing:1px;
}
ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;
	width:170px;
	overflow:hidden;
	height:170px;
	top:85px;
	left:0px;
	display:none;
	background:#000;
}
ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	line-height:30px;
	color:#ffffff;
	font-weight:bold;
}
ul.sdt_menu li div.sdt_box a:first-child{
	margin-top:15px;
}
ul.sdt_menu li div.sdt_box a:hover{
	color:#ffff00;
}

p, wikiHeader {
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:14px;
	color:#000;
	margin:10px;
}

#main
{
	width:1230px;
	height:590px;
    left:50%;
	top:50%;
	background-color:#fff;
	position:absolute;
	margin-top:-295px;
    margin-left:-615px
}


#logotype
{
	width:369px;
	height:233px;
	top:0px;
	left:305px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	position:absolute;
} 

#yak
{
	left:15px;
	background-image:url(images/yak.png);
	background-repeat:no-repeat;
	position:relative;
	width:120px;
	height:59px;
	top:288px;
}

#logoplusyak
{
	top:10px;
	left:145px;
	background-image:url(images/logoplusyak.png);
	background-repeat:no-repeat;
	position:absolute;
	width:136px;
	height:128px;
}

#left1
{
	top:10px;
	left:10px;
	position:absolute;
	width:128px;
	height:128px;
	background-image:url(images/left.png);
}

#left1:hover
{
		background-image:url(images/leftyak.png);
		cursor:pointer;
}

#aboutme
{
	width:500px;
	height:550px;
	top:30px;
	right:430px;
	text-align:left;
	background-color:#fff;
	position:absolute;
}

h1,h2,h3
{
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
    background-color:#fff;
	color:#f0f0f0;
	text-shadow:1px 1px 1px #000;
	font-size:30px;
	font-weight:100;
	padding-left:25px;
}


.sponsorListHolder{
	margin-bottom:30px;
	width:800px;
	position:absolute;
	right:0px;
}

.sponsor{
	width:180px;
	height:180px;
	float:left;
	margin:4px;
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;	
	background:url("images/background.jpg") no-repeat center center #f9f9f9;
}

.sponsorFlip:hover{
	border:1px solid #999;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
}

.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}

.sponsorDescription{
	font-size:14px;
	padding:50px 10px 20px 20px;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	text-align:center;
}

.sponsorURL{
	font-size:11px;
	font-weight:bold;
	padding-left:20px;
	text-align:center;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
}

.clear{
	/* This class clears the floats */
	clear:both;
	padding-bottom:10px;
}

.note{
	font-size:12px;
	font-style:italic;
	padding-bottom:20px;
	text-align:center;
}

a img{
	border:none;
}

#yak_1
{
	background-image:url(images/yak_1.png);
	width:346px;
	height:590px;
	right:130px;
	top:5px;
	position:absolute;
}

#yak_2
{
	background-image:url(images/yak_2.png);
	width:260px;
	height:590px;
	right:100px;
	top:5px;
	position:absolute;
}

#yak_3
{
	background-image:url(images/yak_3.png);
	width:344px;
	height:450px;
	left:45px;
	top:147px;
	position:absolute;
}

#yak_4
{
	background-image:url(images/yak_4.png);
	width:221px;
	height:590px;
	right:100px;
	top:5px;
	position:absolute;
}

#about_html
{
	width:109px;
	height:428px;
	top:160px;
	left:95px;
	background-image:url(images/ab_left.png);
	position:absolute;
}

#yak_5
{
	background-image:url(images/yak_5.png);
	width:173px;
	height:590px;
	right:50px;
	top:5px;
	position:absolute;
}

#blog
{
	width:670px;
	height:1000px;
	top:30px;
	right:260px;
	text-align:left;
	background-color:#fff;
	position:absolute;
}

.content{
	width:660px;
	margin:0 auto;
	background-color:#fff;
	height:500px;
}
.content h2{
	background-color:#fff;
	color:#f0f0f0;
	text-shadow:1px 1px 1px #000;
	font-size:30px;
	font-weight:100;
}
ul.friendsList{
	list-style:none;
	margin:10px 0px 0px -30px;
}
ul.friendsList li a{
	display:block;
	padding:15px 15px 15px 15px;
	text-decoration:none;
	color:#333;
	font-size:20px;
	font-style:normal !important;
	font-weight:bold;
	margin:5px 10px;
	background-color:#fff;
	border:2px solid #CCC;
	background-repeat:no-repeat;
	background-position:5px 50%;
	opacity:0.9;
	outline:none;
	border-radius : 20px;
-moz-border-radius : 20px;
-webkit-border-radius : 20px;

}
ul.friendsList li a:hover{
	color:#000;
	border:2px solid #CCC;
	background-color:#fff;
	font-style:normal !important;
	opacity:1.0;
	-moz-box-shadow:0px 0px 20px #CAB7CF inset;
	-webkit-box-shadow:0px 0px 20px #CAB7CF inset;
	box-shadow:0px 0px 20px #CAB7CF inset;
}

.titleblog
{
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
    background-color:#fff;
	color:#f0f0f0;
	text-shadow:1px 1px 1px #000;
	font-size:25px;
	font-weight:100;
}

ul.friendsList li a > span{
	color:#ddd;
	padding-left:15px;
	font-size:18px;
}
ul.friendsList li a:hover > span{
	
	color:#444;
}

.line{
	background-color:#000;
	border-bottom:1px solid #333;
	height:1px;
	margin:3px 10px 5px 10px;
}

.mini
{
	margin-right:5px;
}

#counter
{
	bottom:3px;
	left:3px;
	position:absolute;
	z-index:999;
}

#langs 
{
	top:0px;
	right:0px;
	position:absolute;
	width:120px;
	height:50px;
	z-index:999;
}

h1 a
{
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
    background-color:#fff;
	color:#f0f0f0;
	text-shadow:1px 1px 1px #000;
	font-size:30px;
	font-weight:100;
	text-decoration:underline;
}

h1 a:hover
{
	text-decoration:none;
	color:#CCC;
}

#knopka
{
	width:250px;
	height:50px;
	font-size:16px;
	font-weight:bold;
}

#vk_comments
{
	margin:0 auto;
}

.blogreada a:hover 
{
	text-decoration:none;
}

