<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>
  
 
  
      input[type=’submit’].minimal, button.minimal {
          background: #e3e3e3 !important;
          border: 1px solid #bbb !important;
          -moz-border-radius: 3px !important;
          -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
          -moz-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          color: #333 !important;
          font-family: “helvetica neue”, helvetica, arial, sans-serif !important;
          font-size: 12px !important;
          font-weight: bold !important;
          line-height: 1 !important;
          padding: 8px 0 9px !important;
          text-align: center !important;
          text-shadow: 0 1px 0 #fff !important;
          width: 150px !important;
      }
      input[type=’submit’].minimal:hover, button.minimal:hover {
          background: #d9d9d9 !important;
          -moz-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          -webkit-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          box-shadow: inset 0 0 1px 1px #eaeaea !important;
          color: #222 !important;
          cursor: pointer !important;
      }
      input[type=’submit’].minimal:active, button.minimal:active {
          background: #d0d0d0 !important;
          -moz-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          color: #000 !important;
      }
  
   
   
     Join our Mailing List
   
   Email Address
   
       
         
         
       
       
       
     Close
   
   
 
 
 var fancyboxLoaded;
    try {
        var jqueryLoaded=jQuery;
        jqueryLoaded=true;
        //Check if a fancybox plugin is already loaded
        try{
        fancyboxLoaded = $.fancybox
        }
        catch(err) {
          fancyboxLoaded=false;
        }
    } catch(err) {
        jqueryLoaded=false;
    }
               var head= document.getElementsByTagName('head')[0];
               var script= document.createElement('script');
    if (!jqueryLoaded) {
        script.type= 'text/javascript';
        script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
        head.appendChild(script);    
    }
    if (!fancyboxLoaded) {
      //Only load the CSS because the asynchronous JS might not load the script in time...
      //We'll load the script later with jQuery :)
      var fancystyle= document.createElement('link');
      fancystyle.setAttribute("rel", "stylesheet");
      fancystyle.setAttribute("type", "text/css");
      //TODO: Hey MC guys, you've gotta host this somewhere!
      fancystyle.setAttribute("href", "http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.css");
      head.appendChild(fancystyle);    
    }
 
 var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';var err_style = '';
 try{
     err_style = mc_custom_error_style;
 } catch(e){
     err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
 }
 var head= document.getElementsByTagName('head')[0];
 var style= document.createElement('style');
 style.type= 'text/css';
 if (style.styleSheet) {
   style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}';
 } else {
   style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}'));
 }
 head.appendChild(style);
 $(document).ready( function($) {
    //Button below the Tumblr Controls
    //TODO: Hey MC guys, you've gotta host the image linked below somewhere!
     var newsletter_link = document.createElement('a');
     newsletter_link.setAttribute('href', '#mc_embed_signup');
     newsletter_link.setAttribute('id', 'mc-embedded-tumblr-signup');
     newsletter_link.setAttribute('style', 'border:none; position:absolute; top:26px;right:3px; z-index:9999;');
     var newsletter_image = document.createElement('img');
     newsletter_image.setAttribute('src', 'http://chimplr.heroku.com/images/newsletter.png');
     newsletter_image.setAttribute('style', 'border:none;');
     newsletter_link.appendChild(newsletter_image);
     //Append Link to body
     $('body:first').append(newsletter_link);
     var options = {
       errorClass: 'mce_inline_error',
       errorElement: 'div',
       onkeyup: function(){},
       onfocusout:function(){},
       onblur:function(){},
       invalidHandler: function(form, validator) {
         setTimeout("$.fancybox.resize();", 50);
       }
     };
   var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
   options = { url: 'http://wetnotes.us4.list-manage.com/subscribe/post-json?u=7b8e1bea6eb11ea3328b3eb1d&amp;id=66d099dae7&amp;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                 beforeSubmit: function(){
                     $('#mce_tmp_error_msg').remove();
                     $('.datefield','#mc_embed_signup').each(
                         function(){
                             var txt = 'filled';
                             var fields = new Array();
                             var i = 0;
                             $(':text', this).each(
                                 function(){
                                     fields[i] = this;
                                     i++;
                                 });
                             $(':hidden', this).each(
                                 function(){
                                   if ( fields[0].value=='MM' &amp;&amp; fields[1].value=='DD' &amp;&amp; fields[2].value=='YYYY' ){
                                     this.value = '';
                   } else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; fields[2].value=='' ){
                                     this.value = '';
                   } else {
                                       this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
                                   }
                                 });
                         });
                     return mce_validator.form();
                 }, 
                 success: mce_success_cb
             };
   $('#mc-embedded-subscribe-form').ajaxForm(options);
 });
 function mce_success_cb(resp){
     $('#mce-success-response').hide();
     $('#mce-error-response').hide();
     if (resp.result=="success"){
         $('#mce-'+resp.result+'-response').show();
         $('#mce-'+resp.result+'-response').html(resp.msg);
         $('#mc-embedded-subscribe-form').each(function(){
             this.reset();
             });
         $('#mc-embedded-subscribe').hide();
         $('.mc-field-group').hide();
         $('#mc-embedded-lightbox-close').show().focus();
     } else {
         var index = -1;
         var msg;
         try {
             var parts = resp.msg.split(' - ',2);
             if (parts[1]==undefined){
                 msg = resp.msg;
             } else {
                 i = parseInt(parts[0]);
                 if (i.toString() == parts[0]){
                     index = parts[0];
                     msg = parts[1];
                 } else {
                     index = -1;
                     msg = resp.msg;
                 }
             }
         } catch(e){
             index = -1;
             msg = resp.msg;
         }
         try{
             if (index== -1){
                 $('#mce-'+resp.result+'-response').show();
                 $('#mce-'+resp.result+'-response').html(msg);            
             } else {
                 err_id = 'mce_tmp_error_msg';
                 html = ' '+msg+'';
                 var input_id = '#mc_embed_signup';
                 var f = $(input_id);
                 if (ftypes[index]=='address'){
                     input_id = '#mce-'+fnames[index]+'-addr1';
                     f = $(input_id).parent().parent().get(0);
                 } else if (ftypes[index]=='date'){
                     input_id = '#mce-'+fnames[index]+'-month';
                     f = $(input_id).parent().parent().get(0);
                 } else {
                     input_id = '#mce-'+fnames[index];
                     f = $().parent(input_id).get(0);
                 }
                 if (f){
                     $(f).append(html);
                     $(input_id).focus();
                 } else {
                     $('#mce-'+resp.result+'-response').show();
                     $('#mce-'+resp.result+'-response').html(msg);
                 }
             }
         } catch(e){
             $('#mce-'+resp.result+'-response').show();
             $('#mce-'+resp.result+'-response').html(msg);
         }
     }
     $.fancybox.resize();
 }
 function initFancybox(){
   $("#mc-embedded-tumblr-signup").live('click', function(){
       $.fancybox({
         'autoDimensions'  : true,
         'width'           : 'auto',
         'height'          : 'auto',
         'href'            : $(this).attr('href'),
         'scrolling'       : 'no',
         'onComplete': function(){
         $('#mce-error-response').hide();
         $('div.mce_inline_error').hide();
         $('#mce-success-response').hide();
         $('#mce_tmp_error_msg').remove();
         $(':input','#mc-embedded-subscribe-form')
         .not(':button, :submit, :reset, :hidden')
         .val('')
         .removeAttr('checked')
         .removeAttr('selected');
         //focus first input field
         $("#mc-embedded-subscribe-form:not(.filter) :input:visible:enabled:first").focus();
         $('#mc-embedded-subscribe').show();
         $('.mc-field-group').show();
         $('#mc-embedded-lightbox-close').hide();
         }
       });
       return false;
   });
 }
 //Check wether Fancybox is loaded or not, and if not, load the sucker and initialize it
 if (!fancyboxLoaded){
   //TODO: Hey MC guys, you've gotta host this somewhere!
   $.getScript("http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.pack.js", function(){
       initFancybox();
   });
 }
 if (fancyboxLoaded) {
   initFancybox();
 }
 Team Trombone (a.k.a. Team Brisvegas) are a group of GUE divers from South East Queensland, Australia. Wetnotes is our blog, focusing on fun, safe diving, team work and solid fundamental skills. We love everything from recreational to tech and cave diving.

