/*   
Theme Name: Revro Theme
Theme URI: Revro Theme theme
Description: Theme used for Revro

.
General comments/License Statement if any.
.
*/

/* globals */

.clear {
	clear: both;
}

div, p {

}

img {
	border: 0;
}

.submit_button {
	background:#8FC853;
	border:0;
	height:28px;
	text-align:center;
	color:#fff;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size:12px
}


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	background: #f3f4f6 url('images/outer_bg.jpg') repeat-y center 0;
	color:#333;		
	margin:0;padding:0	
}

small {
	position:relative;
	font-weight: bold;
	top:10px;
}

#outer_container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	}

#header {
	height: 210px;
	position:relative;
	overflow: visible;
	}

#topnav	{
	background: url(images/topnav_bg.gif) repeat-x top left;
	font-size: 13px;
	font-weight: bold;
	font-family:Helvetica, sans-serif;
	overflow: visible;
	height: 55px;
	margin: 0;
	padding: 0;
	}
	
#topnav ul {
	margin:0 0 0 0px;
	padding:0;
	position:relative;
}	

#topnav li {
	list-style: none;
	float: left;
	padding: 10px 20px 0 20px;
/* 	border-left:1px solid #B1B4BD; */
	margin:8px 0 0 0;
	position:relative;
	height:35px;
}


#topnav li a {
color:#B1B4BD;
}

#topnav li:hover, #topnav li.over {
	background:#b9c0c8 url(images/nav_bg.png) repeat-x top left;
/*
	-moz-box-shadow: 2px 2px 2px #3d3e49;  
	box-shadow: 2px 2px 2px #3d3e49; 
*/
}

#topnav li:hover li:hover, #topnav li.over li.over {
	background:none;
	-moz-box-shadow:none; 
	box-shadow:none;
}

#topnav li:hover a, #topnav li.over a {color:#fff;}
#topnav li:hover a:hover, #topnav li.over a:hover {color:#1e5a8e}
#topnav li:hover li a, #topnav li.over li a { color:#fff; }
#topnav li:hover li:hover a, #topnav li.over li:hover a {color:#1e5a8e}
#topnav li a {	color:#B1B4BD; }

#topnav li:hover ul, #topnav li.over ul { 
	overflow:hidden;
	display: block;
	-moz-box-shadow: 1px 1px 2px #888;  
	box-shadow: 1px 1px 2px #888; 

}

#topnav li ul {
	position:absolute;
	background:#b9c0c8 url(images/nav_bg.png) repeat-x 40px 0;
	color:#fff;
	left: 0px;
	display:none;
	top:45px;
	z-index:900;
	padding:0;
	width:100%;
}

#topnav li > ul {
/*
	top: auto;
	left: auto;
*/
}


#topnav li ul li {
	padding:0;
	margin:0;
	float:none;
	clear:left;
	height:auto;
}

#topnav li ul li a {
	border-top: 1px solid #c6ccd3;
	padding:7px 10px 7px 20px;
	display:block;
	font-weight:bold;
	font-size:12px;
}

/* #topnav li ul li:hover a { color:#055198 } */

#searchform {
	margin: 0;
	padding: 12px 25px 0 0;
	font-size: 0.7em;
	font-weight: normal;
	text-align: right;
}

#searchform .main_search {
	border:1px solid #ccc;
	padding:4px;
	width:195px;
	height:14px;
	background:url(images/bg_hdr_search.jpg) no-repeat top left;
	font-size: 12px;
	color:#778390;
	font-family:Helvetica, sans-serif
}

.logo_space {
	background:url(images/bg_logo_space.jpg) repeat-x top left;
	height:154px;
	position:relative;
	z-index: -99;
}

#logo {
	margin-left: 28px;
	margin-top:50px;
	clear: left;
	float: left;
}

#tagline {
	margin: 40px 8px 0 0;
	float: right;
	background:url(../images/tagline.gif) no-repeat;
	width:542px;
	height:92px
}

#content {
	font-size: 13px;
	color:778390;
	position:relative;
	margin-top:-1px;
	}
	
