/*
Theme Name: Integrati Theme
Description: Integrati Marketing Wordpress Theme.
Version: 1.0
Author: Integrati Marketing
Author URI: http://www.Integrati.com.au/
*/




/*--------------------------------       
			DEFAULTS                   
--------------------------------*/
*
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#262626;
}

body 
{
	background:#FFF top left repeat-x;	
}


/*--------- Typography --------*/
p
{
	font-size:12px;
	line-height:18px;
	margin:0px 0px 10px 0px;
}

a img{
	border:none;	
}

a{
	text-decoration:none;
	color:#f7621a;
}

a:hover{
	text-decoration:underline;	
}

h1,h2,h3,h4
{
	font-weight:normal;	
	color:2e2e2e;
}

h3
{
	font-size:14px;
	padding-bottom:5px;
	border-bottom:#d9d9d9 solid 1px;
}

h3 img
{
	margin-bottom:-2px;
	padding-right:10px;
}


/*--------------------------------       
			GENERAL                   
--------------------------------*/


/*--------- Orange Band --------*/
.orange-band
{
	width:100%;
	height:2px;
	background-color:#fb7838;
	position:relative;
}

.orange-band .left
{
	width:200px;
	height:2px;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(images/orange-band-left.gif);
}

.orange-band .right
{
	width:200px;
	height:2px;
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(images/orange-band-right.gif);
}


/*--------- Layout --------*/
.container
{
	width:935px;
	margin:0 auto;
}

.half
{
	position:relative;
	width:455px;
	margin-right:25px;
	float:left;
}

.quarter
{
	width:215px;
	margin-right:25px;
	float:left;
}

.three-quarters
{
	width:695px;
	margin-right:25px;
	float:left;
}

.last
{
	margin-right:0px;	
}



/*--------------------------------       
			 NAV                  
--------------------------------*/
.nav
{
	position:relative;
	height:120px;
}

.nav h2
{
	padding-top:15px;
	width:186px;
	height:53px;
	margin-right:70px;
}

.nav ul
{
	list-style:none;
	display:block;
	position:absolute;
	top:30px;
	right:0px;
	margin-right:-20px;
}

.nav ul li
{
	float:left;	
}

.nav ul li a
{
	display:block;
	padding:10px 21px;
	color:#6a6a6a;
	font-size:14px;
	text-decoration:none;
}

.nav ul li a:hover
{
	background:url(images/infinity-grey.gif) 50% 100% no-repeat;
}

.nav ul li.current_page_item a, 
.nav ul li.current_page_parent a,  
.nav ul li.current_page_ancestor a,  
.nav ul li.current_page_item a:hover
{
	color:#f7621a;
	background:url(images/infinity-orange.gif) 50% 100% no-repeat;
}

.nav .meta
{
	height:30px;
	width:400px;
	position:absolute;
	top:0px;
	right:0px;
}

.nav .meta p
{
	text-align:right;
	font-size:10px;
}





/*--------------------------------       
			 PAGE             
--------------------------------*/
.title
{
	width:100%;
	position:relative;
	border-bottom:#fb7838 solid 2px;
	
	
}

.title h2, .title h1
{
	font-size:28px;
	font-family:"Franklin Gothic Medium Cond", Arial, Helvetica, sans-serif;
	padding-bottom:5px;
	color:#fb7838;
	
}


.title .search
{
	width:250px;
	position:absolute;
	top:0px;
	right:0px;
}

.title .search input.text
{
	padding:5px;
	padding-left:7px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border:#999 solid 1px;
	float:right;
}

.title .search input.submit
{
	float:right;
	padding:3px;
	margin-top:0px;
	margin-left:0px;
	border: 2px #F7621A solid;
	background: #F7621A;
	color: #fff;
}



/*--------------------------------       
			SIDE BAR           
--------------------------------*/
.sidebar
{
	width:200px;
	padding-right:65px;
	float:left;
	
}

.sidebar .module
{
	margin-bottom:40px;	
	font-size:12px;
	color:#CCC;
}

.sidebar .module h3
{
	font-size:12px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:11px; 
	padding-bottom:9px;
	border-bottom:#c7c7c7 solid 1px;
	margin-bottom:10px;
}

.sidebar .module h4
{
	margin-bottom:12px;	
}

.sidebar .widget_categories a
{
	float:left;
	padding-right:5px;
}

.sidebar .widget_rrm_recent_posts ul li
{
	margin-bottom:15px;
}

