/*
Theme Name: Source.ca
Theme URI: http://www.source.ca/
Description: Wordpress theme for all Source.ca Blogs
Version: 1.6
Author: GetOn.com Technologies Inc.
Author URI: http://www.geton.com/
Tags: blue, custom header, fixed width, three columns, widgets

	Source 1.0
	 http://www.geton.com/

	This theme was designed and built by GetOn.com Technologies Inc.,
	whose website you will find at http://www.geton.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family:Verdana, Arial, Sans-Serif;
	background:#fff;
	color: #333;
	text-align: center;
	margin:0;
	padding:0;
}

/* - - - - - - - - - - -  Global Link Styles */
a:link, a:visited {color:#0066cc; outline:none;}
a:hover {color:#000;}

#content {width:564px; float:left;}
* html #content {width:563px; background:#fff; margin:0 0 0 1px;}

/* - - - - - - - - - - -  Comment Styles */
.commentlist li, #commentform input, #commentform textarea {}
.commentlist li ul li {}
.commentlist li {font-weight: bold;}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin:-10px 0 0 0;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {}
.commentmetadata {font-weight: normal; font-size:11px; font-family:Tahoma, Arial, sans-serif;}

/* - - - - - - - - - - -  Misc Content Styles */
code {font: 1.1em 'Courier New', Courier, Fixed;}
acronym, abbr, span.caps {font-size: 0.9em; letter-spacing: .07em;}
.widecolumn .entry p {}
.narrowcolumn .entry, .widecolumn .entry {}
.widecolumn {}
.thread-alt {background-color:#f8f8f8;}
.thread-even {background-color:white;}
.depth-1 {border:1px solid #ddd;}
.even, .alt {border-left: 1px solid #ddd;}
.sticky {background: #f7f7f7; padding: 0 10px 10px;}
.sticky h2 {padding-top: 10px;}

/* - - - - - - - - - - -  Calendar Styles */
#wp-calendar #prev a, #wp-calendar #next a {font-size: 9pt;}
#wp-calendar a {text-decoration: none;}
#wp-calendar caption {font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif; text-align: center;}
#wp-calendar th {font-style: normal; text-transform: capitalize;}

#hp-header {margin-top:6px;}

/* - - - - - - - - - - -  Header */
#header {
	background:url(images/bg-header.gif) left bottom no-repeat #002d56;
	height:75px;
	width: 959px;
	position:relative;
	font-size:11px;
}
	#header h1 {
		margin:0;
		padding:0;
		display:inline;
		float:left;
	}
		#header h1 a {
			display:block;
			width:218px;
			height:0px;
			background:url(images/logo.gif) left top no-repeat;
			overflow:hidden;
			padding:52px 0 0 0;
			margin:10px 0 0 10px;
		}

/* - - - - - - - - - - -  Main Navigation */
ul#navigation {
	margin:0;
	padding:0;
	position:absolute;
	bottom:0px;
	right:187px;
}
	ul#navigation li {float:left; list-style:none; position:relative;}
		ul#navigation li a {
			background:url(images/bg-nav-left.gif) left top no-repeat #577590;
			display:block;
			float:left;
			color:#fff;
			text-decoration:none;
			font-weight:bold;
			font-size:12px;
			margin:0 1px;
			text-shadow:-1px -1px 0px #435a6f;
		}
			ul#navigation li a span {
				background:url(images/bg-nav-right.gif) right top no-repeat;
				display:block;
				padding:10px 15px 9px 15px;
			}
			ul#navigation li a:hover, ul#navigation li.current_page_item a {
				background:url(images/bg-nav-left.gif) 0px -96px no-repeat #73a0c5;
				text-shadow:none;
			}
			ul#navigation li a:hover span,
			ul#navigation li.current_page_item a span {background-position:100% -96px;}
			
			/* - - - - - Drop Down Menu's */
			ul#navigation li ul.children li a {font-weight:normal; font-size:11px; background:#90a4b6; border-top:1px solid #9fb3c5; border-bottom:1px solid #8094a6; padding:6px 10px; text-shadow:none; width:180px;}
			ul#navigation li ul.children li a:hover {background:#A2B3C2; color:#ffffc6;}
			ul#navigation li ul.children li a span {background:none; margin:0; padding:0;}
			ul#navigation li ul.children li.current_page_item a {background-image:none;}
			ul#navigation li ul.children li.current_page_item a span {background:none;}
			