.post {
	font-size: 13px;
	color:#3F464D;
	font-family: Arial, sans-serif;
	line-height:140%;
	margin: 0;
	padding: 0;
}	

.post h1 {
	font-size: 24px;
	color:#055198;
	display:block;
	background:none;
	text-align: left;
	height:auto;
	margin: 20px 0 20px 0;
	padding:2px 0 0 0;
}

.post h2 {
	color:#3F464E;
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding: 20px 0 4px 0;
}

.post h3 {
	color:#3F464E;
	font-size:16px;
	padding-top: 0px;
	margin-bottom: 6px;
}

.post h4 {
	font-size:13px;
	padding:0;
	margin:0
}

.post td {
	/*padding:0 0 40px 0 */
}

.post td img {
	padding:0 20px 0 0
}

.post .author {
	color: #999;
	font-size: 11px;
}

.post p {
	margin-bottom: 15px;
}

h1 {
/*
	font-size: 1.4em;
	line-height: 25px;
	padding: 0.5em 0 0 1.6em;
	color: white;
	height:40px;
	background: url(images/h1_bg.jpg) repeat-x top left;
	margin: 0 0 0 1px;
*/
	font-size: 24px;
	line-height: 28px;
	color:#055198;
	display:block;
	background:none;
	text-align: left;
	margin: 12px 0 20px 0;
	padding:0;
}

h1.archive_h1 {
	margin-top: 20px;
}

h2 {
	font-size: 20px;
	color: #57a8df;
	line-height: 24px;
}

a {
	color: #3E9CDA;
	text-decoration: none;
	}

a:hover, li.current_page_item a {
	color: #1e5a8e;
/* 	text-decoration: underline; */
	}

		

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

div.collab_item a, div.collab_item a:visited, div.collab_item a:hover {
	color: white;
	text-decoration: underline;
}

/* homepage collab stream */

.container {
	width:1000px;
	height:680px;
	color:#fff;
	background:url(images/bg.jpg) repeat-y 0px 0;
	position:relative;
	top:0px;
	left:0px;
	opacity:1.0;
	font-weight: bold
}

.container .more_link {
	position:absolute;
	bottom:0;
	left:0px;
	display:block;
	padding:0 0 0 29px;
	line-height:40px;
	color:#055198 !important;
	background:#E0e1E2;
	cursor:pointer;
	width:100%;
}

#maincol {
	width: 576px;
	float: left;
	margin: 1.6em 0 1.6em 1.6em;
	font-size: 13px;
	color:#3F464D;
	font-family: Arial, sans-serif;
	line-height:140%;
}

.sidebar {
	width: 334px;
	float: right;
	margin-right:26px;
	padding:10px 0 10px 0;
	height:inherit;
}

.sidebar li {
	list-style: none
}

.sidebar li ul, .sidebar .textwidget {
	/*border:1px solid #CAD6E2; */
	padding:5px 0 5px 0;
	background:#FCFCFC;
	/*margin:0 0 30px 0 */
}

.sidebar .textwidget {
	padding:5px 0 5px 15px
}

.sidebar li ul li {
	background:#FCFCFC none repeat scroll 0 0;
	font-weight:normal;
	margin:0;
	padding:2px 0 2px 15px;
}

/* general widget styles */

.sidebar .widget {
	width:334px;
	margin:0;
	padding:0;
	font-size:13px;
}

.sidebar .promo img {
	border-left: 1px solid #e5e5e5;
}

#home_topbanner {
	margin: 0 0 10px 1px;
	padding: 0;
	overflow:hidden
}

#home_topbanner img {
	border-bottom: 0px solid #dedede;
}

.promo_slider {
	width:2997px;	
	position:relative
}

#home_topbanner .promo {
	width: 333px;
	float: left;
	line-height: 130%;
	height:250px;
}

#home_topbanner .promo h3 {
	margin:0;
	padding:14px 0px 10px 20px;
	color:#3F9CDA;
}

.home_topbanner_buttons {
	text-align: right;
	padding:0px 15px 10px 0
}

.home_topbanner_buttons img {
	cursor:pointer;
	margin:0 5px 0 0
}

