<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="recipe.xsl"?>
<!-- Adam Boggs's Homebrew Recipe XML Schema -->
<recipes>
  <recipe>
    <name>Apricot Ale</name>
    <brewer>Adam Boggs</brewer>
    <asst_brewer></asst_brewer>
    <type>Fruit Wheat Beer</type>
    <batch_size>5 Gallons</batch_size>
    <url></url>
    <brew_schedule>
      <event>
	<name>Start Mash</name>
	<time>11:30</time>
	<temp>156F-160F</temp>
	<comments />
      </event>
      <event>
	<name>Recirculation</name>
	<time>12:35</time>
      </event>
      <event>
	<name>Sparge</name>
	<time>1:00</time>
      </event>
      <event>
	<name>First Wort Hops</name>
	<time>1:05</time>
      </event>
      <event>
	<name>Fix Stuck Mash</name>
	<time>1:15-1:35</time>
      </event>
      <event>
	<name>End Sparge</name>
	<time>2:15</time>
      </event>
      <event>
	<name>Second Hops</name>
	<time>2:30</time>
      </event>
      <event>
	<name>Third Hops</name>
	<time>3:20</time>
      </event>
      <event>
	<name>Fourth Hops</name>
	<time>3:35</time>
      </event>
      <event>
	<name>Heat Off</name>
	<time>3:40</time>
      </event>
      <event>
	<name>Pitch Yeast</name>
	<time>4:20</time>
      </event>
    </brew_schedule>

    <rack_schedule>
      <event>
        <name>Date Made</name>
	<date>09/17/2006</date>
	<gravity>1.052</gravity>
	<comments />
      </event>
      <event>
	<name>Rack</name>
	<date>10/12/2006</date>
	<gravity>1.010</gravity>
	<comments>Added 1 can (3lb 1oz) Oregon Apricot Puree</comments>
      </event>
      <event>
	<name>Rack</name>
	<date>11/08/2006</date>
	<gravity>1.012</gravity>
	<comments />
      </event>
      <event>
	<name>Bottled</name>
	<date>12/05/2006</date>
	<gravity>1.008</gravity>
	<comments />
      </event>
    </rack_schedule>

    <ingredients>
      <ing>
	<amount>9</amount><unit>lbs</unit>
	<description>Briess 2-row Malt</description>
      </ing>
      <ing>
	<amount>2-1/2</amount><unit>lbs</unit>
	<description>Malted Wheat</description>
      </ing>
      <ing>
	<amount>1/2</amount><unit>lb</unit>
	<description>Flaked Wheat</description>
      </ing>
      <ing>
	<amount>1/2</amount><unit>lb</unit>
	<description>Crystal Malt 15L</description>
      </ing>
      <ing>
	<amount>1/4</amount><unit>lb</unit>
	<description>Crystal Malt 40L</description>
      </ing>
      <ing>
	<amount>1</amount><unit>oz</unit>
	<description>Northern Brewer Hops 6.5% ALPHA (FWH)</description>
      </ing>
      <ing>
	<amount>1/2</amount><unit>oz</unit>
	<description>US Hallertau Hops 4% ALPHA (Bitterness)</description>
      </ing>
      <ing>
	<amount>1/4</amount><unit>oz</unit>
	<description>US Hallertau Hops 4% ALPHA (Flavor)</description>
      </ing>
      <ing>
	<amount>1/4</amount><unit>oz</unit>
	<description>US Hallertau Hops 4% ALPHA (Aroma)</description>
      </ing>
      <ing>
	<amount>1</amount><unit>vial</unit>
	<description>California Ale Yeast</description>
      </ing>
    </ingredients>

    <comments>
    Stuck mash. :-(  Stirred, then recirculated for another 20 mins.
    Added 1 can (3lb 1oz) Oregon Apricot Puree after first racking.  
    Very nice apricot flavor, mild hoppiness, good summer drinkin' fruit
    beer!  Possibly one of my favorite beers to date.
    </comments>
  </recipe>
</recipes>

