/******
URL: http://zmei.name/
version: 1.0
******/

/* RESET
----------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 100%;
	background: transparent; }
 
*:focus { outline: none; }
 
/* STANDART 
----------------------------------------------------------------------------- */
ol, ul {
	list-style: none;
	position: relative;
	display: block;
	clear: both; }
 
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
 
blockquote, q { quotes: "" ""; }
 
strong { font-weight: bold; }
 
em { font-style: italic; }
 
code, pre { color: #323232; }
 
/* very optional, but still useful. W3C uses about the same colors for codes */

 
address { font-style: normal; }
 
ind { text-decoration: none; }
 


/* TABLE
----------------------------------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%; }
 
th, td {
	text-align: left;
	font-weight: normal; }
 
caption {
	text-align: left;
	padding-bottom: 0.8em;
	font-weight: 900; }
 
th, td { padding: 0.8em; /*border:1px solid #ccc;*/ }
 
th, thead td { font-weight: bold; }
 
/* FORM
------------------------------------------------------------------------------ */
input, textarea, select {
	border: 1px solid #ccc;
	color: #ρρρ;
	background-color: #fff; }
 
input.button { cursor: pointer; }
 
input.radio, input.checkbox {
	border: 0;
	padding: 0; }
 
textarea, input, select { padding: 0.13em 0.5em; margin-bottom:10px; margin-left:0px;}
 
option { padding: 0 0.4em; }
 
/* HR
------------------------------------------------------------------------------ */
hr {
	clear: both;
	border: 0;
	background-image: url(img/hr.jpg);
	color: #f8faf7;
	background-color: #f8faf7;
	width: 426px;
	height: 121px;
	margin: -8px auto 0;}
 
/* HELPERS
------------------------------------------------------------------------------ */
.clear, 
.clear-left, 
.clear-right {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0; }
 
.clear-left { clear: left; }
 
.clear-right { clear: right; }
 
.debug {
	color: #c30000;
	border: 1px solid red; }
 
.b1r { border: 1px solid red; }
 
.float-right { float: right; }
 
.float-left { float: left; }
 
.no-border { border: 0 none!important; }
 
/* CONTENT ONLY    		.page_content - optional
------------------------------------------------------------------------------ */
/* LIST STYLE   
------------------------------------------------------------------------------ */
.page_content ul {
	margin-left: 2.35em;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.5em; }
 
	.page_content ul ul, .page_content ul ol {
		margin-left: 2.35em;
		list-style-position: outside;
		list-style-type: circle;
		line-height: 1.5em; }
 
	.page_content ul ul ul, .page_content ul ol ol, .page_content ul ul ol, ul ol ul {
		margin-left: 2.35em;
		list-style-position: outside;
		list-style-type: square;
		line-height: 1.5em; }
 
.page_content ol {
	margin-left: 2.35em;
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 1.5em; }
 
	.page_content ol ol, .page_content ol ul {
		margin-left: 2.35em;
		list-style-position: outside;
		list-style-type: lower-alpha;
		line-height: 1.5em; }
 
	.page_content ol ol ol, .page_content ol ul ul {
		margin-left: 2.35em;
		list-style-position: outside;
		list-style-type: lower-roman;
		line-height: 1.5em; }
 
.page_content ul li, .page_content ol li { line-height: 1.5em; }
 
/* ELEMENTS 
------------------------------------------------------------------------------ */
.page_content hr, .page_content ul, .page_content ol, .page_content dl, .page_content pre, .page_content table { margin-bottom: 1.3em; }
 
.page_content dt {
	margin-bottom: 0.4em;
	margin-top: 0.8em;
	font-weight: bold; }
 
.page_content dd { margin-left: 1.2em; }
 
.page_content q {
	quotes: "0ab" "0bb";
	font-style: italic; }
 
	.page_content q:before { content: open-quote; }
 
	.page_content q:after { content: close-quote; }
 
.page_content blockquote { padding-left: 2em; }
 
	.page_content blockquote *:first-child:before { content: "201C"; }
 
	.page_content blockquote *:first-child:after { content: "201D"; }
 
.page_content del {
	text-decoration: line-through;
	color: #667; }
 
.page_content ins { border-bottom: 1px solid #ccc; }
 
.page_content address, #content dfn, #content var { font-style: italic; }
 
.page_content acronym {
	text-transform: uppercase;
	border-bottom: 1px dotted #667; }
 
.page_content abbr {
	text-transform: uppercase;
	border-bottom: 1px dotted #A9A9A9;
	cursor: help; }
 
.page_content a abbr, .page_content a acronym { border: none; }
 
.page_content sup { vertical-align: super; }
 
.page_content sub { vertical-align: sub; }
 
.page_content small, .page_content sup, .page_content sub { font-size: 95%; }
 
.page_content big { font-size: 110%; }
 
.page_content tt, .page_content samp, .page_content code, .page_content kbd, .page_content pre { font-family: Courier, "Courier New", monospace; }
 
.page_content code, .page_content samp, .page_content pre { font-size: 95%; }
 
.page_content,
.page_content p {	
	line-height:1.3em;
}
 
.page_content span { line-height: 1.6em; }
 
.page_content img { 
	/*float: left;
	margin: 2px 0px 2px 0;*/
	max-width:500px;
	}
 
.gallery a,
.gallery a:hover,
.jquery-lightbox a,
.jquery-lightbox a:hover,
#lightbox-nav-btnNext,
#lightbox-nav-btnPrev,
#lightbox-secNav-btnClose  {
	border: 0 none!important;
}
 
/* END CONTENT 
------------------------------------------------------------------------------ */
/* ANTI Clickjacking Attacks
------------------------------------------------------------------------------ */
iframe { opacity: 1 !important; /* for conforming browsers */ }
 

/* BASE
----------------------------------------------------------------------------- */
html {
	width: 100%;
	height: 100%;
	margin-bottom: 1px;
	min-width: 965px; }
	
body {
	font-size: 100.01%;
	line-height: 100.01%;
	background:none repeat scroll 0 0 #4C4C4C;
	color:#666666;
	font-family:"Palatino","Georgia","Baskerville",serif;
	margin:0;
	padding:0;
}


/* LINKS
------------------------------------------------------------------------------ */
a { 
	text-decoration: none;
	cursor: pointer;
	color: #5f5f5f;
	border-bottom: 1px dotted #5f5f5f;
 }
 a:focus, a:hover, a:active { 
	border-bottom: 1px solid #5f5f5f;
}

a:visited{ 
	color: #333;
	/*border-bottom: 1px dotted #333;*/
}

.cut {
	clear: both;
	display: block;
	width: 100%;
}

/* H1, H2, H3, H4, H5, H7
------------------------------------------------------------------------------ */
/*h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	margin-bottom: 5px;
	text-decoration: none;
	font-family: "Bodoni MT","Palatino Linotype";;
	padding: 0 0;
	color:#999966;
	}*/
h1 {font-size: 1.5em;} 
h2 {font-size: 1.4em;} 
h3 {font-size: 1.3em;} 
h4 {font-size: 1.2em;} 
h5 {font-size: 1.1em;} 
h6 {font-size: 1.0em;}

input.text, input#flogin_user, input#flogin_password {
	width: 170px;
	padding: 4px;
	border: 1px solid #ccc;
	font: 14px Georgia, Times, serif; }
input.submit, input#flogin_submit {
	overflow: visible;
	padding: 3px;
	border: 1px solid #aaa;
	cursor: pointer;
	text-transform: uppercase;
	font: bold 13px Arial, sans-serif;
	color: #333;
	background: #f0f0f0;
}
textarea, select { border: 1px solid #ccc; }
label {
	padding: 6px 0;
	text-transform: uppercase;
	font: bold 11px Georgia, sans-serif;
	color:#5F5F5F;
}
.b-info-extra {
	margin-bottom: 10px;
}
.b-info-extra p { margin: 0; font-size:0.8em;}
.b-info-extra h2 {
	font-size: 2.0em;
	padding: 0;
}
.search_form_widget {
	background: transparent url("img/searchform.jpg") 0 0 no-repeat;
	height:49px;
	width:226px;
	margin-left:-5px;
 }
 .search-form{
	/*background-image:url("img/searchform.jpg");*/
	height:49px;
	width:226px;
 }
 .search_form_widget input{
 	border:0!important;
 }
 .wrap .widget{margin-bottom:25px;}
 .search_text{
 	border:0 none;
	color:#909090;
	font-size:1em;
	height:16px;
	margin-top:14px;
	outline:medium none;
	width:149px;
	margin-left:12px;
	background-color:transparent;
 }
span.required { color: #f55; }
#wrapper {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	min-width: 950px;
	min-height: 950px;
	}
#header-wrap {
	background:url("img/header-repeat.jpg") repeat-x center top transparent;
}
#header {
	background:url("img/header.jpg") no-repeat center center transparent;
	height:216px;
}
#wrap-page {
	float:left;
	padding-left:20px;
	padding-right:20px;
	width:640px;	
}
.b-title{
	width: 950px;
	margin: 0 auto;
	position: relative;
	overflow: visible; 
}