.widget .promo h3 a:hover {
	color:#1E5A8E
} 

.promo h3 a:hover {
	color:#1E5A8E
}

#home_topbanner .promo p {
	padding:0 20px 0 20px;
	margin:0;
	color:#778390;
	ront-size:12px
}

.sidebar h2 {
	color:#3F464D;
	font-size: 14px;
	margin:20px 0 20px 0
}

/* about widget styles */

.sidebar .promo {
	color:#88929C;
	margin:10px 0 30px 0;
	line-height:135%
}

.sidebar .promo img {
	display:block;
}

.sidebar .promo h3 {
	padding:10px 0 3px 0;
	margin:0;
}

/* post widget styles */

.sidebar .bio {
	background:#4284C0 url(images/bg_bio_box.jpg) repeat-x;
	width:275px;
	padding:20px;
	color:#fff;
	line-height:130%;
	margin-bottom:30px;
	margin-top: 18px;
}

.sidebar .bio img {
	display:block;
	float:left;
	padding:0 10px 10px 0
}

.sidebar .bio a {
	font-weight:bold;
	color:#fff
}

.sidebar .bio p {
	float:left;
	width:190px;
	position:relative;
	top:-15px
}

.sidebar .bio div {
	clear:both;
	color:#FFF;
	font-weight:normal;
}

.sidebar .bio div a {
	font-weight: normal
}

.sidebar .recent_posts {
	border-top:1px solid #CAD6E2;
	border-left:1px solid #CAD6E2;	
	border-right:1px solid #CAD6E2;	
	width:313px
}

.sidebar .recent_posts .rp_oneitem {
	border-bottom:1px solid #CAD6E2;
	background:#FCFCFC;
	padding:15px;
	margin:0;
	font-weight:bold;		
}

.sidebar .recent_posts .rp_img {
	float:left;
	width: 40px;
	margin:0 10px 0 0;
}

.sidebar .recent_posts .rp_info {
	float:left;
	width: 233px;
}

.sidebar .recent_posts a {
	display:block;
	margin:0 0 2px 0
}

.sidebar ul {
	list-style: none;
	margin:0;
	padding:0
}

/* footer styles */

#footer {
	height:136px;
/* 	width:100%; */
	background: #40424F url(images/bg_footer.jpg) repeat-x;
	color:#fff;
	padding:0 0 0 29px;
}

#footer div {
	float:left;
	margin-right:10px
}

#footer p {
	font-size: 18px;
	font-family: Arial, sans-serif
}

#footer .submit_button {
	margin-top:19px
}

#footer input[type="text"] {
	display:block;
	border:0;
	width:200px;
	background: #fff;
	height:19px;
	margin:5px 0 0 0;
	font-size: 13px;
	padding:4px
}

#bottom_nav {
	line-height:20px;
	text-align: right;
	padding:10px 2px 10px 0;
	background:#f3f4f6;
}

#bottom_nav a {
	font-weight: bold
}

/* comments styles */

#respond {
	margin:0;
	padding:0;
	position:relative;
/* 	top:-10px */
}

#respond input[type="text"], #respond textarea, .register input[type="text"], .contact input[type="text"] {
	background:#fff url(images/bg_input_comments.png) repeat-x top left;
	padding:6px;
	border:1px solid #ccc;
	font-family: Helvetica, sans-serif
}

.contact input[type="text"] {
	width:500px;
	font-size:19px;
	font-family:Helvetica, sans-serif
}

.contact textarea {	
	background:url(images/bg_input_comments.png) repeat-x top left;
	width:500px;
	height:100px;
	border:1px solid #ccc;
	padding: 6px;
	font-size:19px;
	font-family:Helvetica, sans-serif	
}  

#respond textarea { width:96%; background: #fff }

#respond label, .contact label {
	font-size:14px;
	color:#6F747A;
}

.postmetadata {
	font-size:11px;
	line-height: 15px;
	margin:10 0 50px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #dedede;
}

.commentlist {
	margin:0;
	padding:10px 20px 10px 0px;
	font-size:12px;
	color:#3F464D;
	background:#E8F7FE;
	font-family: Helvetica, sans-serif;
	line-height:130%
}

