<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8"/>
<title>Baste + Gather – Sewing, DIY Projects & Creative Lifestyle Blog</title>
<meta name="description" content="Baste + Gather is a creative blog by Lauren Dahl featuring sewing tutorials, DIY projects, pattern reviews, and handmade lifestyle inspiration.">
<meta name="robots" content="index, follow"/>
	<link rel="canonical" href="https://basteandgather.com" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="pingback" href="https://basteandgather.com/xmlrpc.php" />
<!--  Mobile viewport scale -->
<meta content="initial-scale=1.0, maximum-scale=1.0, user-scalable=yes" name="viewport"/>
<link rel="stylesheet" id="jetpack-subscriptions-css" href="wp-content/plugins/jetpack/modules/subscriptions/subscriptions_ver-4.0.1.css" type="text/css" media="all"/>
<link rel="stylesheet" id="contact-form-7-css" href="wp-content/plugins/contact-form-7/includes/css/styles_ver-3.8.1.css" type="text/css" media="all"/>
<link rel="stylesheet" id="dashicons-css" href="wp-includes/css/dashicons.min_ver-4.0.1.css" type="text/css" media="all"/>
<link rel="stylesheet" id="thickbox-css" href="wp-includes/js/thickbox/thickbox_ver-4.0.1.css" type="text/css" media="all"/>
<link rel="stylesheet" id="wpdm-front-css" href="wp-content/plugins/download-manager/css/front_ver-4.0.1.css" type="text/css" media="all"/>
<link rel="stylesheet" id="simplyInstagram-css" href="wp-content/plugins/simply-instagram/css/simply-instagram_ver-3.css" type="text/css" media="all"/>
<link rel="stylesheet" id="prettyPhoto-css" href="wp-content/plugins/simply-instagram/css/simply-instagram-prettyPhoto_ver-4.0.1.css" type="text/css" media="all"/>
<link rel="stylesheet" id="jquery-pin-it-button-style-css" href="wp-content/plugins/jquery-pin-it-button-for-images/css/style_ver-1.35a.css" type="text/css" media="all"/>
<link rel="stylesheet" id="jetpack-widgets-css" href="wp-content/plugins/jetpack/modules/widgets/widgets_ver-20121003.css" type="text/css" media="all"/>
<link rel="stylesheet" id="theme-stylesheet-css" href="wp-content/themes/canvas/style_ver-5.2.0.css" type="text/css" media="all"/>
<link rel="stylesheet" id="woo-layout-css" href="wp-content/themes/canvas/css/layout_ver-4.0.1.css" type="text/css" media="all"/>
<!--[if lt IE 9]>
<link href="http://basteandgather.com/wp-content/themes/canvas/css/non-responsive.css" rel="stylesheet" type="text/css" />
<style type="text/css">.col-full, #wrapper { width: 1000px; max-width: 1000px; } #inner-wrapper { padding: 0; } body.full-width #header, #nav-container, body.full-width #content, body.full-width #footer-widgets, body.full-width #footer { padding-left: 0; padding-right: 0; } body.fixed-mobile #top, body.fixed-mobile #header-container, body.fixed-mobile #footer-container, body.fixed-mobile #nav-container, body.fixed-mobile #footer-widgets-container { min-width: 1000px; padding: 0 1em; } body.full-width #content { width: auto; padding: 0 1em;}</style>
<![endif]-->
<script type="text/javascript" src="wp-includes/js/jquery/jquery_ver-1.11.1.js"></script>
<script type="text/javascript" src="wp-includes/js/jquery/jquery-migrate.min_ver-1.2.1.js"></script>
<script type="text/javascript" src="wp-content/plugins/simply-instagram/js/simply-instagram-jquery.prettyPhoto_ver-3.1.4.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
var jpibfi_options = {"imageSelector":"div.jpibfi_container img","disabledClasses":"nopin;wp-smiley","enabledClasses":"","descriptionOption":"3","usePostUrl":"0","minImageHeight":"0","minImageWidth":"500","siteTitle":"BASTE + GATHER","buttonPosition":"1","debug":"0","containerSelector":"div","pinImageHeight":"41","pinImageWidth":"65","buttonMarginTop":"20","buttonMarginBottom":"20","buttonMarginLeft":"20","buttonMarginRight":"20"};
/* ]]> */
</script>
<script type="text/javascript" src="wp-content/plugins/jquery-pin-it-button-for-images/js/script.min_ver-1.35a.js"></script>
<script type="text/javascript" src="wp-content/themes/canvas/includes/js/third-party_ver-4.0.1.js"></script>
<script type="text/javascript" src="wp-content/themes/canvas/includes/js/modernizr_ver-2.6.2.js"></script>
<script type="text/javascript" src="wp-content/themes/canvas/includes/js/jquery.prettyPhoto_ver-4.0.1.js"></script>
<script type="text/javascript" src="wp-content/themes/canvas/includes/js/general_ver-4.0.1.js"></script>
<script type="text/javascript" src="wp-content/plugins/google-analyticator/external-tracking.min_ver-6.4.7.3.js"></script>
<!-- Adjust the website width -->
<style type="text/css">
	.col-full, #wrapper { max-width: 1000px !important; }
</style>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://basteandgather.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://basteandgather.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 4.0.1"/>
<link rel="shortlink" href="/"/>
    <script language="JavaScript">
    <!--
      jQuery(function(){
          jQuery('.wpdm-popup').click(function(){
              tb_show(jQuery(this).html(),this.href+'&modal=1&width=600&height=400');
              return false;
          });
          jQuery('.haspass').click(function(){
              var url = jQuery(this).attr('href');
              var id = jQuery(this).attr('rel');
              var password = jQuery('#pass_'+id).val();
              jQuery.post('http://basteandgather.com/',{download:id,password:password},function(res){
                  if(res=='error') {
                      jQuery('#wpdm_file_'+id+' .perror').html('Wrong Password');
                      setTimeout("jQuery('#wpdm_file_"+id+" .perror').html('');",3000);
                      return false;
                  } else {
                      location.href = 'http://basteandgather.com/?wpdmact=process&did='+res;
                  }
                  //if(res.url!='undefined') location.href=res.url;
              });
              return false;
          });
      })
    //-->
    </script>
    <meta http-equiv="X-UA-Compatible" content="IE=8"/>
<!-- BEGIN SimplyInstagram IE -->
<!-- [if IE 9]>
<style type="text/css">
.comment-profile{
	margin: 2px;
	width: 45px;
	float: left;
}
.comment-profile img{
	vertical-align: top;
}
.comment-holder{
	top: 0px;
	width: 200px;
	float: left !important;	
}
.comments-holder{
	width: 210px;
	float: left;
}
</style>
<![endif]-->
<!-- END SimplyInstagram IE -->
		<!--[if lt IE 9]>
		<style type="text/css">
			.pinit-overlay {
				background-image: url( 'http://basteandgather.com/wp-content/plugins/jquery-pin-it-button-for-images/images/transparency_0.png' ) !important;
			}
		</style>
		<![endif]-->
		<style type="text/css">
			a.pinit-button {
				width: 65px !important;
				height: 41px !important;
				background: transparent url('wp-content/plugins/jquery-pin-it-button-for-images/images/pinit-button.png') no-repeat 0 0 !important;
				background-size: 65px 41px !important
			}
			a.pinit-button.pinit-top-left {
				margin: 20px 0 0 20px			}
			a.pinit-button.pinit-top-right {
				margin: 20px 20px 0 0			}
			a.pinit-button.pinit-bottom-left {
				margin: 0 0 20px  20px			}
			a.pinit-button.pinit-bottom-right {
				margin: 0 20px  20px 0			}
			img.pinit-hover {
				opacity: 1 !important;
				filter:alpha(opacity=100) !important; /* For IE8 and earlier */
			}
		</style>
