#blogTitle a {
	text-shadow: 3px 4px 8px #935A32;
	font-size: 36px;
}

#navList{
	position:relative;
	top:-40px;
	right:-80px;
}
ul.inline-style {
  list-style: none outside none;
  margin-bottom: 0;
}

#navList li{
	display: inline;
	float: left;  
	margin-left:-70px;
	text-align:left;
	font-size:12px;
	-webkit-transform:rotate(-35deg);
	-moz-transform:rotate(-35deg);
	-ms-transform:rotate(-35deg);
	-o-transform:rotate(-35deg);
	transform:rotate(-35deg);
}
#navList a.menu{
	background-color:#D3915B;
	color:#fff;
	font-size:18px;
	padding:5px 0 5px 10px;
	text-transform:capitalize;
	text-decoration: none;
	text-align:left;
	text-indent:5px;
	border-radius:5px 0 0 5px;
	display:block;
	width:130px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
#navList a.menu:hover{
	background-color:#AA7A53;
	-webkit-transform:translate(-15px);
	-moz-transform:translate(-15px);
	-ms-transform:translate(-15px);
	-o-transform:translate(-15px);
	transform:translate(-15px);
}

.input_my_zzk{
	margin:0;
	font:12px/1.5 Helvetica,Arial,sans-serif;
	height:18px;
	width:138px;
	border:1px solid #cccccc;
	border-radius:3px;
	padding:4px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.input_my_zzk:focus{
	outline:0 none;
}

.input_my_zzk:focus{
	border-color:rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
.btn_my_zzk{
	color:#666666;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 1)), color-stop(100%,rgba(230, 230, 230, 1)));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 16px;
	height: 28px;
	font-size: 14px;
	border: 1px solid #CCC;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	box-shadow: inset 0 1px 1px white,0 0 1px white inset;
	cursor:pointer;
}
.btn_my_zzk:hover{
	background:#E6E6E6;
}
input.btn_my_zzk {
	padding: 0 10px;
}
#MyLinks1_XMLLink{
        display:none;
}