<?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>Three Vice Stout</name>
    <brewer>Adam Boggs</brewer>
    <asst_brewer></asst_brewer>
    <type>Coffee Chocolate Stout</type>
    <batch_size>5 Gallons</batch_size>
    <brew_schedule>
      <event>
	<name>Start Mash</name>
	<time>11:15</time>
	<temp />
	<comments>Stuck mash :-(</comments>
      </event>
      <event>
	<name>Recirculation</name>
	<time>1:40</time>
      </event>
      <event>
	<name>Sparge</name>
	<time>2:20</time>
      </event>
      <event>
	<name>End Sparge</name>
	<time>2:50</time>
      </event>
      <event>
	<name>First Hops</name>
	<time>3:50</time>
      </event>
      <event>
	<name>Second Hops</name>
	<time>5:30</time>
      </event>
      <event>
	<name>Heat Off</name>
	<time>5:40</time>
      </event>
      <event>
	<name>Pitch Yeast</name>
	<time>6:50</time>
      </event>
    </brew_schedule>

    <rack_schedule>
      <event>
        <name>Date Made</name>
	<date>09/26/2000</date>
	<gravity>1.060!</gravity>
	<comments />
      </event>
      <event>
	<name>Bottled</name>
	<date>10/03/2000</date>
	<gravity>1.014</gravity>
	<comments />
      </event>
    </rack_schedule>

    <ingredients>
      <ing>
	<amount>10</amount><unit>lbs</unit>
	<description>Scottish Golden Promise 2-row Malt</description>
      </ing>
      <ing>
	<amount>1/4</amount><unit>lb</unit>
	<description>Flaked Barley</description>
      </ing>
      <ing>
	<amount>1</amount><unit>lb</unit>
	<description>English Roast Barley</description>
      </ing>
      <ing>
	<amount>1/4</amount><unit>lb</unit>
	<description>English Chocolate</description>
      </ing>
      <ing>
	<amount>1/2</amount><unit>lb</unit>
	<description>English Dark Crystal 90L</description>
      </ing>
      <ing>
	<amount>1-1/2</amount><unit>oz</unit>
	<description>Fuggles 5.6% ALPHA (Bitter)</description>
      </ing>
      <ing>
	<amount>1/2</amount><unit>oz</unit>
	<description>Fuggles 5.6% ALPHA (Finish)</description>
      </ing>
      <ing>
	<amount>4</amount><unit>oz</unit>
	<description>Ghiradelli Bittersweet Chocolate</description>
      </ing>
      <ing>
	<amount>3</amount><unit>cups</unit>
	<description>Cold-brewed Mild Coffee</description>
      </ing>
    </ingredients>

    <comments>
      First stuck mash, dumped it out of lauder tun and back a couple of
      times to get it flowing.  Think I let it run too fast during
      recirculation/sparging.  Slow down sparge next time!
    </comments>
  </recipe>
</recipes>

