<?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</title>
	<atom:link href="http://www.mhlphotography.co.uk/category/wedding/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>Colin &amp; Gill</title>
		<link>http://www.mhlphotography.co.uk/2011/04/colin-gill/</link>
		<comments>http://www.mhlphotography.co.uk/2011/04/colin-gill/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 18:49:55 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Wedding]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=1241</guid>
		<description><![CDATA[Congratulations Colin &#038; Gill. Lovely venue, fab footwear!]]></description>
			<content:encoded><![CDATA[<p>Congratulations Colin &#038; Gill. Lovely venue, fab footwear!<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/04/colin-gill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Years resolution&#8230;..</title>
		<link>http://www.mhlphotography.co.uk/2011/02/new-years-resolution/</link>
		<comments>http://www.mhlphotography.co.uk/2011/02/new-years-resolution/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 20:31:39 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Venues]]></category>
		<category><![CDATA[Wedding]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=904</guid>
		<description><![CDATA[Here are some images from some of my 2010 weddings that I have not added to my blog.]]></description>
			<content:encoded><![CDATA[<p>Here are some images from some of my 2010 weddings that I have not added to my blog.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2011/02/new-years-resolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lisa and Richard</title>
		<link>http://www.mhlphotography.co.uk/2010/07/lisa-and-richard/</link>
		<comments>http://www.mhlphotography.co.uk/2010/07/lisa-and-richard/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 16:51:55 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Venues]]></category>
		<category><![CDATA[Wedding]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=734</guid>
		<description><![CDATA[Hodsock Priory and no rain! Thank you to Lisa and Richard for a great day. Hosock was beautiful, as usual and we also had a studio setup in the evening so guests could take away pictures from the studio session.]]></description>
			<content:encoded><![CDATA[<p>Hodsock Priory and no rain! Thank you to Lisa and Richard for a great day. Hosock was beautiful, as usual and we also had a studio setup in the evening so guests could take away pictures from the studio session.</p>
<div id="attachment_780" class="wp-caption alignleft" style="width: 210px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W43_0168.jpg"><img class="size-medium wp-image-780" title="W43_0168" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W43_0168-200x300.jpg" alt="Lisa and Richard, Hodsock Priory" width="200" height="300" /></a><p class="wp-caption-text">Lisa and Richard</p></div>
<div id="attachment_781" class="wp-caption alignleft" style="width: 210px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W43_0399.jpg"><img class="size-medium wp-image-781" title="W43_0399" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W43_0399-200x300.jpg" alt="Lisa and Richard, Hodsock Priory, Wedding Photography" width="200" height="300" /></a><p class="wp-caption-text">Lisa and Richard</p></div>
<div id="attachment_783" class="wp-caption alignright" style="width: 210px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W43_0900.jpg"><img class="size-medium wp-image-783" title="W43_0900" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W43_0900-200x300.jpg" alt="Lisa and Richard, Hodsock Priory, Wedding Photography" width="200" height="300" /></a><p class="wp-caption-text">Lisa and Richard</p></div>
<div id="attachment_782" class="wp-caption alignright" style="width: 310px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W43_0769.jpg"><img class="size-medium wp-image-782" title="W43_0769" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W43_0769-300x199.jpg" alt="Lisa and Richard, Hodsock Priory, Wedding Photography" width="300" height="199" /></a><p class="wp-caption-text">Lisa and Richard</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2010/07/lisa-and-richard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sarah and Paul</title>
		<link>http://www.mhlphotography.co.uk/2010/07/sarah-and-paul/</link>
		<comments>http://www.mhlphotography.co.uk/2010/07/sarah-and-paul/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 13:20:50 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Venues]]></category>
		<category><![CDATA[Wedding]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=722</guid>
		<description><![CDATA[Another stunning venue and our first visit to Stubton Hall near Newark. Congratulations Sarah and Paul, thank you for making us so welcome!!]]></description>
			<content:encoded><![CDATA[<p>Another stunning venue and our first visit to Stubton Hall near Newark. Congratulations Sarah and Paul, thank you for making us so welcome!!</p>
<div id="attachment_796" class="wp-caption alignleft" style="width: 166px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W42_02661.jpg"><img class="size-medium wp-image-796" title="W42_0266" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W42_02661-200x300.jpg" alt="Sarah and Paul, Stubton Hall, Newark, Wedding Photograph" width="156" height="235" /></a><p class="wp-caption-text">Sarah and Paul</p></div>
<div id="attachment_794" class="wp-caption alignleft" style="width: 165px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W42_02461.jpg"><img class="size-medium wp-image-794" title="W42_0246" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W42_02461-199x300.jpg" alt="Sarah and Paul, Stubton Hall, Miles-Hayler Ltd, Wedding Photograhy" width="155" height="234" /></a><p class="wp-caption-text">Sarah and Paul</p></div>
<div id="attachment_799" class="wp-caption alignleft" style="width: 165px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W42_06911.jpg"><img class="size-medium wp-image-799" title="W42_0691" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W42_06911-200x300.jpg" alt="Sarah and Paul, Stubton Hall, Newark, Wedding Photograph" width="155" height="233" /></a><p class="wp-caption-text">Sarah and Paul</p></div>
<div id="attachment_797" class="wp-caption alignleft" style="width: 225px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W42_06481.jpg"><img class="size-medium wp-image-797" title="W42_0648" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W42_06481-300x200.jpg" alt="Sarah and Paul, Stubton Hall, Newark, Wedding Photograph" width="215" height="143" /></a><p class="wp-caption-text">Sarah and Paul</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2010/07/sarah-and-paul/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rita and Richard</title>
		<link>http://www.mhlphotography.co.uk/2010/06/rita-and-richard/</link>
		<comments>http://www.mhlphotography.co.uk/2010/06/rita-and-richard/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 14:18:15 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Venues]]></category>
		<category><![CDATA[Wedding]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=664</guid>
		<description><![CDATA[Newstead Abbey was the venue for Rita and Richards wedding. We were lucky with the weather, the wedding was late in the day and it just started to rain as we had finished the group shots. Newstead Abbey, is a beautiful location, giving a lovely background to the photo&#8217;s. Congratulations Rita and Richard!]]></description>
			<content:encoded><![CDATA[<p>Newstead Abbey was the venue for Rita and Richards wedding. We were lucky with the weather, the wedding was late in the day and it just started to rain as we had finished the group shots. Newstead Abbey, is a beautiful location, giving a lovely background to the photo&#8217;s. Congratulations Rita and Richard!</p>
<div id="attachment_773" class="wp-caption alignleft" style="width: 310px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/06/W38_0091.jpg"><img class="size-medium wp-image-773  " title="W38_009" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/06/W38_0091-300x200.jpg" alt="Rita and Richard, Wedding Photography, Timothy Miles-Hayler" width="300" height="200" /></a><p class="wp-caption-text">Rita and Richard</p></div>
<p><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/06/W38_009.jpg"></a><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/06/W38_320.jpg"></a></p>
<div id="attachment_775" class="wp-caption alignright" style="width: 310px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/06/W38_4002.jpg"><img class="size-medium wp-image-775 " title="W38_400" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/06/W38_4002-300x200.jpg" alt="Rita and Richard, Wedding Photography, Timothy Miles-Hayler" width="300" height="200" /></a><p class="wp-caption-text">Rita and Richard</p></div>
<div id="attachment_774" class="wp-caption alignleft" style="width: 310px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/06/W38_3201.jpg"><img class="size-medium wp-image-774 " title="W38_320" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/06/W38_3201-300x200.jpg" alt="Rita and Richard, Wedding Photography, Timothy Miles-Hayler" width="300" height="200" /></a><p class="wp-caption-text">Rita and Richard</p></div>
<p><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/06/W38_4001.jpg"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2010/06/rita-and-richard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Katherine and Robert</title>
		<link>http://www.mhlphotography.co.uk/2010/06/katherine-and-robert/</link>
		<comments>http://www.mhlphotography.co.uk/2010/06/katherine-and-robert/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 08:40:35 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Wedding]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=681</guid>
		<description><![CDATA[Congratulations, Katherine and Robert!]]></description>
			<content:encoded><![CDATA[<div id="attachment_710" class="wp-caption alignleft" style="width: 310px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/06/W26_W39_234.jpg"><img class="size-medium wp-image-710" title="W26_W39_234" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/06/W26_W39_234-300x241.jpg" alt="Katherine and Robert Wedding Photography" width="300" height="241" /></a><p class="wp-caption-text">Katherine &amp; Robert</p></div>
<div id="attachment_711" class="wp-caption alignleft" style="width: 209px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/06/W26_W39_418.jpg"><img class="size-medium wp-image-711 " title="W26_W39_418" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/06/W26_W39_418-199x300.jpg" alt="Katherine and Robert Wedding Photography" width="199" height="300" /></a><p class="wp-caption-text">Katherine and Robert</p></div>
<div id="attachment_712" class="wp-caption alignleft" style="width: 310px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/06/W26_W39_693.jpg"><img class="size-medium wp-image-712 " title="W26_W39_693" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/06/W26_W39_693-300x200.jpg" alt="Katherine and Robert Wedding Photography" width="300" height="200" /></a><p class="wp-caption-text">Katherine and Robert</p></div>
<div class="mceTemp">
<dl id="attachment_709" class="wp-caption alignleft" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/06/W26_W39_127.jpg"><img class="size-medium wp-image-709" title="W26_W39_127" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/06/W26_W39_127-300x280.jpg" alt="Katherine and Richard, Wedding Photography" width="300" height="280" /></a></dt>
<dd class="wp-caption-dd"></dd>
</dl>
</div>
<p>Congratulations, Katherine and Robert!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2010/06/katherine-and-robert/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>Fancy a Wedding with a difference?</title>
		<link>http://www.mhlphotography.co.uk/2010/02/fancy-a-wedding-with-a-difference/</link>
		<comments>http://www.mhlphotography.co.uk/2010/02/fancy-a-wedding-with-a-difference/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 21:02:12 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Venues]]></category>
		<category><![CDATA[Wedding]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=606</guid>
		<description><![CDATA[We are the official photographers for The Full Moon at Morton&#8217;s Vegas Day. Do you fancy a wedding with a difference? On the 10/10/10 you could be one of 10 couples getting married in a Vegas Style Wedding, along with Elvis singing as you sign the register! For full details click here to visit the... <a href="http://www.mhlphotography.co.uk/2010/02/fancy-a-wedding-with-a-difference/">Read More</a>]]></description>
			<content:encoded><![CDATA[<p>We are the official photographers for The Full Moon at Morton&#8217;s Vegas Day. Do you fancy a wedding with a difference? On the 10/10/10 you could be one of 10 couples getting married in a Vegas Style Wedding, along with Elvis singing as you sign the register! For full details <a href="http://www.themoonatmorton.co.uk/index.php?option=com_content&amp;task=view&amp;id=104&amp;Itemid=46">click here</a> to visit the web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2010/02/fancy-a-wedding-with-a-difference/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>