We offer GUE training:
GUE Recreational Diver 1
GUE Fundamentals
GUE Primer
GUE Doubles Primer
GUE Drysuit Primer
Private tuition
Global Underwater Explorers

A not-for-profit member driven organisation, GUE was formed by leading explorers, researchers and educators with a shared desire to safely explorer and protect the underwater world, improve the quality of education and research in all things aquatic, and to redefine diver training.

GUE is committed to:
Developing safe, skilled, and knowledgeable divers
Undertaking and promoting underwater research
Pursuing global underwater exploration
Safeguarding the integrity of the underwater world
Providing a comprehensive aquatic resource
Content is posted for general interest, represents our opinion only and is no substitute for appropriate training and experience.</description><title>Wetnot.es</title><generator>Tumblr (3.0; @wetnotes)</generator><link>http://wetnot.es/</link><item><title>GUE Fundamentals, June 12–15</title><description>&lt;p&gt;Our next GUE Fundamentals class is running from June 12–15 in Brisbane. GUE Recreational Training Director Jesper Berglund will be joining us on the course—a great opportunity to dive and train with one of the best.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Who&lt;/strong&gt;: For anyone with an open water certification from a recognised agency.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;: Academics, land drills, pool and open water sessions. Focuses on advanced buoyancy, trim &amp;amp; propulsion techniques. GUE equipment configuration, team diving, nitrox. Can be taken in single or twin tanks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;When&lt;/strong&gt;: 12th to 15th June, 2013&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Instructors&lt;/strong&gt;:    Ryan Booker, Jesper Berglund&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cost&lt;/strong&gt;: $1000&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;More info&lt;/strong&gt;: info@wetnot.es&lt;/p&gt;</description><link>http://wetnot.es/post/49479019923</link><guid>http://wetnot.es/post/49479019923</guid><pubDate>Fri, 03 May 2013 11:25:00 +1000</pubDate><category>gue</category><category>training</category><category>recreational</category></item><item><title>When and which courses are you running in Queensland/Brisbane this year?</title><description>&lt;p&gt;We run Rec 1 and Fundies courses locally whenever numbers permit (at least two students are required). The next scheduled course is early June. We can also facilitate (and possibly run locally) Tech 1 and Tech 2 courses. If you’d like to get in touch directly, you can reach us on info@ this domain.&lt;/p&gt;</description><link>http://wetnot.es/post/47015433979</link><guid>http://wetnot.es/post/47015433979</guid><pubDate>Wed, 03 Apr 2013 21:14:00 +1000</pubDate></item><item><title>PET CEMETERY 27 February 2013
Pet Cemetery is one of the most...</title><description>&lt;iframe src="http://player.vimeo.com/video/63032904" width="400" height="225" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;strong&gt;PET CEMETERY&lt;/strong&gt; 27 February 2013&lt;/p&gt;
&lt;p&gt;Pet Cemetery is one of the most beautifully decorated caves we had the opportunity of diving. We did this dive as a double stage dive, dropping one stage when jumping off the main line. We switched stages on our return to the main line and continue our dive, once again jumping off the main line into some amazing side tunnels.&lt;/p&gt;
&lt;p&gt;Thanks to Gideon Lieu and Echo Rowe for a wonderful and unforgettable dive.&lt;/p&gt;</description><link>http://wetnot.es/post/46808101087</link><guid>http://wetnot.es/post/46808101087</guid><pubDate>Mon, 01 Apr 2013 11:17:08 +1000</pubDate><category>gue</category><category>cave</category></item><item><title>JAILHOUSE 25 February 2013
We arrived to Jailhouse to find a...</title><description>&lt;iframe src="http://player.vimeo.com/video/62329403" width="400" height="225" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;strong&gt;JAILHOUSE&lt;/strong&gt; 25 February 2013&lt;/p&gt;
&lt;p&gt;We arrived to Jailhouse to find a group of American/Mexican scientists preparing for a sample collecting dive. Their sampling regime required undisturbed water so we only started our first dive at 1pm.&lt;/p&gt;
&lt;p&gt;The cenote is a rather uninviting mud pond and you are literally blindly hanging onto and following the line into the cave through a green-brown soup. Once inside the cave the water becomes crystal clear again and the cave opens up into dark passageways with some large dark chambers.&lt;/p&gt;
&lt;p&gt;Very spooky until you descend through the substantial halo-cline into the underlying salt water. Here the cave passage becomes narrower but is beautifully white and highly decorated in places.&lt;/p&gt;
&lt;p&gt;Ascending back out through the mud-hole to find a full moon rising was eerily thrilling and beautiful……&lt;/p&gt;
&lt;p&gt;Thanks to Ali Perkins and Echo Rowe for a great day (and evening) of diving.&lt;/p&gt;</description><link>http://wetnot.es/post/46064585663</link><guid>http://wetnot.es/post/46064585663</guid><pubDate>Sat, 23 Mar 2013 21:42:00 +1000</pubDate><category>gue</category><category>cave</category></item><item><title>MAYAN BLUE B-E-F-LINE 24 Feb 2013
This is a re-visit from our...</title><description>&lt;iframe src="http://player.vimeo.com/video/60931405" width="400" height="225" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;strong&gt;MAYAN BLUE B-E-F-LINE&lt;/strong&gt; 24 Feb 2013&lt;/p&gt;
&lt;p&gt;This is a re-visit from our Cave 2 course however this time round, without being harassed by Fred and with a stage, we got allot further into the cave. Thanks to Gideon Liew and Echo Rowe for the great dive.&lt;/p&gt;</description><link>http://wetnot.es/post/44442043844</link><guid>http://wetnot.es/post/44442043844</guid><pubDate>Sun, 03 Mar 2013 18:32:15 +1000</pubDate><category>gue</category><category>cave</category></item><item><title>Awesome clips of Quintana Roo environment. Going myself end of march. Wondering if I should take my gopro... What kind of setup did you film nohoch nah chich and Fenomino?</title><description>&lt;p&gt;It’s beautiful in QR. We don’t have much of a set up: A GoPro Hero 3 and our 21W HID primary lights. Having some video lights or reflectors for the 21s, would make for nicer footage, but it’s difficult to match the convenience and simplicity of just taking a GoPro.&lt;/p&gt;

