<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wedding Photographer Nottingham, Wedding Photography Nottingham, Nottingham Weddings, Weddings Nottingham &#187; wedding congratulations</title>
	<atom:link href="http://www.mhlphotography.co.uk/tag/wedding-congratulations/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mhlphotography.co.uk</link>
	<description>Wedding and Events Photography</description>
	<lastBuildDate>Wed, 18 Jan 2012 13:25:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Amanda &amp; Will</title>
		<link>http://www.mhlphotography.co.uk/2011/07/amanda-will/</link>
		<comments>http://www.mhlphotography.co.uk/2011/07/amanda-will/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 15:36:55 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Wedding]]></category>
		<category><![CDATA[secret garden]]></category>
		<category><![CDATA[wedding congratulations]]></category>
		<category><![CDATA[Wedding Photography]]></category>
		<category><![CDATA[wedding photos]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=1243</guid>
		<description><![CDATA[A wonderful sunny day for Amanda and Will we even stopped at the local park on the way to the reception for some of the photo&#8217;s! In the evening we had a studio set-up to get some studio photo&#8217;s of the wedding party and guests.]]></description>
			<content:encoded><![CDATA[<p>A wonderful sunny day for Amanda and Will we even stopped at the local park on the way to the reception for some of the photo&#8217;s!<br />
In the evening we had a studio set-up to get some studio photo&#8217;s of the wedding party and guests.<br />
<div class="grid-gallery id-0 top">
<div class="gallerywrap clearfix">

<div id="cwz-sortable-0">

</div><!-- /cwz-sortable -->

<div class="clear"></div>


</div><!-- /gallerywrap -->
</div><!-- /postslider -->
<script  type="text/javascript">


// Custom sorting plugin
(function($) {
  jQuery.fn.sorted = function(customOptions) {
    var options = {
      reversed: false,
      by: function(a) { return a.text(); }
    };
    jQuery.extend(options, customOptions);
    $data = $(this);
    arr = $data.get();
    arr.sort(function(a, b) {
      var valA = options.by(jQuery(a));
      var valB = options.by(jQuery(b));
      if (options.reversed) {
        return (valA < valB) ? 1 : (valA > valB) ? -1 : 0;				
      } else {		
        return (valA < valB) ? -1 : (valA > valB) ? 1 : 0;	
      }
    });
    return $(arr);
  };
})(jQuery);




jQuery(window).load(function() {
  
  var read_button = function(class_names) {
    var r = {
      selected: false,
      type: 0
    };
    for (var i=0; i < class_names.length; i++) {
      if (class_names[i].indexOf('selected-') == 0) {
        r.selected = true;
      }
      if (class_names[i].indexOf('segment-') == 0) {
        r.segment = class_names[i].split('-')[1];
      }
    };
    return r;
  };
  
  var determine_sort = function($buttons) {
    var $selected = $buttons.parent().filter('[class*="selected-"]');
    return $selected.find('a').attr('data-value');
  };
  
  var determine_kind = function($buttons) {
    var $selected = $buttons.parent().filter('[class*="selected-"]');
    return $selected.find('a').attr('data-value');
  };
  
  var $preferences = {
    duration: 800,
    easing: 'easeInOutQuad',
	  enhancement: function() {
		jQuery('.grid-gallery #cwz-sortable-0 .galleryimg').append('<div class="hoverimg" style="height:inherit"></div>');	
		jQuery('.grid-gallery #cwz-sortable-0 .galleryvid').append('<div class="hovervid" style="height:inherit"></div>');	
		
		jQuery('.grid-gallery #cwz-sortable-0 .galleryimg,.grid-gallery #cwz-sortable-0 .galleryvid').hover(
				
				//Mouseover, fadeIn the hidden hover class	
				function() {
				jQuery(this).children('div').css('display', 'block'); // FIX IE BUG	
				jQuery(this).children('div').fadeTo("slow",0.6);
						
				}, 
			
				//Mouseout, fadeOut the hover class
				function() {
				jQuery(this).children('div').fadeTo("fast",0, function() {
				});
				
				
			});
	
		jQuery("#cwz-sortable-0 img.reflect").reflect({height:35,opacity:0.2});
				jQuery("a[rel^='prettyPhoto']").prettyPhoto({
				keyboard_shortcuts: false,
				theme: 'light_rounded'
				});
	
		if (jQuery.browser.msie && jQuery.browser.version=="7.0" && typeof Cufon !== "undefined"){
			Cufon.replace('#cwz-sortable-0 h2');
		} else if(typeof Cufon !== "undefined") {
			Cufon.refresh();
		}

	}
  };
  
  var $list = jQuery('div#cwz-sortable-0');
  var $data = $list.clone();
  
  var $controls = jQuery('ul.splitter.id-0 ul');
  
  $controls.each(function(i) {
    
    var $control = jQuery(this);
    var $buttons = $control.find('a');
    
    $buttons.bind('click', function(e) {
      
      var $button = jQuery(this);
      var $button_container = $button.parent();
      var button_properties = read_button($button_container.attr('class').split(' '));      
      var selected = button_properties.selected;
      var button_segment = button_properties.segment;

      if (!selected) {
		var cnt = jQuery(".splitter.id-0 ul li").length+1; // Cycle through list and remove class
		for(var i=1; i<cnt; i++){
			$buttons.parent().removeClass('selected-'+i)
		}

        $buttons.parent().removeClass('active');
        $button_container.addClass('selected-' + button_segment).addClass('active');
        
        var sorting_type = determine_sort($controls.eq(1).find('a'));
        var sorting_kind = determine_kind($controls.eq(0).find('a'));
        
        if (sorting_kind == 'all') {
          var $filtered_data = $data.find('.panel');
        } else {
          var $filtered_data = $data.find('.panel.' + sorting_kind);
        }
        
        if (sorting_type == 'size') {
          var $sorted_data = $filtered_data.sorted({
            by: function(v) {
              return parseFloat(jQuery(v).find('span').text());
            }
          });
        } else {
          var $sorted_data = $filtered_data.sorted({
            by: function(v) {
              return jQuery(v).find('strong').text().toLowerCase();
            }
          });
        }
        
        $list.quicksand($sorted_data, $preferences);
        
      }
      
      e.preventDefault();
    });
    
  }); 


});

</script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2011/07/amanda-will/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Helen &amp; Hubie</title>
		<link>http://www.mhlphotography.co.uk/2010/05/helen-hubie/</link>
		<comments>http://www.mhlphotography.co.uk/2010/05/helen-hubie/#comments</comments>
		<pubDate>Sun, 02 May 2010 16:07:01 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Venues]]></category>
		<category><![CDATA[Wedding]]></category>
		<category><![CDATA[Langar Hall]]></category>
		<category><![CDATA[Nottingham Wedding Photographers]]></category>
		<category><![CDATA[The Lord Nelson]]></category>
		<category><![CDATA[wedding congratulations]]></category>
		<category><![CDATA[Wedding Photography]]></category>
		<category><![CDATA[wedding photos]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=626</guid>
		<description><![CDATA[Congratulations Helen and Hubie! A beautiful wedding at Burton Joyce Church, then off to Langar Hall and its fantastic gardens, then back to The Lord Nelson in Burton Joyce. &#160;]]></description>
			<content:encoded><![CDATA[<p>Congratulations Helen and Hubie! A beautiful wedding at Burton Joyce Church, then off to Langar Hall and its fantastic gardens, then back to The Lord Nelson in Burton Joyce.</p>
<div id="attachment_627" class="wp-caption alignleft" style="width: 190px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0215.jpg"><img class="size-medium wp-image-627 " title="W37_0215" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0215-300x200.jpg" alt="Timothy Miles-Hayler Wedding Photography" width="180" height="120" /></a><p class="wp-caption-text">Helen &amp; Hubie</p></div>
<div id="attachment_628" class="wp-caption alignleft" style="width: 130px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0276.jpg"><img class="size-medium wp-image-628 " title="W37_0276" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0276-200x300.jpg" alt="Timothy Miles-Hayler Wedding Photography" width="120" height="180" /></a><p class="wp-caption-text">Helen &amp; Hubie</p></div>
<div id="attachment_629" class="wp-caption alignleft" style="width: 190px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0551.jpg"><img class="size-medium wp-image-629 " title="W37_0551" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0551-300x200.jpg" alt="Timothy Miles-Hayler Wedding Photography" width="180" height="120" /></a><p class="wp-caption-text">Helen &amp; Hubie</p></div>
<div id="attachment_630" class="wp-caption alignleft" style="width: 130px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0634.jpg"><img class="size-medium wp-image-630 " title="W37_0634" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0634-200x300.jpg" alt="Timothy Miles-Hayler Wedding Photogaphy" width="120" height="180" /></a><p class="wp-caption-text">Helen &amp; Hubie</p></div>
<div id="attachment_631" class="wp-caption alignleft" style="width: 190px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0926.jpg"><img class="size-medium wp-image-631 " title="W37_0926" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0926-300x200.jpg" alt="Timothy Miles-Hayler Wedding Photography" width="180" height="120" /></a><p class="wp-caption-text">Helen &amp; Hubie</p></div>
<p>&nbsp;</p>
<div id="attachment_634" class="wp-caption alignleft" style="width: 190px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0671.jpg"><img class="size-medium wp-image-634 " title="W37_0671" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0671-300x200.jpg" alt="Timothy Miles-Hayler Wedding Photography" width="180" height="120" /></a><p class="wp-caption-text">Helen &amp; Hubie</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2010/05/helen-hubie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Claire &amp; Anthony &#8211; Belvoir Castle</title>
		<link>http://www.mhlphotography.co.uk/2010/01/claire-anthony-belvoir-castle/</link>
		<comments>http://www.mhlphotography.co.uk/2010/01/claire-anthony-belvoir-castle/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 15:55:49 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Venues]]></category>
		<category><![CDATA[Wedding]]></category>
		<category><![CDATA[belvoir castle]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[christmas wedding]]></category>
		<category><![CDATA[wedding congratulations]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=527</guid>
		<description><![CDATA[After beginning the year with a wedding at Belvoir Castle, it was nice to end the year there as well. It is always beautifully decorated, perfect for a Christmas wedding. Congratulations to Claire and Anthony and thank you for an enjoyable day!]]></description>
			<content:encoded><![CDATA[<p>After beginning the year with a wedding at Belvoir Castle, it was nice to end the year there as well. It is always beautifully decorated, perfect for a Christmas wedding. Congratulations to Claire and Anthony and thank you for an enjoyable day!</p>
<div id="attachment_536" class="wp-caption alignleft" style="width: 310px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/01/W36_0198.jpg"><img class="size-medium wp-image-536" title="W36_0198" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/01/W36_0198-300x199.jpg" alt="Claire &amp; Anthony, Belvoir Castle" width="300" height="199" /></a><p class="wp-caption-text">Claire &amp; Anthony, Belvoir Castle</p></div>
<div id="attachment_537" class="wp-caption alignleft" style="width: 209px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/01/W36_0220.jpg"><img class="size-medium wp-image-537" title="W36_0220" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/01/W36_0220-199x300.jpg" alt="Claire &amp; Anthony - Belvoir Castle" width="199" height="300" /></a><p class="wp-caption-text">Claire &amp; Anthony - Belvoir Castle</p></div>
<div id="attachment_538" class="wp-caption alignleft" style="width: 209px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/01/W36_1103.jpg"><img class="size-medium wp-image-538" title="W36_1103" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/01/W36_1103-199x300.jpg" alt="Claire &amp; Anthony - Belvoir Castle" width="199" height="300" /></a><p class="wp-caption-text">Claire &amp; Anthony - Belvoir Castle</p></div>
<div id="attachment_539" class="wp-caption alignleft" style="width: 209px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/01/W36_1107.jpg"><img class="size-medium wp-image-539" title="W36_1107" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/01/W36_1107-199x300.jpg" alt="Claire &amp; Anthony - Belvoir Castle" width="199" height="300" /></a><p class="wp-caption-text">Claire &amp; Anthony - Belvoir Castle</p></div>
<div id="attachment_540" class="wp-caption alignleft" style="width: 310px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/01/W36_1343.jpg"><img class="size-medium wp-image-540" title="W36_1343" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/01/W36_1343-300x199.jpg" alt="Claire &amp; Anthony - Belvoir Castle" width="300" height="199" /></a><p class="wp-caption-text">Claire &amp; Anthony - Belvoir Castle</p></div>
<div id="attachment_541" class="wp-caption alignleft" style="width: 310px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/01/W36_1499.jpg"><img class="size-medium wp-image-541" title="W36_1499" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/01/W36_1499-300x199.jpg" alt="Claire &amp; Anthony - Belvoir Castle" width="300" height="199" /></a><p class="wp-caption-text">Claire &amp; Anthony - Belvoir Castle</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2010/01/claire-anthony-belvoir-castle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

