<?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>Ashfield Ale</name>
    <brewer>Adam Boggs</brewer>
    <asst_brewer>Mark Nelson</asst_brewer>
    <type>Amber Ale ?</type>
    <batch_size>5 Gallons</batch_size>
    <brew_schedule>
      <event>
	<name>Start Mash</name>
	<time>4:20 dude</time>
	<temp />
	<comments />
      </event>
      <event>
	<name>Recirculation</name>
	<time>5:25</time>
      </event>
      <event>
	<name>Sparge</name>
	<time>6:00</time>
      </event>
      <event>
	<name>End Sparge</name>
	<time>?</time>
      </event>
      <event>
	<name>First Hops</name>
	<time>6:50</time>
      </event>
      <event>
	<name>Second Hops</name>
	<time>7:20</time>
      </event>
      <event>
	<name>Third Hops</name>
	<time>7:55</time>
      </event>
      <event>
	<name>Heat Off</name>
	<time>7:58</time>
      </event>
      <event>
	<name>Pitch Yeast</name>
	<time>8:58</time>
      </event>
    </brew_schedule>

    <rack_schedule>
      <event>
        <name>Date Made</name>
	<date>07/15/2001</date>
	<gravity>1.052</gravity>
	<comments />
      </event>
      <event>
	<name>Racked</name>
	<date>08/08/2001</date>
	<gravity>?</gravity>
	<comments />
      </event>
      <event>
	<name>Bottled</name>
	<date>08/23/2001</date>
	<gravity>1.016</gravity>
	<comments />
      </event>
    </rack_schedule>

    <ingredients>
      <ing>
	<amount>10</amount><unit>lbs</unit>
	<description>American Premium 2-row Malt</description>
      </ing>
      <ing>
	<amount>1/2</amount><unit>lb</unit>
	<description>Belgian Aromatic Malt 17-21L</description>
      </ing>
      <ing>
	<amount>1</amount><unit>lb</unit>
	<description>Pacific NW Crystal Malt 75L</description>
      </ing>
      <ing>
	<amount>1/4</amount><unit>lb</unit>
	<description>Flaked Wheat</description>
      </ing>
      <ing>
	<amount>1.2</amount><unit>oz</unit>
	<description>Mt. Hood Hops 4.1% ALPHA (Bitter)</description>
      </ing>
      <ing>
	<amount>0.8</amount><unit>oz</unit>
	<description>Mt Hood Hops 4.1% ALPHA (Flavor)</description>
      </ing>
      <ing>
	<amount>1</amount><unit>oz</unit>
	<description>Crystal Hops 4.1% ALPHA (Aroma)</description>
      </ing>
      <ing>
	<amount>1</amount><unit>vial</unit>
	<description>White Labs California Ale Yeast</description>
      </ing>
    </ingredients>

    <comments>
    Fermented warm, ~75F-90F.  Long primary fermentation, secondary was
    cooler.  Loosely based on Festival Ale (Zymurgy, July 2001).  Bottle
    conditioned about 4 weeks.
    </comments>
  </recipe>
</recipes>

