<?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>Pilsener</name>
    <brewer>Adam Boggs</brewer>
    <asst_brewer></asst_brewer>
    <type>Bohemian Pilsener</type>
    <batch_size>5 Gallons</batch_size>
    <url></url>
    <brew_schedule>
      <event>
	<name>Start Mash</name>
	<time>12:30</time>
	<temp>150F</temp>
	<comments />
      </event>
      <event>
	<name>First Decoction</name>
	<time>1:15</time>
	<temp>128F</temp>
      </event>
      <event>
	<name>Decoction Return</name>
	<time>1:55</time>
	<temp>158F</temp>
      </event>
      <event>
	<name>Recirculation</name>
	<time>2:40</time>
      </event>
      <event>
	<name>Sparge</name>
	<time>3:10</time>
      </event>
      <event>
	<name>End Sparge</name>
	<time>4:05</time>
      </event>
      <event>
	<name>First Hops</name>
	<time>4:35</time>
      </event>
      <event>
	<name>Second Hops</name>
	<time>5:05</time>
      </event>
      <event>
	<name>Third Hops</name>
	<time>5:25</time>
      </event>
      <event>
	<name>Fourth Hops</name>
	<time>5:30</time>
      </event>
      <event>
	<name>Heat Off</name>
	<time>5:35</time>
      </event>
      <event>
	<name>Pitch Yeast</name>
	<time>6:25</time>
      </event>
    </brew_schedule>

    <rack_schedule>
      <event>
        <name>Date Made</name>
	<date>12/17/2006</date>
	<gravity>1.060</gravity>
	<comments />
      </event>
      <event>
	<name>Rack</name>
	<date>12/30/2006</date>
	<gravity>1.015</gravity>
	<comments />
      </event>
      <event>
	<name>Bottled</name>
	<date></date>
	<gravity></gravity>
	<comments />
      </event>
    </rack_schedule>

    <ingredients>
      <ing>
	<amount>10</amount><unit>lbs</unit>
	<description>Briess 2-Row Malt</description>
      </ing>
      <ing>
	<amount>3/4</amount><unit>lb</unit>
	<description>Crystal Malt 15L</description>
      </ing>
      <ing>
	<amount>1/4</amount><unit>lb</unit>
	<description>Carapils Malt</description>
      </ing>
      <ing>
	<amount>3/8</amount><unit>lb</unit>
	<description>Malted Wheat</description>
      </ing>
      <ing>
	<amount>1/4</amount><unit>lb</unit>
	<description>Munich Malt</description>
      </ing>
      <ing>
	<amount>1/4</amount><unit>lb</unit>
	<description>Rice Hulls</description>
      </ing>
      <ing>
	<amount>1-1/4</amount><unit>oz</unit>
	<description>German Hallertau Mittelfruh Hops 4.2% ALPHA</description>
      </ing>
      <ing>
	<amount>1-3/4</amount><unit>oz</unit>
	<description>German Hallertau Mittelfruh Hops 4.2% ALPHA</description>
      </ing>
      <ing>
	<amount>1/2</amount><unit>oz</unit>
	<description>Czech Saaz 3.2% ALPHA</description>
      </ing>
      <ing>
	<amount>3/4</amount><unit>oz</unit>
	<description>Czech Saaz 3.2% ALPHA</description>
      </ing>
    </ingredients>

    <comments>
    Based on Ray Daniels's "Perfect Pils".  Single decoction mash, 128F
    protein rest a 158F saccrification rest.  Rice hulls added due to
    problems with stuck mash lately.  Used a bit more hops than
    recipe called for (3/4 oz total).  Quite bitter and sweet, hopefully
    hops will mellow some.
    </comments>
  </recipe>
</recipes>