.sidebar .widget_twitter h3
{
	padding-left:25px;
	background:url(images/icons/h3-icon-twitter-white.jpg) top left no-repeat;
}
/*=============== Call to action 1 ==============*/
.sidebar .widget_cta1 h2
{

	display:block;
	background-color:#09C;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.sidebar .widget_cta1 h2 a
{
	display:block;
	color:#FFF;
	padding:10px;
}

.sidebar .widget_cta1 p
{
	display:block;
	background-color:#F4FAFF;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border:#09C solid 2px;
}

.sidebar .widget_cta1 p a
{
	color:#06C;
	padding:10px;
	display:block;
}


/*=============== Call to action 2 ==============*/
.sidebar .widget_cta2 h2
{
	display:block;
	background-color:#FF9428;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.sidebar .widget_cta2 h2 a
{
	display:block;
	color:#FFF;
	padding:10px;
}

.sidebar .widget_cta2 p
{
	display:block;
	background-color:#FFF;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border:#FF9428 solid 2px;
}

.sidebar .widget_cta2 p a
{
	color:#FF9428;
	padding:10px;
	display:block;
}



h4
{
	font-size:12px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:11px; 
	padding-bottom:9px;
	border-bottom:#c7c7c7 solid 1px;
	margin-bottom:5px;
}

.sidebar ul
{
	list-style:none;
}

.sidebar ul li
{
	margin-bottom:10px;
}

.sidebar .sub-nav ul li
{
	margin-bottom:0px;
}

.sidebar .sub-nav ul li a
{
	display:block;
	padding:8px 0px;
	font-size:12px;
	line-height:12px;
	
}

.sidebar .sub-nav ul li.current_page_item a, 
.sidebar .sub-nav ul li.current_page_ancestor a, 
.sidebar ul li.current-cat a, 
.sidebar .sub-nav ul li.current_page_ancestor ul li.current_page_item a 
{ 
	padding-left:20px;
	background:url(images/infinity-orange.gif) 0% 60% no-repeat;
	font-weight:bold;
	color:#f7621a;
}

.sidebar .sub-nav ul li ul
{ 
	padding-left:5px;
	margin-bottom:0px;
	display:none;
}

.sidebar .sub-nav ul li.current_page_ancestor ul, .sidebar .sub-nav ul li.current_page_item ul
{ 
	display:block;
}

.sidebar .sub-nav ul li ul li
{ 
	
	background:url(images/sub-nav-bg.gif) 0% 60% no-repeat;
	padding-left:20px;
}

.sidebar .sub-nav ul li.current_page_item ul li a, .sidebar .sub-nav ul li.current_page_ancestor ul li a
{ 
	background:none;
	padding-left:0px;
}

/*=============== Philip Sign ==============*/
.module.philip-sign
{
	background:url(images/philip-sign.gif) 0% 100% no-repeat;
	height:330px;
}

.module.philip-sign p
{
	padding:20px;
}


/*--------------------------------       
			 MAIN          
--------------------------------*/
.main
{
	float:left;	
	width:670px;
	position:relative;
}

.main .meta
{
	height:30px;
	width:250px;
	position:absolute;
	top:6px;
	right:0px;
}

.main .meta p
{
	text-align:right;
	font-size:10px;
}


.main .meta p a img
{
	margin-bottom:-2px;
}




/*--------------------------------       
			CONTENT          
--------------------------------*/
.content h2, .content h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	padding:25px 0px 0px 0px;
}

.content h2 strong, .content h1 strong
{
	font-weight:normal;
}

.content h3
{
	color:#1B75BE;
	font-size:16px;
	font-weight:normal;
	margin-bottom:15px;
	padding-top:25px;
	border-color:#E9E9E9;
}

.content h4
{
	font-size:14px;
	font-style:italic;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	border:none;
	font-weight:bold;
}

.content ol, .content ul
{
	margin-left:15px;
	font-size:12px;
	padding-bottom:25px;
}

.content ol li, .content ul li
{
	margin-left:15px;
}

.content p
{
	border-top:none;
	margin:0px;
	padding:0px 0px 25px 0px;
	font-size:13px;
	line-height:18px;
}



/*--------------------------------       
			 BLOG                   
--------------------------------*/
.post
{
	border-bottom:#C3C3C3 solid 1px;
	margin-bottom:20px;
}

.post h2 a
{
	font-family:Arial, Helvetica, sans-serif;

}

.post p.post-meta
{
	font-size:10px;
	color:#999;
	padding-bottom:0px;
}

.post p a.more-link
{
	
}


/*--------------------------------       
			FOOTER          
--------------------------------*/
.footer
{
	width:100%;
	background-color:#d1d1d1;
	padding:20px 0px;
	margin-top:20px;
}

.footer h3
{
	border-color:#c3c3c3;
}

.footer p
{
	color:#4A4F60;
	border-top:#e8e8e8 solid 1px;
	padding-top:10px;
}

.footer address { text-align:center;font-size:12px;font-style:normal;color:#c3c3c3 }

.recent-posts ul
{
	list-style:none;
	border-bottom:#e8e8e8 solid 1px;
}

.recent-posts ul li
{
	border-top:#e8e8e8 solid 1px;
	border-bottom:#C3C3C3 solid 1px;
}

.recent-posts ul li a
{
	display:block;
	padding:15px 0px;
	font-size:12px;
	color:#4A4F60;
}

.recent-posts ul li a:hover
{
	color:#f7621a;
	background-color:#D6D6D6;
	text-decoration:none;
}

.twitter-box
{
	padding:10px;
	background-color:#FFF;
	border:#CCC solid 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.twitter-box p
{
	margin:0px;
	padding:0px;
	border:none;
}

.twitter-box p .twitter-timestamp
{
	display:block;
	padding-top:10px;
	text-align:right;
}

.twitter-box p .twitter-timestamp abbr
{
	border:none;
	color:#999;
}

ul.small
{
	border-top:#e8e8e8 solid 1px;
	padding-top:10px;
	padding-bottom:15px;
	list-style:none;
}

ul.small li
{

}

ul.small li p
{
	font-size:10px;
	border:none;
	padding-top:0px;
	margin-bottom:0px;
}

ul.small li p span
{
	color:#093;
	padding-right:5px;
}



/*--------------------------------       
			FOOTER   2        
--------------------------------*/
.footer2
{
	margin-top:0px;
	border-top:#fb7838 solid 2px;
	background-color:#464D5B;
}

.footer2 h3
{
	color:#FFF;
	border-bottom:#3f3f3f solid 1px;
}

.footer2 ul.site-nav
{
	list-style:none;
	border-top:#545F70 solid 1px;
	padding-top:10px;
}

.footer2 ul.site-nav li
{
	float:left;
	margin-right:20px;
	color:#c2c2c2;
	width:170px;
	padding-bottom:30px;
}

.footer2 ul.site-nav li.page-item-843
{
	display:none;
}

.footer2 ul.site-nav li.page-item-20
{
	clear:left;
}

.footer2 ul.site-nav li a
{
	color:#c2c2c2;
	font-size:12px;
	
}

.footer2 ul.site-nav li ul
{
	padding-top:5px;
	list-style:none;
}

.footer2 ul.site-nav li ul li
{
	float:none;
	min-height:0px;
	font-size:10px;
	line-height:12px;
	margin-bottom:8px;
	padding-bottom:0px;
}

.footer2 ul.site-nav li ul li a
{
	float:none;
	font-size:10px;
}

.footer2 ul.site-nav li ul li a
{
	color:#8A8D9D;
}

.footer2 ul.boring-stuff
{
	list-style:none;
	border-top:#545F70 solid 1px;
	padding-top:10px;
	padding-bottom:30px;
}


.footer2 ul.boring-stuff li
{
	color:#c2c2c2;
	font-size:12px;
}

.footer2 ul.boring-stuff li a
{
	color:#c2c2c2;
	font-size:12px;
}




/*--------------------------------       
			FOOTER 3        
--------------------------------*/
.footer3
{
	margin-top:0px;
	background-color:#252830;
	padding:5px 0px;
}

.footer3 p
{
	color:#CCC;
	border:none;
}




/*--------------------------------       
			HOME        
--------------------------------*/


ul.home-recent-posts
{
	list-style:none;
}

ul.home-recent-posts li
{
	list-style:none;
	border-top:none;
	border-bottom:#d9d9d9 solid 1px;
	font-size:12px;
	padding:15px 0px;
}

ul.home-recent-posts li a
{
	font-size:12px;
}

.quarter.home p
{
	padding-top:10px;	
}

.promotional6, .promotional7
{
	position:relative;
	width:450px;
	margin-right:25px;
	float:left;	
	height:160px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom:80px;
}

.promotional6
{
	background:#FEE7AF;
	border:#ff6d32 solid 2px;
}

.promotional7
{
	margin-right:0px;
	background:#E2F1FE;
	border:#488ACC solid 2px;
}

.promotional6 h2, .promotional7 h2
{
	font-size:28px;
	line-height:28px;
	font-family:"Franklin Gothic Medium Cond", Arial, Helvetica, sans-serif;	
	text-align:center;
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
}

.promotional6 h2
{
	color:#ff6d32;
	padding-left:20px;	
}

.promotional7 h2
{
	color:#488ACC
}

.promotional6 p, .promotional7 p
{
	text-align:center;
	color:#333;
	padding:0px 40px 0px 40px;
}

.promotional6 .puzzle-piece
{
	width:104px;
	height:97px;
	background:url(images/puzzle-piece.jpg);
	position:absolute;
	top:0px;
	left:0px;
	margin-left:-20px;
	margin-top:-30px;
}


.promotional6 a, .promotional7 a
{
	display:inline-block;
	padding:10px 25px 10px 25px;
	color:#FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size:20px;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-bottom:-25px;
	margin-left:-90px;
	text-decoration:none;
}

.promotional6 a
{
	text-shadow:#B85921 0px 1px 0px;
	background:#ff7938 url(images/promotional6-button.jpg) 0% 50% repeat-x;
	border:#A2320D solid 2px;
}

.promotional7 a
{
	text-shadow:#1F49BA 0px 1px 0px;
	background:#3787FF url(images/promotional7-button.jpg) 0% 50% repeat-x;
	border:#0D39A2 solid 2px;
}



/*--------------------------------       
			SEARCH        
--------------------------------*/
.search-found
{
	padding-top:20px;
}

.search-found h4
{
	color:#393;
	font-size:24px;
}

.search-not-found
{
	padding-top:20px;
	height:119px;
}

.search-not-found h4
{
	color:#BD0F32;
	font-size:24px;
}


/*--------------------------------       
			COMMENTS      
--------------------------------*/

#comments h3 { font-weight: normal;}
#comments #comments_wrap {padding: 0; position: relative; margin:20px 0;}
#main .post #comments ol, #main .post #comments ul { background:none; border:none; padding:0; }
#comments ol.commentlist {margin-left:0px;}
#comments ol.commentlist li { list-style-type:none; padding:20px; background:none; margin-left:0px;}
#comments ol.commentlist li.thread-even { background:#f6f6f6; border-top:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3; }
#comments ol.commentlist img.avatar { float:right; border:1px solid #e4e4e4; padding:4px; background:#fff; }
#comments ol.commentlist .user-meta { font-size:12px; margin-bottom:10px; }
#comments ol.commentlist .user-meta .name,
#comments ol.commentlist .user-meta .name a { font-size:16px; text-decoration:none;  }
#comments ol.commentlist .comment-entry { padding-right:80px;  }
#comments .comment a { text-decoration: underline; }
#comments .comment a:hover { text-decoration: none; }
#comments .comment small { font-size: 10px;	margin-top: -2px; }
#comments .comment .col-left {width: 110px;}
#comments .comment .col-left img {border: #EDEDED 5px solid;}
#comments .comment .col-left p { padding: 0 0 0 2px; line-height: 19px;}
#comments .comment .col-left .inside{width:110px;float:left;position:relative;overflow:hidden;min-height:70px;}
#comments .comment .col-right{min-height:70px;background:#fff;border:#EDEDED 1px solid;margin-left:100px;float:none;padding:10px 20px;}
* html #comments .comment .col-right{height:100px;}
#comments .comment span.reply{float:right;font-size:11px;padding:3px 3px 0;}
#comments .comment span.reply a{text-decoration:none;color:#aaa;}
#comments ul.children{margin:15px 0 0;padding:0;}
#comments ul.children li{border-top:1px solid #e3e3e3;margin:20px 0 0 0;padding:20px 0 0 25px;}
#comments .navigation .alignright,#comments .navigation .alignleft{margin:0;}
#comments .navigation a{display:block;font-weight:700;margin:15px 0;padding:5px 0;}
#comments .commentlist p{padding:0 0 10px;}
#comments #respond{margin-top:15px;}
#comments .commentlist .children #respond #form_wrap .col-right{float:none;}
#comments .cancel-comment-reply{margin-bottom:10px;}
#comments #respond .input{background:#f6f6f6;border-top:1px solid #bebebe;border-left:1px solid #bebebe;border-bottom:1px solid #f3f3f3;border-right:1px solid #f3f3f3;padding:5px;}
#comments .commentlist .thread-even #respond .input{background:#fff;}
#comments #respond label{padding-left:5px;}
#comments ul.children li ul.children,#comments .commentlist{padding:0;}
#comments #submit {background:transparent url(images/btn-submit.png) no-repeat scroll left top;border:medium none;color:#FFFFFF; font-size:11px; cursor:pointer !important;font-weight:bold;height:25px;width:80px;}


/*--------------------------------       
		  CONTACT FORM    
--------------------------------*/

.wpcf7
{
	background-color:#F7F8F9;
	border:#DEE3E4 solid 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.wpcf7 form
{
	padding:15px;
}

.wpcf7 p
{
	padding:0px;
	padding-right:20px;
}

.wpcf7 p span
{
	color:#f7621a;
}

.wpcf7 p.send
{
	text-align:right;
	margin-top:10px;
	padding-right:0px;
}

.wpcf7 p.send input
{
	padding:5px 10px;
}

.wpcf7 table
{
	padding-bottom:10px;
	margin-bottom:15px;
}

.wpcf7 td
{
	padding-bottom:10px;
}

.wpcf7 input
{
	padding:5px;
}

.wpcf7 textarea
{
	margin-top:5px;
	width:100%;
}

img.increaseFont, img.decreaseFont
{
	cursor:pointer;	
}



/*--------------------------------       
		  Services Table   
--------------------------------*/
.services-table
{
	border:#09C solid 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	margin-bottom:15px;
}

.services-table td
{
	width:120px;
	border-right:#09C solid 2px;
	background-color:#DDF0FF;
	padding:15px 5px;
	font-size:12px;
	text-align:center;
}

.services-table th
{
	background-color:#09C;
	color:#FFF;
	padding:5px;
}

.services-table tr
{
	vertical-align:top;
}

.services-table a
{
	background:#5CA4DE;
	border:#005F7D solid 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color:#FFF; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	text-shadow:#005F7D 0px 1px 0px;
	padding:7px 10px;
	margin:0px;
	display:inline-block;
}


/*--------------------------------       
		  Confirmation   
--------------------------------*/

.thank-you-box
{
	background:	#E4F9D2;
	border:#99EF74 solid 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	margin:30px 0px;
	font-size:24px;
	position:relative;
}

.thank-you-box a
{
	position:absolute;
	top:20px;
	right:20px;
	text-align:right;
	font-size:12px;	
	color:#44A723
}

/*--------------------------------       
		  Contact Form
--------------------------------*/

form.fValidator-form, .contact-box
{
	background-color:#E9F1F3;
	border:#CACACA solid 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:30px;
	font-size:12px;
}

form.fValidator-form p
{
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	clear:both;
	display:block;
	overflow:hidden;
}

form.fValidator-form span
{
	color:#F00;
}

form.fValidator-form label
{
	float:left;
	width:110px;
	margin-right:20px;
}

form.fValidator-form input
{
	padding:5px;
	margin-right:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:#CACACA solid 1px;
	background-color:#FFF;
}

form.fValidator-form select
{
	margin-right:10px;	
}

/* email newsletter subscription form */
#subscription-form {  }
#subscription-form fieldset { margin:0;padding:0;border:none;position:relative;overflow:hidden }
#subscription-form legend { display:none }
#subscription-form label { float:left;width:140px }
#subscription-form ul { margin:0;padding:0;list-style:none;overflow:hidden }
#subscription-form ul li { clear:left;margin:0 0 8px 0;padding:0;overflow:hidden }
#subscription-form ul li ul { margin:0;padding:0;list-style:none;overflow:hidden }
#subscription-form input { float:left }
#subscription-form ul.input-group { margin: 10px 0 0 0 }
#subscription-form ul.input-group label { width:auto }
#subscription-form ul.input-group input { margin:0 10px 0 0;padding:0 }
#subscription-form .input-field { float:left;padding:5px;background-color:#FFFFFF;border:1px solid #CACACA;-moz-border-radius:5px }
#subscription-form .button { -moz-border-radius:5px;background-color:#FFFFFF;border:1px solid #CACACA;padding:5px;cursor:pointer }
#subscription-form .button:hover { border-color:#F7621A;color:#F7621A }
#subscription-form img.sentio-screenshot { position:absolute;right:0;top:0 }

/* email marketing client login */
.em-login { margin:0;padding:0;border:none }
.em-login legend { display:none }
.em-login ul { margin:0;padding:0;list-style:none;overflow:hidden }
.em-login ul li { clear:left;margin:0 0 8px 0;padding:0;overflow:hidden }
.em-login label { float:left;width:140px }
.em-login input { float:left }
.em-login .input-field { float:left;padding:5px;background-color:#FFFFFF;border:1px solid #CACACA;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px }
.em-login .button { border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#FFFFFF;border:1px solid #CACACA;padding:5px;cursor:pointer }
.em-login .button:hover { border-color:#F7621A;color:#F7621A }

.alignleft { float:left }
.alignright { float:right }

#feedback_button {
background:url("images/feedback_btn.png") no-repeat scroll 0 0 transparent;
color:#FFFFFF;
display:block;
height:130px;
left:0;
margin-top:-85px;
position:fixed;
text-indent:-9999px;
top:50%;
width:39px;
z-index:9999;
}

#feedback_button:hover { background-position: -39px 0 }