.commentlist li {
	padding:10px 0px 0 20px;
	list-style: none;
/* 	border-bottom:1px solid #ccc */
}

.comment {
}

.comment-body {
	border-bottom:1px solid #ccc;
	padding:10px 0 30px 0
}

.comment-body p {
	padding-top: 6px;
	margin: 0;
}

.comment-body .comment-author {
	display: inline;
}

.comment-body cite.fn {
	font-weight: bold;
	padding-right: 4px;
}

.comment-body .commentmetadata {
	display: inline;
}

.comment-body .commentmetadata a {
	color: #999;
}

.comment-body .commentmetadata a.comment-edit-link {
	color: #3E9CDA;
}
.comment-body .says {
	display: none;
}

.comment-author img {
	padding:0 10px 10px 0;
	display:block;
	float:left
}

.reply {
	text-align:center;
	float:right;
	background:#fff;
	border:1px solid #8FC855;
	color:#8FC855;
	padding:2px 5px 2px 5px;
	font-size:11px;
	font-weight: bold
}

.reply a { color:#8FC855; }

/* call to action list items */

.action_item {
	padding:0;
	margin:0;
	list-style: disc;
	font-weight: bold;
	list-style-position: inside;
	color:#8FC855;	
}

.action_item li {
	padding:0;
	margin:0;
	color:#8FC855;	
	font-weight: bold
}

.action_item a { color:#8FC855; }

.children {
	list-style: none;
/* 	border-top:1px solid #ccc; */
	margin:15px 0 0 0;
	padding:0
}

/* register window */

#register_iframe {
	position:fixed;
	top:40px;
	margin:auto;
	left:35%;
	background: none;
	display:none;
	z-index:2000;
}

#register_container {
	display:none;
}

.register {
	background:#fff;
	padding:20px;
	margin:18px
	font-size:12px;
	border:20px solid #E6E6E6;
}

.register h2 {
	font-size: 16px;
	color:#88929C
}

.register label {
	font-weight: bold;
	display:block;
	font-size:12px;
	margin:8px 0 2px 0;
}

.register .submit_button {
	display:block;
	margin:10px auto 0 auto
}

.register input[type="text"] {
	width:300px
}

.register_tabs {
	border-bottom:1px solid #E6E6E6;
	width:300px;
}

.register_tabs span {
	display: block;
	float:left;
	margin:0 5px 0 0;
	border-top:1px solid #E6E6E6;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	padding:5px;
	color:#085E97;
	font-weight:bold;
	font-size:12px;
	cursor: pointer
}

.register_tabs .selected {
	background:#085E97;
	color:#fff
}

.login_form {
	display:none;
	height:260px;
}

/* post specific styles */

.post .design_services {
	border:1px solid #CAD6E2;
	width:520px;
	margin:0 0 20px 0
}

.post .design_services td {
	background:#FCFCFC url(images/bg_logo_small.gif) no-repeat 10px 10px;
	padding:15px 15px 15px 0;
	margin:0;
	border-bottom:1px solid #CAD6E2;		
}

.post .design_services p {
	margin:0;
	padding:0 0 0 40px
}

.post .design_services h3 {
	margin:0;
	padding:3px 0 0px 46px
}

.post .bios h3 {
	margin:0;
	padding:0;
}

.post .contact label {
	margin:0;
	padding:10px 0 5px 0;
	display:block
}	

.post .contact .submit_button {
	margin:10px 0 10px 0
}

.slideshare img {
	padding: 10px;
	margin: 10px;
	border: 1px solid #999;
}

.post a.submit_button, .sidebar a.submit_button {
	display: block;
	line-height: 22px;
	border-bottom: 1px solid #fff;
	width: 220px;
	padding: 2px;
	text-align: center;
}

.post .clients_table, .post .bios {
	margin:30px 0 0 0;
}

span.error {
	color:red;
}

.post_source {
	font-size: 12px;
	font-style: italic;
	padding: 2px;
	background-color: #eee;
	border-left: 5px solid #ccc;
}