&lt;p&gt;Have a great trip!&lt;/p&gt;</description><link>http://wetnot.es/post/43996119464</link><guid>http://wetnot.es/post/43996119464</guid><pubDate>Tue, 26 Feb 2013 04:54:00 +1000</pubDate></item><item><title>NAHOCH NAH CHICH 20 February 2013</title><description>&lt;iframe src="http://player.vimeo.com/video/60328783" width="400" height="225" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;strong&gt;NAHOCH NAH CHICH&lt;/strong&gt; 20 February 2013&lt;/p&gt;</description><link>http://wetnot.es/post/43940643707</link><guid>http://wetnot.es/post/43940643707</guid><pubDate>Mon, 25 Feb 2013 10:44:01 +1000</pubDate><category>gue</category><category>cave</category></item><item><title>FENOMINO 19 February 2013
Awesome dive at Fenomino with Ali...</title><description>&lt;iframe src="http://player.vimeo.com/video/60328755" width="400" height="225" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;span&gt;&lt;strong&gt;FENOMINO&lt;/strong&gt; 19 February 2013&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Awesome dive at Fenomino with Ali Perkins and &lt;/span&gt;&lt;a href="https://www.facebook.com/karen.cleveland.75?group_id=0" data-hovercard="/ajax/hovercard/user.php?id=641358564&amp;extragetparams=%7B%22group_id%22%3A0%7D"&gt;Karen Cleveland&lt;/a&gt;&lt;span&gt;. &lt;/span&gt;&lt;br/&gt;&lt;span&gt;Fenomino is one of those rare caves that has it all - spectac&lt;/span&gt;&lt;span class="text_exposed_show"&gt;ular decorations, large open cave, small and winding restrictions and archeological artefacts. All of this in crystal clear water.&lt;/span&gt;&lt;/p&gt;</description><link>http://wetnot.es/post/43940475928</link><guid>http://wetnot.es/post/43940475928</guid><pubDate>Mon, 25 Feb 2013 10:42:01 +1000</pubDate><category>gue</category><category>cave</category></item><item><title>CALAVERA/TEMPLE OF DOOM

