<?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>Gunbarrel Hippie Beer</name>
    <brewer>Adam Boggs</brewer>
    <asst_brewer></asst_brewer>
    <type>Herb (Tea) Beer</type>
    <batch_size>5 Gallons</batch_size>
    <brew_schedule>
      <event>
	<name>Start Mash</name>
	<time>11:50</time>
	<temp />
	<comments />
      </event>
      <event>
	<name>Recirculation</name>
	<time>1:10</time>
      </event>
      <event>
	<name>Sparge</name>
	<time>1:45</time>
      </event>
      <event>
	<name>End Sparge</name>
	<time>?</time>
      </event>
      <event>
	<name>First Hops</name>
	<time>3:20</time>
      </event>
      <event>
	<name>Second Hops/Tea</name>
	<time>4:40</time>
      </event>
      <event>
	<name>Heat Off</name>
	<time>4:50</time>
      </event>
      <event>
	<name>Cool</name>
	<time>5:30</time>
      </event>
      <event>
	<name>Pitch Yeast</name>
	<time>5:50</time>
      </event>
    </brew_schedule>

    <rack_schedule>
      <event>
        <name>Date Made</name>
	<date>02/10/2001</date>
	<gravity>1.042</gravity>
	<comments />
      </event>
      <event>
	<name>Bottled</name>
	<date>?</date>
	<gravity>1.012</gravity>
	<comments />
      </event>
    </rack_schedule>

    <ingredients>
      <ing>
	<amount>8-1/2</amount><unit>lbs</unit>
	<description>American NW 2-row Malt</description>
      </ing>
      <ing>
	<amount>1/2</amount><unit>lb</unit>
	<description>Pacific NW Crystal Malt 75L</description>
      </ing>
      <ing>
	<amount>1/2</amount><unit>lb</unit>
	<description>Pacific NW Crystal Malt 75L</description>
      </ing>
      <ing>
	<amount>1</amount><unit>oz</unit>
	<description>Northern Brewer Hops 8% ALPHA (Bitter)</description>
      </ing>
      <ing>
	<amount>1</amount><unit>oz</unit>
	<description>Cascade Hops 5% ALPHA (Bitter)</description>
      </ing>
      <ing>
	<amount>5</amount><unit>bags</unit>
	<description>Celestial Seasonings Red Zinger Tea</description>
      </ing>
      <ing>
	<amount>3</amount><unit>bags</unit>
	<description>Celestial Seasonings Berry Zinger Tea</description>
      </ing>
      <ing>
	<amount>1</amount><unit>vial</unit>
	<description>White Labs California Ale Yeast</description>
      </ing>
    </ingredients>

    <comments>
    Wort tasted sweet, though OG was low.  Nice red hues from tea and
    aromatics from loose-leaf (whole) hops.  Nicely balanced, not overly
    bitter and hops flavor low enough to bring out tea, which is subtle.
    A great spring beer!
    </comments>
  </recipe>
</recipes>