.header-box {
	position: absolute;
	right: 3px;
	top: -69px;
	z-index: 100;
}

.b-title h2{font-size:1.0em;}
#container {
	background:url("img/body.jpg") repeat-y scroll center top #F3F4EE;
}
.current-page span{
	font-weight: bold;
	color: #9F9F9F;
	font-size: 1.0em;
}
#sidebars {
	float:right;
	font-size:0.9em;
	left:-15px;
	position:relative;
	width:220px;
	top: 40px; 
}
#sidebars a{
	font-size: 1.0em;
	font-weight: bold;
}
#footer {
	background:url("img/footer.jpg") no-repeat scroll center top transparent;
	padding-bottom:30px;
	padding-top:91px;
	width:100%;
	}
.foo{
	font-size:0.8em;
	line-height:1.1em;
	margin:0 auto;
	min-height:30px;
	padding-left:7px;
	padding-right:7px;
	padding-top:90px;
	width:950px;
}
.foo a{
	padding-right: 5px;
}
#footer .twitter_widget {
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 20px 0 0; 
}
#footer-wrap-outer {
	background:url("img/footer-repeat.jpg") repeat-x scroll center top #4C4C4C;
	margin-top:-51px;
}
#footer .last_comments_widget {	
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 20px 0 0;
	font-size: 1.0em; 	
}
#footer h2.box span {
	font-size: 18px!important;
}	
#footer h2.last_comment	{
	font: normal 1.1em "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
	padding: 0;
	margin: 0;
}
#subscribe a  {
background-image:url("img/rss.png");
display:block;
height:126px;
margin-left:-146px;
margin-top:-68px;
overflow:hidden;
position:absolute;
text-indent:-2000px;
width:149px;
}
#footer .twitter p a {
		line-height: 1.6em; 
}	
#header h1 {
	font:2.2em/169px "Georgia","Baskerville",serif;
	margin:20px 0 0 0;
}
#header h1 a {
	color:#D3D3D3;
	float:left;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-shadow:0 1px 2px #000000;
}
#header h2  {
	color:#616161;
	clear: left;
	/*left:1.3em;*/
	/*position:relative;*/
	/*bottom:5px;*/
	
	text-shadow:0 1px 1px #000000;
	
 }