/*- - - - -  - - - - - - Sub Menu */
#navigation ul{
	display:none;
	position: absolute;
	margin:0;
	top:33px;
	left: 0;
	min-width:170px;
	z-index:999;
}
#navigation ul ul {
	left: 99%;
	top:0;
}

#navigation li:hover > ul{
	display: block;
}


#navigation li li > a{
	min-width:150px;
}
#navigation li li:hover > a {
	min-width:150px;
}
#navigation li li li > a{
	min-width:150px;
}
			
/* - - - - - - - - - - -  Top Navigation */
#topNav {
	background:url(images/bg-topnav.gif) left bottom no-repeat #00193b;
	padding:6px 12px 8px 12px;
	color:#7da2c0;
	float:right;
}
	#topNav a {color:#7da2c0; text-decoration:underline;}
	#topNav a:hover {color:#fff;}
	
	#topNav a.facebook, #topNav a.twitter, #topNav a.rss {padding:0 10px 3px 21px; border-right:1px dotted #6589b9; margin-left:4px;}
	#topNav a.facebook {background:url(images/facebook.png) 0px 0px no-repeat;}
	#topNav a.twitter {background:url(images/twitter.gif) 0px 0px no-repeat;}
	#topNav a.rss {background:url(images/rss.gif) 0px 0px no-repeat; margin-right:6px;}

/* - - - - - - - - - - -  Search Form in Header */	
#header #searchform {
	background:url(images/bg-searchform.gif) right top no-repeat;
	width:186px;
	height:33px;
	position:absolute;
	right:0px;
	bottom:0px;
}
	#header #searchform #s {
		width:125px;
		border:1px solid #4e5e6c;
		font-size:11px;
		font-family:Arial, sans-serif;
		color:#333;
		vertical-align:middle;
		padding:3px;
		margin:6px 2px 0 7px;
		float:left;
	}
	#header #searchform #searchsubmit {
		width:38px;
		height:0px;
		background:url(images/bg-searchsubmit.gif) left top no-repeat;
		overflow:hidden;
		padding:23px 0 0 0;
		margin:5px 0 0 0;
		border:none;
	}
	* + html #header #searchform #searchsubmit {height:23px;}
	#header #searchform #searchsubmit:hover {background-position:0px -23px; cursor:pointer;}

/* - - - - - - - - - - -  Content Area / Columns */
#content-container {
	background:url(images/bg-content-container.gif) left top repeat-y;
	margin:7px 0 0 0;
}
.addthis_toolbox {
	background:url(images/bg-toolbar.gif) 0px 0px no-repeat #DCDCD4;
	padding:5px 10px 3px 10px;
	font-size:11px;
}
.addthis_toolbox strong {float:left; padding-right:5px;}
.middlecolumn {width:566px; float:left;}
.content-padder {padding:10px 22px; line-height:17px;}
/* Fix after CSS Columns */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/* Hides from IE-mac \*/
.clearfix {display:block;}
/* End hide from IE-mac */

/* - - - - - - - - - - -  Left Sidebar */
#sidebar {
	padding:0;
	width: 194px;
	float:left;
	margin:0 0 0 1px;
}
* html #sidebar {margin:0;}
	#sidebar li {padding-left:13px;}
	#sidebar ul li li {
		padding:3px 10px 3px 13px;
		background:url(images/bg-sidebar-list.gif) 4px 8px no-repeat;
		font-size:11px;
	}
