<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Vintage Patterns</title>
    <link rel="alternate" type="text/html" href="http://WWW.work4idlehands.co.uk/Vintage_Patterns/" />
    <link rel="self" type="application/atom+xml" href="http://WWW.work4idlehands.co.uk/Vintage_Patterns/atom.xml" />
   <id>tag:WWW.work4idlehands.co.uk,2010:/Vintage_Patterns/6</id>
    <link rel="service.post" type="application/atom+xml" href="http://WWW.work4idlehands.co.uk/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=6" title="Vintage Patterns" />
    <updated>2008-01-14T09:24:01Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.21-en</generator>
 

<entry>
    <title>Introducing vintage patterns for sale</title>
    <link rel="alternate" type="text/html" href="http://WWW.work4idlehands.co.uk/Vintage_Patterns/archives/2008/01/introduction.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://WWW.work4idlehands.co.uk/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=6/entry_id=239" title="Introducing vintage patterns for sale" />
    <id>tag:WWW.work4idlehands.co.uk,2007:/Vintage_Patterns//6.239</id>
    
    <published>2008-01-16T13:39:45Z</published>
    <updated>2008-01-14T09:24:01Z</updated>
    
    <summary>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...</summary>
    <author>
        <name>Christina</name>
        <uri>http://www.work4idlehands.co.uk</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://WWW.work4idlehands.co.uk/Vintage_Patterns/">
        <![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(
                "Assets/Women/Patons1395.jpg","archives/2007/11/wraparound_jacket_with_sash_ti.html",
                "Assets/Women/Emu2919.jpg","archives/2007/11/long_shaped_jacket_with_cable.html",
                "Assets/Women/Sirdar2364.jpg","archives/2007/11/ladies_sweater_and_jacket_ense.html",
		"Assets/Women/Wendy1159.jpg","archives/2007/11/sweater_and_matching_long_wais.html",
		"Assets/Women/Wendy1254.jpg","archives/2007/11/shortcropped_tops.html",
		"Assets/Women/ListerN1663.jpg","archives/2007/11/classic_ribbed_polo.html", 
		"Assets/Women/Bellmans1465.jpg","archives/2007/11/shortsleeved_cardiganwaistcoat.html",
                 "Assets/Women/Sirdar5584.jpg","archives/2007/11/striped_cardigan_and_sweater_s.html",
                 "Assets/Men/Patons1394.jpg","archives/2007/11/blackberry_stitch_aran_weight.html",
                 "Assets/Women/Patons9514.jpg","archives/2007/11/aran_weight_moss_stitch_cardig.html",
                 "Assets/Women/Patons9845.jpg","archives/2007/11/summer_tops_theyre_patons.html", 
                  "Assets/Women/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>]]>
        
    </content>
</entry>

<entry>
    <title>Summer Cotton Intarsia Sweater</title>
    <link rel="alternate" type="text/html" href="http://WWW.work4idlehands.co.uk/Vintage_Patterns/archives/2008/01/summer_cotton_intarsia_sweater.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://WWW.work4idlehands.co.uk/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=6/entry_id=349" title="Summer Cotton Intarsia Sweater" />
    <id>tag:WWW.work4idlehands.co.uk,2008:/Vintage_Patterns//6.349</id>
    
    <published>2008-01-14T16:07:54Z</published>
    <updated>2008-01-14T16:12:12Z</updated>
    
    <summary><![CDATA[ Pattern brand: Patons Wool brand: Southern Belle, South Pacific, or Patons Cotton Perl&eacute;, and Cotton Classic DK Wool weight: Double Knitting Tension (10cmx10cm): 22sts x 30rows Leaflet dimensions: approx. 11 x 8 inches Number of pages: Folded sheet Ref...]]></summary>
    <author>
        <name>Christina</name>
        <uri>http://www.work4idlehands.co.uk</uri>
    </author>
    
        <category term="Cotton" />
    
        <category term="Double knitting" />
    
        <category term="WOMEN" />
    
    <content type="html" xml:lang="en" xml:base="http://WWW.work4idlehands.co.uk/Vintage_Patterns/">
        <![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center"> <a href="http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/Patons4168.jpg" onClick="window.open('http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/Patons4168.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.co.uk/Vintage_Patterns/Assets/Women/Patons4168.jpg" width="200" height="280"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern brand: 
        </font> <font color="#000066">Patons</font><br>
        <font color="#0099CC">Wool brand: </font> <font color="#000066">Southern 
        Belle, South Pacific, or Patons Cotton Perl&eacute;, and Cotton Classic 
        DK</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Double Knitting</font></font><br>
        <font face="Comic Sans MS" size="2"><font color="#0099CC">Tension <font size="1">(10cmx10cm): 
        </font></font> <font color="#000066">22sts x 30rows</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Leaflet dimensions: 
        </font> <font color="#000066">approx. 11 x 8 inches</font></font><br>
        <font face="Comic Sans MS" color="#0099CC" size="2">Number of pages: <font color="#000066">Folded 
        sheet </font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Ref code: </font> 
        <font color="#000066">Patons4168</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 the UK - see section on prices)</font></font></font></p>
    </td>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Round necked, drop-shoulder, loosely fitting 
        sweater in neutral colour intarsia segments, including some pattern detail.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern size: 
        </font> <font color="#000066">Chest size 32- 42 inches (3 sizes)</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool quantity 
        required: </font> <font color="#000066">6-7 x 50g balls in main shade 
        and 2/3 balls in first contrase and 3/4 balls in second contrast.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Needle size: 
        </font> <font color="#000066">Nos 8 and 10 (4mm and 3&frac14;mm) needles. 
        </font></font></p>
    </td>
  </tr>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>Short-sleeved sweater with collar</title>
    <link rel="alternate" type="text/html" href="http://WWW.work4idlehands.co.uk/Vintage_Patterns/archives/2008/01/shortsleeved_sweater_with_coll.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://WWW.work4idlehands.co.uk/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=6/entry_id=348" title="Short-sleeved sweater with collar" />
    <id>tag:WWW.work4idlehands.co.uk,2008:/Vintage_Patterns//6.348</id>
    
    <published>2008-01-14T16:07:54Z</published>
    <updated>2010-02-28T11:11:59Z</updated>
    
    <summary> Pattern brand: Patons Wool brand: Diploma, Clansman, or Beehive - knits as 4 ply Wool weight: 4 ply Tension (10cmx10cm): 28sts x 36rows Leaflet dimensions: approx. 11x8inches Number of pages: Folded sheet Ref code: Patons3221 Price: SOLD Description: Lightweight...</summary>
    <author>
        <name>Christina</name>
        <uri>http://www.work4idlehands.co.uk</uri>
    </author>
    
        <category term="3 and 4 ply fingering" />
    
        <category term="WOMEN" />
    
    <content type="html" xml:lang="en" xml:base="http://WWW.work4idlehands.co.uk/Vintage_Patterns/">
        <![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center"> <a href="http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/Patons3221.jpg" onClick="window.open('http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/Patons3221.jpg','popup','width=400,height=580,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.co.uk/Vintage_Patterns/Assets/Women/Patons3221.jpg" width="200" height="290"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern brand: 
        </font> Patons<br>
        <font color="#0099CC">Wool brand: </font> <font color="#000066">Diploma, 
        Clansman, or Beehive - knits as 4 ply</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool weight: 
        </font> <font color="#000066">4 ply</font></font><br>
        <font face="Comic Sans MS" size="2"><font color="#0099CC">Tension <font size="1">(10cmx10cm): 
        </font></font> <font color="#000066">28sts x 36rows</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Leaflet dimensions: 
        </font> <font color="#000066">approx. 11x8inches</font></font><br>
        <font face="Comic Sans MS" color="#0099CC" size="2">Number of pages: <font color="#000066">Folded 
        sheet </font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Ref code: </font> <font color="#000066">
        Patons3221</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Price: 
        <font color="#FF0000">SOLD</font> </font> </p>
    </td>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Lightweight short sleeved sweater with 
        Peter Pan collar and diamond patterned panel for hand or machine knitting.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern size: 
        </font> <font color="#000066">Chest size 32 to 42inches.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool quantity 
        required: </font> <font color="#000066">5-9 x 50g balls.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Needle size: 
        </font> <font color="#000066">Nos 10 and 12 (3&frac14;mm and 2&frac34;mm) 
        needles. </font></font></p>
    </td>
  </tr>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>Intarsia block pattern sweater</title>
    <link rel="alternate" type="text/html" href="http://WWW.work4idlehands.co.uk/Vintage_Patterns/archives/2008/01/intarsia_block_pattern_sweater.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://WWW.work4idlehands.co.uk/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=6/entry_id=347" title="Intarsia block pattern sweater" />
    <id>tag:WWW.work4idlehands.co.uk,2008:/Vintage_Patterns//6.347</id>
    
    <published>2008-01-14T15:44:12Z</published>
    <updated>2008-01-14T15:46:07Z</updated>
    
    <summary><![CDATA[ Pattern brand: Robin Wool brand: Pure Wool Superwash Sport, and Chenille Wool weight: Aran Tension (10cm): 18sts over pattern Leaflet dimensions: approx. 9 x 7inches Number of pages: Folded sheet Ref code: Patons3998 Price: &pound;2.00 (includes 2nd class postage...]]></summary>
    <author>
        <name>Christina</name>
        <uri>http://www.work4idlehands.co.uk</uri>
    </author>
    
        <category term="Aran" />
    
        <category term="Speciality- mohair/chenille" />
    
        <category term="WOMEN" />
    
    <content type="html" xml:lang="en" xml:base="http://WWW.work4idlehands.co.uk/Vintage_Patterns/">
        <![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center"> <a href="http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/Patons3998.jpg" onClick="window.open('http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/Patons3998.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.co.uk/Vintage_Patterns/Assets/Women/Patons3998.jpg" width="200" height="280"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern brand: 
        </font> <font color="#000066">Robin</font><br>
        <font color="#0099CC">Wool brand: </font> <font color="#000066">Pure Wool 
        Superwash Sport, and Chenille</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Aran</font></font><br>
        <font face="Comic Sans MS" size="2"><font color="#0099CC">Tension <font size="1">(10cm): 
        </font></font> <font color="#000066">18sts over pattern</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Leaflet dimensions: 
        </font> <font color="#000066">approx. 9 x 7inches</font></font><br>
        <font face="Comic Sans MS" color="#0099CC" size="2">Number of pages: <font color="#000066">Folded 
        sheet </font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Ref code: </font> 
        <font color="#000066">Patons3998</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 the UK - see section on prices)</font></font></font></p>
    </td>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Round neck waisted intarsia sweater knitted 
        in a mixture of plain yarn and chenille. Pattern chart included.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern size: 
        </font> <font color="#000066">Chest size 30 - 40 inches</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool quantity 
        required: </font> <font color="#000066">10 x 50g balls in main shade, 
        2 balls in one contrast and 1 ball in each of 6 further contrast colours.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Needle size: 
        </font> <font color="#000066">Nos 7 and 9 (4&frac12;mm and 3&frac34;mm) 
        needles. </font></font></p>
    </td>
  </tr>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>Chunky lace cardigan with drawstring waist</title>
    <link rel="alternate" type="text/html" href="http://WWW.work4idlehands.co.uk/Vintage_Patterns/archives/2008/01/chunky_lace_cardigan_with_draw.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://WWW.work4idlehands.co.uk/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=6/entry_id=346" title="Chunky lace cardigan with drawstring waist" />
    <id>tag:WWW.work4idlehands.co.uk,2008:/Vintage_Patterns//6.346</id>
    
    <published>2008-01-14T15:33:24Z</published>
    <updated>2010-06-15T22:59:10Z</updated>
    
    <summary> Pattern brand: Robin Wool brand: Aurora Wool weight: Chunky/Aran Tension (10cm): 18sts over pattern Leaflet dimensions: approx. 9 x 7inches Number of pages: Folded sheet Ref code: Robin13232 Price: SOLD Description: Blouson-style lace pattern V-neck cardigan with drawstring waist....</summary>
    <author>
        <name>Christina</name>
        <uri>http://www.work4idlehands.co.uk</uri>
    </author>
    
        <category term="Aran" />
    
        <category term="Chunky" />
    
        <category term="Speciality- mohair/chenille" />
    
        <category term="WOMEN" />
    
    <content type="html" xml:lang="en" xml:base="http://WWW.work4idlehands.co.uk/Vintage_Patterns/">
        <![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center"> <a href="http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/Robin13232.jpg" onClick="window.open('http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/Robin13232.jpg','popup','width=400,height=540,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.co.uk/Vintage_Patterns/Assets/Women/Robin13232.jpg" width="200" height="270"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern brand: 
        </font> <font color="#000066">Robin</font><br>
        <font color="#0099CC">Wool brand: </font> <font color="#000066">Aurora</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Chunky/Aran</font></font><br>
        <font face="Comic Sans MS" size="2"><font color="#0099CC">Tension <font size="1">(10cm): 
        </font></font> <font color="#000066">18sts over pattern</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Leaflet dimensions: 
        </font> <font color="#000066">approx. 9 x 7inches</font></font><br>
        <font face="Comic Sans MS" color="#0099CC" size="2">Number of pages: <font color="#000066">Folded 
        sheet </font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Ref code: </font> 
        <font color="#000066">Robin13232</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Price: 
        <font color="#FF0000">SOLD</font> </font> </p>
    </td>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Blouson-style lace pattern V-neck cardigan 
        with drawstring waist.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern size: 
        </font> <font color="#000066">Chest size 30 - 40 inches</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool quantity 
        required: </font> <font color="#000066">8-11 x 40g balls.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Needle size: 
        </font> <font color="#000066">Nos 5 and 7 (5&frac12;mm and 4&frac12;mm) needles. 
        </font></font></p>
    </td>
  </tr>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>Chunky Diamond-lace cardigan</title>
    <link rel="alternate" type="text/html" href="http://WWW.work4idlehands.co.uk/Vintage_Patterns/archives/2008/01/diamond_chunky_lace_cardigan.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://WWW.work4idlehands.co.uk/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=6/entry_id=345" title="Chunky Diamond-lace cardigan" />
    <id>tag:WWW.work4idlehands.co.uk,2008:/Vintage_Patterns//6.345</id>
    
    <published>2008-01-14T15:24:54Z</published>
    <updated>2008-01-14T15:44:05Z</updated>
    
    <summary><![CDATA[ Pattern brand: Robin Wool brand: Aurora Wool weight: Chunky/Aran Tension (10cm): 16sts Leaflet dimensions: approx. 9 x 7inches Number of pages: Folded sheet Ref code: Robin13086 Price: &pound;2.00 (includes 2nd class postage within the UK - see section on...]]></summary>
    <author>
        <name>Christina</name>
        <uri>http://www.work4idlehands.co.uk</uri>
    </author>
    
        <category term="Aran" />
    
        <category term="Chunky" />
    
        <category term="Speciality- mohair/chenille" />
    
        <category term="WOMEN" />
    
    <content type="html" xml:lang="en" xml:base="http://WWW.work4idlehands.co.uk/Vintage_Patterns/">
        <![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center"> <a href="http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/Robin13086.jpg" onClick="window.open('http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/Robin13086.jpg','popup','width=400,height=540,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.co.uk/Vintage_Patterns/Assets/Women/Robin13086.jpg" width="200" height="270"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern brand: 
        </font> <font color="#000066">Robin</font><br>
        <font color="#0099CC">Wool brand: </font> <font color="#000066">Aurora</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Chunky/Aran</font></font><br>
        <font face="Comic Sans MS" size="2"><font color="#0099CC">Tension <font size="1">(10cm): 
        </font></font> <font color="#000066">16sts</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Leaflet dimensions: 
        </font> <font color="#000066">approx. 9 x 7inches</font></font><br>
        <font face="Comic Sans MS" color="#0099CC" size="2">Number of pages: <font color="#000066">Folded 
        sheet </font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Ref code: </font> 
        <font color="#000066">Robin13086</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 the UK - see section on prices)</font></font></font></p>
    </td>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Conventional V-neck cardigan with diamond 
        lace pattern.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern size: 
        </font> <font color="#000066">Chest size 32 - 46 inches</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool quantity 
        required: </font> <font color="#000066">6-11 x 40g balls.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Needle size: 
        </font> <font color="#000066">Nos 5 and 7 (5&frac12;mm and 4&frac12;mm) needles. 
        </font></font></p>
    </td>
  </tr>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>Plain or striped crew-neck sweater and shawl</title>
    <link rel="alternate" type="text/html" href="http://WWW.work4idlehands.co.uk/Vintage_Patterns/archives/2008/01/plain_or_striped_crewneck_swea.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://WWW.work4idlehands.co.uk/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=6/entry_id=343" title="Plain or striped crew-neck sweater and shawl" />
    <id>tag:WWW.work4idlehands.co.uk,2008:/Vintage_Patterns//6.343</id>
    
    <published>2008-01-14T13:21:43Z</published>
    <updated>2008-01-14T13:34:38Z</updated>
    
    <summary><![CDATA[ Pattern brand: Copley Wool brand: Cara Mia Wool weight: Double Knitting Tension (10cmx10cm): 22sts x 30rows Leaflet dimensions: approx. 9 x 7inches Number of pages: Folded sheet Ref code: Copley 9243 Price: &pound;2.00 (includes 2nd class postage within the...]]></summary>
    <author>
        <name>Christina</name>
        <uri>http://www.work4idlehands.co.uk</uri>
    </author>
    
        <category term="Double knitting" />
    
        <category term="KIDS STUFF" />
    
        <category term="Shawls and stoles" />
    
        <category term="WOMEN" />
    
    <content type="html" xml:lang="en" xml:base="http://WWW.work4idlehands.co.uk/Vintage_Patterns/">
        <![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center"> <a href="http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/Copley9243.jpg" onClick="window.open('http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/Copley9243.jpg','popup','width=400,height=540,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.co.uk/Vintage_Patterns/Assets/Women/Copley9243.jpg" width="200" height="270"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern brand: 
        </font> <font color="#000066">Copley</font><br>
        <font color="#0099CC">Wool brand: </font> <font color="#000066">Cara Mia</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Double Knitting</font></font><br>
        <font face="Comic Sans MS" size="2"><font color="#0099CC">Tension <font size="1">(10cmx10cm): 
        </font></font> <font color="#000066">22sts x 30rows</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Leaflet dimensions: 
        </font> <font color="#000066">approx. 9 x 7inches</font></font><br>
        <font face="Comic Sans MS" color="#0099CC" size="2">Number of pages: <font color="#000066">Folded 
        sheet </font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Ref code: </font> 
        <font color="#000066">Copley 9243</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 the UK - see section on prices)</font></font></font></p>
    </td>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Mother and daughter, batwing sweater and 
        shawl. Plain or striped versions, with round neck; sweater is knitted 
        sideways to obtain vertical striping. Pattern for simple garter stitch 
        shawl included. <br>
        Cara Mia was a <i>slightly</i> fluffy double knitting yarn.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern size: 
        </font> <font color="#000066">Chest size 28 - 38 inches, [shawl 48 or 
        56 inches wide].</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool quantity 
        required: </font> <font color="#000066">6-9 x 40g balls for sweater, 3 
        or 4 balls for the shawl.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Needle size: 
        </font> <font color="#000066">Nos 8 and 10 (4mm and 3&frac14;mm) needles, [No 4 or 6mm for shawl]
        </font></font></p>
    </td>
  </tr>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>Summer top in moss stich</title>
    <link rel="alternate" type="text/html" href="http://WWW.work4idlehands.co.uk/Vintage_Patterns/archives/2008/01/summer_top_in_moss_stich.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://WWW.work4idlehands.co.uk/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=6/entry_id=342" title="Summer top in moss stich" />
    <id>tag:WWW.work4idlehands.co.uk,2008:/Vintage_Patterns//6.342</id>
    
    <published>2008-01-14T13:14:09Z</published>
    <updated>2008-01-14T13:19:57Z</updated>
    
    <summary> Pattern brand: Lee Target Wool brand: Titania, Motoravia, Leemont Double Crepe, Super Soft Courtelle, or Duo Double Crepe Tricel Nylon. Wool weight: Double Knitting Tension (10cmx10cm): 16sts x 20rows over pattern on No 3 needles Leaflet dimensions: approx. 9...</summary>
    <author>
        <name>Christina</name>
        <uri>http://www.work4idlehands.co.uk</uri>
    </author>
    
        <category term="Double knitting" />
    
        <category term="WOMEN" />
    
    <content type="html" xml:lang="en" xml:base="http://WWW.work4idlehands.co.uk/Vintage_Patterns/">
        <![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center"> <a href="http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/LeeTarget9133.jpg" onClick="window.open('http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/LeeTarget9133.jpg','popup','width=400,height=540,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.co.uk/Vintage_Patterns/Assets/Women/LeeTarget9133.jpg" width="200" height="270"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern brand: 
        </font> <font color="#000066">Lee Target</font><br>
        <font color="#0099CC">Wool brand: </font> <font color="#000066">Titania, 
        Motoravia, Leemont Double Crepe, Super Soft Courtelle, or Duo Double Crepe 
        Tricel Nylon.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Double Knitting</font></font><br>
        <font face="Comic Sans MS" size="2"><font color="#0099CC">Tension <font size="1">(10cmx10cm): 
        </font></font> <font color="#000066">16sts x 20rows over pattern on No 
        3 needles</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Leaflet dimensions: 
        </font> <font color="#000066">approx. 9 x 7inches</font></font><br>
        <font face="Comic Sans MS" color="#0099CC" size="2">Number of pages: <font color="#000066">Folded 
        sheet </font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Ref code: </font> 
        <font color="#000066">Lee Target 9133</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 the UK - see section on prices)</font></font></font></p>
    </td>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Summer top with boat neckline, and short 
        sleeves; knitted in a textured double moss stitch. <br>
        I particularly enjoy the names of the yarn brands in an era when nylon 
        was the latest thing: &quot;Duo Double Crepe Tricel Nylon&quot; - pack 
        as many names of synthetics as you can into the brand name.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern size: 
        </font> <font color="#000066">Chest size 32 - 40 inches</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool quantity 
        required: </font> <font color="#000066">9-11 x 25g balls.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Needle size: 
        </font> <font color="#000066">Nos 3 and 5 (6&frac12;mm and 5&frac12;mm) needles. 
        </font></font></p>
    </td>
  </tr>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>Lady&apos;s fisherman&apos;s rib jacket</title>
    <link rel="alternate" type="text/html" href="http://WWW.work4idlehands.co.uk/Vintage_Patterns/archives/2008/01/ladys_fishermans_rib_jacket.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://WWW.work4idlehands.co.uk/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=6/entry_id=341" title="Lady's fisherman's rib jacket" />
    <id>tag:WWW.work4idlehands.co.uk,2008:/Vintage_Patterns//6.341</id>
    
    <published>2008-01-14T12:57:36Z</published>
    <updated>2008-01-14T13:02:21Z</updated>
    
    <summary><![CDATA[ Pattern brand: Wendy Wool brand: Wendy Chablis Wool weight: Chunky Tension (10cmx10cm): 15sts x 28rows over pattern Leaflet dimensions: approx. 9x7 inches Number of pages: Folded sheet Ref code: Wendy2420 Price: &pound;2.00 (includes 2nd class postage within the UK...]]></summary>
    <author>
        <name>Christina</name>
        <uri>http://www.work4idlehands.co.uk</uri>
    </author>
    
        <category term="Chunky" />
    
        <category term="Cotton" />
    
        <category term="Speciality- mohair/chenille" />
    
        <category term="WOMEN" />
    
    <content type="html" xml:lang="en" xml:base="http://WWW.work4idlehands.co.uk/Vintage_Patterns/">
        <![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center"> <a href="http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/Wendy2420.jpg" onClick="window.open('http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/Wendy2420.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.co.uk/Vintage_Patterns/Assets/Women/Wendy2420.jpg" width="200" height="280"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern brand: 
        </font> <font color="#000066">Wendy</font><br>
        <font color="#0099CC">Wool brand: </font> <font color="#000066">Wendy Chablis</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Chunky</font></font><br>
        <font face="Comic Sans MS" size="2"><font color="#0099CC">Tension <font size="1">(10cmx10cm): 
        </font></font> <font color="#000066">15sts x 28rows over pattern</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Leaflet dimensions: 
        </font> <font color="#000066">approx. 9x7 inches</font></font><br>
        <font face="Comic Sans MS" color="#0099CC" size="2">Number of pages: <font color="#000066">Folded 
        sheet </font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Ref code: </font> 
        <font color="#000066">Wendy2420</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 the UK - see section on prices)</font></font></font></p>
    </td>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Fishermans rib jacket with dolman sleeve; knitted sideways in several pieces, from cuff to cuff.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern size: 
        </font> <font color="#000066">Chest size 32- 38 inches</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool quantity 
        required: </font> <font color="#000066">21-23 x 50g balls.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Needle size: 
        </font> <font color="#000066">Nos 5 and 7 (5&frac12;mm and 4&frac12;mm) 
        needles. </font></font></p>
    </td>
  </tr>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>Cap-sleeve summer cardigan</title>
    <link rel="alternate" type="text/html" href="http://WWW.work4idlehands.co.uk/Vintage_Patterns/archives/2008/01/capsleeve_summer_cardigan.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://WWW.work4idlehands.co.uk/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=6/entry_id=340" title="Cap-sleeve summer cardigan" />
    <id>tag:WWW.work4idlehands.co.uk,2008:/Vintage_Patterns//6.340</id>
    
    <published>2008-01-14T10:23:49Z</published>
    <updated>2008-01-14T10:28:39Z</updated>
    
    <summary><![CDATA[ Pattern brand: Sirdar Wool brand: Soft Cotton, Silky Look, Country Style DK Wool weight: Double Knitting Tension (10cmx10cm): 22sts x 28rows Leaflet dimensions: approx. 11 x 8 inches Number of pages: Single sheet Ref code: Sirdar9286 Price: &pound;2.00 (includes...]]></summary>
    <author>
        <name>Christina</name>
        <uri>http://www.work4idlehands.co.uk</uri>
    </author>
    
        <category term="Cotton" />
    
        <category term="Double knitting" />
    
        <category term="WOMEN" />
    
    <content type="html" xml:lang="en" xml:base="http://WWW.work4idlehands.co.uk/Vintage_Patterns/">
        <![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center"> <a href="http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/Sirdar9286.jpg" onClick="window.open('http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/Sirdar9286.jpg','popup','width=400,height=580,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.co.uk/Vintage_Patterns/Assets/Women/Sirdar9286.jpg" width="200" height="290"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern brand: 
        </font> <font color="#000066">Sirdar</font><br>
        <font color="#0099CC">Wool brand: </font> <font color="#000066">Soft Cotton, 
        Silky Look, Country Style DK</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Double Knitting</font></font><br>
        <font face="Comic Sans MS" size="2"><font color="#0099CC">Tension <font size="1">(10cmx10cm): 
        </font></font> <font color="#000066">22sts x 28rows</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Leaflet dimensions: 
        </font> <font color="#000066">approx. 11 x 8 inches</font></font><br>
        <font face="Comic Sans MS" color="#0099CC" size="2">Number of pages: <font color="#000066">Single 
        sheet </font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Ref code: </font> 
        <font color="#000066">Sirdar9286</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 the UK - see section on prices)</font></font></font></p>
    </td>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Pretty cap-sleeve summer cardigan, with 
        lace edge.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern size: 
        </font> <font color="#000066">Chest size 30 - 44 inches</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool quantity 
        required: </font> <font color="#000066">5 - 8 x 50g balls.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Needle size: 
        </font> <font color="#000066">Nos 8 and 10 (4mm and 3&frac14;mm) needles. 
        </font></font></p>
    </td>
  </tr>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>Lace and cable long-line sweater</title>
    <link rel="alternate" type="text/html" href="http://WWW.work4idlehands.co.uk/Vintage_Patterns/archives/2008/01/lace_and_cable_longline_sweate.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://WWW.work4idlehands.co.uk/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=6/entry_id=339" title="Lace and cable long-line sweater" />
    <id>tag:WWW.work4idlehands.co.uk,2008:/Vintage_Patterns//6.339</id>
    
    <published>2008-01-14T09:53:10Z</published>
    <updated>2008-01-14T10:23:25Z</updated>
    
    <summary><![CDATA[ Pattern brand: Sirdar Wool brand: Sunseeker, Sundancer, Soft Cotton, Wash 'n' Wear DK Wool weight: Double Knitting Tension (10cmx10cm): 22sts x 28rows Leaflet dimensions: approx. 11 x 8 inches Number of pages: Folded sheet Ref code: Sirdar9720 Price: &pound;2.00...]]></summary>
    <author>
        <name>Christina</name>
        <uri>http://www.work4idlehands.co.uk</uri>
    </author>
    
        <category term="Cotton" />
    
        <category term="Double knitting" />
    
        <category term="WOMEN" />
    
    <content type="html" xml:lang="en" xml:base="http://WWW.work4idlehands.co.uk/Vintage_Patterns/">
        <![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center"> <a href="http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/Sirdar9720.jpg" onClick="window.open('http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Women/Sirdar9720.jpg','popup','width=400,height=580,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.co.uk/Vintage_Patterns/Assets/Women/Sirdar9720.jpg" width="200" height="290"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern brand: 
        </font> <font color="#000066">Sirdar</font><br>
        <font color="#0099CC">Wool brand: </font> <font color="#000066">Sunseeker, 
        Sundancer, Soft Cotton, Wash 'n' Wear DK</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Double Knitting</font></font><br>
        <font face="Comic Sans MS" size="2"><font color="#0099CC">Tension <font size="1">(10cmx10cm): 
        </font></font> <font color="#000066">22sts x 28rows</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Leaflet dimensions: 
        </font> <font color="#000066">approx. 11 x 8 inches</font></font><br>
        <font face="Comic Sans MS" color="#0099CC" size="2">Number of pages: <font color="#000066">Folded 
        sheet </font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Ref code: </font> 
        <font color="#000066">Sirdar9720</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 the UK - see section on prices)</font></font></font></p>
    </td>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Long-line, drop-shoulder, lace and cable panel sweater.
        </font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern size: 
        </font> <font color="#000066">Chest size 32 - 44 inches</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool quantity 
        required: </font> <font color="#000066">15 - 19 x 50g balls.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Needle size: 
        </font> <font color="#000066">Nos 8 and 10 (4mm and 3&frac14;mm) needles. 
        </font></font></p>
    </td>
  </tr>
</table>
]]>
        
    </content>
</entry>

<entry>
    <title>Baby sweaters in moss stitch with lace panel</title>
    <link rel="alternate" type="text/html" href="http://WWW.work4idlehands.co.uk/Vintage_Patterns/archives/2008/01/baby_sweaters_in_moss_stitch_w.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://WWW.work4idlehands.co.uk/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=6/entry_id=338" title="Baby sweaters in moss stitch with lace panel" />
    <id>tag:WWW.work4idlehands.co.uk,2008:/Vintage_Patterns//6.338</id>
    
    <published>2008-01-14T09:26:26Z</published>
    <updated>2009-12-12T17:25:06Z</updated>
    
    <summary> Pattern brand: Sirdar Wool brand: Snuggly DK, or Silky Baby DK. Wool weight: Double knitting Tension (10cmx10cm): 24sts x 32rows over pattern Leaflet dimensions: approx. 11x8inches Number of pages: Single sheet Ref code: Sirdar3659 Price: SOLD Description: Baby sweaters...</summary>
    <author>
        <name>Christina</name>
        <uri>http://www.work4idlehands.co.uk</uri>
    </author>
    
        <category term="Babies" />
    
        <category term="Double knitting" />
    
        <category term="KIDS STUFF" />
    
    <content type="html" xml:lang="en" xml:base="http://WWW.work4idlehands.co.uk/Vintage_Patterns/">
        <![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center"> <a href="http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Kids/Sirdar3659.jpg" onClick="window.open('http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Kids/Sirdar3659.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.co.uk/Vintage_Patterns/Assets/Kids/Sirdar3659.jpg" width="200" height="280"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern brand: 
        </font> Sirdar<br>
        <font color="#0099CC">Wool brand: </font> <font color="#000066">Snuggly 
        DK, or Silky Baby DK.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Double knitting</font></font><br>
        <font face="Comic Sans MS" size="2"><font color="#0099CC">Tension <font size="1">(10cmx10cm): 
        </font></font> <font color="#000066">24sts x 32rows over pattern</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Leaflet dimensions: 
        </font> <font color="#000066">approx. 11x8inches</font></font><br>
        <font face="Comic Sans MS" color="#0099CC" size="2">Number of pages: <font color="#000066">Single 
        sheet </font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Ref code: </font> 
        <font color="#000066"> Sirdar3659</font></font></p>

      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Price: </font>
             <font color="#FF0000">SOLD</font></p>
    </td>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Baby sweaters with round or V-neck options; 
        knitted in moss stitch with lace panels.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern size: 
        </font> <font color="#000066">Chest size 16 to 22 inches.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool quantity 
        required: </font> <font color="#000066">3-5 x 50g balls.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Needle size: 
        </font> <font color="#000066">Nos 4 and 10 (4mm and 3&frac14;mm) needles. 
        </font></font></p>
    </td>
  </tr>
</table>
]]>
        
    </content>
</entry>

<entry>
    <title>Kids jerkin &quot;hoodie&quot; style sweater</title>
    <link rel="alternate" type="text/html" href="http://WWW.work4idlehands.co.uk/Vintage_Patterns/archives/2008/01/kids_jerkin_hoodie_style_sweat.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://WWW.work4idlehands.co.uk/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=6/entry_id=337" title="Kids jerkin &quot;hoodie&quot; style sweater" />
    <id>tag:WWW.work4idlehands.co.uk,2008:/Vintage_Patterns//6.337</id>
    
    <published>2008-01-14T09:18:19Z</published>
    <updated>2008-01-14T09:32:05Z</updated>
    
    <summary><![CDATA[ Pattern brand: Sirdar Wool brand: Snuggly DK, Chatterbox or Pearls. Wool weight: Double knitting Tension (10cmx10cm): 22sts x 28rows over pattern Leaflet dimensions: approx. 11x8inches Number of pages: Folded sheet Ref code: Sirdar3996 Price: &pound;2.00 (includes 2nd class postage...]]></summary>
    <author>
        <name>Christina</name>
        <uri>http://www.work4idlehands.co.uk</uri>
    </author>
    
        <category term="Babies" />
    
        <category term="Double knitting" />
    
        <category term="KIDS STUFF" />
    
    <content type="html" xml:lang="en" xml:base="http://WWW.work4idlehands.co.uk/Vintage_Patterns/">
        <![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center"> <a href="http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Kids/Sirdar3996.jpg" onClick="window.open('http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Kids/Sirdar3996.jpg','popup','width=400,height=580,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.co.uk/Vintage_Patterns/Assets/Kids/Sirdar3996.jpg" width="200" height="290"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern brand: 
        </font> Sirdar<br>
        <font color="#0099CC">Wool brand: </font> <font color="#000066">Snuggly 
        DK, Chatterbox or Pearls.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool weight: 
        </font> <font color="#000066">Double knitting</font></font><br>
        <font face="Comic Sans MS" size="2"><font color="#0099CC">Tension <font size="1">(10cmx10cm): 
        </font></font> <font color="#000066">22sts x 28rows over pattern</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Leaflet dimensions: 
        </font> <font color="#000066">approx. 11x8inches</font></font><br>
        <font face="Comic Sans MS" color="#0099CC" size="2">Number of pages: <font color="#000066">Folded 
        sheet </font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Ref code: </font> <font color="#000066">
        Sirdar3996</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 the UK - see section on prices)</font></font></font></p>
    </td>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Baby jerkins with front pocket and hood; 
        waistcoat option. Knitted plain in stocking stitch.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern size: 
        </font> <font color="#000066">Chest size 16 to 26 inches (0-3 months to 
        up to 6 years)</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool quantity 
        required: </font> <font color="#000066">3-7 x 50g balls.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Needle size: 
        </font> <font color="#000066">Nos 4 and 10 (4mm and 3&frac14;mm) needles. 
        </font></font></p>
    </td>
  </tr>
</table>
]]>
        
    </content>
</entry>

<entry>
    <title>Wave pattern baby cardigans</title>
    <link rel="alternate" type="text/html" href="http://WWW.work4idlehands.co.uk/Vintage_Patterns/archives/2008/01/wave_pattern_baby_cardigans.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://WWW.work4idlehands.co.uk/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=6/entry_id=336" title="Wave pattern baby cardigans" />
    <id>tag:WWW.work4idlehands.co.uk,2008:/Vintage_Patterns//6.336</id>
    
    <published>2008-01-14T09:00:05Z</published>
    <updated>2008-01-14T09:32:21Z</updated>
    
    <summary><![CDATA[ Pattern brand: Sirdar Wool brand: Snuggly 4 ply Wool weight: 4 ply Tension (10cmx10cm): 32sts x 40rows over pattern Leaflet dimensions: approx. 11x8inches Number of pages: Folded sheet Ref code: Sirdar3846 Price: &pound;2.00 (includes 2nd class postage within the...]]></summary>
    <author>
        <name>Christina</name>
        <uri>http://www.work4idlehands.co.uk</uri>
    </author>
    
        <category term="3 and 4 ply fingering" />
    
        <category term="Babies" />
    
        <category term="KIDS STUFF" />
    
    <content type="html" xml:lang="en" xml:base="http://WWW.work4idlehands.co.uk/Vintage_Patterns/">
        <![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center"> <a href="http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Kids/Sirdar3846.jpg" onClick="window.open('http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Kids/Sirdar3846.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.co.uk/Vintage_Patterns/Assets/Kids/Sirdar3846.jpg" width="200" height="280"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern brand: 
        </font> Sirdar<br>
        <font color="#0099CC">Wool brand: </font> <font color="#000066">Snuggly 
        4 ply</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool weight: 
        </font> <font color="#000066">4 ply</font></font><br>
        <font face="Comic Sans MS" size="2"><font color="#0099CC">Tension <font size="1">(10cmx10cm): 
        </font></font> <font color="#000066">32sts x 40rows over pattern</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Leaflet dimensions: 
        </font> <font color="#000066">approx. 11x8inches</font></font><br>
        <font face="Comic Sans MS" color="#0099CC" size="2">Number of pages: <font color="#000066">Folded 
        sheet </font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Ref code: </font> <font color="#000066">
        Sirdar3846</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 the UK - see section on prices)</font></font></font></p>
    </td>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Baby round or V-neck cardigans with simple 
        wave pattern.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern size: 
        </font> <font color="#000066">Chest size 16 to 22 inches</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool quantity 
        required: </font> <font color="#000066">2-4 x 50g balls.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Needle size: 
        </font> <font color="#000066">Nos 10 and 12 (3&frac14;mm and 2&frac34;mm) 
        needles. </font></font></p>
    </td>
  </tr>
</table>
]]>
        
    </content>
</entry>

<entry>
    <title>Baby bobble cardigan with matching blanket</title>
    <link rel="alternate" type="text/html" href="http://WWW.work4idlehands.co.uk/Vintage_Patterns/archives/2008/01/baby_bobble_cardigan_with_matc.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://WWW.work4idlehands.co.uk/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=6/entry_id=335" title="Baby bobble cardigan with matching blanket" />
    <id>tag:WWW.work4idlehands.co.uk,2008:/Vintage_Patterns//6.335</id>
    
    <published>2008-01-14T08:52:40Z</published>
    <updated>2008-05-14T18:07:07Z</updated>
    
    <summary> Pattern brand: Sirdar Wool brand: Snuggly 4 ply Wool weight: 4 ply Tension (10cmx10cm): 30sts x 38rows over pattern Leaflet dimensions: approx. 11x8inches Number of pages: Folded sheet Ref code: Sirdar3832 Price: SOLD Description: Baby round neck raglan cardigan...</summary>
    <author>
        <name>Christina</name>
        <uri>http://www.work4idlehands.co.uk</uri>
    </author>
    
        <category term="3 and 4 ply fingering" />
    
        <category term="Babies" />
    
        <category term="KIDS STUFF" />
    
    <content type="html" xml:lang="en" xml:base="http://WWW.work4idlehands.co.uk/Vintage_Patterns/">
        <![CDATA[<table width="500" border="0" cellpadding="5" cellspacing="0">
  <tr> 
    <td width="210" valign="middle" align="center"> <a href="http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Kids/Sirdar3832s.jpg" onClick="window.open('http://www.work4idlehands.co.uk/Vintage_Patterns/Assets/Kids/Sirdar3832s.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.co.uk/Vintage_Patterns/Assets/Kids/Sirdar3832s.jpg" width="200" height="280"></a> 
    </td>
    <td width="290" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern brand: 
        </font> Sirdar<br>
        <font color="#0099CC">Wool brand: </font> <font color="#000066">Snuggly 
        4 ply</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool weight: 
        </font> <font color="#000066">4 ply</font></font><br>
        <font face="Comic Sans MS" size="2"><font color="#0099CC">Tension <font size="1">(10cmx10cm): 
        </font></font> <font color="#000066">30sts x 38rows over pattern</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Leaflet dimensions: 
        </font> <font color="#000066">approx. 11x8inches</font></font><br>
        <font face="Comic Sans MS" color="#0099CC" size="2">Number of pages: <font color="#000066">Folded 
        sheet </font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Ref code: </font> <font color="#000066">
        Sirdar3832 </font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Price: </font> 
        <font color="#FF0000">SOLD</font></p>
    </td>
  <tr> 
    <td colspan="2" width="500" valign="top"> 
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Description: 
        </font> <font color="#000066"> Baby round neck raglan cardigan with bobble 
        and cable pattern; matching baby blanket. </font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Pattern size: 
        </font> <font color="#000066">Chest size 16 to 22 inches</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Wool quantity 
        required: </font> <font color="#000066">2-3 x 50g balls for cardigan; 
        5 balls for blanket.</font></font></p>
      <p><font face="Comic Sans MS" size="2"><font color="#0099CC">Needle size: 
        </font> <font color="#000066">Nos 10 and 12 (3&frac14;mm and 2&frac34;mm) 
        needles. </font></font></p>
    </td>
  </tr>
</table>
]]>
        
    </content>
</entry>

</feed> 

