<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Vintage Patterns</title>
      <link>http://www.work4idlehands.com/Vintage_Patterns/</link>
      <description></description>
      <language>en</language>
      <copyright>Copyright 2012</copyright>
      <lastBuildDate>Thu, 29 Dec 2011 23:39:45 +0000</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=4.21-en</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

      
      <item>
         <title>Introducing vintage patterns for sale</title>
         <description><![CDATA[<p>I have a lot of patterns surplus to my requirements - either simply patterns I have acquired over the years or duplicates in auction lots.  So I thought I would list some of them here in case any readers would like to buy them.  
Some of the patterns are quaint, but many of them are simply dated, and I try to value them accordingly.  </p>

<script type="text/javascript">

/***********************************************
* Book Flip slideshow script- © Ger Versluis 2003
* Permission granted to DynamicDrive.com to feature script
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

/********************************************************
	Create a div with transparent place holder in your html	
	<div id="Book" style="position:relative">
		<img src="placeholder.gif" width="144" height="227">
	</div>
	width = 2*book image width +4 height = book image height+2

	Insert onload in body tag
		<body onload="ImageBook()">	
*********************************************************/

// 7 variables to control behavior
	var Book_Image_Width=150;
	var Book_Image_Height=202;
	var Book_Border=true;
	var Book_Border_Color="gray";
	var Book_Speed=15;
	var Book_NextPage_Delay=1500; //1 second=1000
	var Book_Vertical_Turn=0;	

// array to specify images and optional links. At least 4
// If Link is not needed keep it ""

	Book_Image_Sources=new Array(
                "http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/Patons1395.jpg","archives/2007/11/wraparound_jacket_with_sash_ti.html",
                "http://www.work4idlehands.com/Vintage_Patterns/Assets/SOLD/Emu2919.jpg","archives/2007/11/long_shaped_jacket_with_cable.html",
                "http://www.work4idlehands.com/Vintage_Patterns/Assets/SOLD/Sirdar2364s.jpg","archives/2007/11/ladies_sweater_and_jacket_ense.html",
		"http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/Wendy1159.jpg","archives/2007/11/sweater_and_matching_long_wais.html",
		"http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/Wendy1254.jpg","archives/2007/11/shortcropped_tops.html",
		"http://www.work4idlehands.com/Vintage_Patterns/Assets/SOLD/ListerN1663s.jpg","archives/2007/11/classic_ribbed_polo.html", 
		"http://www.work4idlehands.com/Vintage_Patterns/Assets/SOLD/Bellmans1465.jpg","archives/2007/11/shortsleeved_cardiganwaistcoat.html",
                 "http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/Sirdar5584.jpg","archives/2007/11/striped_cardigan_and_sweater_s.html",
                 "http://www.work4idlehands.com/Vintage_Patterns/Assets/SOLD/Patons1394.jpg","archives/2007/11/blackberry_stitch_aran_weight.html",
                 "http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/Patons9514.jpg","archives/2007/11/aran_weight_moss_stitch_cardig.html",
                 "http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/Patons9845.jpg","archives/2007/11/summer_tops_theyre_patons.html", 
                  "http://www.work4idlehands.com/Vintage_Patterns/Assets/SOLD/Bronte582.jpg","archives/2007/11/cardigan_and_sweater_with_cabl.html" //
		);

/***************** DO NOT EDIT BELOW **********************************/
	var B_LI,B_MI,B_RI,B_TI,B_Angle=0,B_CrImg=6,B_MaxW,B_Direction=1;
	var B_MSz,B_Stppd=false;B_Pre_Img=new Array(Book_Image_Sources.length);

	function ImageBook(){
		if(document.getElementById){
			for(i=0;i<Book_Image_Sources.length;i+=2){
				B_Pre_Img[i]=new Image();B_Pre_Img[i].src=Book_Image_Sources[i]}
			Book_Div=document.getElementById("Book");
			B_LI=document.createElement("img");Book_Div.appendChild(B_LI);	
			B_RI=document.createElement("img");Book_Div.appendChild(B_RI);
			B_MI=document.createElement("img");Book_Div.appendChild(B_MI);	
			B_LI.style.position=B_MI.style.position=B_RI.style.position="absolute";
			B_LI.style.zIndex=B_RI.style.zIndex=0;B_MI.style.zIndex=1;
			B_LI.style.top=(Book_Vertical_Turn?Book_Image_Height+1:0)+"px";
			B_LI.style.left=0+"px";
			B_MI.style.top=0+"px";
			B_MI.style.left=(Book_Vertical_Turn?0:Book_Image_Width+1)+"px";
			B_RI.style.top=0+"px";
			B_RI.style.left=(Book_Vertical_Turn?0:Book_Image_Width+1)+"px";
			B_LI.style.height=Book_Image_Height+"px";
			B_MI.style.height=Book_Image_Height+"px";
			B_RI.style.height=Book_Image_Height+"px";
			B_LI.style.width=Book_Image_Width+"px";
			B_MI.style.width=Book_Image_Width+"px";
			B_RI.style.width=Book_Image_Width+"px";
			if(Book_Border){
				B_LI.style.borderStyle=B_MI.style.borderStyle=B_RI.style.borderStyle="solid";
				B_LI.style.borderWidth=1+"px";
				B_MI.style.borderWidth=1+"px";
				B_RI.style.borderWidth=1+"px";
				B_LI.style.borderColor=B_MI.style.borderColor=B_RI.style.borderColor=Book_Border_Color}
			B_LI.src=B_Pre_Img[0].src;
			B_LI.lnk=Book_Image_Sources[1];
			B_MI.src=B_Pre_Img[2].src;
			B_MI.lnk=Book_Image_Sources[3];
			B_RI.src=B_Pre_Img[4].src;
			B_RI.lnk=Book_Image_Sources[5];
			B_LI.onclick=B_MI.onclick=B_RI.onclick=B_LdLnk;
			B_LI.onmouseover=B_MI.onmouseover=B_RI.onmouseover=B_Stp;
			B_LI.onmouseout=B_MI.onmouseout=B_RI.onmouseout=B_Rstrt;
			BookImages()}}

	function BookImages(){
		if(!B_Stppd){
			if(Book_Vertical_Turn){
				B_MSz=Math.abs(Math.round(Math.cos(B_Angle)*Book_Image_Height));
				MidOffset=!B_Direction?Book_Image_Height+1:Book_Image_Height-B_MSz;
				B_MI.style.top=MidOffset+"px";
				B_MI.style.height=B_MSz+"px"}
			else{	B_MSz=Math.abs(Math.round(Math.cos(B_Angle)*Book_Image_Width));
				MidOffset=B_Direction?Book_Image_Width+1:Book_Image_Width-B_MSz;
				B_MI.style.left=MidOffset+"px";
				B_MI.style.width=B_MSz+"px"}
			B_Angle+=Book_Speed/720*Math.PI;
			if(B_Angle>=Math.PI/2&&B_Direction){
				B_Direction=0;
				if(B_CrImg==Book_Image_Sources.length)B_CrImg=0;
				B_MI.src=B_Pre_Img[B_CrImg].src;
				B_MI.lnk=Book_Image_Sources[B_CrImg+1];
				B_CrImg+=2}
			if(B_Angle>=Math.PI){
				B_Direction=1;
				B_TI=B_LI;
				B_LI=B_MI;
				B_MI=B_TI;
				if(Book_Vertical_Turn)B_MI.style.top=0+"px";
				else B_MI.style.left=Book_Image_Width+1+"px";			
				B_MI.src=B_RI.src;
				B_MI.lnk=B_RI.lnk;

				setTimeout("Book_Next_Delay()",Book_NextPage_Delay)}
			else setTimeout("BookImages()",50)}
		else setTimeout("BookImages()",50)}

	function Book_Next_Delay(){
			if(B_CrImg==Book_Image_Sources.length)B_CrImg=0;
			B_RI.src=B_Pre_Img[B_CrImg].src;
			B_RI.lnk=Book_Image_Sources[B_CrImg+1];
			B_MI.style.zIndex=2;
			B_LI.style.zIndex=1;
			B_Angle=0;
			B_CrImg+=2;
		setTimeout("BookImages()",50)}

	function B_LdLnk(){if(this.lnk)window.location.href=this.lnk}
	function B_Stp(){B_Stppd=true;this.style.cursor=this.lnk?"pointer":"default"}
	function B_Rstrt(){B_Stppd=false}
</script>

	<div id="Book" style="position:relative; left:80px">
		<img src="http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/placeholder.gif" width="304" height="204">
	</div>

<p>
I have grouped the patterns by type, as they were in old-fashioned knitting shops;  some patterns may fit into more than one category, and the beauty the virtual world is that a pattern can happily live in more than one drawer!   There is also a "retro" category which is entirely arbitrary, and roughly includes anything prior to the 1980s.  If you are looking for something very particular or obscure, then try a specific search.</p>
<p>
I'm not attempting to run a business, as such, but I will endeavour to offer a professional enough service on an ad hoc basis.<br> I hope you will find something you like. </p>]]></description>
         <link>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/12/introduction.html</link>
         <guid>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/12/introduction.html</guid>
         <category></category>
         <pubDate>Thu, 29 Dec 2011 23:39:45 +0000</pubDate>
      </item>
      
      <item>
         <title>Handknits for Out of Doors</title>
         <description><![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center">
<a href="http://www.work4idlehands.com/Vintage_Patterns/Assets/Men/P&BSC7L.jpg" onClick="window.open('http://www.work4idlehands.com/Vintage_Patterns/Assets/Men/P&BSC7L.jpg','popup','width=850,height=600,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=20,top=20'); return false"><img src="http://www.work4idlehands.com/Vintage_Patterns/Assets/Men/P&BSC7.jpg" width="200" height="280"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Pattern ID: 
        </font> <font color="#000066">PB SC7</font><br>
        <font color="#0099CC">Wool brand: </font><font color="#000066"> Patons 
        Bulldog or Moorland DK</font><br>
        <font color="#0099CC">Yarn quantity: </font> <font color="#000066">various</font><br>
        <font color="#0099CC">Sizes: </font> <font color="#000066">to fit 34 - 
        44 inch chest</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Double knitting</font><br>
        <font color="#0099CC">Needle size: </font> <font color="#000066">3&frac14;mm, 
        and 2&frac34;mm</font><br>
        <font color="#0099CC">Tension <font size="1">(10x10cm)</font>:</font> 
        <font color="#000066">26sts x 32 rows</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Price: </font> 
        <font color="#000066">&pound;5.00 <font size="1">(<font color="#FF0000">includes</font> 
        2nd class postage within UK <br>
        - check "prices" section for more information - overseas postage is additional 
        in drop-down menu)</font></font></font> </p>
	  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="8778WMKF3GBUJ">
<input type="hidden" name="currency_code" value="GBP">
<input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_buynow_SM.gif" border="0" name="submit"    alt="PayPal - The safer, easier way to pay online.">
<img alt="" border="0"   src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">

<table>
   <tr><td><input type="hidden" name="on0" value="Country"></td></tr>
   <tr>
      <td>
        <select name="os0">
	<option value="UK Buyers">UK Buyers £5.00</option>
	<option value="Overseas Buyers">Overseas Buyers £6.50</option>
        </select>
      </td>
    </tr>
<tr><td><input type="hidden" name="on1" value="Pattern ID: "></td>
</tr>
<tr><td><input type="hidden" name="os1" value="PB SC7" maxlength="60"></td></tr>

</table>
</form>
    </td>
  </tr>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Sixties small booklet of 2 sweaters, 2 
        pairs of socks, mittens, and hat. &quot;For sailing, ski-ing, fishing, 
        climbing, and all kinds of outdoor activities.&quot;</font></font></p>
      </td>
  </tr>
</table>
]]></description>
         <link>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/handknits_for_out_of_doors.html</link>
         <guid>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/handknits_for_out_of_doors.html</guid>
         <category>ACCESSORIES</category>
         <pubDate>Tue, 11 Jan 2011 09:56:54 +0000</pubDate>
      </item>
      
      <item>
         <title>Jane Greenhowe Sewing pattern</title>
         <description><![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center">
<a href="http://www.work4idlehands.com/Vintage_Patterns/Assets/Kids/TipTopToysSewing.jpg" onClick="window.open('http://www.work4idlehands.com/Vintage_Patterns/Assets/Kids/TipTopToysSewing.jpg','popup','width=450,height=650,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=20,top=20'); return false"><img src="http://www.work4idlehands.com/Vintage_Patterns/Assets/Kids/TipTopToysSewing.jpg" width="200" height="280"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Pattern ID: 
        </font> <font color="#000066">Tip Top Toys</font> <br>
        <font color="#0099CC">Brand: </font><font color="#000066"> Womans Weekly  <b>Sewing Pattern<br>
        </b></font> 
       <br>
        <font color="#0099CC">Sizes: </font> <font color="#000066">Teddy: 15 inches; 
        <br>
        Clown 22 inches; Humpty 18 inches</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Price: </font> 
        <font color="#000066">&pound;3.00 <font size="1">(<font color="#FF0000">includes</font> 
        2nd class postage within UK <br>
        - check "prices" section for more information)</font></font> </font> </p>
	  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="EJPS3QESNKMG4">
<input type="hidden" name="currency_code" value="GBP">
<input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_buynow_SM.gif" border="0" name="submit"    alt="PayPal - The safer, easier way to pay online.">
<img alt="" border="0"   src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">

<table>
   <tr><td><input type="hidden" name="on0" value="Country"></td></tr>
   <tr>
      <td>
        <select name="os0">
	<option value="UK Buyers">UK Buyers £3.00</option>
	<option value="Overseas Buyers">Overseas Buyers £4.50</option>
        </select>
      </td>
    </tr>
<tr><td><input type="hidden" name="on1" value="Pattern ID: "></td>
</tr>
<tr><td><input type="hidden" name="os1" value="Tip Top Toys" maxlength="60"></td></tr>

</table>
</form>
    </td>
  </tr>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Woman's Weekly leaflet with the ever-popular 
        Jane Greenhowe's traditional nursery toys. Full-size pattern pieces to 
        trace off or photocopy.</font></font></p>
      </td>
  </tr>
</table>
]]></description>
         <link>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/jane_greenhowe_sewing_pattern.html</link>
         <guid>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/jane_greenhowe_sewing_pattern.html</guid>
         <category>Toys</category>
         <pubDate>Tue, 11 Jan 2011 08:48:35 +0000</pubDate>
      </item>
      
      <item>
         <title>Fair-isle cardigan or sweater for baby or toddler</title>
         <description><![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center">
<a href="http://www.work4idlehands.com/Vintage_Patterns/Assets/Kids/Bronte708.jpg" onClick="window.open('http://www.work4idlehands.com/Vintage_Patterns/Assets/Kids/Bronte708.jpg','popup','width=450,height=600,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=20,top=20'); return false"><img src="http://www.work4idlehands.com/Vintage_Patterns/Assets/Kids/Bronte708.jpg" width="200" height="280"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Pattern ID: 
        </font> <font color="#000066">Bronte 708</font> <br>
        <font color="#0099CC">Wool brand: </font><font color="#000066">Bonanza, 
        Falkland or (most appealingly) &quot;Frosted Bri Nylon&quot;</font><br>
        <font color="#0099CC">Yarn quantity: </font> <font color="#000066">3-4 
        (50g balls) + 1-2 contrast</font><br>
        <font color="#0099CC">Sizes: </font> <font color="#000066">to fit 20 - 
        26 inch chest</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Double knitting</font><br>
        <font color="#0099CC">Needle size: </font> <font color="#000066"> 3mm 
        and 3&frac34;mm </font> <br>
        <font color="#0099CC">Tension <font size="1">(10x10cm): </font></font> 
        <font color="#000066">24sts x 32rows</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Price: </font> 
<font color="#FF0000">SOLD</font> 
</font> </p>
	  

</td></tr>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Attractive child's sweater or cardigan 
        in double knitting. The pattern is in a delicate condition with a heavy 
        crease, but text not affected. The choice of a green and white colour 
        scheme is typical of its day.</font></font> </p>
      </td>
  </tr>
</table>
]]></description>
         <link>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/fair-isle_cardigan_or_sweater.html</link>
         <guid>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/fair-isle_cardigan_or_sweater.html</guid>
         <category>SOLD</category>
         <pubDate>Tue, 11 Jan 2011 07:53:59 +0000</pubDate>
      </item>
      
      <item>
         <title><![CDATA[Kids boucl&eacute; cable sweater]]></title>
         <description><![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center">
<a href="http://www.work4idlehands.com/Vintage_Patterns/Assets/Kids/Sirdar4597.jpg" onClick="window.open('http://www.work4idlehands.com/Vintage_Patterns/Assets/Kids/Sirdar4597.jpg','popup','width=450,height=600,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=20,top=20'); return false"><img src="http://www.work4idlehands.com/Vintage_Patterns/Assets/Kids/Sirdar4597.jpg" width="200" height="280"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Pattern ID: 
        </font> <font color="#000066">Sirdar 4597</font> <br>
        <font color="#0099CC">Wool brand: </font><font color="#000066">Sirdar 
        Nova</font><br>
        <font color="#0099CC">Yarn quantity: </font> <font color="#000066">3-4 
        (100g balls) </font><br>
        <font color="#0099CC">Sizes: </font> <font color="#000066">to fit 26 - 
        32 inch chest</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Double knitting</font><br>
        <font color="#0099CC">Needle size: </font> <font color="#000066"> 4mm 
        and 3&frac14;mm </font> <br>
        <font color="#0099CC">Tension <font size="1">(10x10cm): </font></font> 
        <font color="#000066">22sts x 28rows</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Price: </font> 
        <font color="#000066">&pound;2.00 <font size="1">(<font color="#FF0000">includes</font> 
        2nd class postage within UK <br>
        - check "prices" section for more information)</font></font></font> </p>
	  
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
           <input type="hidden" name="cmd" value="_s-xclick">
           <input type="hidden" name="hosted_button_id" value="HMM89LUTRNJXS">

           <input type="hidden" name="currency_code" value="GBP">
           <input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_buynow_SM.gif" border="0" name="submit"    alt="PayPal - The safer, easier way to pay online."><img alt="" border="0"   src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
<table>
   <tr><td><input type="hidden" name="on0" value="Country"></td></tr>
   <tr>
      <td>
        <select name="os0">
          <option value="UK Buyers">UK Buyers £2.00</option>
          <option value="Overseas Buyers">Overseas Buyers £3.50</option>
        </select>
      </td>
    </tr>
    <tr><td><input type="hidden" name="on1" value="Pattern ID"></td>
    </tr>
	<tr><td><input type="hidden" name="os1" value="Sirdar 4597" maxlength="60"></td></tr>
</table>
</form>
</td></tr>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Kids standard DK cable sweater in a speciality 
        Sirdar yarn.</font></font></p>
      </td>
  </tr>
</table>
]]></description>
         <link>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/kids_boucl_cable_sweater.html</link>
         <guid>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/kids_boucl_cable_sweater.html</guid>
         <category>KIDS STUFF</category>
         <pubDate>Mon, 10 Jan 2011 08:51:22 +0000</pubDate>
      </item>
      
      <item>
         <title>Smart and Super-thick jacket</title>
         <description><![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center">
<a href="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/P&B1042.jpg" onClick="window.open('http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/P&B1042.jpg','popup','width=450,height=600,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=20,top=20'); return false"><img src="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/P&B1042.jpg" width="200" height="280"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Pattern ID: 
        </font> <font color="#000066">PB 1042</font> <br>
        <font color="#0099CC">Wool brand: </font><font color="#000066"> Patons 
        Big Ben</font><br>
        <font color="#0099CC">Yarn quantity: </font> <font color="#000066">18-19 
        (2oz? hanks)</font><br>
        <font color="#0099CC">Sizes: </font> <font color="#000066">to fit 34 - 
        38 inch chest</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Chunky</font><br>
        <font color="#0099CC">Needle size: </font> <font color="#000066">6mm, 
        and 6&frac12;mm</font><br>
        <font color="#0099CC">Tension <font size="1">(10x10cm)</font>:</font> 
        <font color="#000066">13sts x 18 rows</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Price: </font> 
        <font color="#000066">&pound;3.00 <font size="1">(<font color="#FF0000">includes</font> 
        2nd class postage within UK <br>
        - check "prices" section for more information)</font></font> </font> </p>
	  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="EJPS3QESNKMG4">
<input type="hidden" name="currency_code" value="GBP">
<input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_buynow_SM.gif" border="0" name="submit"    alt="PayPal - The safer, easier way to pay online.">
<img alt="" border="0"   src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">

<table>
   <tr><td><input type="hidden" name="on0" value="Country"></td></tr>
   <tr>
      <td>
        <select name="os0">
	<option value="UK Buyers">UK Buyers £3.00</option>
	<option value="Overseas Buyers">Overseas Buyers £4.50</option>
        </select>
      </td>
    </tr>
<tr><td><input type="hidden" name="on1" value="Pattern ID: "></td>
</tr>
<tr><td><input type="hidden" name="os1" value="PB 1042" maxlength="60"></td></tr>

</table>
</form>
    </td>
  </tr>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Sixties jacket in heavy chunky yarn, using 
        a slip- rib stitch. </font></font></p>
      </td>
  </tr>
</table>
]]></description>
         <link>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/smart_and_super-thick_jacket.html</link>
         <guid>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/smart_and_super-thick_jacket.html</guid>
         <category>WOMEN</category>
         <pubDate>Mon, 10 Jan 2011 08:35:53 +0000</pubDate>
      </item>
      
      <item>
         <title>The Kowloon Jacket</title>
         <description><![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center">
<a href="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/P&B1324.jpg" onClick="window.open('http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/P&B1324.jpg','popup','width=420,height=600,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=20,top=20'); return false"><img src="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/P&B1324.jpg" width="200" height="280"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Pattern ID: 
        </font> <font color="#000066">PB 1324</font> <br>
        <font color="#0099CC">Wool brand: </font><font color="#000066"> Patons 
        Big Ben</font><br>
        <font color="#0099CC">Yarn quantity: </font> <font color="#000066">14 
        (2oz? hanks)</font><br>
        <font color="#0099CC">Sizes: </font> <font color="#000066">to fit 34 - 
        36 inch chest</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Chunky</font><br>
        <font color="#0099CC">Needle size: </font> <font color="#000066">9</font><font color="#000066">mm, 
        and 6&frac12;mm</font><br>
        <font color="#0099CC">Tension <font size="1">(10x10cm)</font>:</font> 
        <font color="#000066">11sts x 15 rows</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Price: </font> 
        <font color="#FF0000">SOLD</font>  </font> </p>
	 
    </td>
  </tr>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Sixties jacket in heavy chunky yarn, using 
        a slip- rib stitch. <br>
        What a delight is the styling of this photo! It has a foreign setting 
        in keeping with the new jet-set age - but not only that, the photo is 
        taken in front of a P&amp;B billboard - apparently a &quot;landmark to 
        travellers on the Hong Kong-Kowloon ferry&quot;.</font></font></p>
      </td>
  </tr>
</table>
]]></description>
         <link>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/the_kowloon_jacket.html</link>
         <guid>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/the_kowloon_jacket.html</guid>
         <category>SOLD</category>
         <pubDate>Mon, 10 Jan 2011 08:26:42 +0000</pubDate>
      </item>
      
      <item>
         <title>Raglan Hip-length Jacket</title>
         <description><![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center">
<a href="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/P&BSC23L.jpg" onClick="window.open('http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/P&BSC23L.jpg','popup','width=820,height=600,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=20,top=20'); return false"><img src="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/P&BSC23.jpg" width="200" height="280"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Pattern ID: 
        </font> <font color="#000066">PB SC23</font> <br>
        <font color="#0099CC">Wool brand: </font><font color="#000066"> Patons 
        Rimple DK</font><br>
        <font color="#0099CC">Yarn quantity: </font> <font color="#000066">19-21 
        (1 oz balls)</font><br>
        <font color="#0099CC">Sizes: </font> <font color="#000066">to fit 34 - 
        39 inch chest</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Double knitting</font><br>
        <font color="#0099CC">Needle size: </font> <font color="#000066">3mm, 
        and 4mm</font><br>
        <font color="#0099CC">Tension <font size="1">(10x10cm)</font>:</font> 
        <font color="#000066">20sts x 28 rows</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Price: </font> 
        <font color="#FF0000">SOLD</font>  </font> </p>
	  
    </td>
  </tr>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Early sixties boucl&eacute; jacket.</font></font></p>
      </td>
  </tr>
</table>



]]></description>
         <link>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/raglan_hip-length_jacket.html</link>
         <guid>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/raglan_hip-length_jacket.html</guid>
         <category>SOLD</category>
         <pubDate>Mon, 10 Jan 2011 07:56:46 +0000</pubDate>
      </item>
      
      <item>
         <title>Sixties rib sweater </title>
         <description><![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center"> <a href="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/ScotchWoolShop935.jpg" onClick="window.open('http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/ScotchWoolShop935.jpg','popup','width=450,height=600,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=20,top=20'); return false"><img src="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/ScotchWoolShop935.jpg" width="200" height="280"></a></td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Pattern ID: 
        </font> <font color="#000066">Scotch Wool Shop 935</font> <br>
        <font color="#0099CC">Wool brand: </font><font color="#000066"> Greenock 
        DK or 4 ply</font><br>
        <font color="#0099CC">Yarn quantity: </font> <font color="#000066">15-21 
        (1 oz? balls)</font><br>
        <font color="#0099CC">Sizes: </font> <font color="#000066">to fit 32-38 
        inch chest</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Double knitting or 4 ply</font><br>
        <font color="#0099CC">Needle size: </font> <font color="#000066">4mm, 
        3&frac14;mm, and 2&frac34;mm </font><br>
        <font color="#0099CC">Tension <font size="1">(10cm)</font>:</font> <font color="#000066">22 
        sts (DK) or 28 sts (4 ply)</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Price: </font> 
<font color="#FF0000">SOLD</font> 
 </font> </p>
	  
</p>
      </td>
  </tr>
</table>
]]></description>
         <link>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/sixties_rib_sweater.html</link>
         <guid>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/sixties_rib_sweater.html</guid>
         <category>SOLD</category>
         <pubDate>Sun, 09 Jan 2011 16:55:11 +0000</pubDate>
      </item>
      
      <item>
         <title>Lady&apos;s honeycomb sweater</title>
         <description><![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center"> <a href="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/Sirdar2079.jpg" onClick="window.open('http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/Sirdar2079.jpg','popup','width=450,height=600,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=20,top=20'); return false"><img src="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/Sirdar2079.jpg" width="200" height="280"></a></td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Pattern ID: 
        </font> <font color="#000066">Sirdar 2079</font> <br>
        <font color="#0099CC">Wool brand: </font><font color="#000066"> Pullman</font><br>
        <font color="#0099CC">Yarn quantity: </font> <font color="#000066">10-13 
        (2 oz balls)</font><br>
        <font color="#0099CC">Sizes: </font> <font color="#000066">to fit 32-38 
        inch chest</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Chunky</font><br>
        <font color="#0099CC">Needle size: </font> <font color="#000066">6</font><font color="#000066">mm 
        </font><br>
        <font color="#0099CC">Tension <font size="1">(10cm)</font>:</font> <font color="#000066">15 
        sts </font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Price: </font> 
        <font color="#000066">&pound;2.00 <font size="1">(<font color="#FF0000">includes</font> 
        2nd class postage within UK <br>
        - check "prices" section for more information)</font></font> </font> </p>
	  
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
           <input type="hidden" name="cmd" value="_s-xclick">
           <input type="hidden" name="hosted_button_id" value="HMM89LUTRNJXS">

           <input type="hidden" name="currency_code" value="GBP">
           <input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_buynow_SM.gif" border="0" name="submit"    alt="PayPal - The safer, easier way to pay online."><img alt="" border="0"   src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
<table>
   <tr><td><input type="hidden" name="on0" value="Country"></td></tr>
   <tr>
      <td>
        <select name="os0">
          <option value="UK Buyers">UK Buyers £2.00</option>
          <option value="Overseas Buyers">Overseas Buyers £3.50</option>
        </select>
      </td>
    </tr>
    <tr><td><input type="hidden" name="on1" value="Pattern ID"></td>
    </tr>
	<tr><td><input type="hidden" name="os1" value="Sirdar 2079" maxlength="60"></td></tr>
</table>
</form>
</td></tr>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Simple and sophisticated with honeycomb 
        pattern welt and yoke.<br>
        This pattern has seen better days, but I think it is rather nice. It has 
        some wear to the bottom edge and crease as seen in the photo - however, 
        damage is restricted to the margins, and the text is unaffected.</font></font></p>
      </td>
  </tr>
</table>
]]></description>
         <link>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/ladys_honeycomb_sweater.html</link>
         <guid>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/ladys_honeycomb_sweater.html</guid>
         <category>WOMEN</category>
         <pubDate>Sun, 09 Jan 2011 15:09:14 +0000</pubDate>
      </item>
      
      <item>
         <title>Cardigan and pencil skirt in tweed</title>
         <description><![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center">
<a href="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/Wendy508.jpg" onClick="window.open('http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/Wendy508.jpg','popup','width=450,height=600,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=20,top=20'); return false"><img src="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/Wendy508.jpg" width="200" height="280"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Pattern ID: 
        </font> <font color="#000066">Wendy 508</font> <br>
        <font color="#0099CC">Wool brand: </font><font color="#000066"> Ascot, 
        Easy Care, Double Crepe</font><br>
        <font color="#0099CC">Yarn quantity: </font> <font color="#000066">20-23 
        - jacket; <br>
        14-16 - skirt (1 oz balls)</font><br>
        <font color="#0099CC">Sizes: </font> <font color="#000066">38-42 inch 
        chest; 40-44 inch hips</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Double knitting</font><br>
        <font color="#0099CC">Needle size: </font> <font color="#000066">4mm, 3&frac34;mm,
        and 3&frac14;mm</font><br>
        <font color="#0099CC">Tension <font size="1">(10x10cm)</font>:</font> 
        <font color="#000066">24sts x 32 rows</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Price: </font> 
        <font color="#000066">&pound;2.00 <font size="1">(<font color="#FF0000">includes</font> 
        2nd class postage within UK <br>
        - check "prices" section for more information)</font></font> </font> </p>
	  
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
           <input type="hidden" name="cmd" value="_s-xclick">
           <input type="hidden" name="hosted_button_id" value="HMM89LUTRNJXS">

           <input type="hidden" name="currency_code" value="GBP">
           <input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_buynow_SM.gif" border="0" name="submit"    alt="PayPal - The safer, easier way to pay online."><img alt="" border="0"   src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
<table>
   <tr><td><input type="hidden" name="on0" value="Country"></td></tr>
   <tr>
      <td>
        <select name="os0">
          <option value="UK Buyers">UK Buyers £2.00</option>
          <option value="Overseas Buyers">Overseas Buyers £3.50</option>
        </select>
      </td>
    </tr>
    <tr><td><input type="hidden" name="on1" value="Pattern ID"></td>
    </tr>
	<tr><td><input type="hidden" name="os1" value="Wendy 508" maxlength="60"></td></tr>
</table>
</form>
</td></tr>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Smart jacket and skirt outfit. </font></font></p>
      </td>
  </tr>
</table>
]]></description>
         <link>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/cardigan_and_pencil_skirt_in_t.html</link>
         <guid>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/cardigan_and_pencil_skirt_in_t.html</guid>
         <category>WOMEN</category>
         <pubDate>Sun, 09 Jan 2011 14:19:47 +0000</pubDate>
      </item>
      
      <item>
         <title>Elegant jumper cardigan</title>
         <description><![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center">
<a href="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/Robin894.jpg" onClick="window.open('http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/Robin894.jpg','popup','width=400,height=560,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=20,top=20'); return false"><img src="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/Robin894.jpg" width="200" height="280"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Pattern ID: 
        </font> <font color="#000066">Robin 894</font> <br>
        <font color="#0099CC">Wool brand: </font><font color="#000066"> Gaytime</font><br>
        <font color="#0099CC">Yarn quantity: </font> <font color="#000066">7-9 
        (1 oz balls) </font><br>
        <font color="#0099CC">Sizes: </font> <font color="#000066">34-38 inch 
        chest </font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Wool weight: 
        </font> <font color="#000066">3 ply</font><br>
        <font color="#0099CC">Needle size: </font> <font color="#000066">2&frac34;mm and 
        3&frac14;mm </font><br>
        <font color="#0099CC">Tension <font size="1">(10x10cm): </font></font> 
        30<font color="#000066">sts x 38 rows over st st</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Price: </font> 
        <font color="#FF0000">SOLD</font> 

		 </font>
	  </p>
	  

</td></tr>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Eyelet panel cardigan with collar.</font></font></p>
      </td>
  </tr>
</table>

]]></description>
         <link>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/elegant_jumper_cardigan.html</link>
         <guid>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/elegant_jumper_cardigan.html</guid>
         <category>SOLD</category>
         <pubDate>Sun, 09 Jan 2011 14:03:50 +0000</pubDate>
      </item>
      
      <item>
         <title>Perfectly plain lady&apos;s V-neck sweater</title>
         <description><![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center">
<a href="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/Emu2263.jpg" onClick="window.open('http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/Emu2263.jpg','popup','width=400,height=560,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=20,top=20'); return false"><img src="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/Emu2263.jpg" width="200" height="280"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Pattern ID: 
        </font> <font color="#000066">Emu 2263</font> <br>
        <font color="#0099CC">Wool brand: </font><font color="#000066">Scotch, 
        Calypso, Super Crepe, Romany, or Bri Nylon</font><br>
        <font color="#0099CC">Yarn quantity: </font> <font face="Comic Sans MS" size="2"><font color="#000066">9-12 
        (3 ply); 11-15 (4 ply); <br>
        16-20 (DK) </font></font><font color="#000066">- 1 oz balls</font></font><font face="Comic Sans MS" size="2"><br>
        <font color="#0099CC">Sizes: </font> <font color="#000066">32-40 inch 
        chest </font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Wool weight: 
        </font> <font color="#000066">3 ply, 4 ply, or Double knitting</font><br>
        <font color="#0099CC">Needle size: </font> <font color="#000066">3 and 
        2&frac14;mm for 3 ply; <br>
        3&frac14; and 2&frac34;mm for 4 ply; 4 and 3&frac14;mm for DK</font><br>
        <font color="#0099CC">Tension <font size="1">(10x10cm): </font></font> 
        <font color="#000066">34sts x 44 rows for 3 ply;<br>
        </font><font face="Comic Sans MS" size="2"><font color="#000066">30 x 
        38 for 4ply;</font></font> <font color="#000066">22</font><font color="#000066"> 
        x 32 for DK <br>
        </font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Price: </font> 
<font color="#FF0000">SOLD</font>    </font>
	  </p>
	  

</td></tr>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066">Perfectly plain woman's sweater. Some creasing but legible pattern.</font></font></p>
      </td>
  </tr>
</table>


]]></description>
         <link>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/perfectly_plain_ladys_v-neck_s.html</link>
         <guid>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/perfectly_plain_ladys_v-neck_s.html</guid>
         <category>SOLD</category>
         <pubDate>Sun, 09 Jan 2011 13:16:17 +0000</pubDate>
      </item>
      
      <item>
         <title>Fifties shaped cable cardigan</title>
         <description><![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center">
<a href="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/P&B55.jpg" onClick="window.open('http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/P&B55.jpg','popup','width=450,height=600,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=20,top=20'); return false"><img src="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/P&B55.jpg" width="200" height="280"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Pattern ID: 
        </font> <font color="#000066">PB 55</font> <br>
        <font color="#0099CC">Wool brand: </font><font color="#000066"> Moorland or Bulldog DK</font><br>
        <font color="#0099CC">Yarn quantity: </font> <font color="#000066">17-18 
        (1 oz balls)</font><br>
        <font color="#0099CC">Sizes: </font> <font color="#000066">to fit 34-36 
        inch chest</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Double knitting</font><br>
        <font color="#0099CC">Needle size: </font> <font color="#000066">4&frac12;mm 
        and 3&frac34;mm</font><br>
        <font color="#0099CC">Tension <font size="1">(10x10cm)</font>:</font> 
        <font color="#000066">21sts x 28 rows</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Price: </font> 
        <font color="#000066">&pound;2.00 <font size="1">(<font color="#FF0000">includes</font> 
        2nd class postage within UK <br>
        - check "prices" section for more information)</font></font> </font> </p>
	  
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
           <input type="hidden" name="cmd" value="_s-xclick">
           <input type="hidden" name="hosted_button_id" value="HMM89LUTRNJXS">

           <input type="hidden" name="currency_code" value="GBP">
           <input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_buynow_SM.gif" border="0" name="submit"    alt="PayPal - The safer, easier way to pay online."><img alt="" border="0"   src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
<table>
   <tr><td><input type="hidden" name="on0" value="Country"></td></tr>
   <tr>
      <td>
        <select name="os0">
          <option value="UK Buyers">UK Buyers £2.00</option>
          <option value="Overseas Buyers">Overseas Buyers £3.50</option>
        </select>
      </td>
    </tr>
    <tr><td><input type="hidden" name="on1" value="Pattern ID"></td>
    </tr>
	<tr><td><input type="hidden" name="os1" value="PB 55" maxlength="60"></td></tr>
</table>
</form>
</td></tr>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Shaped cabled cardigan from the fifties. 
        The pattern is quite delicate with a small tear, which does not damage 
        the text.</font></font></p>
      </td>
  </tr>
</table>
]]></description>
         <link>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/fifties_shaped_cable_cardigan.html</link>
         <guid>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/fifties_shaped_cable_cardigan.html</guid>
         <category>WOMEN</category>
         <pubDate>Sun, 09 Jan 2011 12:47:23 +0000</pubDate>
      </item>
      
      <item>
         <title>Four two-ply jumpers</title>
         <description><![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center">
<a href="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/P&B689L.jpg" onClick="window.open('http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/P&B689L.jpg','popup','width=1050,height=380,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=20,top=20'); return false"><img src="http://www.work4idlehands.com/Vintage_Patterns/Assets/Women/P&B689.jpg" width="200" height="280"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Pattern ID: 
        </font> <font color="#000066">PB 689</font> <br>
        <font color="#0099CC">Wool brand: </font><font color="#000066"> Patons 
        Beehive 2-ply</font><br>
        <font color="#0099CC">Yarn quantity: </font> <font color="#000066">5 (1 
        oz balls)</font><br>
        <font color="#0099CC">Sizes: </font> <font color="#000066">to fit 34 - 
        36 inch chest</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Wool weight: 
        </font> <font color="#000066">2 ply fingering</font><br>
        <font color="#0099CC">Needle size: </font> <font color="#000066">3mm, and 2&frac14;mm</font><br>
        <font color="#0099CC">Tension <font size="1">(10x10cm)</font>:</font> 
        <font color="#000066">34sts x 42rows</font></font></p>
      <p><font face="Comic Sans MS" size="2"> <font color="#0099CC">Price: </font> 
        <font color="#000066">&pound;3.00 <font size="1">(<font color="#FF0000">includes</font> 
        2nd class postage within UK <br>
        - check "prices" section for more information)</font></font> </font> </p>
	  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="EJPS3QESNKMG4">
<input type="hidden" name="currency_code" value="GBP">
<input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_buynow_SM.gif" border="0" name="submit"    alt="PayPal - The safer, easier way to pay online.">
<img alt="" border="0"   src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">

<table>
   <tr><td><input type="hidden" name="on0" value="Country"></td></tr>
   <tr>
      <td>
        <select name="os0">
	<option value="UK Buyers">UK Buyers £3.00</option>
	<option value="Overseas Buyers">Overseas Buyers £4.50</option>
        </select>
      </td>
    </tr>
<tr><td><input type="hidden" name="on1" value="Pattern ID: "></td>
</tr>
<tr><td><input type="hidden" name="os1" value="PB 689" maxlength="60"></td></tr>

</table>
</form>
    </td>
  </tr>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Fifties set of 4 light weight tops. The 
        pattern is in relatively good condition with a wool shop stamp as in the 
        photo - the apparent spots down the centre are not perforations but part 
        of the art-work. </font></font></p>
      </td>
  </tr>
</table>
]]></description>
         <link>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/four_two-ply_jumpers.html</link>
         <guid>http://www.work4idlehands.com/Vintage_Patterns/archives/2011/01/four_two-ply_jumpers.html</guid>
         <category>WOMEN</category>
         <pubDate>Wed, 05 Jan 2011 23:03:30 +0000</pubDate>
      </item>
      
   </channel>
</rss>