/*#sidebar ul li:first-child h2 {margin-top:-3px;}*/
	#sidebar li h2 {
		background:url(images/bg-sidebar-h2.gif) left bottom no-repeat #8A8A7C;
		padding:9px 10px 15px 10px;
		font-family:Tahoma, Verdana, sans-serif;
		font-size:12px;
		color:#fff;
		margin:0 0 0 -13px;
		width:174px;
	}
	#sidebar ul, #sidebar ol {margin:0; padding:0 0 15px 0; list-style:none; background:#fff;}
	* html #sidebar li h2 {}

	#sidebar ul li a {color:#1ea29b; text-decoration:underline;}
	#sidebar ul li a:hover {color:#000;}
		#sidebar ul li ul {margin:0;}
	.sidebar-graphics {
		text-align:center;
		padding:5px 0;
	}
	
/* - - - - - - - - - - -  Right Sidebar */
#sidebar-right {
	padding:0;
	width: 194px;
	float:right;
	margin:0 1px 0 0;
	font-size:11px;
}
#sidebar-right ul, #sidebar-right ol {margin:0; padding:0; list-style:none;}
a.flyerLink {border:1px solid #bebebe; display:block; margin:10px auto; width:174px;}
a.flyerLink:hover {border-color:#73A0C5;}
#sidebar-right ul {
	border:1px solid #BEBEBE;
	width:154px;
	margin:10px auto;
	background:#fff;
	padding:5px 10px 20px 10px;
}
#sidebar-right h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#900027;
	border-bottom:1px dotted #ccc;
	margin:4px 0 8px 0;
	padding:5px 0;
}

/* Sidebar Sub-Lists */
#sidebar-right ul li ul {
	margin:0 0 14px 0;
	padding:0;
	border:none;
}
	#sidebar-right ul li ul li {
		background:url(images/bg-sidebar-list.gif) 3px 6px no-repeat;
		padding:1px 5px 1px 12px;
	}

/* Locations List */
#sidebar-right ul.locations-list {
	border:none;
	margin:0 0 10px 0;
	padding:0;
}
	#sidebar-right ul.locations-list li {
		background:url(images/bg-rightcol-list.gif) 4px 6px no-repeat;
		padding:1px 0 1px 15px;
	}

/* Subsribe Box */
#sidebar-right .subscribe {
	width:178px;
	padding:0;
	background: url(images/sprite-blog-signup.png) left top no-repeat #fff;
	margin:10px auto 0 auto;
	font-family:Arial, sans-serif;
	font-size:12px;
}
	#sidebar-right .subscribeBtm {background: url(images/sprite-blog-signup.png) right bottom no-repeat; padding-bottom:15px;}
	#sidebar-right .subscribe h2 {
		font-size:12px;
		margin:0;
		padding:10px 0 20px 0;
		border:none;
		visibility:hidden;
	}
	#sidebar-right .subscribe p {margin:0; padding:0px 10px 5px 14px;}
	#sidebar-right .subscribe input#enterEmail {
		background: url(images/sprite-blog-signup.png) -178px 0px no-repeat;
		border:none;
		margin:10px 0 5px 13px;
		padding:5px;
		width:139px;
		height:25px;
		color:#666;
	}
	#sidebar-right .subscribe input#enterEmail:focus {background-position:-178px -35px; color:#006699;}
	#sidebar-right .subscribe input#submitButton {
		background: url(images/sprite-blog-signup.png) -178px -70px no-repeat;
		border:none;
		margin:0 0 0 13px;
		padding:37px 0 0 0;
		overflow:hidden;
		width:149px;
		height:0;
	}
	* + html #sidebar-right .subscribe input#submitButton {height:37px;}
	#sidebar-right .subscribe input#submitButton:hover {cursor:pointer; background-position:-178px -107px;}
	#sidebar-right .subscribe form {margin:0; padding:0;}
	