<!-- Theme version -->
<meta name="generator" content="Canvas 5.6.3"/>
<meta name="generator" content="WooFramework 5.5.5"/>
<!-- Custom CSS Styling -->
<style type="text/css">
body {background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid #000000;}
#header {background-repeat:no-repeat;background-position:left top;margin-top:0px;margin-bottom:0px;padding-top:40px;padding-bottom:40px;border:0px solid ;}
#logo .site-title a {font:300 70px/1em 'Pathway Gothic One', arial, sans-serif;color:#222222;}
#logo .site-description {font:300 15px/1em 'Open Sans', arial, sans-serif;color:#999999;}
body, p { font:normal 14px/1.5em 'Open Sans', arial, sans-serif;color:#555555; }
h1 { font:normal 28px/1.2em 'Open Sans', arial, sans-serif;color:#222222; }h2 { font:normal 24px/1.2em 'Open Sans', arial, sans-serif;color:#222222; }h3 { font:normal 20px/1.2em 'Open Sans', arial, sans-serif;color:#222222; }h4 { font:normal 16px/1.2em 'Open Sans', arial, sans-serif;color:#222222; }h5 { font:normal 14px/1.2em 'Open Sans', arial, sans-serif;color:#222222; }h6 { font:normal 12px/1.2em 'Open Sans', arial, sans-serif;color:#222222; }
.page-title, .post .title, .page .title {font:300 28px/1.1em 'Open Sans Condensed', arial, sans-serif;color:##4c4c4c;}
.post .title a:link, .post .title a:visited, .page .title a:link, .page .title a:visited {color:##4c4c4c}
.post-meta { font:300 14px/1.5em 'Open Sans', arial, sans-serif;color:#999999; }
.entry, .entry p{ font:normal 15px/1.5em 'Open Sans', arial, sans-serif;color:##4c4c4c; }
.post-more {font:normal 13px/1.5em Open Sans;color:;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;}
#post-author, #connect {border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#fafafa}
.nav-entries a, .woo-pagination { font:300 13px/1em 'Open Sans', arial, sans-serif;color:##4c4c4c; }
.woo-pagination a, .woo-pagination a:hover {color:##4c4c4c!important}
.widget h3 {font:normal 14px/1.2em Open Sans;color:#555555;border-bottom:1px solid #e6e6e6;}
.widget_recent_comments li, #twitter li { border-color: #e6e6e6;}
.widget p, .widget .textwidget { font:300 13px/1.5em 'Open Sans', arial, sans-serif;color:#555555; }
.widget {font:300 13px/1.5em Open Sans;color:#555555;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;}
#tabs .inside li a, .widget_woodojo_tabs .tabbable .tab-pane li a { font:normal 12px/1.5em 'Open Sans', arial, sans-serif;color:#555555; }
#tabs .inside li span.meta, .widget_woodojo_tabs .tabbable .tab-pane li span.meta { font:300 11px/1.5em 'Open Sans', arial, sans-serif;color:#999999; }
#tabs ul.wooTabs li a, .widget_woodojo_tabs .tabbable .nav-tabs li a { font:300 11px/2em 'Open Sans', arial, sans-serif;color:#999999; }
@media only screen and (min-width:768px) {
ul.nav li a, #navigation ul.rss a, #navigation .cart-contents, #navigation .cart-contents #navigation ul.rss, #navigation ul.cart .cart_list a, #navigation ul.nav-search, #navigation ul.nav-search a { font:normal 14px/1.2em 'Open Sans', arial, sans-serif;color:#999999; } #navigation ul.rss li a:before, #navigation ul.nav-search .searchform .icon-search:before { color:#999999;}
#navigation ul.nav > li a:hover, #navigation ul.nav > li:hover a, #navigation ul.nav li ul li a, #navigation ul.cart > li:hover > a, #navigation ul.cart > li > ul > div, #navigation ul.cart > li > ul > div p, #navigation ul.cart > li > ul span, #navigation ul.cart .cart_list a, #navigation ul.nav li.current_page_item a, #navigation ul.nav li.current_page_parent a, #navigation ul.nav li.current-menu-ancestor a, #navigation ul.nav li.current-cat a, #navigation ul.nav li.current-menu-item a { color:#666666!important; }
#navigation ul.nav > li a:hover, #navigation ul.nav > li:hover, #navigation ul.nav li ul, #navigation ul.cart > li:hover, #navigation ul.cart > li > ul > div, #navigation ul.nav li.current_page_item a, #navigation ul.nav li.current_page_parent a, #navigation ul.nav li.current-menu-ancestor a, #navigation ul.nav li.current-cat a, #navigation ul.nav li.current-menu-item a{background-color:#ffffff!important}
#navigation ul.nav li ul, #navigation ul.cart > li > ul > div  { border: 0px solid #dbdbdb; }
#navigation ul.nav > li > ul  { left: 0; }
#navigation ul.nav > li  { border-right: 0px solid #dbdbdb; }#navigation ul.nav > li > ul  { left: 0; }
#navigation ul li:first-child, #navigation ul li:first-child a { border-radius:0px 0 0 0px; -moz-border-radius:0px 0 0 0px; -webkit-border-radius:0px 0 0 0px; }
#navigation {background:#ffffff;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;border-left:0px solid #dbdbdb;border-right:0px solid #dbdbdb;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;margin-top:10px;margin-bottom:10px;}
#top, #top ul.nav li ul li a:hover { background:#bdbdbd;}
#top ul.nav li a:hover, #top ul.nav li.current_page_item a, #top ul.nav li.current_page_parent a,#top ul.nav li.current-menu-ancestor a,#top ul.nav li.current-cat a,#top ul.nav li.current-menu-item a,#top ul.nav li.sfHover, #top ul.nav li ul, #top ul.nav > li:hover a, #top ul.nav li ul li a { color:#444444!important;}
#top ul.nav li a:hover, #top ul.nav li.current_page_item a, #top ul.nav li.current_page_parent a,#top ul.nav li.current-menu-ancestor a,#top ul.nav li.current-cat a,#top ul.nav li.current-menu-item a,#top ul.nav li.sfHover, #top ul.nav li ul, #top ul.nav > li:hover { background:#f9f9f9;}
#top ul.nav li a { font:normal 14px/1.6em 'Open Sans', arial, sans-serif;color:#ffffff; }
#top ul.nav li.parent > a:after { border-top-color:#ffffff;}
}
#footer, #footer p { font:300 13px/1.4em 'Open Sans', arial, sans-serif;color:#999999; }
#footer {border-top:1px solid #dbdbdb;border-bottom:0px solid ;border-left:0px solid ;border-right:0px solid ;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
.magazine #loopedSlider .content h2.title a { font:bold 24px/1em Arial, sans-serif;color:#ffffff; }
.wooslider-theme-magazine .slide-title a { font:bold 24px/1em Arial, sans-serif;color:#ffffff; }
.magazine #loopedSlider .content .excerpt p { font:300 13px/1.5em Arial, sans-serif;color:#cccccc; }
.wooslider-theme-magazine .slide-content p, .wooslider-theme-magazine .slide-excerpt p { font:300 13px/1.5em Arial, sans-serif;color:#cccccc; }
.magazine .block .post .title {font:300 18px/1.2em 'Open Sans Condensed', arial, sans-serif;color:#222222; }
#loopedSlider.business-slider .content h2 { font:bold 24px/1em Arial, sans-serif;color:#ffffff; }
#loopedSlider.business-slider .content h2.title a { font:bold 24px/1em Arial, sans-serif;color:#ffffff; }
.wooslider-theme-business .has-featured-image .slide-title { font:bold 24px/1em Arial, sans-serif;color:#ffffff; }
.wooslider-theme-business .has-featured-image .slide-title a { font:bold 24px/1em Arial, sans-serif;color:#ffffff; }
#wrapper #loopedSlider.business-slider .content p { font:300 13px/1.5em Arial, sans-serif;color:#cccccc; }
.wooslider-theme-business .has-featured-image .slide-content p { font:300 13px/1.5em Arial, sans-serif;color:#cccccc; }
.wooslider-theme-business .has-featured-image .slide-excerpt p { font:300 13px/1.5em Arial, sans-serif;color:#cccccc; }
.archive_header { font:normal 18px/1em 'Open Sans', arial, sans-serif;color:#222222; }
.archive_header {border-bottom:1px solid #e6e6e6;}
</style>
<!-- Options Panel Custom CSS -->
<style type="text/css">
.nrelate_tre.nr_140 .nr_panel {width:152px;}
#afterpostad {text-align:center; padding: 30px 0 30px 0;}
#topofpostad {text-align:center; padding: 30px 0 30px 0;}
.entry img, img.thumbnail {padding:0px;}
#logo { float: none; margin: 0 auto; width: 350px; padding-top:30px;}
#logo .site-description {text-align:center;}
.page-title, .post .title, .page .title {padding: 10px 0px 10px 0px; border-top: 3px double #bbbbbb;  border-bottom: 3px double #bbbbbb; text-align:center;}
.entry img, img.thumbnail {
background: none;
border: medium none;
padding: 5px;
}
/* ************************** social in nav begin ******************************** */
.nav li.menu-item-type-social a {
    background-image: url("wp-content/themes/canvas/images/ico-subscribe-social.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    width: 30px;
}
.nav li.menu-item-type-social a {
    -moz-transition: all .2s ease-in-out 0;
    opacity: 1;
}
.nav li.menu-item-type-social a {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    padding: 0 !important;
}
.nav li.menu-item-type-social a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    background-color: transparent;
}
.nav li.menu-item-type-social a {
    display: inline-block;
    height: 28px;
    width: 30px;
    background-image: url(wp-content/themes/canvas/images/ico-subscribe-social.png) !important;
    background-repeat: no-repeat;
}
.nav li.menu-item-type-social a.youtube {
    background-position: 0 0 !important;
}
.nav li.menu-item-type-social a.flickr {
    background-position: -30px 0 !important;
}
.nav li.menu-item-type-social a.instagram {
    background-position: -60px 0 !important;
}
.nav li.menu-item-type-social a.pinterest {
    background-position: -90px 0 !important;
}
.nav li.menu-item-type-social a.facebook {
    background-position: -120px 0 !important;
}
.nav li.menu-item-type-social a.twitter {
    background-position: -150px 0 !important;
}
.nav li.menu-item-type-social a.googleplus {
    background-position: -180px 0 !important;
}
.nav li.menu-item-type-social a.vimeo {
    background-position: -210px 0 !important;
}
#navigation ul.nav > li.menu-item-type-social {
    margin: 7px 0 0 3px;
    border-right: 0 solid #E6E6E6;
}
/* ************************** social in nav end ******************************** */
ul#main-nav {padding-top: 7px; padding-bottom:5px; vertical-align:middle;}
#content {padding-top:30px;}
.entry img, img.thumbnail {padding:0px;}
lcp_paginator.css:
/* catelist table form */
.lcp_catlist{
margin-left:auto;
margin-right:auto;
font-size:16px;
line-height:35px;
}
.lcp_catlist li {
width:28%;
min-height:150px;
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
margin: 0px;
padding:19px;
zoom: 1;
*display: inline;
}
.lcp_catlist li:after {
content:'.';
height:0px;
visibility:hidden;
display:block;
clear:both;
}
#lcp_instance_0 {padding-left:0px; margin-left:-19px;}
#top-ad {padding-top:30px;}
</style>
<!-- Woo Shortcodes CSS -->
<link href="wp-content/themes/canvas/functions/css/shortcodes.css" rel="stylesheet" type="text/css"/>
<!-- Custom Stylesheet -->
<link href="wp-content/themes/canvas/custom.css" rel="stylesheet" type="text/css"/>
<!-- Google Webfonts (for subsets: latin,latin-ext,greek and weights: 100,200,300,r,500,600,b,800,900,100i,200i,300i,ri,500i,600i,bi,800i,900i) -->
<link href="//fonts.googleapis.com/css?family=Open+Sans%3A300%2C300i%2Cr%2Cri%2C600%2C600i%2Cb%2Cbi%2C800%2C800i%7COpen+Sans+Condensed%3A300%2C300i%2Cb%7CPathway+Gothic+One%3Ar&amp;subset=latin%2Clatin-ext%2Cgreek" rel="stylesheet" type="text/css"/>
<!-- Vipers Video Quicktags v6.5.2 | http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/ -->
<style type="text/css">
.vvqbox { display: block; max-width: 100%; visibility: visible !important; margin: 10px auto; } .vvqbox img { max-width: 100%; height: 100%; } .vvqbox object { max-width: 100%; } 
</style>
<script type="text/javascript">
// <![CDATA[
	var vvqflashvars = {};
	var vvqparams = { wmode: "opaque", allowfullscreen: "true", allowscriptaccess: "always" };
	var vvqattributes = {};
	var vvqexpressinstall = "http://basteandgather.com/wp-content/plugins/vipers-video-quicktags/resources/expressinstall.swf";
// ]]>
</script>
<!-- Google Analytics Tracking by Google Analyticator 6.4.7.3: http://www.videousermanuals.com/google-analyticator/ -->
<script type="text/javascript">
                var analyticsFileTypes = [''];
                            var analyticsSnippet = 'disabled';
                var analyticsEventTracking = 'enabled';
            </script>
<!-- Advanced Canvas CSS Styling -->
<style type="text/css">
#top {text-align:center;}
#top .col-full {float:none;display:inline-block;vertical-align:top;}
#top .col-full li {display:inline;}
#navigation {text-align:center;}
ul#main-nav {float:none;display:inline-block;vertical-align:top;}
ul#main-nav li {display:inline;}
#nav-search .icon-search {position: absolute;top: 8px;right: 9px;}
#nav-search {margin-right: 9px;}</style>
</head>
<body class="home page page-id-3300 page-template page-template-template-magazine-php unknown alt-style-default has-lightbox two-col-left width-1000 two-col-left-1000">
	<div id="top">
		<div class="col-full">
			<h3 class="top-menu">Main Nav</h3><ul id="top-nav" class="nav top-navigation fl"><li id="menu-item-3238" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3238"><a href="http://www.patternworkshop.com/">Pattern Workshop</a></li>
<li id="menu-item-3239" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3239"><a>Selvage Designs</a></li>
<li id="menu-item-2148" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2148"><a href="about/">About</a></li>
<li id="menu-item-2151" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2151"><a href="contact/">Contact</a></li>
<li id="menu-item-3875" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3875"><a href="sponsor/">Sponsor</a></li>
</ul>		</div>
	</div><!-- /#top -->
<div id="wrapper">
	<div id="inner-wrapper">
	<div id="top-ad"><center>
</center></div><h3 class="nav-toggle icon"><a href="#navigation">Navigation</a></h3>
	<header id="header" class="col-full">
		<div id="logo">
<h1 class="site-title"><a href="/">BASTE + GATHER</a></h1>
<span class="site-description">by lauren dahl</span>
</div>
	</header>
	<nav id="navigation" class="col-full" role="navigation">
	<section class="menus">
	<div id="nav-search" class="nav-search fr"><div class="search_main">
    <form method="get" class="searchform" action="/">
        <input type="text" class="field s" name="s" value="Search..." onfocus="if (this.value == 'Search...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search...';}"/>
                <button type="submit" class="icon-search submit" name="submit" value="Search"></button>
    </form>    
    <div class="fix"></div>
</div>
</div><!--/#nav-search .nav-search fr-->	<a href="/" class="nav-home"><span>Home</span></a>
	<h3>Under Logo</h3><ul id="main-nav" class="nav fl"><li id="menu-item-3295" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3295"><a href="category/adobe-cc-tutorials/">Adobe CC Tutorials</a></li>
<li id="menu-item-3293" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3293"><a href="category/sewing/">Sewing</a></li>
<li id="menu-item-3292" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3292"><a href="category/family/">Family</a></li>
<li id="menu-item-3294" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3294"><a href="category/knitting/">Knitting</a></li>
<li id="menu-item-3296" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3296"><a href="category/mommyhood/">Mommyhood</a></li>
<li id="menu-item-youtube" class="menu-item menu-item-type-social menu-item-object-social menu-item-youtube"><a class="youtube" href="http://feeds.feedburner.com/basteandgather" title="Subscribe via RSS"></a></li>
<li id="menu-item-flickr" class="menu-item menu-item-type-social menu-item-object-social menu-item-flickr"><a class="flickr" href="https://www.bloglovin.com/blog/12229559" title="Follow on Bloglovin"></a></li>
<li id="menu-item-instagram" class="menu-item menu-item-type-social menu-item-object-social menu-item-instagram"><a class="instagram" href="https://www.instagram.com/laurenydahl" title="Follow on Instagram"></a></li>
<li id="menu-item-pinterest" class="menu-item menu-item-type-social menu-item-object-social menu-item-pinterest"><a class="pinterest" href="https://www.pinterest.com/laurenydahl/" title="Follow on Pinterest"></a></li>
<li id="menu-item-facebook" class="menu-item menu-item-type-social menu-item-object-social menu-item-facebook"><a class="facebook" href="https://www.facebook.com/basteandgather" title="Connect on Facebook"></a></li>
<li id="menu-item-twitter" class="menu-item menu-item-type-social menu-item-object-social menu-item-twitter"></li>
<li id="menu-item-googleplus" class="menu-item menu-item-type-social menu-item-object-social menu-item-googleplus"><a class="googleplus" href="https://plus.google.com/+LaurenDahl/posts/p/pub" title="Connect on Google+"></a></li>
<li id="menu-item-vimeo" class="menu-item menu-item-type-social menu-item-object-social menu-item-vimeo"></li>
</ul>	
	</section><!-- /.menus -->
	<a href="#top" class="nav-close"><span>Return to Content</span></a>
</nav>
    <!-- #content Starts -->
	    <div id="content" class="col-full magazine">
    	<div id="main-sidebar-container">
            <!-- #main Starts -->
                        <section id="main">
			<article class="post-3300 page type-page status-publish hentry">
	<section class="entry">
	    <input class="jpibfi" type="hidden"><div class="wwsgd" style="display:none;"><div id="wwsgd"><center><p style="padding:3mm;">Looks like it's your first time here. Let's be friends, shall we?! Yeah? I would LOVE that! ;)
<br><br>
<a title="Follow BASTE + GATHER on Bloglovin" href="http://www.bloglovin.com/blog/12229559"><img alt="Follow on Bloglovin" src="widget/bilder/en/widget_id-4277393.gif" border="0"></a><br><br>
<a title="Follow @laurenydahl on Instagram" href="https://instagram.com/laurenydahl">Follow on Instagram</a><br><br>
<a title="Follow BASTE + GATHER on Facebook" href="https://www.facebook.com/basteandgather">Like BASTE + GATHER on Facebook</a><br><br>
Yay! Now here's what you came for. :) 
</p></center></div></div><pre></pre>
	</section><!-- /.entry -->
	<div class="fix"></div>
</article><!-- /.post -->
<article class="post-4025 post type-post status-publish format-standard has-post-thumbnail hentry category-sewing">
		<a href="sailor-top-by-fancy-tiger-crafts/"><img width="649" height="977" src="wp-content/uploads/2014/12/fancy-sailor-top-fancy-tiger-2.jpg" class="woo-image thumbnail aligncenter wp-post-image" alt="Sailor Top by Fancy Tiger Crafts"/></a>
		<header>
		<h2 class="title entry-title"><a href="sailor-top-by-fancy-tiger-crafts/" rel="bookmark" title="Sailor Top by Fancy Tiger Crafts">Sailor Top by Fancy Tiger Crafts</a></h2>	</header>
<div class="post-meta"><span class="small">By</span> <span class="author vcard"><span class="fn"><a href="author/lauren/" title="Posts by Lauren Dahl" rel="author">Lauren Dahl</a></span></span> <span class="small">on</span> <abbr class="date time published updated" title="2014-12-09T23:45:00-0700">December 9, 2014</abbr>  <span class="small">in</span> <span class="categories"><a href="category/sewing/" title="View all items in Sewing">Sewing</a></span>  </div>
	<section class="entry">
	    <input class="jpibfi" type="hidden"><p>Hi there, friends! Long time, no blog. Oh well. I’ve actually been sewing quite a bit, but not a lot of photos/blog posts have been happenings (obvs). I’m trying to remedy that. The problem is that I’ve finally reached that point where pretending that my pre-pregnancy clothing still fits is no longer an option. I’ve [&hellip;]</p>
	</section><!-- /.entry -->
	<div class="fix"></div>
	<div class="post-more">
		<span class="read-more"><a href="sailor-top-by-fancy-tiger-crafts/" title="Continue Reading">Continue Reading</a></span>  <span class="post-comments comments"><a href="sailor-top-by-fancy-tiger-crafts/#comments"><span class="dsq-postid" rel="4025 http://basteandgather.com/?p=4025"><i class="icon-comment"></i> 6</span></a></span>	</div>
</article><!-- /.post -->
		<div class="block">
		<article class="post-4010 post type-post status-publish format-standard has-post-thumbnail hentry category-sewing">
        <a href="review-janome-skyline-s5-sewing-machine/"><img width="325" height="215" src="wp-content/uploads/2014/11/janome-skyline-1-2.jpg" class="woo-image thumbnail aligncenter wp-post-image" alt="Janome Skyline S5 Sewing Machine Review"/></a>
	<header>
		<h2 class="title entry-title"><a href="review-janome-skyline-s5-sewing-machine/" rel="bookmark" title="Review: Janome Skyline S5 Sewing Machine">Review: Janome Skyline S5 Sewing Machine</a></h2>	</header>
<div class="post-meta"><span class="small">By</span> <span class="author vcard"><span class="fn"><a href="author/lauren/" title="Posts by Lauren Dahl" rel="author">Lauren Dahl</a></span></span> <span class="small">on</span> <abbr class="date time published updated" title="2014-11-19T16:36:05-0700">November 19, 2014</abbr>  <span class="small">in</span> <span class="categories"><a href="category/sewing/" title="View all items in Sewing">Sewing</a></span>  </div>
	<section class="entry">
	    <input class="jpibfi" type="hidden"><p>I recently had the fabulous opportunity to spend some time with the new Janome Skyline S5, and wow, is it a great machine! BUT FIRST, let me give you my disclaimers. I was not paid for this review. In fact, Janome fully encouraged me to tell about both everything I LOVE and everything I DISLIKE [&hellip;]</p>
	</section><!-- /.entry -->
	<div class="post-more">
		<span class="read-more"><a href="review-janome-skyline-s5-sewing-machine/" title="Continue Reading">Continue Reading</a></span>  <span class="post-comments comments"><a href="review-janome-skyline-s5-sewing-machine/#comments"><span class="dsq-postid" rel="4010 http://basteandgather.com/?p=4010"><i class="icon-comment"></i> 3</span></a></span>	</div>
</article><!-- /.post -->
		</div><!--/.block-->
		<div class="block last">
		<article class="post-4005 post type-post status-publish format-standard has-post-thumbnail hentry category-misc">
        <a href="moving-on/"><img width="325" height="433" src="wp-content/uploads/2014/11/IMG_20141112_100945-e1416030334820-649x865.jpg" class="woo-image thumbnail aligncenter wp-post-image" alt="IMG_20141112_100945"/></a>
	<header>
		<h2 class="title entry-title"><a href="moving-on/" rel="bookmark" title="Moving On">Moving On</a></h2>	</header>
<div class="post-meta"><span class="small">By</span> <span class="author vcard"><span class="fn"><a href="author/lauren/" title="Posts by Lauren Dahl" rel="author">Lauren Dahl</a></span></span> <span class="small">on</span> <abbr class="date time published updated" title="2014-11-14T22:48:21-0700">November 14, 2014</abbr>  <span class="small">in</span> <span class="categories"><a href="category/misc/" title="View all items in Miscellany">Miscellany</a></span>  </div>
	<section class="entry">
	    <input class="jpibfi" type="hidden"><p>My blog has been a lonely little space these past few months, but with good reason. Lots of things have been changing. First, I’m having another baby. But if you follow me on Instagram or Facebook, you already knew that. I’m currently about 16 weeks along and starting to come out of the fog a [&hellip;]</p>
	</section><!-- /.entry -->
	<div class="post-more">
		<span class="read-more"><a href="moving-on/" title="Continue Reading">Continue Reading</a></span>  <span class="post-comments comments"><a href="moving-on/#comments"><span class="dsq-postid" rel="4005 http://basteandgather.com/?p=4005"><i class="icon-comment"></i> 11</span></a></span>	</div>
</article><!-- /.post -->
		</div><!--/.block-->
<div class="fix"></div>		<div class="block">
		<article class="post-3999 post type-post status-publish format-standard has-post-thumbnail hentry category-self-hosted-wordpress-tips category-selvage-designs category-willow-co">
        <a href="syrah-skirt-by-selvage-designs-for-perfect-pattern-parcel-6/"><img width="325" height="422" src="wp-content/uploads/2014/10/syrah-1.jpg" class="woo-image thumbnail aligncenter wp-post-image" alt="SYRAH Skirt by Selvage Designs"/></a>
	<header>
		<h2 class="title entry-title"><a href="syrah-skirt-by-selvage-designs-for-perfect-pattern-parcel-6/" rel="bookmark" title="SYRAH Skirt by Selvage Designs for Perfect Pattern Parcel #6">SYRAH Skirt by Selvage Designs for Perfect Pattern Parcel #6</a></h2>	</header>
<div class="post-meta"><span class="small">By</span> <span class="author vcard"><span class="fn"><a href="author/lauren/" title="Posts by Lauren Dahl" rel="author">Lauren Dahl</a></span></span> <span class="small">on</span> <abbr class="date time published updated" title="2014-10-17T11:04:01-0700">October 17, 2014</abbr>  <span class="small">in</span> <span class="categories"><a href="category/self-hosted-wordpress-tips/" title="View all items in Self-Hosted Wordpress Tips">Self-Hosted Wordpress Tips</a>, <a href="category/selvage-designs/" title="View all items in Selvage Designs">Selvage Designs</a>, <a href="category/willow-co/" title="View all items in Willow &amp; Co">Willow & Co</a></span>  </div>
	<section class="entry">
	    <input class="jpibfi" type="hidden"><p>Woohoo, I’m off sabbatical! And I’m releasing a new pattern today! Isn’t it all just so EXCITING?! Introducing the SYRAH Skirt by Selvage Designs: It’s a maxi skirt (or a maxi-hi-lo, or a knee-length skirt) with a side-ruched OR flat waistband and&#8230;wait for it&#8230;a built-in slip for extra coverage! And no waistband elastic to dig [&hellip;]</p>
	</section><!-- /.entry -->
	<div class="post-more">
		<span class="read-more"><a href="syrah-skirt-by-selvage-designs-for-perfect-pattern-parcel-6/" title="Continue Reading">Continue Reading</a></span>  <span class="post-comments comments"><a href="syrah-skirt-by-selvage-designs-for-perfect-pattern-parcel-6/#comments"><span class="dsq-postid" rel="3999 http://basteandgather.com/?p=3999"><i class="icon-comment"></i> 4</span></a></span>	</div>
</article><!-- /.post -->
		</div><!--/.block-->
		<div class="block last">
		<article class="post-3981 post type-post status-publish format-standard has-post-thumbnail hentry category-blogging-2 category-misc">
        <a href="blog-sabbatical/"><img width="325" height="215" src="wp-content/uploads/2014/09/sabbatical-1.jpg" class="woo-image thumbnail aligncenter wp-post-image" alt="sabbatical-1"/></a>
	<header>
		<h2 class="title entry-title"><a href="blog-sabbatical/" rel="bookmark" title="Blog Sabbatical � Yep, you heard right">Blog Sabbatical &#8230; Yep, you heard right</a></h2>	</header>
<div class="post-meta"><span class="small">By</span> <span class="author vcard"><span class="fn"><a href="author/lauren/" title="Posts by Lauren Dahl" rel="author">Lauren Dahl</a></span></span> <span class="small">on</span> <abbr class="date time published updated" title="2014-09-02T15:03:21-0700">September 2, 2014</abbr>  <span class="small">in</span> <span class="categories"><a href="category/blogging-2/" title="View all items in Blogging">Blogging</a>, <a href="category/misc/" title="View all items in Miscellany">Miscellany</a></span>  </div>
	<section class="entry">
	    <input class="jpibfi" type="hidden"><p>I’ve been thinking about this post for a few weeks now, mulling over in my head what I would type and how I would explain my feelings about blogging right now. I thought about just silently slipping into sabbatical without even a mention, but no, part of the reason I NEED this sabbatical is to clarify [&hellip;]</p>
	</section><!-- /.entry -->
	<div class="post-more">
		<span class="read-more"><a href="blog-sabbatical/" title="Continue Reading">Continue Reading</a></span>  <span class="post-comments comments"><a href="blog-sabbatical/#comments"><span class="dsq-postid" rel="3981 http://basteandgather.com/?p=3981"><i class="icon-comment"></i> 16</span></a></span>	</div>
</article><!-- /.post -->
		</div><!--/.block-->
<div class="fix"></div>		<div class="block">
		<article class="post-3967 post type-post status-publish format-standard has-post-thumbnail hentry category-sewing category-willow-co">
        <a href="aster-cardigan-to-quilted-jersey-dress-remix/"><img width="325" height="513" src="wp-content/uploads/2014/08/willow-and-company-aster-cardi-remix-3-633x1000.jpg" class="woo-image thumbnail aligncenter wp-post-image" alt="willow and company aster cardi remix-1"/></a>
	<header>
		<h2 class="title entry-title"><a href="aster-cardigan-to-quilted-jersey-dress-remix/" rel="bookmark" title="Aster Cardigan to Quilted Jersey Dress REMIX!">Aster Cardigan to Quilted Jersey Dress REMIX!</a></h2>	</header>
<div class="post-meta"><span class="small">By</span> <span class="author vcard"><span class="fn"><a href="author/lauren/" title="Posts by Lauren Dahl" rel="author">Lauren Dahl</a></span></span> <span class="small">on</span> <abbr class="date time published updated" title="2014-08-22T07:00:19-0700">August 22, 2014</abbr>  <span class="small">in</span> <span class="categories"><a href="category/sewing/" title="View all items in Sewing">Sewing</a>, <a href="category/willow-co/" title="View all items in Willow &amp; Co">Willow & Co</a></span>  </div>
	<section class="entry">
	    <input class="jpibfi" type="hidden"><p>You can read my original review of the Aster Cardigan by Vanessa of Willow & Co Patterns here. Or, you can just enjoy these photos of one of my favorite garments I’ve ever made for Harper. Or ever. No really. It is that good. I’d had this dress idea in mind for quite some time, [&hellip;]</p>
	</section><!-- /.entry -->
	<div class="post-more">
		<span class="read-more"><a href="aster-cardigan-to-quilted-jersey-dress-remix/" title="Continue Reading">Continue Reading</a></span>  <span class="post-comments comments"><a href="aster-cardigan-to-quilted-jersey-dress-remix/#comments"><span class="dsq-postid" rel="3967 http://basteandgather.com/?p=3967"><i class="icon-comment"></i> 5</span></a></span>	</div>
</article><!-- /.post -->
		</div><!--/.block-->
		<div class="block last">
		<article class="post-3952 post type-post status-publish format-standard has-post-thumbnail hentry category-pattern-reviews category-sewing category-uncategorized category-willow-co">
        <a href="willow-co-patterns-aster-cardigan-and-clover-shorts/"><img width="325" height="489" src="wp-content/uploads/2014/08/willow-and-company-3.jpg" class="woo-image thumbnail aligncenter wp-post-image" alt="Willow and Co Patterns Aster Cardigan Clover Shorts"/></a>
	<header>
		<h2 class="title entry-title"><a href="willow-co-patterns-aster-cardigan-and-clover-shorts/" rel="bookmark" title="Willow &amp; Co Patterns Aster Cardigan and Clover Shorts">Willow &#038; Co Patterns Aster Cardigan and Clover Shorts</a></h2>	</header>
<div class="post-meta"><span class="small">By</span> <span class="author vcard"><span class="fn"><a href="author/lauren/" title="Posts by Lauren Dahl" rel="author">Lauren Dahl</a></span></span> <span class="small">on</span> <abbr class="date time published updated" title="2014-08-20T07:00:51-0700">August 20, 2014</abbr>  <span class="small">in</span> <span class="categories"><a href="category/pattern-reviews/" title="View all items in Pattern Reviews">Pattern Reviews</a>, <a href="category/sewing/" title="View all items in Sewing">Sewing</a>, <a href="category/uncategorized/" title="View all items in Uncategorized">Uncategorized</a>, <a href="category/willow-co/" title="View all items in Willow &amp; Co">Willow & Co</a></span>  </div>
	<section class="entry">
	    <input class="jpibfi" type="hidden"><p>I am SO late to the Willow & Co party. I know. In fact, I bought these fabrics months ago when the pattern collective first launched - and I had every intention of participating in the pattern tour. But, you know, life happened&#8230;things got in the way&#8230;and I cleared my plate. But interestingly, I’ve been [&hellip;]</p>
	</section><!-- /.entry -->
	<div class="post-more">
		<span class="read-more"><a href="willow-co-patterns-aster-cardigan-and-clover-shorts/" title="Continue Reading">Continue Reading</a></span>  <span class="post-comments comments"><a href="willow-co-patterns-aster-cardigan-and-clover-shorts/#comments"><span class="dsq-postid" rel="3952 http://basteandgather.com/?p=3952"><i class="icon-comment"></i> 10</span></a></span>	</div>
</article><!-- /.post -->
		</div><!--/.block-->
<div class="fix"></div>		<div class="block">
		<article class="post-3936 post type-post status-publish format-standard has-post-thumbnail hentry category-pattern-reviews category-sewing">
        <a href="simplicity-1463-in-lavender-stripe-sweater-knit/"><img width="325" height="376" src="wp-content/uploads/2014/07/simplicity-1463-4.jpg" class="woo-image thumbnail aligncenter wp-post-image" alt="simplicity 1463-4"/></a>
	<header>
		<h2 class="title entry-title"><a href="simplicity-1463-in-lavender-stripe-sweater-knit/" rel="bookmark" title="Simplicity 1463 in Lavender Stripe Sweater Knit">Simplicity 1463 in Lavender Stripe Sweater Knit</a></h2>	</header>
<div class="post-meta"><span class="small">By</span> <span class="author vcard"><span class="fn"><a href="author/lauren/" title="Posts by Lauren Dahl" rel="author">Lauren Dahl</a></span></span> <span class="small">on</span> <abbr class="date time published updated" title="2014-08-01T07:00:44-0700">August 1, 2014</abbr>  <span class="small">in</span> <span class="categories"><a href="category/pattern-reviews/" title="View all items in Pattern Reviews">Pattern Reviews</a>, <a href="category/sewing/" title="View all items in Sewing">Sewing</a></span>  </div>
	<section class="entry">
	    <input class="jpibfi" type="hidden"><p>I recently purchased a shirt at Nordstrom Rack which I LOVE (see it here in a previous post of mine) and wanted to duplicate. But then, I spotted this pattern at Jo-Ann last week and snatched it up in a jiffy for $1.99 (love that). I know a lot of people probably think I draft [&hellip;]</p>
	</section><!-- /.entry -->
	<div class="post-more">
		<span class="read-more"><a href="simplicity-1463-in-lavender-stripe-sweater-knit/" title="Continue Reading">Continue Reading</a></span>  <span class="post-comments comments"><a href="simplicity-1463-in-lavender-stripe-sweater-knit/#comments"><span class="dsq-postid" rel="3936 http://basteandgather.com/?p=3936"><i class="icon-comment"></i> 15</span></a></span>	</div>
</article><!-- /.post -->
		</div><!--/.block-->
		<div class="block last">
		<article class="post-3803 post type-post status-publish format-standard has-post-thumbnail hentry category-free-sewing-patterns category-sewing">
        <a href="free-sewing-pattern-cupcake-dress-gleeful-blog-hop/"><img width="325" height="542" src="wp-content/uploads/2014/07/cupcake-dress-1-599x1000.jpg" class="woo-image thumbnail aligncenter wp-post-image" alt="Free Sewing Pattern: Cupcake Dress"/></a>
	<header>
		<h2 class="title entry-title"><a href="free-sewing-pattern-cupcake-dress-gleeful-blog-hop/" rel="bookmark" title="Free Sewing Pattern: Cupcake Dress and Gleeful Blog Hop">Free Sewing Pattern: Cupcake Dress and Gleeful Blog Hop</a></h2>	</header>
<div class="post-meta"><span class="small">By</span> <span class="author vcard"><span class="fn"><a href="author/lauren/" title="Posts by Lauren Dahl" rel="author">Lauren Dahl</a></span></span> <span class="small">on</span> <abbr class="date time published updated" title="2014-07-31T07:00:16-0700">July 31, 2014</abbr>  <span class="small">in</span> <span class="categories"><a href="category/free-sewing-patterns/" title="View all items in Free Sewing Patterns">Free Sewing Patterns</a>, <a href="category/sewing/" title="View all items in Sewing">Sewing</a></span>  </div>
	<section class="entry">
	    <input class="jpibfi" type="hidden"><p>When Caroline of the popular sewing blog/pattern company Sew Caroline contacted me about participating in the tour for her new fabric line, Gleeful, I was ecstatic! Caroline has become a great friend over the past few months, and pretty much anything she creates is fun, colorful and beautiful (just like her!). I asked for a [&hellip;]</p>
	</section><!-- /.entry -->
	<div class="post-more">
		<span class="read-more"><a href="free-sewing-pattern-cupcake-dress-gleeful-blog-hop/" title="Continue Reading">Continue Reading</a></span>  <span class="post-comments comments"><a href="free-sewing-pattern-cupcake-dress-gleeful-blog-hop/#comments"><span class="dsq-postid" rel="3803 http://basteandgather.com/?p=3803"><i class="icon-comment"></i> 20</span></a></span>	</div>
</article><!-- /.post -->
		</div><!--/.block-->
<div class="fix"></div>		<div class="block">
		<article class="post-3927 post type-post status-publish format-standard has-post-thumbnail hentry category-adobe-cc-tutorials category-burdastyle">
        <a href="teaser-video-from-my-upcoming-burdastyle-course/"><img width="325" height="189" src="wp-content/uploads/2014/07/Screen-Shot-2014-07-25-at-11.32.45-AM-649x378.png" class="woo-image thumbnail aligncenter wp-post-image" alt="Digital Pattern Drafting with Adobe Illustrator"/></a>
	<header>
		<h2 class="title entry-title"><a href="teaser-video-from-my-upcoming-burdastyle-course/" rel="bookmark" title="Teaser Video from My Upcoming BurdaStyle Course">Teaser Video from My Upcoming BurdaStyle Course</a></h2>	</header>
<div class="post-meta"><span class="small">By</span> <span class="author vcard"><span class="fn"><a href="author/lauren/" title="Posts by Lauren Dahl" rel="author">Lauren Dahl</a></span></span> <span class="small">on</span> <abbr class="date time published updated" title="2014-07-25T11:36:18-0700">July 25, 2014</abbr>  <span class="small">in</span> <span class="categories"><a href="category/adobe-cc-tutorials/" title="View all items in Adobe CC Tutorials">Adobe CC Tutorials</a>, <a href="category/burdastyle/" title="View all items in BurdaStyle">BurdaStyle</a></span>  </div>
	<section class="entry">
	    <input class="jpibfi" type="hidden"><p>Good morning, friends! There’s been a ton of interest in my BurdaStyle course, Digital Pattern Drafting with Adobe Illustrator, so this morning, I took some time to make a quick teaser video for you guys from one of the course lessons. Of course, this is a much abbreviated version, but you will see the type [&hellip;]</p>
	</section><!-- /.entry -->
	<div class="post-more">
		<span class="read-more"><a href="teaser-video-from-my-upcoming-burdastyle-course/" title="Continue Reading">Continue Reading</a></span>  <span class="post-comments comments"><a href="teaser-video-from-my-upcoming-burdastyle-course/#comments"><span class="dsq-postid" rel="3927 http://basteandgather.com/?p=3927"><i class="icon-comment"></i> 8</span></a></span>	</div>
</article><!-- /.post -->
		</div><!--/.block-->
		<div class="block last">
		<article class="post-3918 post type-post status-publish format-standard has-post-thumbnail hentry category-blogging-2 category-misc">
        <a href="rage-against-sponsored-posts-aka-highway-robbery/"><img width="325" height="197" src="wp-content/uploads/2014/07/big-companies.jpg" class="woo-image thumbnail aligncenter wp-post-image" alt="What are Bloggers worth?"/></a>
	<header>
		<h2 class="title entry-title"><a href="rage-against-sponsored-posts-aka-highway-robbery/" rel="bookmark" title="Rage Against Sponsored Posts / AKA Highway Robbery">Rage Against Sponsored Posts / AKA Highway Robbery</a></h2>	</header>
<div class="post-meta"><span class="small">By</span> <span class="author vcard"><span class="fn"><a href="author/lauren/" title="Posts by Lauren Dahl" rel="author">Lauren Dahl</a></span></span> <span class="small">on</span> <abbr class="date time published updated" title="2014-07-21T10:11:32-0700">July 21, 2014</abbr>  <span class="small">in</span> <span class="categories"><a href="category/blogging-2/" title="View all items in Blogging">Blogging</a>, <a href="category/misc/" title="View all items in Miscellany">Miscellany</a></span>  </div>
	<section class="entry">
	    <input class="jpibfi" type="hidden"><p>Before folks get their panties all wadded up, I want to give a little disclaimer. This post is NOT directed at anyone specifically. I see sponsored posts like the ones I’m talking about below all. the. time. in the sewing blogging world. So if you/your friend happened to post one today or yesterday or last [&hellip;]</p>
	</section><!-- /.entry -->
	<div class="post-more">
		<span class="read-more"><a href="rage-against-sponsored-posts-aka-highway-robbery/" title="Continue Reading">Continue Reading</a></span>  <span class="post-comments comments"><a href="rage-against-sponsored-posts-aka-highway-robbery/#comments"><span class="dsq-postid" rel="3918 http://basteandgather.com/?p=3918"><i class="icon-comment"></i> 15</span></a></span>	</div>
</article><!-- /.post -->
		</div><!--/.block-->
<div class="fix"></div>		<div class="block">
		<article class="post-3877 post type-post status-publish format-standard has-post-thumbnail hentry category-pattern-reviews category-sewing">
        <a href="giveaway-pattern-review-pleated-pencil-skirt-delia-creates/"><img width="325" height="489" src="wp-content/uploads/2014/07/pleated-pencil-skirt-grainline-archer-2.jpg" class="woo-image thumbnail aligncenter wp-post-image" alt="Pleated Pencil Skirt by Delia Creates with Grainline Archer"/></a>
	<header>
		<h2 class="title entry-title"><a href="giveaway-pattern-review-pleated-pencil-skirt-delia-creates/" rel="bookmark" title="Giveaway and Pattern Review: Pleated Pencil Skirt by Delia Creates">Giveaway and Pattern Review: Pleated Pencil Skirt by Delia Creates</a></h2>	</header>
<div class="post-meta"><span class="small">By</span> <span class="author vcard"><span class="fn"><a href="author/lauren/" title="Posts by Lauren Dahl" rel="author">Lauren Dahl</a></span></span> <span class="small">on</span> <abbr class="date time published updated" title="2014-07-14T08:00:53-0700">July 14, 2014</abbr>  <span class="small">in</span> <span class="categories"><a href="category/pattern-reviews/" title="View all items in Pattern Reviews">Pattern Reviews</a>, <a href="category/sewing/" title="View all items in Sewing">Sewing</a></span>  </div>
	<section class="entry">
	    <input class="jpibfi" type="hidden"><p>I have something very exciting for you guys today - I’m giving away TWO copies of the latest pattern by Delia Creates, the Pleated Pencil Skirt. And of course, I’m also going to tell you all about my experience with sewing this amazing pattern. For full disclosure, I purchased my copy of this pattern after seeing [&hellip;]</p>
	</section><!-- /.entry -->
	<div class="post-more">
		<span class="read-more"><a href="giveaway-pattern-review-pleated-pencil-skirt-delia-creates/" title="Continue Reading">Continue Reading</a></span>  <span class="post-comments comments"><a href="giveaway-pattern-review-pleated-pencil-skirt-delia-creates/#comments"><span class="dsq-postid" rel="3877 http://basteandgather.com/?p=3877"><i class="icon-comment"></i> 8</span></a></span>	</div>
</article><!-- /.post -->
		</div><!--/.block-->
		<div class="block last">
		<article class="post-3897 post type-post status-publish format-standard has-post-thumbnail hentry category-pattern-reviews category-sewing">
        <a href="mccalls-6438-skirt-in-red-floral-challis/"><img width="325" height="479" src="wp-content/uploads/2014/07/mccalls-6438-2.jpg" class="woo-image thumbnail aligncenter wp-post-image" alt="McCall's 6438 Skirt in Red Floral Challis"/></a>
	<header>
		<h2 class="title entry-title"><a href="mccalls-6438-skirt-in-red-floral-challis/" rel="bookmark" title="McCall�s 6438 Skirt in Red Floral Challis">McCall’s 6438 Skirt in Red Floral Challis</a></h2>	</header>
<div class="post-meta"><span class="small">By</span> <span class="author vcard"><span class="fn"><a href="author/lauren/" title="Posts by Lauren Dahl" rel="author">Lauren Dahl</a></span></span> <span class="small">on</span> <abbr class="date time published updated" title="2014-07-12T11:37:00-0700">July 12, 2014</abbr>  <span class="small">in</span> <span class="categories"><a href="category/pattern-reviews/" title="View all items in Pattern Reviews">Pattern Reviews</a>, <a href="category/sewing/" title="View all items in Sewing">Sewing</a></span>  </div>
	<section class="entry">
	    <input class="jpibfi" type="hidden"><p>Confession time: I am super self-conscious about my legs. I have always thought them to be too skinny, too pale, too small for my body, etc. etc. But according to my Instagram and Facebook friends, they are looking OK. So, here they are - in all their glory. But this post is about a pattern [&hellip;]</p>
	</section><!-- /.entry -->
	<div class="post-more">
		<span class="read-more"><a href="mccalls-6438-skirt-in-red-floral-challis/" title="Continue Reading">Continue Reading</a></span>  <span class="post-comments comments"><a href="mccalls-6438-skirt-in-red-floral-challis/#comments"><span class="dsq-postid" rel="3897 http://basteandgather.com/?p=3897"><i class="icon-comment"></i> 15</span></a></span>	</div>
</article><!-- /.post -->
		</div><!--/.block-->
<div class="fix"></div><div class="pagination woo-pagination"><span class="page-numbers current">1</span>
<a class="page-numbers" href="page/2/">2</a>
<span class="page-numbers dots">&hellip;</span>
<a class="page-numbers" href="page/16/">16</a>
<a class="next page-numbers" href="page/2/">Next &rarr;</a></div>
            </section><!-- /#main -->
            <aside id="sidebar">
<div id="text-13" class="widget widget_text">			<div class="textwidget"><a href="http://www.laurendahl.com/about"><img src="wp-content/uploads/2014/11/lauren-dahl-1.jpg"></a>
<br><br>
Hey, that's me - Lauren. I'm so glad you've stopped by my creative space. I'm always in the process of changing up this little space of mine, so stick around to see what's in store. Click on the image above to learn more about me. </div>
		</div><div id="blog_subscription-4" class="widget jetpack_subscription_widget"><h3><label for="subscribe-field">Subscribe to Blog via Email</label></h3>
		<form action="#" method="post" accept-charset="utf-8" id="subscribe-blog-blog_subscription-4">
			<p id="subscribe-text">Enter your email address to subscribe to this blog and receive notifications of new posts by email.</p>
			<p id="subscribe-email"><input type="text" name="email" value="Email Address" id="subscribe-field" onclick="if ( this.value == 'Email Address' ) { this.value = ''; }" onblur="if ( this.value == '' ) { this.value = 'Email Address'; }"/></p>
			<p id="subscribe-submit">
				<input type="hidden" name="action" value="subscribe"/>
				<input type="hidden" name="source" value="http://basteandgather.com/"/>
				<input type="hidden" name="sub-type" value="widget"/>
				<input type="hidden" name="redirect_fragment" value="blog_subscription-4"/>
								<input type="submit" value="Subscribe" name="jetpack_subscriptions_widget"/>
			</p>
		</form>
</div><div id="adspace-widget-4" class="widget adspace-widget"><a href="http://www.patternworkshop.com/"><img src="wp-content/uploads/2014/01/pattern-workshop-300x600border.jpg" alt="Pattern Workshop"/></a></div><div id="adspace-widget-5" class="widget adspace-widget"><img src="wp-content/uploads/2014/03/selvage-designs-300x300.jpg" alt="Selvage Designs"/></div><div id="text-15" class="widget widget_text"><h3>Sponsors</h3>			<div class="textwidget"><script src="widget/display_ads/1184.js" type="text/javascript"></script><div id="adproval-display-DS-accdc272bbe6adffcf20623d8f640aec85ad3606"></div></div>
		</div><div id="adspace-widget-7" class="widget adspace-widget"><img src="wp-content/uploads/2014/07/powered-by-janome.jpg" alt="Powered by Janome"/></div><div id="adspace-widget-6" class="widget adspace-widget"><a href="http://www.pellonprojects.com/designers/lauren-dahl/"><img src="wp-content/uploads/2014/06/PellonProjectsDesignerButton.jpg" alt="Lauren Dahl on Pellon Projects"/></a></div><div id="categories-2" class="widget widget_categories"><h3>Categories</h3>		<ul>
	<li class="cat-item cat-item-48"><a href="category/adobe-cc-tutorials/">Adobe CC Tutorials</a>
</li>
	<li class="cat-item cat-item-58"><a href="category/birth-babies/">Birth & Babies</a>
</li>
	<li class="cat-item cat-item-82"><a href="category/blogging-2/">Blogging</a>
</li>
	<li class="cat-item cat-item-84"><a href="category/burdastyle/">BurdaStyle</a>
</li>
	<li class="cat-item cat-item-75"><a href="category/cricut-explore/">Cricut Explore</a>
</li>
	<li class="cat-item cat-item-20"><a href="category/family/">Family</a>
</li>
	<li class="cat-item cat-item-80"><a href="category/free-sewing-patterns/">Free Sewing Patterns</a>
</li>
	<li class="cat-item cat-item-50"><a href="category/house-home/">House & Home</a>
</li>
	<li class="cat-item cat-item-83"><a href="category/janome/">Janome</a>
</li>
	<li class="cat-item cat-item-73"><a href="category/kids-clothes-week/">Kids' Clothes Week</a>
</li>
	<li class="cat-item cat-item-18"><a href="category/knitting/">Knitting</a>
</li>
	<li class="cat-item cat-item-8"><a href="category/misc/">Miscellany</a>
</li>
	<li class="cat-item cat-item-22"><a href="category/mommyhood/">Mommyhood</a>
</li>
	<li class="cat-item cat-item-81"><a href="category/pattern-reviews/">Pattern Reviews</a>
</li>
	<li class="cat-item cat-item-66"><a href="category/pattern-workshop/">Pattern Workshop</a>
</li>
	<li class="cat-item cat-item-37"><a href="category/quilting/">Quilting</a>
</li>
	<li class="cat-item cat-item-70"><a href="category/self-hosted-wordpress-tips/">Self-Hosted Wordpress Tips</a>
</li>
	<li class="cat-item cat-item-71"><a href="category/selvage-designs/">Selvage Designs</a>
</li>
	<li class="cat-item cat-item-28"><a href="category/sewing/">Sewing</a>
</li>
	<li class="cat-item cat-item-15"><a href="category/travel/">Travel</a>
</li>
	<li class="cat-item cat-item-7"><a href="category/tutorials/">Tutorials</a>
</li>
	<li class="cat-item cat-item-1"><a href="category/uncategorized/">Uncategorized</a>
</li>
	<li class="cat-item cat-item-85"><a href="category/willow-co/">Willow & Co</a>
</li>
		</ul>
</div><div id="adspace-widget-2" class="widget adspace-widget">
</div></aside><!-- /#sidebar -->
		</div><!-- /#main-sidebar-container -->
    </div><!-- /#content -->
<section id="footer-widgets" class="col-full col-1">
				<div class="block footer-widget-1">
    	<div id="instagram_recent_media-2" class="widget widget_instagram_recent_media"><h3>Instagrammin'</h3><div class="clear"></div><a href="#"><div class="si-content" style=" display: none; margin: 10px; "><div class="clear"></div><div class="content-info"><img class="front-photo" src="hphotos-ak-xap1/t51.2885-19/10570089_1511860365695264_2102136540_a.jpg" width="15" height="15"/>laurenydahl</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-like.png" width="19" height="19" style="vertical-align: middle;"/> 53</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-comment.png" width="19" height="19" style="vertical-align: middle;"/> 7</div><div class="clear"></div></div></a><a href="#"><div class="si-content" style=" display: none; margin: 10px; "><div class="clear"></div><div class="content-info"><img class="front-photo" src="hphotos-ak-xap1/t51.2885-19/10570089_1511860365695264_2102136540_a.jpg" width="15" height="15"/>laurenydahl</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-like.png" width="19" height="19" style="vertical-align: middle;"/> 78</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-comment.png" width="19" height="19" style="vertical-align: middle;"/> 5</div><div class="clear"></div></div></a><a href="#"><div class="si-content" style=" display: none; margin: 10px; "><div class="clear"></div><div class="content-info"><img class="front-photo" src="hphotos-ak-xap1/t51.2885-19/10570089_1511860365695264_2102136540_a.jpg" width="15" height="15"/>laurenydahl</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-like.png" width="19" height="19" style="vertical-align: middle;"/> 44</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-comment.png" width="19" height="19" style="vertical-align: middle;"/> 8</div><div class="clear"></div></div></a><a href="#"><div class="si-content" style=" display: none; margin: 10px; "><div class="clear"></div><div class="content-info"><img class="front-photo" src="hphotos-ak-xap1/t51.2885-19/10570089_1511860365695264_2102136540_a.jpg" width="15" height="15"/>laurenydahl</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-like.png" width="19" height="19" style="vertical-align: middle;"/> 73</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-comment.png" width="19" height="19" style="vertical-align: middle;"/> 8</div><div class="clear"></div></div></a><a href="#"><div class="si-content" style=" display: none; margin: 10px; "><div class="clear"></div><div class="content-info"><img class="front-photo" src="hphotos-ak-xap1/t51.2885-19/10570089_1511860365695264_2102136540_a.jpg" width="15" height="15"/>laurenydahl</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-like.png" width="19" height="19" style="vertical-align: middle;"/> 69</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-comment.png" width="19" height="19" style="vertical-align: middle;"/> 3</div><div class="clear"></div></div></a><a href="#"><div class="si-content" style=" display: none; margin: 10px; "><div class="clear"></div><div class="content-info"><img class="front-photo" src="hphotos-ak-xap1/t51.2885-19/10570089_1511860365695264_2102136540_a.jpg" width="15" height="15"/>laurenydahl</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-like.png" width="19" height="19" style="vertical-align: middle;"/> 31</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-comment.png" width="19" height="19" style="vertical-align: middle;"/> 5</div><div class="clear"></div></div></a><a href="#"><div class="si-content" style=" display: none; margin: 10px; "><div class="clear"></div><div class="content-info"><img class="front-photo" src="hphotos-ak-xap1/t51.2885-19/10570089_1511860365695264_2102136540_a.jpg" width="15" height="15"/>laurenydahl</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-like.png" width="19" height="19" style="vertical-align: middle;"/> 59</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-comment.png" width="19" height="19" style="vertical-align: middle;"/> 1</div><div class="clear"></div></div></a><a href="#"><div class="si-content" style=" display: none; margin: 10px; "><div class="clear"></div><div class="content-info"><img class="front-photo" src="hphotos-ak-xap1/t51.2885-19/10570089_1511860365695264_2102136540_a.jpg" width="15" height="15"/>laurenydahl</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-like.png" width="19" height="19" style="vertical-align: middle;"/> 34</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-comment.png" width="19" height="19" style="vertical-align: middle;"/> 4</div><div class="clear"></div></div></a><a href="#"><div class="si-content" style=" display: none; margin: 10px; "><div class="clear"></div><div class="content-info"><img class="front-photo" src="hphotos-ak-xap1/t51.2885-19/10570089_1511860365695264_2102136540_a.jpg" width="15" height="15"/>laurenydahl</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-like.png" width="19" height="19" style="vertical-align: middle;"/> 24</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-comment.png" width="19" height="19" style="vertical-align: middle;"/> 2</div><div class="clear"></div></div></a><a href="#"><div class="si-content" style=" display: none; margin: 10px; "><div class="clear"></div><div class="content-info"><img class="front-photo" src="hphotos-ak-xap1/t51.2885-19/10570089_1511860365695264_2102136540_a.jpg" width="15" height="15"/>laurenydahl</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-like.png" width="19" height="19" style="vertical-align: middle;"/> 59</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-comment.png" width="19" height="19" style="vertical-align: middle;"/> 6</div><div class="clear"></div></div></a><a href="#"><div class="si-content" style=" display: none; margin: 10px; "><div class="clear"></div><div class="content-info"><img class="front-photo" src="hphotos-ak-xap1/t51.2885-19/10570089_1511860365695264_2102136540_a.jpg" width="15" height="15"/>laurenydahl</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-like.png" width="19" height="19" style="vertical-align: middle;"/> 39</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-comment.png" width="19" height="19" style="vertical-align: middle;"/> 5</div><div class="clear"></div></div></a><a href="#"><div class="si-content" style=" display: none; margin: 10px; "><div class="clear"></div><div class="content-info"><img class="front-photo" src="hphotos-ak-xap1/t51.2885-19/10570089_1511860365695264_2102136540_a.jpg" width="15" height="15"/>laurenydahl</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-like.png" width="19" height="19" style="vertical-align: middle;"/> 63</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-comment.png" width="19" height="19" style="vertical-align: middle;"/> 5</div><div class="clear"></div></div></a><a href="#"><div class="si-content" style=" display: none; margin: 10px; "><div class="clear"></div><div class="content-info"><img class="front-photo" src="hphotos-ak-xap1/t51.2885-19/10570089_1511860365695264_2102136540_a.jpg" width="15" height="15"/>laurenydahl</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-like.png" width="19" height="19" style="vertical-align: middle;"/> 9</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-comment.png" width="19" height="19" style="vertical-align: middle;"/> 5</div><div class="clear"></div></div></a><a href="#"><div class="si-content" style=" display: none; margin: 10px; "><div class="clear"></div><div class="content-info"><img class="front-photo" src="hphotos-ak-xap1/t51.2885-19/10570089_1511860365695264_2102136540_a.jpg" width="15" height="15"/>laurenydahl</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-like.png" width="19" height="19" style="vertical-align: middle;"/> 33</div><div class="content-info"><img src="wp-content/plugins/simply-instagram/images/instagram-comment.png" width="19" height="19" style="vertical-align: middle;"/> 1</div><div class="clear"></div></div></a>	<script type="text/javascript" charset="utf-8">	  
	  jQuery(document).ready(function(){
	    jQuery("a[rel^='sInstRecentMediaWid']").prettyPhoto({
	    	autoplay_slideshow: true,
	    	social_tools:false,
	    	theme: 'dark_square',
	    	});
	  });
	</script>
	</div>	</div>
        		<div class="fix"></div>
</section><!--/#footer-widgets-->
	<footer id="footer" class="col-full">
		<center>
</center>
		<div id="copyright" class="col-left">
			<p>&copy; 2015 BASTE + GATHER. All Rights Reserved. </p>		</div>
		<div id="credit" class="col-right">
			<p>Powered by <a href="http://wordpress.org/" title="WordPress">WordPress</a>. Designed by <a href="http://www.woothemes.com/" title="WooThemes"><img src="wp-content/themes/canvas/images/woothemes.png" width="74" height="19" alt="Woo Themes"/></a></p>		</div>
	</footer>
	</div><!-- /#inner-wrapper -->
</div><!-- /#wrapper -->
<div class="fix"></div><!--/.fix-->
    <script type="text/javascript">
    // <![CDATA[
        var disqus_shortname = 'laurendahl';
        (function () {
            var nodes = document.getElementsByTagName('span');
            for (var i = 0, url; i < nodes.length; i++) {
                if (nodes[i].className.indexOf('dsq-postid') != -1) {
                    nodes[i].parentNode.setAttribute('data-disqus-identifier', nodes[i].getAttribute('rel'));
                    url = nodes[i].parentNode.href.split('#', 1);
                    if (url.length == 1) url = url[0];
                    else url = url[1]
                    nodes[i].parentNode.href = url + '#disqus_thread';
                }
            }
            var s = document.createElement('script'); s.async = true;
            s.type = 'text/javascript';
            s.src = '//' + disqus_shortname + '.disqus.com/count.js';
            (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
        }());
    //]]>
    </script>
<script type="text/javascript" src="wp-content/plugins/what-would-seth-godin-do/jquery.cookie.js"></script>
<script type="text/javascript">
    jQuery(document).ready(function() {
        var count;
        if ( !jQuery.cookie('wwsgd_visits') ) {
            count = 1;
        }
        else {
            count = parseInt(jQuery.cookie('wwsgd_visits'), 10) + 1;
        }
        jQuery.cookie('wwsgd_visits', count, { expires: 365, path: "/" });
        if ( count <= 1 ) {
            jQuery(".wwsgd").show();
        }
    });
</script>
<!-- Quantcast Tag -->
<script type="text/javascript">
var _qevents = _qevents || [];
(function() {
var elem = document.createElement('script');
elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
elem.async = true;
elem.type = "text/javascript";
var scpt = document.getElementsByTagName('script')[0];
scpt.parentNode.insertBefore(elem, scpt);
})();
_qevents.push({
qacct:"p-tHJKk4Re7Fj9r"
});
</script>
<noscript>
<div style="display:none;">
<img src="pixel/p-tHJKk4Re7Fj9r.gif" border="0" height="1" width="1" alt="Quantcast"/>
</div>
</noscript>
<!-- End Quantcast tag -->
<script type="text/javascript" src="wp-includes/js/comment-reply.min_ver-4.0.1.js"></script>
<script type="text/javascript" src="wp-content/plugins/contact-form-7/includes/js/jquery.form.min_ver-3.50.0-2014.02.05.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
var _wpcf7 = {"loaderUrl":"http:\/\/basteandgather.com\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Sending ..."};
/* ]]> */
</script>
<script type="text/javascript" src="wp-content/plugins/contact-form-7/includes/js/scripts_ver-3.8.1.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
var thickboxL10n = {"next":"Next >","prev":"< Prev","image":"Image","of":"of","close":"Close","noiframes":"This feature requires inline frames. You have iframes disabled or your browser does not support them.","loadingAnimation":"http:\/\/basteandgather.com\/wp-includes\/js\/thickbox\/loadingAnimation.gif"};
/* ]]> */
</script>
<script type="text/javascript" src="wp-includes/js/thickbox/thickbox_ver-3.1-20121105.js"></script>
<script type="text/javascript" src="https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201502"></script>
</body>
</html>