/* Last-Modified: Fri, 26 Aug 2016 11:40:57 GMT [ver: ] */
/* Current-Time:Sat, 27 Aug 2016 04:14:39 -0500*/
/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

/* ==========================================================================
   General
   ========================================================================== */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: #F7F6F5;
	font: 20px/28px 'Josefin Sans', sans-serif;
	font-weight: 400;
	color: #605A57;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

.float-right { float: right !important; }
.float-left { float: left !important; }
.float-none { float: none !important; }

.margin-none { margin: 0 !important;}
.padding-none { padding: 0 !important; }
.margin-top { margin-top: 50px !important; }
.margin-bottom { margin-bottom: 50px !important; }

hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #BABCBF;
}


/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 { 
	color: #605A57;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 100%;
	margin-bottom: 30px;
	margin-top: 0;
}

h4, h5, h6 { 
	color: #7C7D7F;
}

h1, .h1 { font-size:38px; }
h2, .h2 { font-size:32px; }
h3, .h3 { font-size:26px; }
h4, .h4 { font-size:22px; }
h5, .h5 { font-size:18px; }
h6, .h6 { font-size:14px; }

h1 a, h2 a, h3 a { color: #605A57; }
h1 a:hover, h2 a:hover, h3 a:hover { color: #7C7D7F; }

p { margin: 0 0 30px 0; }
em { font-style: italic; }
strong, b { font-weight: 700; }
small, .small { font-size: 80%; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.uppercase { text-transform: uppercase; }
.selected, .current { color: #afdff7 !important; }

@font-face {
    font-family: 'boldbrush';
    src: url('//kathrynwillisart.com/styles/shared/fonts/boldbrush-webfont.eot');
    src: url('//kathrynwillisart.com/styles/shared/fonts/boldbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('//kathrynwillisart.com/styles/shared/fonts/boldbrush-webfont.woff2') format('woff2'),
         url('//kathrynwillisart.com/styles/shared/fonts/boldbrush-webfont.woff') format('woff'),
         url('//kathrynwillisart.com/styles/shared/fonts/boldbrush-webfont.ttf') format('truetype'),
         url('//kathrynwillisart.com/styles/shared/fonts/boldbrush-webfont.svg#new_fontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fleur:before {
	content: 'F';
	font-family: 'boldbrush';
	font-size: 28px;
	font-style: normal;
	position: relative;
	top: 4px;
	left: 0;
	margin-right: 5px;
}

.dpw:before {
	content: 'D';
	font-family: 'boldbrush';
	font-size: 64px;
	font-style: normal;
	position: relative;
	top: 15px;
	left: 0;
}

/* ==========================================================================
   Spinner
   ========================================================================== */

#load-spinner {
	position:relative;
	width:125px;
	height:125px;
	margin:auto;
	transform:scale(0.6);
		-o-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
}

.f_circleG{
	position:absolute;
	background-color:#F7F6F5;
	height:22px;
	width:22px;
	border-radius:12px;
		-o-border-radius:12px;
		-ms-border-radius:12px;
		-webkit-border-radius:12px;
		-moz-border-radius:12px;
	animation-name:f_fadeG;
		-o-animation-name:f_fadeG;
		-ms-animation-name:f_fadeG;
		-webkit-animation-name:f_fadeG;
		-moz-animation-name:f_fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#frotateG_01{
	left:0;
	top:51px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

#frotateG_02{
	left:15px;
	top:15px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#frotateG_03{
	left:51px;
	top:0;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#frotateG_04{
	right:15px;
	top:15px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#frotateG_05{
	right:0;
	top:51px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#frotateG_06{
	right:15px;
	bottom:15px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#frotateG_07{
	left:51px;
	bottom:0;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#frotateG_08{
	left:15px;
	bottom:15px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}



@keyframes f_fadeG{
	0%{
		background-color:#595C65;
	}

	100%{
		background-color:#F7F6F5;
	}
}

@-o-keyframes f_fadeG{
	0%{
		background-color:#595C65;
	}

	100%{
		background-color:#F7F6F5;
	}
}

@-ms-keyframes f_fadeG{
	0%{
		background-color:#595C65;
	}

	100%{
		background-color:#F7F6F5;
	}
}

@-webkit-keyframes f_fadeG{
	0%{
		background-color:#595C65;
	}

	100%{
		background-color:#F7F6F5;
	}
}

@-moz-keyframes f_fadeG{
	0%{
		background-color:#595C65;
	}

	100%{
		background-color:#F7F6F5;
	}
}


/* ==========================================================================
   Links
   ========================================================================== */

a {
	color: #595C65;
	text-decoration: none;
	outline: 0;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

a:hover { color: #7C7D7F; }
a:hover, a:active, a:focus { outline: 0; }


/* ==========================================================================
   Buttons
   ========================================================================== */
   
.btn, input[type='submit'] {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #F7F6F5;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background: #7C7D7F;
	white-space: nowrap;
	padding: 15px 50px;
	-webkit-transition: 0.2s all linear;
			transition: 0.2s all linear;
}

.btn:hover, input[type='submit']:hover {
	color: #595C65;
	background: #E0D2C9;
}


/* ==========================================================================
   Header
   ========================================================================== */

.logo {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 34px;
	color: #595C65;
	text-transform: uppercase;
	line-height: 100%;
	padding-top: 36px;
	padding-bottom: 30px;
	display: inline-block;
}

.main-nav {
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #BABCBF;
	border-bottom: 1px solid #BABCBF;
	margin-bottom: 20px;
}

.main-nav ul {
	padding: 0;
	margin: 0;
}

.main-nav li {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}

.main-nav a {
	font-family: 'Josefin Sans', sans-serif;
	color: #BABCBF;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}

.main-nav a:hover {
	color: #D4D0C8;
}

.main-nav a.selected {
	color: #ADA18A !important;
}

.main-nav .selectednavlink a {
	color: #ADA18A !important;
}

.main-nav .emptynavlink {
	display: none !important;
	visibility: hidden;
}

.mobile-nav {
	display: none;
	visibility: hidden;
}

.mobile-nav i {
	font-size: 20px;
}


/* ==========================================================================
   Content
   ========================================================================== */

.content-section {
	padding-bottom: 50px;
}


/* ==========================================================================
   Misc
   ========================================================================== */
   
.intro {
	font-size: 18px;
	line-height: 32px;
	font-style: italic;
	margin-bottom: 0px;
}

.post-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 20px;
	overflow: hidden;
}

.post-nav li {
	float: left;
	width: 33.33333%;
	text-align: center;
}

.post-nav li:first-child {
	text-align: left;
}

.post-nav li:last-child {
	text-align: right;
}

.post-nav li i {
	font-size: 24px;
}

.workshop {
	margin-bottom: 50px;
}

.workshop h2 {
	margin-bottom: 15px;
}

.share-buttons {
	margin-top: 1em;
	margin-bottom: 50px;
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
	line-height: 1em;
}
#social-helper {
	position: relative;
	left: 50%;
}
.share-buttons table {
	margin: 0 auto;
}

.widget ul {
	padding-left: 0 !important;
	list-style-type: none;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
	font-size: 14px;
	font-weight: 400;
	color: #605A57;
}
.footer-container {	
	border-top: 1px solid #BABCBF;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 20px;
}

.footer-container p {
	margin-bottom: 0px;
}

.footer-container .copyright {	
	text-align: right;
}

.footer-container .copyright img {
	width: 18px;
	margin-right: 5px;
}


/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
	text-align: center;
	padding-top: 20px;
	clear: both;
}

.pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.pagination ul li {
	float: left;
	list-style: none;
}

.pagination ul li a {
	font-family: 'Josefin Sans', sans-serif;
	text-decoration: none;
	padding: 10px 15px;
}

.pagination ul li a.current {
	background: #E0D2C9;
	color: #F7F6F5 !important;
}


/* ==========================================================================
   Forms
   ========================================================================== */
::-webkit-input-placeholder {
   color: #595C65;;
}

:-moz-placeholder { /* Firefox 18- */
   color: #595C65;;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #595C65;;  
}

:-ms-input-placeholder {  
   color: #595C65;;  
}

textarea:focus, input:focus, button:focus {
    outline: 0 !important;
}

input[type="text"], textarea {
	font-weight: 700;
	color: #595C65;
	width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px;
	border: none;
	background: #D9DEE1;
	border: 1px solid #ADA18A;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
    border-radius: 0;
}

input[type="text"]:focus, textarea:focus {
	color: #595C65;
	background: #D9DEE1;
	border: 1px solid #ADA18A;
}

input[type="text"] {
	height: 44px;
}

input[type="text"].error, textarea.error {
	border: 1px solid #ff0000;
}

textarea {
	height: 200px;
}

input[type="submit"] {
	border: none;
	display: block;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0;
}

.radio-group {
	display: block;
	margin-bottom: 20px;
}

input[type='radio'] {
    margin-right: 5px;
}

.alert {
	margin-bottom: 20px;
	display: block;
}

.alert label {
	color: #ff0000;
	display: block;
}

.signup-form {
	position: relative;
	display: block;
}

.signup-form .alert {
	line-height: normal;
}

.signup-form input[type="text"] {
	/*font-size: 14px;*/
	width: 100%;
	margin-bottom: 0px;
	/*padding: 5px 28px 5px 10px;
	height: 34px;*/
}

.signup-form button {
	position: absolute;
	top: 7px;
	right: 0;
	padding: 8px 10px;
	background: none;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	color: #595C65;
	line-height: normal;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

.signup-form button:hover {
	color: #595C65;
}

.signup-form .field-container {
	position: relative;
	display: block;
	line-height: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* ==========================================================================
   Blog
   ========================================================================== */

.post-comment {
	margin-bottom: 10px;
	padding: 20px;
}

.post-comment .avatar {
	margin-right: 12px;
	float: left;
}

.post-comment .post-meta {
	font-weight: 700;
	margin-bottom: 10px;
}

.post-comment .post-body {
	overflow: hidden;
}

.post-message p:last-child {
	margin-bottom: 0px;
}

.blog-comment-odd {
	background: #E0D2C9;
}

.blog-comment-even {
	background: #D9DEE1;
}

.social-buttons {
	display: block;
	overflow: hidden;
	margin-bottom: 50px;
}

.social-buttons h5 {
	margin-bottom: 20px;
}

.social-buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-buttons li {
	float: left;
	margin-right: 10px;
}


/* ==========================================================================
   Work Item Hover
   ========================================================================== */
   
.item-box {
	position: relative;
	overflow: hidden;
}

.item-box:hover .item-caption {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
}

.item-caption:before, 
.item-title {
    display: inline-block;
    vertical-align: middle;
}

.item-caption:before {
    content: "";
    height: 100%;
}

.item-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	text-align: center;
	overflow: hidden;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: 0.2s all linear;
		-moz-transition: 0.2s all linear;
			transition: 0.2s all linear;
			
}

.item-title {
	color: #fff;
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 10px;
	width: 95%;
}

.item-category {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 10px;
}


/* ==========================================================================
   Grid
   ========================================================================== */

.row {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}


*[class*='col-'] {
	float: left;
	padding: 0 15px;
	position: relative;
}

.col-1-1, .size-1of1 { width: 100%; float: none; }
.col-1-2, .size-1of2 { width: 50%; }
.col-1-3, .size-1of3 { width: 33.33333%; }
.col-2-3 { width: 66.66666%; }
.col-1-4, .size-1of4 { width: 25%; }
.col-3-4 { width: 75%; }
.col-1-5, .size-1of5 { width: 20%; }
.col-2-5 { width: 40%; }
.col-3-5 { width: 60%; }
.col-4-5 { width: 80%; }

.alpha { padding-left: 0; }
.omega { padding-right: 0; }

.cell { padding: 25px; }
.centered { margin: 0 auto; position: relative; float: none; }

.grid-item { margin-bottom: 30px; padding-left: 15px; padding-right: 15px; }
.grid-item img { width: 100%; }
.column { float: left; }

#mini-grid img {
	width: 100%;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after,
.row:after {
    clear: both;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
   
@media only screen and (min-width: 1025px) {
	
	#mini-grid[data-columns]::before { content: '4 .column.size-1of4'; }
	
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
	
	#mini-grid[data-columns]::before { content: '2 .column.size-1of2'; }
	
}

@media only screen and (max-width: 860px) {

	.main-nav li {
		padding-left: 10px;
		padding-right: 10px;
	}

}

@media only screen and (min-width: 641px) {
	
	#grid[data-columns]::before { content: '3 .column.size-1of3'; }
	
}

@media only screen and (max-width: 640px) {

	*[class*='col-'] {
		float: none;
		width: 100%;
	}
	
	.alpha { padding: 0; }
	.omega { padding: 0; }
	
	.mobile-nav {
		display: inline;
		visibility: visible;
	}
	
	.main-nav ul {
		margin-bottom: 15px;
		display: none;
	}
	
	.main-nav li {
		display: block;
		line-height: 34px;
	}
	
	.main-nav a {
		font-size: 12px;
		cursor: pointer;
	}
	
	#grid[data-columns]::before { content: '2 .column.size-1of2'; }
	#mini-grid[data-columns]::before { content: '4 .column.size-1of4'; }
	
	.item-title {
		font-size: 14px;
	}
	
	.item-category {
		font-size: 10px;
	}
	
	.footer-container {
		text-align: center;
		line-height: normal;
	}
	
	.footer-container .copyright {	
		text-align: center;
	}
	
	.footer-container .social {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	.widget {
		margin-bottom: 50px;
		overflow: hidden;
	}
	
	.hide-on-mobile {
		display: none !important;
		visibility: hidden;
	}

}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

#works-subheader ul {
	list-style-type: none;
	text-align:center;
	margin-top: 0em;
}

.works-subheader {
	display: inline;
	padding: .2em;
}

/* Pill style */
#scrollUp {
    bottom: 10px;
    right: 20px;
    background-color: #7C7D7F;;
    color: #F7F6F5;
    font-size: 12px;
    font-family: sans-serif;
    text-decoration: none;
    opacity: .9;
    padding: 5px 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;
    -webkit-backface-visibility: hidden;
}

#scrollUp:hover {
    background-color: #E0D2C9;
}
/* Navigation heading - font change in slate */
#logo h2 {font-family:papyrus;}	

/*SO change font all page titles except main page title*/
#page-title  {font-family: papyrus;}
#page-title h1 {font-family: papyrus;}




	