Dived Calavera or Temple of Doom today...</title><description>&lt;img src="http://25.media.tumblr.com/530f710e4e671b6c4bf640098c751a66/tumblr_miplb0DzbS1qfxrpco2_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/192f518d9749beb7cfd6c592f85a62f3/tumblr_miplb0DzbS1qfxrpco3_r1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;CALAVERA/TEMPLE OF DOOM&lt;/p&gt;

&lt;p&gt;Dived Calavera or Temple of Doom today with Echo Rowe. The small cenote leads into a spectacular cave system. We jumped off the Madona line onto the Old Florida Line where we were treated to a double halo-cline and some very dark tannic water. Getting into and out of the cenote was allot of fun. Getting in one launches off of the cenote rim into the water 2 meters below. Clambering up the rickety ladder in full tech gear is another kind of “fun”.&lt;/p&gt;</description><link>http://wetnot.es/post/43868370939</link><guid>http://wetnot.es/post/43868370939</guid><pubDate>Sun, 24 Feb 2013 15:16:00 +1000</pubDate><category>gue</category><category>cave</category></item><item><title>NAHOCH NAH CHICH
Another amazing dive today this time with Ryan...</title><description>&lt;img src="http://24.media.tumblr.com/f0d30dced9b25a6eb556c74966aa7dd2/tumblr_mikv78eNCO1qfxrpco1_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/8cd57c34521677d55bea77ea9972e2e0/tumblr_mikv78eNCO1qfxrpco2_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/909ac4b941d22715b350ac97c72bbfc6/tumblr_mikv78eNCO1qfxrpco3_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/124420ded9cff0e33af7bf13412a7698/tumblr_mikv78eNCO1qfxrpco4_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;&lt;strong&gt;NAHOCH NAH CHICH&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Another amazing dive today this time with Ryan Booker. We spent 3 hours in Nahoch Nah Chich, which is another of our favourites. The cave is mostly big and open with allot of decorations. There are however some areas off the main line where the cave has an entirely different personality and is allot smaller and narrower.&lt;/p&gt;
&lt;p&gt;The video has been edited and is awaiting upload…….&lt;/p&gt;</description><link>http://wetnot.es/post/43648625323</link><guid>http://wetnot.es/post/43648625323</guid><pubDate>Wed, 20 Feb 2013 00:00:00 +1000</pubDate><category>gue</category><category>cave</category><category>cave diving</category></item><item><title>TORTUGAS TECH DIVE 16 Feb 2013</title><description>&lt;iframe src="http://player.vimeo.com/video/59878376" width="400" height="225" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;TORTUGAS TECH DIVE 16 Feb 2013&lt;/p&gt;</description><link>http://wetnot.es/post/43447487338</link><guid>http://wetnot.es/post/43447487338</guid><pubDate>Tue, 19 Feb 2013 11:15:53 +1000</pubDate><category>gue</category><category>tech diving</category></item><item><title>REGINA 15 FEB 2013
This muddy little pool has 0.5m vis. Once you...</title><description>&lt;iframe src="http://player.vimeo.com/video/59878347" width="400" height="225" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;strong&gt;REGINA 15 FEB 2013&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This muddy little pool has 0.5m vis. Once you ferret through the small silty hole in the bottom, it opes up into a beautiful system still under active exploration&lt;/p&gt;</description><link>http://wetnot.es/post/43446713264</link><guid>http://wetnot.es/post/43446713264</guid><pubDate>Tue, 19 Feb 2013 11:06:00 +1000</pubDate><category>gue</category><category>cave</category></item><item><title>FENOMINO
Awesome dive at Fenomino with Ali Perkins and Karen...</title><description>&lt;img src="http://24.media.tumblr.com/3f9ad71256d1bb2e6db39e0b9c7739f2/tumblr_mikv4vUXjf1qfxrpco1_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/b7412515473198374ee0f7c81cad2018/tumblr_mikv4vUXjf1qfxrpco2_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/16ad23c9cec5601f55e07d30846bc75d/tumblr_mikv4vUXjf1qfxrpco3_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;&lt;strong&gt;FENOMINO&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Awesome dive at Fenomino with Ali Perkins and &lt;a href="https://www.facebook.com/karen.cleveland.75?group_id=0" target="_blank"&gt;Karen Cleveland&lt;/a&gt;. I was hoping to have the video uploaded by this morning but the internet is a little slow at the moment.&lt;br/&gt;&lt;br/&gt;Fenomino is one of those rare caves that has it all - spectacular decorations, large open cave, small and winding restrictions and archeological artefacts. All of this in crystal clear water.&lt;br/&gt;&lt;br/&gt;The video wil be available on as soon as it completes uploading&lt;/p&gt;</description><link>http://wetnot.es/post/43648552283</link><guid>http://wetnot.es/post/43648552283</guid><pubDate>Tue, 19 Feb 2013 00:00:00 +1000</pubDate><category>gue</category><category>cave</category><category>cave diving</category></item><item><title>MINOTAURO
Very busy start to the diving day at Zero Gravity this...</title><description>&lt;img src="http://24.media.tumblr.com/09ce1b302c0fdb21c0483e8dc74e3fb5/tumblr_mif7tlRBT51qfxrpco1_500.jpg"/&gt;&lt;br/&gt; Very busy start to the diving day at Zero Gravity this morning.&lt;br/&gt;&lt;br/&gt; &lt;img src="http://24.media.tumblr.com/5b00ab622eba296cbf2bf74401a90736/tumblr_mif7tlRBT51qfxrpco3_r1_400.jpg"/&gt;&lt;br/&gt; Cenote Minotauro surface pond&lt;br/&gt;&lt;br/&gt; &lt;img src="http://25.media.tumblr.com/df787d61cfc17bd60008eb1e2b897caa/tumblr_mif7tlRBT51qfxrpco2_r1_400.jpg"/&gt;&lt;br/&gt; An example of the beauty of this highly decorated cave&lt;br/&gt;&lt;br/&gt; &lt;img src="http://24.media.tumblr.com/af0490d6461f700453081594b12fc84a/tumblr_mif7tlRBT51qfxrpco4_r1_500.png"/&gt;&lt;br/&gt; Minotau Log&lt;br/&gt;&lt;br/&gt; &lt;p&gt;MINOTAURO&lt;/p&gt;
&lt;p&gt;Very busy start to the diving day at Zero Gravity this morning. Piete hooked up with Ali Perkins and Cameron Russo for a dive at Minotauro this morning completing a full circuit of the up stream line. This cave is wonderfully complex with numerous restrictions and jumps. Not only is the cave highly decorated it also has a very defined halo-cline (salt and fresh water interface) creating some stunning visual effects.&lt;/p&gt;</description><link>http://wetnot.es/post/43399984379</link><guid>http://wetnot.es/post/43399984379</guid><pubDate>Mon, 18 Feb 2013 13:48:00 +1000</pubDate><category>gue</category><category>cave diving</category></item><item><title>CHIKEN HA
Ryan took a day off from diving. Thankfully Piete...</title><description>&lt;img src="http://25.media.tumblr.com/99006d9dee1c7dd47d51296fd3cc2e72/tumblr_mifqq9dX7k1qfxrpco1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/a947cd30fb5435c94dca5aa56c0ecce5/tumblr_mifqq9dX7k1qfxrpco2_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/fb26014d724f6192bb09b04d3bd1edfd/tumblr_mifqq9dX7k1qfxrpco3_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;&lt;strong&gt;CHIKEN HA&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Ryan took a day off from diving. Thankfully Piete could hook up with new roomies Tim and Stretch, both from Connecticut (USA). We headed to Chiken Ha for a dive on the down stream line. We took a jump on a whim and ended up popping out at the tiny and crystal clear Rainbow Cenote.&lt;/p&gt;</description><link>http://wetnot.es/post/43429572571</link><guid>http://wetnot.es/post/43429572571</guid><pubDate>Sun, 17 Feb 2013 18:00:00 +1000</pubDate><category>gue</category><category>cave</category></item><item><title>We took a little break from the caves today and joined Gidien...</title><description>&lt;img src="http://25.media.tumblr.com/e80358022128476dcf3e65b94cf7e1b3/tumblr_mifp4otugQ1qfxrpco1_r1_500.jpg"/&gt;&lt;br/&gt; Gideon's pre dive brief&lt;br/&gt;&lt;br/&gt; &lt;img src="http://24.media.tumblr.com/0ae1fb5e9294a1c7aeb86e556bdd9945/tumblr_mifp4otugQ1qfxrpco2_500.png"/&gt;&lt;br/&gt; Dive Log&lt;br/&gt;&lt;br/&gt; &lt;p&gt;We took a little break from the caves today and joined Gidien Liew, Ali Perkins and Caneron Russo for a technical dive out of Akumal. We dropped into the warm and crystal clear waters of the caribbean and descended to the edge of the drop off at approximately 56meters.&lt;/p&gt;
&lt;p&gt;We had a great dive with a barnicle encrusted turtle swimming by allong the wall rim. We also saw a number of Lion fish - beautiful even though they area serious problem in the caribbean.&lt;/p&gt;
&lt;p&gt;Video to follow…….&lt;/p&gt;</description><link>http://wetnot.es/post/43426692167</link><guid>http://wetnot.es/post/43426692167</guid><pubDate>Sat, 16 Feb 2013 07:02:00 +1000</pubDate><category>gue</category><category>tech</category></item><item><title>Cenote Regina