/* Clearance Outlet Box */
#clearance-outlet {
	background:url(images/bg-clearance-outlet.gif) 0px 0px no-repeat;
	width:174px;
	margin:10px auto 0 auto;
	border:1px solid #bebebe;
	height:197px;
}
	a.clearance-button {
		background:url(images/clearance-outlet-button-sprite.gif) 0px 0px no-repeat;
		display:block;
		width:166px;
		text-align:center;
		font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
		color:#00457c;
		font-size:12px;
		font-weight:bold;
		padding:13px 0 11px 0;
		margin-left:3px;
		text-decoration:none;
		text-shadow:1px 1px 0px #d1e9fd;
	}
	a.clearance-button:hover {background-position:0px -41px; color:#fff; text-shadow:-1px -1px 0px #60a7c2;}
	#clearance-products {margin-top:70px;}


/* - - - - - - - - - - - Blog Post Styles */
.post {margin-bottom:24px;}
.post h1.post-title {
	font-family:Arial, sans-serif;
	font-size:24px;
	font-weight:normal;
	line-height:normal;
	margin:8px 0 12px 0;
	color:#00193B;
}
.post h2.post-title {
	font-family:Arial, sans-serif;
	font-size:22px;
	font-weight:bold;
	line-height:normal;
	margin:8px 0 12px 0;
	color:#00193B;
}
	.post h2.post-title a {text-decoration:none;}
	.post h2.post-title a:hover {color:#000; text-decoration:underline;}
p.postmetadata {
	background:#f2f2f2;
	width:524px;
	margin:22px 0 0 -20px;
	padding:12px 20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:11px;
	clear:both;
}
* html p.postmetadata {width:auto; margin:22px 0 0 0;}
.post small {
	font-family: Tahoma, Sans-Serif;
	font-size:11px;
	display:block;
	margin:-6px 0 0 0;
	line-height:normal;
}

/* - - - - - - - - - - -  Post Navigation Styles */
.navigation {
	background:#dedede;
	border-bottom:1px solid #ccc;
	display: block;
	text-align: center;
	clear:both;
	margin:-23px 0 0 -21px;
	height:45px;
	width:566px;
}
* html .navigation {width:auto; margin:-23px 0 0 0;}
	.navigation a {
		display:block;
		background:#fff;
		padding:3px 8px;
		border:1px solid #a1a0a0;
		border-right-color:#7b7a7a;
		border-bottom-color:#7b7a7a;
		font-family:Tahoma, Verdana, sans-serif;
		font-weight:bold;
		font-size:11px;
	}
	.navigation .alignleft a {margin:10px 0 0 10px;}
	.navigation .alignright a {margin:10px 10px 0 0;}
	.navigation a:hover {border-color:#73A0C5; color:#8E002A; text-decoration:none;}

/* - - - - - - - - - - -  Global Header Styles */
h1 {
	font-size:20px;
	font-family:Arial, sans-serif;
	font-weight:normal;
	line-height:normal;
	color:#002D56;
}
h2 {
	font-size:16px;
	font-family:Arial, sans-serif;
	color:#900028;
	padding:0;
	margin:15px 0;
	line-height:normal;
}
h2.pagetitle {font-size:24px; font-weight:normal; color:#333;}
h3 {
	color:#000;
	font-size:14px;
	line-height:normal;
}
h3.archive-title {font-size:16px; font-weight:bold; font-family:Arial, sans-serif;}

/* - - - - - - - - - - -  Contact Form Styles */
.wpcf7 {}
.wpcf7 p {text-align:left; font-weight:bold;}
.wpcf7 input {margin-top:7px;}

/* Begin Structure */
#page {
	background-color: white;
	margin:0 auto;
	padding: 0;
	width: 959px;
	text-align: left;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear {
	clear: both;
}
/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 12px 15px;
	display: inline;
	border:1px solid #ccc;
	}

img.alignleft {
	padding: 4px;
	margin: 0 12px 15px 0;
	display: inline;
	border:1px solid #ccc;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 15px 5px 6px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* - - - - - - - Google Map */
#googleMap {
	width:480px;
	height:300px;
	float:left;
	clear:right;
	margin:25px 20px 20px 20px;
	border:1px solid black;
}

#googleMap2 {
	width:480px;
	height:300px;
	float:left;
	clear:right;
	margin:25px 20px 20px 20px;
	border:1px solid black;
}

hr {
	display: block;
	clear:both;
	border:none;
	border-bottom:2px solid #ebebeb;
	background:none;
	height:1px;
	margin:15px 0;
	padding:0;
}

/* Homepage Fading Banner */
#fading-banner .fading-img {display:none;}
#fading-banner .fading-img:first-child {display:block;}

/* - - - - - - Footer */
#footer {
	background:url(http://www.source.ca/blog/wp-content/themes/source/images/bg-footer.jpg) bottom left no-repeat #d7d7cf;
	clear:both;
	padding:4px 0 4px 2px;
	margin:0 0 20px 0;
}
	* html #footer {height:195px;}
	* + html #footer {height:195px; padding:4px 0 0 2px;}
	.footerlinks-left {
		background:url(http://www.source.ca/blog/wp-content/themes/source/images/footerlinks-left.gif) top left no-repeat;
		/*width:790px;*/
		width:314px;
		float:left;
		margin:2px;
	}
		.footerlinks-loop {
			background:url(http://www.source.ca/blog/wp-content/themes/source/images/footerlinks-loop.gif) top left repeat-x;
			margin-left:10px;
		}
			.footerlinks-right {
				
				background:url(http://www.source.ca/blog/wp-content/themes/source/images/footerlinks-right.gif) top right no-repeat;
				padding:10px 12px;
				font-size:11px;
				line-height:18px;
				height: 71px;
			}
			.footerlinks-right a:link, .footerlinks-right a:visited {
				color:#666;
				text-decoration:none;
			}
			.footerlinks-right a:hover {
				color:#900027;
				text-decoration:underline;
			}
			.copy {color:#999; display:block;}

			/* Footer Area Links/Blocks */
			.footerblock  {
				background:url(http://www.source.ca/blog/wp-content/themes/source/images/bg-footerblock.jpg) top left no-repeat;
				display:block;
				width:133px;
				height:71px;
				padding:14px 10px 10px 16px;
				font-size:11px;
				font-family:;
				text-decoration:none;
				color:#666;
				float:left;
				overflow:hidden;
				position:relative;
			}
				.footerblock a:link strong,
				.footerblock a:visited strong {display:block; color:#900027; text-decoration:none;}
				.footerblock a:hover strong {color:#002d56;}
		.emailLink {
			position:absolute;
			top:0px;
			right:0px;
			width:20px;
			height:0px;
			padding-top:20px;
			overflow:hidden;
		}
		
/* - - - - - - Manager Messages */
.manager-message h3{background:#90a4b6; padding:10px 12px; color:#fff; margin:10px 0 0 0; font-family:arial,sans-serif; font-size:16px; border-bottom:1px solid #5e7589; text-shadow:-1px -1px 0px #6c7e8e;}
.manager-message table {border:1px solid #ccc; background:#f8f8f8; font-size:11px;}
.manager-message table td {padding:10px; line-height:15px;}
.manager-message span.manager {font-weight:bold; color:#333;}
.manager-message img {padding:5px; background:#fff; border:1px solid #ccc; margin:10px 0 5px 0;}
.manager-message table tr td p {margin-right:15px;}

/**************** store locations *****************/
#store_address{
	background-color:#FFF;
	border:1px solid #BEBEBE;
	width:90%;
	margin:5px auto;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size:11px;
	line-height:14px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; 
}

#store_address h2{
	background-color:#8a8a7c;
	color:#FFF;
	padding:10px 0;
	position:relative;
	margin:0;
	margin-bottom:10px;
	font-size:13px;
	padding-left:5%;

-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: px;
-moz-border-radius-bottomleft: px;
-webkit-border-radius: 7px 7px px px;
border-radius: 7px 7px px px; 
} 

.store_location{
	padding-left:5%;
	margin-bottom:10px;
}

.store_location .store_name{
	font-weight:bold;
	
	text-decoration:none;
	color:#0066cc;
}

.dotted{
	border-bottom:1px dotted black;
	width:90%;
	margin:10px auto;
}