.navigation {
	font-size:13px;
	font-weight:normal
}

.navigation .alignleft {
	float:left;
	width:250px;
}

.navigation .alignright {
	float:right;
	width:250px
}

.collab_logo {
	display:block;
	clear:both;
	margin-bottom:18px;
}


a.nav_btn {
	background: #8FC855;
	display: inline-block;
	padding: 0px 15px 0px 15px;
	line-height: 28px;
	font-weight:bold;
	color:#fff;
	font-size:12px;
	margin: 10px 0 10px 0;
}

p.page_links {
	margin:10px 0;
	padding:0;
	position:relative;
	clear: both;
}

#commentform {
	padding:10px 20px 10px 20px;
	background:#E8F7FE;
}

#commentform p {
	margin:5px 0 5px 0;
	padding:0;
	font-size: 12px;
}

.entry {
	padding:0;
	margin:0
}

.breadcrumb {
	font-size: 10px;
	color: #666;
}

table.dachis_address {
	border-bottom:1px solid #dedede;
	width:520px;
	padding: 10px 0;
	margin:0 0 20px 0;
}

table.dachis_address td {
	padding: 5px 0px;
	background: #fff;
	vertical-align: top;
}

div.sentance {
	margin: 6px 0;
}

div.sentance div.speaker {
	width: 52px;
	float: left;
	font-weight: bold;
}

div.sentance div.speech {
	width: 470px;
	float: left;
}

div.speaker1 {
	color: #055198;
}

div.speaker2 {
	color: #4a971e;
}

div.speaker3 {
	color: #FF6600;
}

div.speaker4 {
	color: #3e9cda;
}

div.speaker5 {
	color: #00ba64;
}

.dachis-client {
	width: 192px;
	height: 135px;
	float: left;
}

.dachis-client img {
	border: 1px solid #dedede;
	margin-bottom: 6px;
}

#streamContainer {
	height:1040px;
	position:relative;
	overflow:hidden;
}

ul#type1Stream, ul#type23Stream {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}


#type1Stream li {
	background:#B1B5B9 url(images/bg_level1.png) repeat-x top left;
	border-bottom:1px solid #245687;
	position: relative;
	height:79px;
	overflow:hidden;
	margin-bottom:120px;
	opacity: .93;
	z-index:1;
}

#type1Stream li p,
#type23Stream li p {
	padding-left:75px;
	font-size:18px;
	font-weight:bold;
	line-height:120%;
}

#type1Stream li a,
#type23Stream li a  {
	color:#fff;
	text-decoration: underline;
}
	
#type1Stream li img {
	display:block;
	position:absolute;
	left:28px;
	top:18px;
}

ul#type23Stream {
	z-index:0;
	top:80px;
}

#type23Stream li {
	background:#40A1D5 url(images/bg_level2.png) repeat-x top left;
	border-bottom:1px solid #307fad;
	position: relative;
	height:39px;
	overflow:hidden;
}

#type23Stream li.type3 {
	background:#B1B5B9 url(images/bg_level3.png) repeat-x top left;
	border-color: #9199a1;
}

#type23Stream li.longtext p {
	font-size:12px;
	line-height:150%;
}

#type23Stream li.break {
margin-bottom:80px;
}


#type23Stream li img {
	display:block;
	position:absolute;
	left:28px;
	top:9px;
}

/*
#type23Stream li p {
	font-size:14px;
}
*/

#type23Stream li p {
	font-size:12px;
	line-height:150%;
}

/*
#type23Stream li.longtext p {

}
*/

.clr { clear: both; }

#content #maincol #wp-calendar{padding:0px 0px 0px 20px; margin:5px 0px 10px 0px; float:right; width:208px;}	
#wp-calendar table.nav{width:208px; margin:0px auto; background:#c3d9ff; padding:3px 3px 3px 3px; border:none; border-collapse:inherit;}	
#wp-calendar table.event-calendar{width:206px; margin:0px auto -20px auto; border:2px solid #ECF6E2; position:relative; top:-20px;}	
#wp-calendar table.event-calendar caption{width:100px; margin:0px auto; padding:0px 0px 5px 0px; text-align:center;}	
#wp-calendar table.event-calendar tbody{background:#ffffff;}
#wp-calendar table.event-calendar .ec3_today{background:#557799; border-width:1px; border-style:solid; border-color:#224466 #99bbdd #99bbdd #224466; color:#ffffff;}
			