This muddy little pool has 0.5m vis. Once you...</title><description>&lt;img src="http://25.media.tumblr.com/92cb30e108650b0cd5991dc42dc74619/tumblr_miajruz2Bl1qfxrpco1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;h1&gt;Cenote Regina&lt;/h1&gt;

&lt;p&gt;This muddy little pool has 0.5m vis. Once you ferret through the small silty hole in the bottom, it opes up into a beautiful system still under active exploration.&lt;/p&gt;</description><link>http://wetnot.es/post/43193198251</link><guid>http://wetnot.es/post/43193198251</guid><pubDate>Fri, 15 Feb 2013 12:19:00 +1000</pubDate></item><item><title>TAJMA HA - 4 Feb 2013
Even though we were very busy on our first...</title><description>&lt;iframe src="http://player.vimeo.com/video/59668529" width="400" height="225" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;strong&gt;TAJMA HA - 4 Feb 2013&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Even though we were very busy on our first day in Mexico, collecting a rental car and getting a mountain of food for the six of us for a few days we still managed to dive. We went to Tajma Ha (some call it Tajmahal)  and had enough time to squeeze in two dives. What a great cave to shake out in….&lt;/p&gt;</description><link>http://wetnot.es/post/43116883987</link><guid>http://wetnot.es/post/43116883987</guid><pubDate>Fri, 15 Feb 2013 11:58:00 +1000</pubDate><category>gue</category><category>cave diving</category></item><item><title>DOS PALMAS (Two Palms)
We went to Dos Palmas for two last shake...</title><description>&lt;iframe src="http://player.vimeo.com/video/59633575" width="400" height="225" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;strong&gt;DOS PALMAS&lt;/strong&gt; (Two Palms)&lt;/p&gt;
&lt;p&gt;We went to Dos Palmas for two last shake out dives before our two groups started our respective Cave 1 and cave 2 courses. We did both the downstream and upstream lines. This video shows the Downstream line.&lt;/p&gt;</description><link>http://wetnot.es/post/43074384931</link><guid>http://wetnot.es/post/43074384931</guid><pubDate>Thu, 14 Feb 2013 23:16:51 +1000</pubDate><category>gue</category><category>cave</category></item><item><title>Ready for our first post Cave 2 dives. Two sets of twins, two...</title><description>&lt;img src="http://24.media.tumblr.com/7c1f4c286b304ce99c80a7f65efa51fd/tumblr_mi6134SBUt1qfxrpco1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Ready for our first post Cave 2 dives. Two sets of twins, two stages and O2 each.&lt;/p&gt;

&lt;p&gt;We’re off to visit the Hole in the Wall and the Chinese Garden in Tajmahal.&lt;/p&gt;</description><link>http://wetnot.es/post/43005093214</link><guid>http://wetnot.es/post/43005093214</guid><pubDate>Thu, 14 Feb 2013 01:45:04 +1000</pubDate></item></channel></rss>
