<?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>Snail Trail Pale Ale</name>
    <brewer>Adam Boggs</brewer>
    <asst_brewer></asst_brewer>
    <type>Pale Ale</type>
    <batch_size>5 Gallons</batch_size>
    <brew_schedule>
      <event>
	<name>Start Mash</name>
	<time>12:30</time>
	<temp />
	<comments />
      </event>
      <event>
	<name>Recirculation</name>
	<time>2:25</time>
      </event>
      <event>
	<name>Sparge</name>
	<time>3:15</time>
      </event>
      <event>
	<name>End Sparge</name>
	<time>?</time>
      </event>
      <event>
	<name>First Hops</name>
	<time>4:20</time>
      </event>
      <event>
	<name>Second Hops</name>
	<time>5:36</time>
      </event>
      <event>
	<name>Heat Off</name>
	<time>5:50</time>
      </event>
      <event>
	<name>Cool</name>
	<time>6:30</time>
      </event>
      <event>
	<name>Pitch Yeast</name>
	<time>6:50</time>
      </event>
    </brew_schedule>

    <rack_schedule>
      <event>
        <name>Date Made</name>
	<date>04/19/2000</date>
	<gravity>1.050</gravity>
	<comments />
      </event>
      <event>
	<name>Bottled</name>
	<date>12/30/2000</date>
	<gravity>1.012</gravity>
	<comments>Happy New Year!</comments>
      </event>
    </rack_schedule>

    <ingredients>
      <ing>
	<amount>9</amount><unit>lbs</unit>
	<description>Baird English Pale Malt</description>
      </ing>
      <ing>
	<amount>3/4</amount><unit>lb</unit>
	<description>English Pale Crystal Malt 26L</description>
      </ing>
      <ing>
	<amount>1/4</amount><unit>lb</unit>
	<description>English Crystal Malt 56L</description>
      </ing>
      <ing>
	<amount>1/2</amount><unit>lb</unit>
	<description>English Pale Caramalt</description>
      </ing>
      <ing>
	<amount>1-1/2</amount><unit>oz</unit>
	<description>First Gold Hops 8.2% ALPHA (Bittering)</description>
      </ing>
      <ing>
	<amount>1</amount><unit>oz</unit>
	<description>Kent Goldings 5.3% ALPHA (Flavor)</description>
      </ing>
      <ing>
	<amount>1/2</amount><unit>oz</unit>
	<description>Kent Goldings 5.3% ALPHA (Flavor)</description>
      </ing>
      <ing>
	<amount>1</amount><unit>vial</unit>
	<description>White Labs British Ale Yeast</description>
      </ing>
    </ingredients>

    <comments>
    Nice bitter wort.  Not as light as I would have liked, but not too
    dark.  Gravity could be higher.  Very slow fermentation, even after
    3 days.  Tasty after bottling, good bitterness, but went flat in bottle.
    :-(
    </comments>
  </recipe>
</recipes>

