<?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>Very Strong Ale</name>
    <brewer>Adam Boggs</brewer>
    <asst_brewer></asst_brewer>
    <type>Strong Ale</type>
    <batch_size>5 Gallons</batch_size>
    <brew_schedule>
      <event>
	<name>Start Mash</name>
	<time>3:45</time>
	<temp />
	<comments />
      </event>
      <event>
	<name>Recirculation</name>
	<time>5:25</time>
      </event>
      <event>
	<name>Sparge</name>
	<time>6:10</time>
      </event>
      <event>
	<name>End Sparge</name>
	<time>6:35</time>
      </event>
      <event>
	<name>First Hops</name>
	<time>7:35</time>
      </event>
      <event>
	<name>Second Hops</name>
	<time>8:50</time>
      </event>
      <event>
	<name>Third Hops</name>
	<time>9:05</time>
      </event>
      <event>
	<name>Heat Off</name>
	<time>9:10</time>
      </event>
      <event>
	<name>Pitch Yeast</name>
	<time>10:15</time>
      </event>
    </brew_schedule>

    <rack_schedule>
      <event>
        <name>Date Made</name>
	<date>10/15/2000</date>
	<gravity>1.075? (est)</gravity>
	<comments />
      </event>
      <event>
	<name>Bottled</name>
	<date>11/8/2000</date>
	<gravity>1.025</gravity>
	<comments></comments>
      </event>
    </rack_schedule>

    <ingredients>
      <ing>
	<amount>12</amount><unit>lbs</unit>
	<description>Belgian Pale DWC Malt</description>
      </ing>
      <ing>
	<amount>3/4</amount><unit>lb</unit>
	<description>English Dark Crystal Malt (90L)</description>
      </ing>
      <ing>
	<amount>1/2</amount><unit>lb</unit>
	<description>Carapils</description>
      </ing>
      <ing>
	<amount>1/4</amount><unit>lb</unit>
	<description>Chocolate Malt</description>
      </ing>
      <ing>
	<amount>1</amount><unit>lb</unit>
	<description>Flaked Wheat</description>
      </ing>
      <ing>
	<amount>1</amount><unit>oz</unit>
	<description>Centennial Hops 10% ALPHA (Bitter)</description>
      </ing>
      <ing>
	<amount>1</amount><unit>oz</unit>
	<description>Centennial Hops 10% ALPHA (Flavor)</description>
      </ing>
      <ing>
	<amount>1</amount><unit>oz</unit>
	<description>Centennial Hops 10% ALPHA (Aroma)</description>
      </ing>
    </ingredients>

    <comments>
    Wort had a lot of mouth feel/body.  Very malty,
    moderately hopped. Could use some more to balance.  11/22/00 -
    Very strong, tastes like barley wine.  Well balanced though.
    very rich, you can taste the alocohol. yum!
    </comments>
  </recipe>
</recipes>