#content #maincol #ec3_events{border-top:1px solid #cad6e2; margin:30px 0px 0px 0px; padding:20px 0px 0px 0px;}
#content #maincol #ec3_events table{border-collapse:collapse; margin:0px 0px 30px 0px; border:none; width:100%;}
#content #maincol #ec3_events table thead{font-weight: bold;}
#content #maincol #ec3_events table thead td{text-align:left; padding:8px 0px 8px 10px; border:none; border-collapse:inherit;}
#content #maincol #ec3_events table tbody tr.ec3_even td{background:#ECF6E2;}
#content #maincol #ec3_events table tbody td{padding:8px 0px 8px 10px; border:none; vertical-align: top;}
#content #maincol #ec3_events table td.date{width:120px;}
#content #maincol #ec3_events table td span.event_date {font-weight: bold;}
#content #maincol #ec3_events table td.location{width:125px;}
#content #maincol #ec3_events table td a.event_title{font-weight: bold;}
#content #maincol #ec3_events table tbody td span.speakers {font-style: italic; }
#content #maincol .ec3_list{color:#222a36; letter-spacing:normal; word-spacing:normal;}

table.cl_schedule {
	margin: 0;
	padding: 0;
}

table.cl_schedule td {
	padding: 0px 2px 0px 0;
	margin: 0;
	text-align: left;
}

#cl_page_numbers {
	margin: 1px auto;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #dedede;
}

#cl_page_numbers ul {
	padding: 0;
	margin: 0;/*
	float: right;*/
	font-size: 11px;
	text-align:right;
}

#cl_page_numbers ul li{
	display: inline;
}

#cl_page_numbers ul li a{
	padding: 0px 4px;
}

#cl_page_numbers ul li.page_info {
	padding: 0px 4px 0px 0;
	font-weight: bold;
}

#cl_page_numbers ul li.active_page a {
	color: #fff;
	background-color: #1e5a8e;
}

#wp-calendar .ec3_eventday a, #wp-calendar .ec3_eventday a:visited {
	color: #1e5a8e;
	font-weight: bold;
}

.sidebar #rss {
	background: #e7f7fd;
	font-size: 10px;
	text-transform: uppercase;
	padding-right: 15px;
	color: #999;
	margin-bottom: 30px;
	text-align: right;
}

.sidebar #rss_w {
	font-size: 10px;
	/*text-transform: uppercase;
	*/padding-right: 0px;
	color: #999;
	margin-bottom: 30px;
	/*text-align: right;
	height: 34px;*/
	vertical-align: middle;
}

.sidebar #rss .rss_link {
	padding: 12px 0 0px 35px;
	height: 22px;
	display: inline-block;
	background: url(images/bg_rss.jpg) no-repeat top left;
}

.sidebar #rss_w a, .sidebar #rss_w span {
	/*padding-top: 12px;
	height: 22px;*/
	display: inline-block;
}

.sidebar #rss_w .rss_link {
	padding-left: 35px;
	background: url(images/bg_rss_w.jpg) no-repeat top left;
}


#content #rss_home {
	background: url(images/bg_rss_w.jpg) no-repeat top left;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 33px;
	padding-left: 35px;
	color: #999;
	width: 350px;
	display: inline;
	margin-left: 8px;
	float: left;
}

#maincol .post p {
	overflow: visible;
}

/*For bottom Images */

div.fourImages {
height:180px;
padding-top:20px;
}

.fourImages .image_row {
float:left;
padding:0 0 0 10px;
display:block;
width:200px;
padding:0 30px 0 20px;
}

.image_row .image_descr {
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
text-align:center;
font-size:16px;
}

div .dachisgroup {
padding-top:10px; }

.comment-form p label {padding-left:3px; }

div.image_descr p{ padding:0; margin:0}