.b-menu {
	background-color:#191919;
	border-bottom:1px solid #373737;
	height:3em;}
.b-menu ul{
	bottom:0;
	left:0;
	list-style:none outside none;
	margin:0 auto;
	padding:0;
	width:950px;
}
.b-menu li {
	float: left;
	 }
.b-menu li a {
	color:#868686;
	display:block;
	line-height:3em;
	padding-right:40px;
	text-decoration:none;					
}
.b-menu ul li a span{
	display:block;
	line-height:3em;
}
.b-menu li a:hover { 
	color: #fff;
 }
.b-menu li.selected a {
	color: #fff;
	border: none; }
.b-menu li a.rss {
		
}
.b-menu li a.rss:hover {  }
.home_top { background: #fafafa; }
ul.category { margin-top: 20px; font-size: 1.5em;}
ul.home-cat-block { margin-top: 10px; }

ul.category li, ul.home-cat-block li {
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif; }

h2.home-cat-block {
	margin: 40px 0 5px;
	border-bottom: 1px solid #eee;
	 }
.is_link li{
	
	margin-bottom: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
}
.is_link li:hover{
	
}
.page_only {
background:url("img/hr.jpg") no-repeat scroll center bottom transparent;
overflow:visible;
padding-bottom:100px;
}

	.page_only h2 {
	color:#3B3B3B;
	font-size:2.0em;
	font-style:normal;
	font-weight:normal;
	margin-bottom:0.5em;
	margin-top:0;
	}
	
	.page_only h2 a {
	color:#3B3B3B;
	text-decoration:none;
	}
#footer a{color:#A3A3A3;}
.page-info {
	color:#797979;
	font-size:0.7em;
	text-align:left;
	padding: 2px 0 12px 0;
	}
.page-info a{
	color:#797979;
}
.page-date {
	background-image:url("img/date.jpg");
	float:right;
	height:73px;
	text-align:center;
	text-transform:uppercase;
	width:89px;}

.day, .month {
	color:#A9A9A9;
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	padding-top:3px;
	 }
.day{
	padding-top: 10px;
	font-size: 20px;
}

.page-info-after {
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #eee;
	line-height: 1.6;
	font-size: 12px;
	color: #aaa; }

.page_nav {
	margin-top: 10px;
	font-size: 16px; }

	.page_nav ul { padding: 0 15px; }

	.page_nav li { line-height: 1.5; }

.page_other_pages { margin-top: 20px; }

	.page_other_pages h3 {
		
		font-weight: normal; }

	.page_other_pages ul {
		margin-left: 16px;
		font-size: 16px;		
		list-style: disc; }
		
		.page_other_pages ul li {
			padding: 3px 0 5px 0; 
			list-style: none;
		}
		
h3.comments {
	margin: 55px 0 0 0;
	font-size: 21px;
 }
.b-page-feed {
	margin: 20px 0;
	color: #aaa;
	font-size: 16px; }

div.comments li {
	margin: 0 0 10px;
	padding: 30px;
	background:url("img/comment.jpg") no-repeat scroll right top transparent;
	width: 430px;
 }

img.avatar {
	float: left;
	margin-right: 10px;
	border: 4px solid #e5e5e5; }

.nick { font-style: italic; font-size: 1.1em}
.nick a {	
	text-decoration: none; }
.nick a:hover { color: #000; }
.comment-date {
	font: 12px Arial, Verdana, sans-serif;
	color: #c0c0c0; }

span.comment-check {
	font-style: italic;
	color: #000; }

.comment-content {
	margin-top: 1em;
	font-size: 14px; }

	.comment-content p { margin-bottom: 1em; line-height:1.3em;}

	.comment-content blockquote { margin: 1em 10px; }
.comments-bottom{
background:url("img/1.jpg") no-repeat scroll center top transparent;
float:left;
width:487px;
height:43px;
position:relative;
bottom:20px;
left:4px;
}
a.permalink {
	letter-spacing: 1px;
	font-size: 11px;
	font-style: italic; }


.comments-noreg label, .comments-reg label {
	display: block;
	float: left;
	width: 120px; }

span.black { font-size: 17px; }

.comments-noreg {
	margin-bottom: 10px;
 }

p.msg { font-size: 14px; }

p.field { margin: 10px 0; }

.comments-user { font-size: 16px; }

span.usernik { color: #f55; }

label.comments_content { display: block; }

.comments-textarea textarea {
	width: 100%;
	margin-bottom: 5px; }

.comments-textarea input.submit { margin-top: 10px; }

.comments-textarea span {
	font-style: italic;
	font-size: 12px; }

.comments-textarea img { vertical-align: middle; }

.comments-textarea a {
	border: 0 none!important;
}

.b-info-comuser p {
	margin-bottom: 7px;
	font: 16px Arial, sans-serif; }

	.b-info-comuser p span { font-weight: bold; }

		.b-info-comuser p span.comuser-no-activate { font-weight: normal; }

.comusers-form { font-family: Arial, sans-serif; }

	.comusers-form label {
		display: block;
		float: left;
		width: 140px; }

	.comusers-form input.submit, a.lost-pwd { margin-left: 140px; }

a.lost-pwd { font-size: 16px; }

.activate-form label {
	float: left;
	margin-right: 10px; }

.activate-form input.text { margin-right: 5px; }

ul.users-all li {
	float: left;
	font-size: 16px; }


.contact-form { margin-top: 15px; }

	.contact-form label {
		float: left;
		width: 180px; }

input#contact_antispam { width: 50px; }

span.msg {
	font-size: 14px;
	font-style: italic; }

.contact-form select {
	width: 180px;
	padding: 2px 0; }

.contact-form input.reset { margin: 0 10px 0 170px; }


.b-loginform {
	position: fixed;
	top: 10%;
	left: 50%;
	width: 250px;
	margin: 50px 0 0 -150px;
	padding: 20px 20px 20px 15px;
	border: 1px solid #bababa;
	text-align: center;
	font-size: 13px;
	 }


.b-404 { margin-top: 10px; }

	.b-404 h2, .b-404 p, .search-form { text-align: center; }

	.b-404 h2 { color: #f55; }

.w0 { margin-bottom: 20px; }


p.copyright { margin-top: 10px; }


.comment-error, .comment-ok {
	margin: 5px 0;
	text-align: center;
	color: #f00; }


div.addzakl { text-align: center; }

	div.addzakl a { border: 0; }

	div.addzakl img {
		margin: 0;
		padding: 2px;
		vertical-align: middle;
		background: transparent; }


p.comment_button { margin-bottom: 5px; }

	p.comment_button input {
		overflow: visible;
		width: 65px;
		margin-right: 3px;
		padding: 1px;
		border: 1px solid #aaa;
		cursor: pointer;
		text-transform: uppercase;
		font: bold 12px Arial, sans-serif;
		color: #333;
		background: #f0f0f0;
		 }


input.comments_captha {
	width: 145px;
	padding: 2px;
	border: 1px solid #ccc;
	font: 14px Georgia, Times, serif; }


.pagination {
	margin-top: 30px;
	text-align: center;
	font-size: 16px; }

.pagination2 {
	overflow: hidden;
	width: 100%;
	padding: 5px;
	font-size: 100%; }

span.old { float: right; }

span.new { float: left; }

span.old a, span.new a {
	padding: 5px 10px;
	border: none;
	background: #eee;
	 }

span.new a:hover, span.old a:hover {
	padding: 5px 10px;
	background: #ddd;
	 }


.last_comments_widget { font-size: 14px; }

h2.last_comment, #sidebars h2.last_comment {
	font-size: 1.0em;
	margin: 4px 0;
	font-weight: normal; }

	.last_comment_anonim a {
		font-weight: 100!important;
	}
	
ul.last_comment { margin-bottom: 10px; }

ul.last_comment li { margin-bottom: 5px; }
.search_submit{
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	color:#999999;
	cursor:pointer;
	font-family:"Palatino","Georgia","Baskerville",serif;
	font-size:0.7em;
	height:26px;
	overflow:hidden;
	text-transform:capitalize;
	width:45px;
	margin-top:10px;
}

.last_comment a {
	font-weight: 100!important;
}


.login_form_widget #flogin span { display: block; }

.login_form_widget input#flogin_user {
	border: 1px solid #ddd;
	background: #fafafa;
	 }

.login_form_widget input#flogin_password {
	border: 1px solid #ddd;
	background: #fafafa;
	 }
h2.sitemap {
	margin: 10px 0;
	}
div.sitemap { font-size: 16px; }

	div.sitemap h3 {
		margin-top: 15px;
		border-bottom: 1px solid #eee;
		font-weight: bold; }

div.sitemap li { line-height: 1.6; }
.calendar table { width: 100%; }
div.calendar td {
	padding: 1px;
	text-align: center; }
.today-content a {
	padding: 0 1px;
	border: 0;
	 }
	.today-content a:hover {
		border: 0;
		color: #fff;
		background: #f33; }

div.links p { margin: 6px 0 0; }

	div.links p a { border: 0; }


ul.page_parent_child li {
	margin-left: 15px;
	padding: 0; }

li.current-page>a {
	color: #555;
	border: 0; }

	li.current-page>a:hover {  }
	
/*
--------------------------- */	
.is_link sup {
	vertical-align: super;
	font-size: 0.7em;
	margin-left: 2px;
}

.is_link a {
	line-height: 1.6em;
	color:#9F9F9F;
}

.star-rating {
	margin: 0!important;
	padding: 0;	
}
/* Frame */


.frame-outer.aligncenter {
	text-align: center;
}

.frame-outer span {
	display: inline-block;
	background: url(img/frame-top-left.jpg) no-repeat left top;
}

.frame-outer span span {
	background: url(img/frame-bottom-left.jpg) no-repeat left bottom;
}

.frame-outer span span span {
	background: url(img/frame-top-right.jpg) no-repeat right top;
}

.frame-outer span span span span {
	background: url(img/frame-bottom-right.jpg) no-repeat right bottom;
	padding: 32px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	overflow: hidden;
}

.frame-outer span span span span * {
    max-width: 425px;
}

.frame-outer.small span {
	background: url(img/frame-top-left-small.jpg) no-repeat left top;
}

.frame-outer.small span span {
	background: url(img/frame-bottom-left-small.jpg) no-repeat left bottom;
}

.frame-outer.small span span span {
	background: url(img/frame-top-right-small.jpg) no-repeat right top;
}

.frame-outer.small span span span span {
	background: url(img/frame-bottom-right-small.jpg) no-repeat right bottom;
	padding: 10px;
	min-height: 38px;
	min-width: 38px;
}

.frame-outer span span span span span {
	background: none;
}

.frame-outer span span span span .wp-caption-text {
	margin-top: 10px;
}
.my-face{
	background: transparent  url(img/av-61349.gif);
	width: 80px;
	height: 80px;
	float: left;
	margin:-15px 0 0 450px;

}

/*
-----------------------------*/
.page_content .img-box {
	float: left;
}

.page_content span.c,
.header-box span.c {
	display: inline-block;
	background: url(img/frame-top-left.jpg) no-repeat left top;
	text-align: center;
}

.page_content span.c span.c,
.header-box span.c span.c  {
	background: url(img/frame-bottom-left.jpg) no-repeat left bottom;
}

.page_content span.c span.c span.c,
.header-box span.c span.c span.c {
	background: url(img/frame-top-right.jpg) no-repeat right top;
}

.page_content span.c span.c span.c span.c,
.header-box span.c span.c span.c span.c  {
	background: url(img/frame-bottom-right.jpg) no-repeat right bottom;
	padding: 32px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	overflow: hidden;
	
}

.page_content span.c span.c span.c span.c *,
.header-box span.c span.c span.c span.c * {
    max-width: 425px;
}

/*
----------------------- */
.page_content .cut {
	text-align: right!important;
	display: block;
	padding: 0 0 20px 0;
	background: none!important;
}

.type_tag {
	font-size: 63%;
}

.gallery {
	
}

.gallery img {
	margin: 10px 5px 10px 0px; 
}
